@import url(../fonts/HelveticaNeueLTPro-Lt.css);
@import url(../fonts/HELVETICANEUELTPRO-THIT.css);
@import url(../fonts/HELVETICANEUELTPRO-CN57.css);
@import url(../fonts/SourceHanSerifCN-Bold.css);
.table, .cell, .banner .inner,
.banner .swiper-container,
.banner .swiper-wrapper,
.banner .swiper-slide,
.banner .swiper-slide a,
.banner .picbox, .sbanner .picbox, .nav-pc .logo a, .nav-pc .logo img, .nav-wap .menu, #guide .videobox, #guide video, #guide .inner, .index .fasart a, .profile .dc .brands a, .profile .dc .brands .picbox, .culture .panel .inner, .culture .panel .picbox .item, .culture .panel .txtbox .text, .culture .panel .txtbox .item, .culture .values .inner, .culture .values .picbox, .culture .values .swiper-container,
.culture .values .swiper-wrapper,
.culture .values .swiper-slide, .course .banner .inner, .course .bg, .course .swiper .txtbox, .campaign .grid .grid-link, .campaign .grid .picbox, .campaign .grid .txtbox, .yg .gallery a, .yg .list a, .ae .intro .inner, .ae .list a, .tb .pdtb65 .bg, .cf .banner .text, .ca .list a, .video .banner .videobox, .video .banner .txtbox, .video .banner .video, .ts .list .inner, .contact .banner .map, .store .mapbox, .store .map, .store .panel {
  width: 100%;
  height: 100%;
}

.clearfix:after, .nav-pc .search:after, .nav-pc .menu:after, .nav-wap .iconbar ul:after, .footer .container:after, .footer .links ul:after, .index .others .inner:after, .index .fellow .list ul:after, .profile .dc .brands ul:after, .course .swiper .text:after, .course .swiper .swiper-pagination:after, .campaign .grid:after, .yg .gallery:after, .yg .list ul:after, .ae .list ul:after, .tb .mv .inner:after, .news .grid:after, .friend .grid:after, .video .banner .txtbox .text:after, .ts .list ul:after, .vp .list ul:after, .shop .subbrand ul:after, .store .pickers:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.playerbox .player-title, .index .banner .date, .index .banner .title .cn, .index .banner .title .en, .index .fellow .list ul .txtbox h3, .ae .list h2, .cf .list .item .title, .ca .list .title, .news .grid-link .txtbox .title, .friend .grid .txtbox, .video .forwap .cn, .vp .list h3, .vp .list .tips {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*======================================================
                    reset
======================================================*/
html {
  font: 14px/1.5 Arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

body, ol, ul, dl, dd, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ol, ul, td {
  padding: 0;
}

ol, ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 100;
}

a, img, input, button, textarea {
  outline: none;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: top;
}

input, button, textarea {
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #999;
  font-size: 100%;
}

input, textarea {
  display: block;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
}

input {
  height: 40px;
  padding: 0 8px;
}

textarea {
  height: 150px;
  padding: 8px;
  resize: none;
}

button {
  cursor: pointer;
}

hr {
  margin: 0;
  border: 0;
  height: 1px;
  background-color: #000;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anchorBL {
  display: none;
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19940221;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.loader.hide {
  opacity: 0;
  visibility: hidden;
}
.loader p {
  padding-top: 20px;
  font-size: 12px;
  color: #999;
}
.loader .inner {
  width: 100px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -50px;
}
.loader .inner .logo {
  width: 80px;
  height: auto;
}
.loader .dot {
  width: 10px;
  height: 10px;
  background: #be9541;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 5px);
}
.loader .dot1 {
  left: 0px;
  -webkit-animation: dot-jump 0.5s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
  animation: dot-jump 0.5s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}
.loader .dot2 {
  left: 20px;
  -webkit-animation: dot-jump 0.5s 0.2s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
  animation: dot-jump 0.5s 0.2s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}
.loader .dot3 {
  left: 40px;
  -webkit-animation: dot-jump 0.5s 0.4s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
  animation: dot-jump 0.5s 0.4s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}

@-webkit-keyframes dot-jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes dot-jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/*======================================================
                    mCustomScrollbar
======================================================*/
.mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

.mCSB_scrollTools {
  z-index: 20;
  width: 6px;
  background: transparent;
}

.mCSB_scrollTools .mCSB_dragger {
  width: 6px;
  margin: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 10px;
  background: #000;
  opacity: .3;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #000;
  opacity: .3;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 10px;
  background: transparent;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #000;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #000;
}

/*======================================================
                    common
======================================================*/
.allwrap {
  overflow: hidden;
}

.bgcover, .sbanner .picbox, #guide .inner, .culture .panel .picbox .item, .ca .list .picbox, .news .grid-link .hover-pic {
  background: center top / cover no-repeat;
}

.vm {
  vertical-align: middle;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.table {
  display: table;
  table-layout: fixed;
  max-width: 100%;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.btn-goback {
  position: fixed;
  right: 0;
  bottom: 130px;
  z-index: 400;
  display: block;
  width: 49px;
  height: 50px;
  border-bottom: 1px solid #444;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 992px) {
  .btn-goback:hover .iconfont {
    color: #fff;
  }
}
.btn-goback .iconfont {
  font-size: 16px;
  color: #a5a5a5;
  line-height: 50px;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -ms-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
}

.fbalert {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  display: none;
  box-sizing: border-box;
  width: 600px;
  height: 280px;
  margin-top: -140px;
  margin-left: -300px;
  padding: 50px 0;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .fbalert {
    left: 5%;
    width: 90%;
    margin-left: 0;
  }
}
.fbalert .closer {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url("../images/icon/close.png") left top/100% auto no-repeat;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform .35s;
}
.fbalert .closer:hover {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fbalert img {
  display: block;
  width: 80px;
  margin: 0 auto 30px;
}
.fbalert h1 {
  margin: 0 0 15px;
  font-size: 24px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 767px) {
  .fbalert h1 {
    font-size: 18px;
  }
}
.fbalert .autocounter {
  display: none;
  height: 30px;
}
.fbalert .btn-ok {
  display: block;
  width: 80px;
  height: 30px;
  margin: 0 auto;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #000;
}

@-khtml-keyframes line-scale {
  0%,40%,100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes line-scale {
  0%,40%,100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes line-scale {
  0%,40%,100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-ms-keyframes line-scale {
  0%,40%,100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-o-keyframes line-scale {
  0%,40%,100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes line-scale {
  0%,40%,100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.grid-loader {
  position: relative;
  margin: 0 auto 60px;
  width: 100%;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.grid-loader.grid-loader-show {
  opacity: 1;
  visibility: visible;
}
.grid-loader .line-scale,
.grid-loader .line-scale > div {
  position: relative;
  box-sizing: border-box;
}
.grid-loader .line-scale {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 32px;
  height: 40px;
  margin: -20px 0 0 -16px;
  font-size: 0;
}
.grid-loader .line-scale > div {
  float: none;
  display: inline-block;
  width: 2px;
  height: 40px;
  margin: 0 2px;
  border: 0 solid #ccc;
  background-color: #ccc;
  -webkit-animation: line-scale 1.2s infinite ease;
  -moz-animation: line-scale 1.2s infinite ease;
  -ms-animation: line-scale 1.2s infinite ease;
  -o-animation: line-scale 1.2s infinite ease;
  animation: line-scale 1.2s infinite ease;
}
.grid-loader .line-scale > div:nth-child(1) {
  -webkit-animation-delay: -1.2s;
  -moz-animation-delay: -1.2s;
  -o-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.grid-loader .line-scale > div:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.grid-loader .line-scale > div:nth-child(3) {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.grid-loader .line-scale > div:nth-child(4) {
  -webkit-animation-delay: -.9s;
  -moz-animation-delay: -.9s;
  -o-animation-delay: -.9s;
  animation-delay: -0.9s;
}
.grid-loader .line-scale > div:nth-child(5) {
  -webkit-animation-delay: -.8s;
  -moz-animation-delay: -.8s;
  -o-animation-delay: -.8s;
  animation-delay: -0.8s;
}

.gridwrap {
  position: relative;
  width: 100%;
}

.weiruanyahei {
  font-family: "Microsoft Yahei" !important;
}

.arial {
  font-family: Arial !important;
}

.showin400 {
  display: none;
}

@media screen and (max-width: 400px) {
  .showin400 {
    display: block;
  }
}
.h800px {
  height: 800px;
}

.pixel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon/pixel.png") 0 0 repeat;
}

.readmore {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100px;
  height: 30px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 28px;
  font-family: "helveticaNeueLT45";
  font-size: 12px;
  color: #fff;
  background-color: #be9541;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  .readmore {
    font-family: Arial, sans-serif;
  }
}

.back2top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 500;
  display: block;
  width: 31px;
  height: 80px;
  opacity: 0;
  visibility: hidden;
  background: url("../images/back2top.png") 0 0 no-repeat;
  -webkit-transition: all 0.8s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -moz-transition: all 0.8s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -ms-transition: all 0.8s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -o-transition: all 0.8s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  transition: all 0.8s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.back2top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (min-width: 992px) {
  .back2top:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}
@media screen and (max-width: 991px) {
  .back2top {
    right: 12px;
  }
}

.main {
  padding-top: 163px;
}
.main > .container {
  margin: 0 103px;
  -webkit-transition: margin 0.35s;
  -moz-transition: margin 0.35s;
  -ms-transition: margin 0.35s;
  -o-transition: margin 0.35s;
  transition: margin 0.35s;
}
@media screen and (max-width: 1100px) {
  .main > .container {
    margin: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .main {
    padding-top: 61px;
  }
  .main > .container {
    margin: 0 12px;
  }
}

.banner {
  box-sizing: border-box;
}
.banner .inner {
  position: relative;
}
.banner .swiper-slide a {
  position: relative;
  display: block;
}
.banner .picbox {
  background: left top / cover no-repeat;
}

.banner .inner {
  position: relative;
  overflow: hidden;
}

.btitle {
  padding: 60px 0;
  text-align: center;
  font-size: "helveticaNeueLT45";
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .btitle:hover .en:after {
    background-color: #666;
    -webkit-transform: scaleX(0.5);
    -moz-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    transform: scaleX(0.5);
  }
}
.btitle .en {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 35px;
}
.btitle .en:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scaleX(0.3);
  -moz-transform: scaleX(0.3);
  -ms-transform: scaleX(0.3);
  -o-transform: scaleX(0.3);
  transform: scaleX(0.3);
}
.btitle .cn {
  padding-top: 20px;
  font-family: NSimSun, SimSun;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .btitle {
    padding: 30px 0;
  }
  .btitle .en {
    font-size: 24px;
  }
  .btitle .cn {
    font-size: 16px;
  }
}

.sbanner {
  position: relative;
}
.sbanner .picbox {
  width: 100%;
}
.sbanner .txtbox {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
}
.sbanner .txtbox h3 {
  font-size: 35px;
  letter-spacing: 65px;
  color: #fff;
  text-align: center;
  text-indent: 32px;
  line-height: 1;
}

.fpic {
  display: block;
  width: 100%;
}

.patxtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #f8f8f8;
  text-align: center;
}

.playerbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.playerbox.show {
  opacity: 1;
  visibility: visible;
}
.playerbox .player {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  line-height: 1;
  background-color: #000;
  box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.15);
}
.playerbox .player-hd {
  position: relative;
  background-color: #fff;
}
.playerbox .player-title {
  box-sizing: border-box;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.playerbox .player-close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.playerbox .player-close:before, .playerbox .player-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  width: 16px;
  height: 1px;
  background-color: #999;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.playerbox .player-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.playerbox .player-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  .playerbox .player-close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .playerbox .player-close:hover:before, .playerbox .player-close:hover:after {
    background-color: #000;
  }
}
.playerbox .player-bd {
  width: 100%;
  height: calc(100% - 48px);
  overflow: hidden;
}
.playerbox video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .playerbox .player {
    position: absolute;
    top: 50%;
    left: 12px;
    right: 12px;
    width: auto;
    height: auto;
    border-radius: 4px;
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .playerbox .player-bd {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .js-style {
    margin: 0 -12px;
  }

  .js-style .picbox {
    height: 360px;
  }
}
@media screen and (max-width: 640px) {
  .js-style .picbox {
    height: 280px !important;
  }
}
.header {
  position: relative;
  z-index: 999;
}

.nav-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
}
.nav-pc .container {
  margin: 0 103px;
}
@media screen and (max-width: 1100px) {
  .nav-pc .container {
    margin: 0 50px;
  }
}
.nav-pc .logo {
  position: absolute;
  top: 30px;
  left: 103px;
  width: 103px;
  height: 103px;
}
.nav-pc .logo a, .nav-pc .logo img {
  display: block;
}
@media screen and (max-width: 1100px) {
  .nav-pc .logo {
    left: 50px;
  }
}
.nav-pc .search {
  padding: 48px 0 5px 0;
}
.nav-pc .search .search-group {
  position: relative;
  float: right;
}
.nav-pc .search input {
  width: 153px;
  height: 28px;
  padding: 0 40px 0 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.nav-pc .search .icon-search {
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 1;
  display: block;
  padding: 0 5px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.nav-pc .menu {
  padding-top: 10px;
}
.nav-pc .menu .first {
  float: right;
  margin-right: -25px;
}
.nav-pc .menu .first > li {
  float: left;
}
.nav-pc .menu .first > li.active > a .en {
  opacity: 0;
}
.nav-pc .menu .first > li.active > a .cn {
  opacity: 1;
}
.nav-pc .menu .first > li.active > a .cn:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
@media screen and (min-width: 992px) {
  .nav-pc .menu .first > li:hover > a .en {
    opacity: 0;
  }
  .nav-pc .menu .first > li:hover > a .cn {
    opacity: 1;
  }
  .nav-pc .menu .first > li:hover > a .cn:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media screen and (min-width: 992px) {
  .nav-pc .menu .first > li:hover .submenu {
    display: block;
  }
}
.nav-pc .menu .first > li > a {
  position: relative;
  display: block;
  padding: 15px 25px 35px;
  white-space: nowrap;
  line-height: 22px;
  letter-spacing: 1px;
}
.nav-pc .menu .first > li > a span {
  display: block;
}
.nav-pc .menu .first > li > a .en {
  font-family: "Helvetica-55fcb0695b4189dd", "Microsoft Yahei";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-pc .menu .first > li > a .cn {
  position: absolute;
  top: 15px;
  left: 25px;
  font-family: "Microsoft Yahei";
  font-size: 15px;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-pc .menu .first > li > a .cn:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #be9541;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleX(0.8);
  -moz-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
.nav-pc .menu .first > li.hr > a .cn {
  left: 3px;
}
.nav-pc .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  box-sizing: border-box;
  display: none;
  width: 100%;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
  vertical-align: top;
}
.nav-pc .submenu .inner {
  margin: 0 103px;
  padding: 40px 0 105px;
  border-top: 1px solid #e8e3d8;
}
.nav-pc .submenu .picbox, .nav-pc .submenu .txtbox {
  display: inline-block;
  vertical-align: top;
}
.nav-pc .submenu .picbox {
  width: 371px;
  padding-right: 40px;
}
.nav-pc .submenu .picbox img {
  display: block;
  width: 100%;
}
.nav-pc .submenu .txtbox {
  min-width: 200px;
  text-align: left;
}
.nav-pc .submenu .txtbox li {
  margin-bottom: 10px;
}
.nav-pc .submenu .txtbox li.active > a:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.nav-pc .submenu .txtbox li.active > a > span.cn {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .nav-pc .submenu .txtbox li:hover > a:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  .nav-pc .submenu .txtbox li:hover > a > span.cn {
    opacity: 1;
  }
}
.nav-pc .submenu .txtbox a {
  position: relative;
  display: inline-block;
  padding: 0 0 5px;
  font-size: 13px;
  color: #222;
}
.nav-pc .submenu .txtbox a:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #be9541;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleX(0.8);
  -moz-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
.nav-pc .submenu .txtbox span {
  display: inline-block;
  padding-right: 7px;
}
.nav-pc .submenu .txtbox span.cn {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-pc .submenu .txtbox .third {
  display: none;
  padding: 10px 0;
}
.nav-pc .submenu .txtbox .third a {
  font-size: 12px;
  color: #bcbcbc;
}
.nav-pc .submenu .txtbox .third a:after {
  height: 1px;
}
.nav-pc .submenu .txtbox .third li.active a {
  color: #8a8a8a;
}
@media screen and (min-width: 992px) {
  .nav-pc .submenu .txtbox .third li:hover a {
    color: #8a8a8a;
  }
}

.navfixed .nav-pc {
  position: fixed;
  top: -90px;
  border-bottom: 1px solid #e8e3d8;
}
.navfixed .nav-pc .logo {
  top: 96px;
  width: 52px;
  height: 52px;
}
.navfixed .nav-pc .search {
  opacity: 0;
  visibility: hidden;
}
.navfixed .nav-pc .menu .first > li > a {
  padding: 20px 25px;
}
.navfixed .nav-pc .menu .first > li > a .cn {
  top: 20px;
}
.navfixed .nav-pc .menu .first > li > a .cn:after {
  bottom: -20px;
}
.navfixed .nav-pc .submenu {
  border-top: 1px solid #e8e3d8;
}
.navfixed .nav-pc .submenu .inner {
  border-color: transparent;
}

.navfixed.scrolldown .nav-pc {
  -webkit-transform: translate(0, -64px);
  -moz-transform: translate(0, -64px);
  -ms-transform: translate(0, -64px);
  -o-transform: translate(0, -64px);
  transform: translate(0, -64px);
}

@media screen and (max-width: 991px) {
  .nav-pc {
    display: none;
  }
}
.nav-wap {
  position: relative;
  z-index: 999;
}
.nav-wap .topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.nav-wap .topbar .logo {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
}
.nav-wap .topbar .logo a, .nav-wap .topbar .logo img {
  display: block;
  width: 100%;
}
.nav-wap .topbar .btn {
  position: absolute;
  top: 10px;
  right: 0;
  width: 48px;
  height: 40px;
}
.nav-wap .topbar .btn .line {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 24px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-wap .topbar .btn .line:before, .nav-wap .topbar .btn .line:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-wap .topbar .btn .line:before {
  top: -8px;
}
.nav-wap .topbar .btn .line:after {
  top: 8px;
}
.nav-wap .topbar .btn.active .line {
  background-color: #fff;
}
.nav-wap .topbar .btn.active .line:before, .nav-wap .topbar .btn.active .line:after {
  top: 0;
}
.nav-wap .topbar .btn.active .line:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-wap .topbar .btn.active .line:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-wap .menubox {
  position: fixed;
  top: 61px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 61px);
  padding: 50px 12px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.nav-wap .menu {
  box-sizing: border-box;
  line-height: 1;
  overflow-y: auto;
}
.nav-wap .menu .num {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: #999;
}
.nav-wap .menu .en {
  font-size: 20px;
  color: #333;
}
.nav-wap .menu .cn {
  font-size: 12px;
  color: #999;
}
.nav-wap .menu a {
  position: relative;
  display: inline-block;
}
.nav-wap .menu li.active > a .num, .nav-wap .menu li.active > a .en, .nav-wap .menu li.active > a .cn {
  color: #be9541;
}
.nav-wap .first > li {
  margin-bottom: 20px;
}
.nav-wap .first > li > a:before {
  content: '';
  position: absolute;
  top: 12px;
  left: calc(100% + 8px);
  display: block;
  width: 9px;
  height: 1px;
  background-color: #ccc;
}
.nav-wap .first > li.haschild > a:after {
  content: '';
  position: absolute;
  top: 8px;
  left: calc(100% + 12px);
  display: block;
  width: 1px;
  height: 9px;
  background-color: #ccc;
}
.nav-wap .second {
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 50px;
  display: none;
}
.nav-wap .second li {
  padding: 8px 0;
}
.nav-wap .second .en {
  font-size: 16px;
  color: #666;
}
.nav-wap .third {
  display: none;
  margin-left: 20px;
  padding-top: 5px;
}
.nav-wap .third li {
  padding: 5px 0;
}
.nav-wap .third .en {
  font-size: 14px;
  color: #666;
}
.nav-wap .iconbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.nav-wap .iconbar ul {
  margin: 0 12px;
  padding: 13px 0;
  text-align: center;
}
.nav-wap .iconbar li {
  display: inline-block;
  margin: 0 10px;
}
.nav-wap .iconbar a, .nav-wap .iconbar .iconfont {
  color: #999;
}

.nav-wap.show .menubox {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 992px) {
  .nav-wap {
    display: none;
  }
}
.footer {
  color: #b8b8b8;
  background-color: #000;
}
.footer a {
  color: #b8b8b8;
}
.footer .container {
  margin: 0 103px;
  padding: 70px 0;
}
@media screen and (max-width: 1100px) {
  .footer .container {
    margin: 0 50px;
  }
}
.footer .left {
  position: relative;
  float: left;
  padding-left: 85px;
}
.footer .left h3 {
  padding-bottom: 5px;
  font-size: 18px;
  font-family: "Helvetica-55fcb0695b4189dd";
  color: #eaeaea;
}
.footer .left .links {
  margin-bottom: 10px;
}
.footer .left .yinger-qrcode-pc {
  position: absolute;
  top: -5px;
  left: 0;
}
.footer .right {
  float: right;
  text-align: right;
}
.footer .links ul li {
  float: left;
  margin-right: 25px;
}
.footer .links ul li:last-child {
  margin-right: 0;
}
.footer .links ul li i {
  display: inline-block;
  padding-right: 7px;
}
.footer .links ul li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
}
.footer .links ul li a .cn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-family: "Microsoft YaHei";
  font-weight: 100;
}
@media screen and (min-width: 992px) {
  .footer .links ul li:hover a, .footer .links ul li:hover .iconfont {
    color: #fff;
  }
  .footer .links ul li:hover .en {
    opacity: 0;
  }
  .footer .links ul li:hover .cn {
    opacity: 1;
  }
}
.footer .search {
  position: relative;
  display: inline-block;
}
.footer .search input {
  width: 360px;
  height: 26px;
  padding: 0 165px 0 30px;
  border: 1px solid #777777;
  background-color: transparent;
  font-size: 14px;
  color: #b8b8b8;
}
.footer .search input::-webkit-input-placeholder {
  font-size: 12px;
}
.footer .search input:-moz-placeholder {
  font-size: 12px;
}
.footer .search input::-moz-placeholder {
  font-size: 12px;
}
.footer .search input:-ms-input-placeholder {
  font-size: 12px;
}
.footer .search .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 26px;
  padding: 0 35px;
  font-size: 12px;
  line-height: 26px;
  color: #999;
  background-color: #777;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .footer .search .search-btn:hover {
    color: #fff;
  }
  .footer .search .search-btn:hover .icon-location {
    color: #fff;
  }
}
.footer .search .icon-location {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .search .icon-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #777;
  background-color: transparent;
}
.footer .copyright {
  padding: 10px 0;
  font-size: 12px;
}
.footer .copyright .yfdlink {
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .footer .copyright .yfdlink:hover {
    color: #11adbb;
  }
}
@media screen and (max-width: 991px) {
  .footer .container {
    margin: 0 12px;
    padding: 50px 0;
  }
  .footer .left {
    float: none;
    padding-left: 0;
  }
  .footer .left .yinger-qrcode-pc {
    display: none;
  }
  .footer .right {
    float: none;
    text-align: left;
  }
  .footer .links ul li {
    margin-right: 15px;
  }
  .footer .search {
    display: block;
    width: 385px;
    margin: 15px 0;
  }
  .footer .search input {
    width: 100%;
    height: 30px;
  }
  .footer .search .search-btn,
  .footer .search .icon-search {
    height: 30px;
    line-height: 30px;
  }
  .footer .copyright {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer .search {
    width: 100%;
    margin: 15px 0;
  }
  .footer .search input {
    width: 100%;
  }
}

#guide {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -moz-transition: all 1s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -ms-transition: all 1s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -o-transition: all 1s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  transition: all 1s cubic-bezier(0.61, 0.08, 0.11, 0.58);
}
#guide.hide {
  -ms-transform: translateY(-100%);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
#guide video {
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
#guide video.show {
  opacity: 1;
}
#guide .mask {
  background-color: rgba(0, 0, 0, 0.65);
}
#guide .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 263px;
  margin-left: -131px;
  margin-top: -208px;
  opacity: 0;
  transform: translateY(20px);
  transition: .8s;
}
#guide .logo.fadeUp {
  opacity: 1;
  transform: translateY(0);
}
#guide .guide-logo {
  display: block;
  width: 263px;
  height: 263px;
}
#guide .icon-index_logo {
  font-size: 263px;
  color: #be9441;
}
#guide .ctrl {
  position: relative;
  z-index: 100;
  padding: 20px 0;
  text-align: center;
  vertical-align: top;
  opacity: 0;
  visibility: hidden;
}
#guide .ctrl.fade {
  opacity: 1;
  visibility: visible;
}
#guide .play, #guide .separator, #guide .mute {
  display: inline-block;
  vertical-align: top;
}
#guide .play, #guide .mute {
  padding: 5px 10px;
  background: center center no-repeat;
  cursor: pointer;
  text-align: center;
  color: #c4a668;
  font-size: 30px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  #guide .play:hover, #guide .mute:hover {
    color: #be9541;
  }
}
#guide .separator {
  position: relative;
  top: 7px;
  width: 2px;
  height: 24px;
  margin: 0 22px;
  background-color: #c4a668;
}
#guide .scroller {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 10;
  width: 163px;
  height: 80px;
  margin-left: -74px;
  background: url("../images/icon/guide-scroll.png") 0 0 no-repeat;
  cursor: pointer;
  -webkit-animation: guide-scroller 6s infinite;
  -moz-animation: guide-scroller 6s infinite;
  -ms-animation: guide-scroller 6s infinite;
  -o-animation: guide-scroller 6s infinite;
  animation: guide-scroller 6s infinite;
}

@-khtml-keyframes guide-scroller {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 60px;
  }
}
@-webkit-keyframes guide-scroller {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 60px;
  }
}
@-moz-keyframes guide-scroller {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 60px;
  }
}
@-ms-keyframes guide-scroller {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 60px;
  }
}
@-o-keyframes guide-scroller {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 60px;
  }
}
@keyframes guide-scroller {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 60px;
  }
}
.index .banner a {
  color: #fff;
}
.index .banner .date {
  font-size: 16px;
}
.index .banner .title {
  padding: 10px 0 20px;
}
.index .banner .title .cn {
  font-family: "Microsoft Yahei";
  font-size: 24px;
}
.index .banner .title .en {
  font-family: Arial;
}
.index .banner .txtbox {
  position: absolute;
  bottom: 80px;
  left: 100px;
  z-index: 10;
}
.index .banner .swiper-pagination {
  bottom: 220px;
  left: 100px;
  text-align: left;
}
.index .banner .swiper-pagination-bullet {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 20px 0 0;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
}
@media screen and (min-width: 992px) {
  .index .banner .swiper-pagination-bullet:hover {
    color: #fff;
    border-color: #be9541;
  }
}
.index .banner .swiper-pagination-bullet-active {
  color: #fff;
  border-color: #be9541;
}
.index .brandvision > .container {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.index .brandvision .bbody {
  position: relative;
}
.index .brandvision .mask {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}
.index .brandvision .mask .slogo {
  bottom: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: none;
  width: 100px;
}
.index .brandvision .swiper-slide .spic {
  display: block;
  width: 100%;
}
.index .brandvision .swiper-pagination {
  position: relative;
  display: none;
  width: 100%;
  padding: 10px 0;
  opacity: 1;
}
.index .brandvision .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  margin: 0 5px;
  border-radius: 2px;
  background-color: #be9541;
}
.index .brandvision .ctrldots {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
}
.index .brandvision .ctrldots .dot {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  height: 100%;
  margin: 0 25px;
  border-top: 3px solid transparent;
  background-color: transparent;
  vertical-align: middle;
  line-height: 100px;
  cursor: pointer;
}
.index .brandvision .ctrldots .dot.active {
  border-color: #be9541;
}
.index .brandvision .ctrldots .dot img {
  vertical-align: middle;
}
.index .fasart > .container {
  width: 72%;
  margin: 0 auto;
  padding: 65px 0 125px;
}
.index .fasart .btitle {
  padding: 0 0 30px;
}
.index .fasart .readmore {
  display: block;
  margin: 0 auto;
}
.index .fasart a {
  position: relative;
  display: block;
  color: #fff;
}
.index .fasart .picbox img {
  display: block;
  width: 100%;
}
.index .fasart .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 384px;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.95);
  text-align: center;
}
.index .others {
  margin: 0 -103px;
  background-color: #f8f7f6;
}
.index .others > .container {
  width: 85%;
  margin: 0 auto;
  padding: 125px 0 100px;
}
.index .others .cs, .index .others .sp {
  float: left;
  box-sizing: border-box;
  width: 50%;
}
.index .others .cs {
  padding-right: 50px;
}
.index .others .sp {
  padding-left: 50px;
}
.index .others .sp .picbox {
  position: relative;
  cursor: pointer;
}
.index .others .sp .picbox .icon-play1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 70px;
  margin: -35px 0 0 -35px;
  color: #fff;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
@media screen and (min-width: 992px) {
  .index .others .sp .picbox:hover .icon-play1 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.index .others .picbox img {
  display: block;
  width: 100%;
}
.index .others .txtbox {
  padding: 25px 0 0;
  text-align: center;
}
.index .others .txtbox .en {
  font-family: Arial;
  color: #000;
}
.index .others .txtbox .cn {
  font-family: "Microsoft Yahei";
  font-size: 20px;
}
.index .fellow > .container {
  width: 75%;
  margin: 0 auto;
  padding: 55px 0 100px;
  text-align: center;
}
.index .fellow .list ul li {
  float: left;
  box-sizing: border-box;
  width: 25%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.index .fellow .list ul li a {
  display: block;
}
.index .fellow .list ul li img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .index .fellow .list ul li:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -ms-transform: translateY(-3px);
    -webkit-transform: translate3d(0, -3px, 0);
    -moz-transform: translate3d(0, -3px, 0);
    -ms-transform: translate3d(0, -3px, 0);
    -o-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
  .index .fellow .list ul li:hover .txtbox h3 {
    color: #be9541;
  }
}
.index .fellow .list ul .txtbox {
  padding: 20px 0;
}
.index .fellow .list ul .txtbox h3 {
  font-size: 15px;
  color: #777;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index .prize > .container {
  margin: 0 auto;
  padding: 55px 0 100px;
  text-align: center;
}
.index .prize > .container .imgBox {
  width: 100%;
  position: relative;
}
.index .prize > .container .imgBox img {
  width: 100%;
}
.index .prize > .container .imgBox .readmore {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1380px) {
  .index .brandvision .ctrldots .dot {
    margin: 0 5px;
  }
  .index .brandvision .ctrldots img {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .index .others {
    margin: 0 -50px;
  }
}
@media screen and (max-width: 991px) {
  .index .banner {
    width: auto;
    height: auto;
    margin: 0 -12px;
  }
  .index .banner a {
    color: #000;
  }
  .index .banner .date {
    font-size: 16px;
  }
  .index .banner .title {
    padding: 10px 0 20px;
  }
  .index .banner .title .cn {
    font-size: 16px;
  }
  .index .banner .picbox, .index .banner .pixel {
    height: 360px;
  }
  .index .banner .txtbox {
    position: relative;
    bottom: auto;
    left: auto;
    box-sizing: border-box;
    padding: 30px 15px 35px;
    background-color: #f8f8f8;
  }
  .index .banner .swiper-pagination {
    bottom: 215px;
    left: 15px;
    text-align: left;
  }
  .index .banner .swiper-pagination-bullet {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 20px 0 0;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    opacity: 1;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
  }
  .index .banner .swiper-pagination-bullet-active {
    color: #fff;
    border-color: #be9541;
  }
  .index .brandvision > .container {
    width: 100%;
  }
  .index .brandvision .ctrldots {
    display: none;
  }
  .index .brandvision .mask .slogo {
    display: block;
    width: 110px;
  }
  .index .brandvision .swiper-pagination {
    display: block;
    padding: 10px 0 30px;
    line-height: 1;
    font-size: 0;
  }
  .index .fasart > .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
  }
  .index .fasart .btitle {
    padding: 0 0 30px;
  }
  .index .fasart .readmore {
    display: block;
    margin: 0 auto;
  }
  .index .fasart .txtbox {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0 35px;
    color: #000;
    background-color: #fff;
  }
  .index .others {
    margin: 0 -12px;
  }
  .index .others > .container {
    width: auto;
    margin: 0 12px;
    padding: 30px 0 0;
  }
  .index .others .cs, .index .others .sp {
    float: none;
    width: 100%;
    padding-bottom: 25px;
  }
  .index .others .cs {
    padding-right: 0;
  }
  .index .others .sp {
    padding-left: 0;
  }
  .index .others .sp .picbox .icon-play1 {
    margin: -24px 0 0 -24px;
    opacity: 1;
    font-size: 48px;
  }
  .index .others .txtbox {
    padding: 25px 0 0;
    text-align: center;
  }
  .index .others .txtbox .en {
    font-family: "helveticaNeueLT45";
    color: #000;
  }
  .index .others .txtbox .cn {
    font-family: "Helvetica-55fcb0695b4189dd";
    font-size: 20px;
  }
  .index .fellow > .container {
    width: 100%;
    padding: 0 0 50px 0;
  }
  .index .prize > .container {
    width: 100%;
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .index .banner .picbox, .index .banner .pixel {
    height: 180px !important;
  }
  .index .banner .swiper-pagination {
    bottom: 185px;
  }
  .index .banner .swiper-pagination-bullet {
    margin: 0 15px 0 0;
  }
  .index .fellow .list ul .hide-wrap {
    display: none;
  }
  .index .fellow .list ul li {
    width: 50%;
    margin-bottom: 15px;
  }
}

@-khtml-keyframes bgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1322px 0;
  }
}
@-webkit-keyframes bgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1322px 0;
  }
}
@-moz-keyframes bgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1322px 0;
  }
}
@-ms-keyframes bgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1322px 0;
  }
}
@-o-keyframes bgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1322px 0;
  }
}
@keyframes bgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1322px 0;
  }
}
@-khtml-keyframes tabBgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1138px 0;
  }
}
@-webkit-keyframes tabBgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1138px 0;
  }
}
@-moz-keyframes tabBgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1138px 0;
  }
}
@-ms-keyframes tabBgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1138px 0;
  }
}
@-o-keyframes tabBgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1138px 0;
  }
}
@keyframes tabBgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1138px 0;
  }
}
@-khtml-keyframes wapBgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1003px 0;
  }
}
@-webkit-keyframes wapBgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1003px 0;
  }
}
@-moz-keyframes wapBgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1003px 0;
  }
}
@-ms-keyframes wapBgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1003px 0;
  }
}
@-o-keyframes wapBgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1003px 0;
  }
}
@keyframes wapBgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1003px 0;
  }
}
.profile .intro {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  text-align: center;
}
.profile .banner {
  position: relative;
}
.profile .banner .picbox {
  background: 0 0 / auto 100% no-repeat;
  width: 100%;
  height: 570px;
  animation: bgScroll 40s linear infinite;
}
@media screen and (max-width: 768px) {
  .profile .banner .picbox {
    animation-name: tabBgScroll;
  }
}
@media screen and (max-width: 640px) {
  .profile .banner .picbox {
    animation-name: wapBgScroll;
  }
}
.profile .banner .txtbox {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
}
.profile .banner .txtbox h3 {
  font-size: 35px;
  letter-spacing: 65px;
  color: #fff;
  text-align: center;
  text-indent: 32px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.profile .yfg {
  text-align: center;
}
.profile .yfg .btitle {
  padding: 125px 0 70px;
}
.profile .yfg .intro {
  max-width: 940px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.profile .yfg .intro .p2 {
  width: 87%;
  margin: 0 auto;
}
.profile .yfg .counter {
  position: relative;
  padding: 60px 0 125px;
  text-align: center;
}
.profile .yfg .counter .item {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 50px;
  padding: 0 20px 0 0;
}
.profile .yfg .counter .y {
  min-width: 132px;
}
.profile .yfg .counter .n {
  min-width: 76px;
}
.profile .yfg .counter .s {
  min-width: 132px;
}
.profile .yfg .counter .r {
  min-width: 104px;
}
.profile .yfg .counter h3 {
  padding-bottom: 10px;
  font-family: "Helvetica-55fcb0695b4189dd";
  font-size: 50px;
  color: #be9541;
  line-height: 1;
}
.profile .yfg .counter p {
  font-size: 16px;
  color: #929292;
}
.profile .yfg .counter span {
  position: absolute;
  top: 7px;
  right: 0;
  font-weight: bold;
  color: #be9541;
}
.profile .dc {
  text-align: center;
}
.profile .dc .btitle {
  padding: 125px 0 70px;
}
.profile .dc .intro {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
  line-height: 28px;
  color: #333;
}
.profile .dc .brands {
  padding-bottom: 150px;
}
.profile .dc .brands ul {
  width: 70%;
  margin: 0 auto;
}
.profile .dc .brands li {
  position: relative;
  float: left;
  width: calc(100% / 3);
}
.profile .dc .brands a, .profile .dc .brands .picbox {
  position: relative;
  display: block;
}
.profile .dc .brands .picbox {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.profile .dc .brands .picbox img {
  display: block;
  width: 100%;
}
.profile .dc .brands .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.profile .dc .brands .txtbox h4 {
  padding-top: 15px;
  font-family: "Helvetica-55fcb0695b4189dd";
  font-size: 20px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.profile .dc .brands .txtbox .text {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(18px);
  -moz-transform: translateY(18px);
  -ms-transform: translateY(18px);
  -o-transform: translateY(18px);
  transform: translateY(18px);
}
.profile .dc .brands .tr .txtbox {
  left: auto;
  right: 0;
}
.profile .rd {
  background-color: #f8f8f8;
}
.profile .rd .btitle {
  padding: 115px 0 70px;
}
.profile .rd .intro {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 150px;
}
.profile .rd .p1, .profile .rd .p2, .profile .rd .p3, .profile .rd .p4 {
  margin: 0 auto;
}
.profile .rd .p1 {
  width: 96%;
}
.profile .rd img {
  max-width: 100%;
  margin-top: 70px;
}
.profile .im {
  background-color: #f8f8f8;
}
.profile .im .btitle {
  padding: 125px 0 75px;
}
.profile .im .intro {
  padding-bottom: 150px;
}
.profile .im .intro .cpic {
  padding: 35px 32px 50px;
}
.profile .im .intro .rpic {
  max-width: 100%;
  padding-top: 35px;
}
.profile .im .intro .p5 {
  max-width: 580px;
  margin: 0 auto;
}
.profile .gh .btitle {
  padding: 125px 0 75px;
}
.profile .gh .intro {
  padding-bottom: 150px;
}
@media screen and (max-width: 1480px) {
  .profile .banner .txtbox h3 {
    letter-spacing: 50px;
  }
}
@media screen and (max-width: 1336px) {
  .profile .banner .txtbox h3 {
    letter-spacing: 40px;
  }
  .profile .dc {
    padding: 0 15px;
  }
  .profile .dc .brands ul {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .profile .banner .txtbox h3 {
    letter-spacing: 30px;
  }
  .profile .yfg {
    text-align: justify;
  }
  .profile .yfg .intro .p2 {
    width: 100%;
  }
  .profile .yfg .counter .item {
    margin: 0 25px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }
  .profile .yfg .counter .y {
    min-width: 130px;
  }
  .profile .yfg .counter .n {
    min-width: 74px;
  }
  .profile .yfg .counter .s {
    min-width: 130px;
  }
  .profile .yfg .counter .r {
    min-width: 102px;
  }
  .profile .dc .brands ul {
    width: 100%;
  }
  .profile .rd .intro {
    max-width: 100%;
  }
  .profile .rd .p1 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .profile .banner {
    width: auto;
    margin: 0 -12px;
  }
  .profile .banner .picbox {
    height: 360px;
  }
  .profile .banner .txtbox {
    bottom: 65px;
  }
  .profile .banner .txtbox h3 {
    font-size: 26px;
    letter-spacing: 30px;
  }
  .profile .yfg .btitle, .profile .dc .btitle, .profile .rd .btitle, .profile .im .btitle, .profile .gh .btitle {
    padding: 30px 0;
  }
  .profile .dc, .profile .im {
    margin: 0 -12px;
    padding: 0 12px;
  }
  .profile .yfg .counter {
    padding: 30px 0;
  }
  .profile .yfg .counter .item {
    margin: 0 25px;
  }
  .profile .yfg .counter .item:last-child {
    margin-bottom: 10px;
  }
  .profile .yfg .counter .y {
    min-width: 110px;
  }
  .profile .yfg .counter .n {
    min-width: 70px;
  }
  .profile .yfg .counter .s {
    min-width: 110px;
  }
  .profile .yfg .counter .r {
    min-width: 88px;
  }
  .profile .yfg .counter h3 {
    font-size: 40px;
  }
  .profile .dc .intro {
    padding-bottom: 30px;
  }
  .profile .dc .brands {
    padding-bottom: 30px;
  }
  .profile .dc .brands .txtbox img {
    max-width: 90%;
  }
  .profile .rd .intro {
    padding-bottom: 30px;
  }
  .profile .rd .intro .rd-pic {
    margin-top: 25px;
  }
  .profile .im .intro {
    padding-bottom: 30px;
  }
  .profile .gh .intro {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .profile .banner .picbox {
    height: 280px;
  }
  .profile .banner .txtbox {
    bottom: 55px;
  }
  .profile .banner .txtbox h3 {
    font-size: 24px;
    letter-spacing: 4px;
  }
  .profile .intro {
    text-align: justify;
  }
  .profile .yfg {
    text-align: justify;
  }
  .profile .yfg .intro .p2 {
    width: 100%;
  }
  .profile .yfg .counter .item {
    display: block;
    margin: 0 10px 30px;
    line-height: 1;
  }
  .profile .yfg .counter .item:last-child {
    margin-bottom: 10px;
  }
  .profile .yfg .counter .y span {
    right: calc(50% - 55px);
  }
  .profile .yfg .counter .n span {
    right: calc(50% - 30px);
  }
  .profile .yfg .counter .s span {
    right: calc(50% - 50px);
  }
  .profile .yfg .counter .r span {
    right: calc(50% - 40px);
  }
  .profile .yfg .counter span {
    top: 2px;
  }
  .profile .dc .brands li {
    float: none;
    width: 100%;
  }
  .profile .im .intro {
    padding-bottom: 40px;
  }
  .profile .im .intro .cpic {
    display: inline-block;
    width: calc((100% - 42px) / 3);
    margin: 0 5px;
    padding: 35px 0;
  }
  .profile .gh .intro {
    text-align: center;
  }
}

.culture .banner {
  position: relative;
}
.culture .banner .mask {
  background-color: rgba(0, 0, 0, 0.1);
}
.culture .banner .txtbox {
  position: absolute;
  bottom: 300px;
  left: 0;
  width: 100%;
}
.culture .banner .bntxt {
  font-family: "helveticaNeueLT45";
  font-size: 35px;
  text-align: center;
  color: #fff;
  letter-spacing: 65px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.culture .panel {
  position: relative;
  box-sizing: border-box;
  padding: 70px 0;
  height: 940px;
}
.culture .panel .inner {
  position: relative;
}
.culture .panel .picbox {
  position: relative;
  width: 65%;
  height: 100%;
}
.culture .panel .picbox .item {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.culture .panel .picbox .item.active {
  opacity: 1;
  visibility: visible;
}
.culture .panel .picbox .item img {
  display: block;
  width: 100%;
  display: none;
}
.culture .panel .txtbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  min-width: 380px;
  height: 100%;
  background-color: #f8f8f8;
  text-align: left;
}
.culture .panel .txtbox .text, .culture .panel .txtbox .item {
  position: relative;
}
.culture .panel .txtbox .item {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.culture .panel .txtbox .item.active {
  opacity: 1;
  visibility: visible;
}
.culture .panel .content {
  padding: 50px 0;
}
.culture .panel .btitle {
  padding: 0 0 30px;
}
.culture .panel .btitle .cn {
  padding-top: 15px;
}
.culture .panel .intro {
  max-width: 350px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  text-align: left;
  line-height: 28px;
}
.culture .panel .slogan {
  max-width: 345px;
  margin: 0 auto;
  font-size: 14px;
  color: #888;
  text-align: justify;
  line-height: 28px;
}
.culture .panel .btns {
  position: absolute;
  bottom: 165px;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.culture .panel .btns a {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border-radius: 7px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(190, 149, 65, 0.3);
  vertical-align: top;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.culture .panel .btns a.active {
  width: 24px;
  background-color: #be9541;
}
.culture .panel .btns a.active span {
  opacity: 1;
}
.culture .panel .btns a.active {
  background-color: #be9541;
}
@media screen and (min-width: 992px) {
  .culture .panel .btns a:hover {
    background-color: #be9541;
  }
}
.culture .panel .btns span {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.culture .panel.tl .picbox {
  margin-left: 35%;
}
.culture .panel.tl .txtbox {
  right: auto;
  left: 0;
}
.culture .values {
  box-sizing: border-box;
  padding: 70px 0;
  height: 940px;
}
.culture .values .inner, .culture .values .picbox {
  position: relative;
}
.culture .values .swiper-slide img {
  display: none;
  width: 100%;
}
.culture .values ul, .culture .values .swiper-pagination {
  width: 100%;
  bottom: 30%;
  z-index: 10;
  text-align: center;
}
.culture .values li, .culture .values .swiper-pagination-bullet {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 40px;
  border-radius: 0;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.65);
  background-color: transparent;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.culture .values li.active, .culture .values .swiper-pagination-bullet.active {
  color: #be9541;
}
@media screen and (min-width: 992px) {
  .culture .values li:hover, .culture .values .swiper-pagination-bullet:hover {
    color: #be9541;
  }
}
.culture .values li .cn, .culture .values .swiper-pagination-bullet .cn {
  font-size: 24px;
  letter-spacing: 5px;
}
.culture .values li .en, .culture .values .swiper-pagination-bullet .en {
  font-size: 12px;
  letter-spacing: 3px;
}
.culture .values li, .culture .values .swiper-pagination-bullet-active {
  color: #be9541;
}
.culture .values li {
  margin: 0;
}
.culture .values .mask {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.25);
}
.culture .values .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.culture .values .btitle {
  padding: 0 0 80px;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .culture .banner .txtbox h3 {
    letter-spacing: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .culture .banner .txtbox h3 {
    font-size: 30px;
    letter-spacing: 40px;
  }
  .culture .panel, .culture .values {
    height: 800px;
  }
  .culture .panel .btns {
    bottom: 140px;
  }
}
@media screen and (max-width: 1336px) {
  .culture .panel, .culture .values {
    height: 600px;
  }
  .culture .panel .btns {
    bottom: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .culture .banner .txtbox h3 {
    font-size: 30px;
    letter-spacing: 30px;
  }
}
@media screen and (max-width: 991px) {
  .culture .banner {
    width: auto;
    margin: 0 -12px;
  }
  .culture .banner .picbox {
    height: 360px;
  }
  .culture .banner .txtbox {
    bottom: 100px;
  }
  .culture .banner .txtbox h3 {
    font-size: 30px;
    letter-spacing: 30px;
  }
  .culture .panel {
    padding: 15px 0 0;
  }
  .culture .values {
    padding: 15px 0 50px;
  }
  .culture .values .txtbox {
    position: relative;
    background: #f8f8f8;
  }
  .culture .values .txtbox .btitle {
    color: #000;
    padding: 30px 0 10px;
  }
  .culture .values .txtbox a {
    color: #888;
  }
  .culture .values .txtbox a h4 {
    font-size: 14px;
  }
  .culture .values .txtbox a .cn {
    font-size: 14px;
  }
  .culture .values .txtbox a .en {
    font-size: 14px;
  }
  .culture .values .txtbox li, .culture .values .txtbox .swiper-pagination-bullet {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .culture .panel {
    height: auto;
  }
  .culture .panel .picbox {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .culture .panel .picbox .item:first-child {
    position: relative;
  }
  .culture .panel .picbox .item img {
    display: block;
  }
  .culture .panel .txtbox {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    padding: 30px 0 80px;
    min-width: auto;
  }
  .culture .panel .txtbox .item {
    position: relative;
    display: none;
  }
  .culture .panel .txtbox .item.active {
    display: block;
  }
  .culture .panel .txtbox .content {
    box-sizing: border-box;
    padding: 0 15px;
  }
  .culture .panel .btns {
    bottom: 30px;
  }
  .culture .panel.tl .picbox, .culture .panel.tr .picbox {
    margin: 0;
    padding: 0;
  }
  .culture .values {
    height: auto;
  }
  .culture .values .picbox {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .culture .values .picbox img {
    display: block;
  }
  .culture .values .btitle .en {
    font-size: 24px;
  }
  .culture .values .btitle .cn {
    padding-top: 10px;
  }
  .culture .values .swiper-pagination-bullet {
    margin: 0 20px;
  }
  .culture .values .swiper-pagination-bullet .cn, .culture .values .swiper-pagination-bullet .en {
    font-size: 18px;
    letter-spacing: 0;
  }
  .culture .values li {
    width: 114px;
  }
}
@media screen and (max-width: 640px) {
  .culture .banner .txtbox h3 {
    font-size: 20px;
    letter-spacing: 10px;
  }
  .culture .values .btitle {
    padding-bottom: 20px;
  }
  .culture .values .btitle .cn {
    padding-top: 10px;
  }
  .culture .values .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .culture .values .swiper-pagination-bullet .cn, .culture .values .swiper-pagination-bullet .en {
    letter-spacing: 0;
  }
}

.course .banner .inner {
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
}
.course .bg {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 50px);
  opacity: 0.05;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
}
.course .swiper .txtbox {
  text-align: center;
}
.course .swiper .text {
  display: block;
  max-width: 1040px;
  margin: 0 auto;
}
.course .swiper .pbox, .course .swiper .tbox {
  float: left;
  vertical-align: top;
}
.course .swiper .pbox {
  box-sizing: border-box;
  width: calc(100% - 390px);
  padding-right: 60px;
}
.course .swiper .pbox img {
  display: block;
  width: 100%;
}
.course .swiper .tbox {
  width: 390px;
  text-align: left;
}
.course .swiper .tbox .date {
  position: relative;
  display: inline-block;
  padding-bottom: 35px;
  line-height: 1;
}
.course .swiper .tbox .date .cn {
  position: absolute;
  top: 10px;
  left: calc(100% + 5px);
  font-weight: bold;
  color: #be9541;
}
.course .swiper .tbox .year {
  font-family: "Helvetica-55fcb0695b4189dd";
  font-size: 50px;
  color: #be9541;
}
.course .swiper .tbox .line {
  width: 25px;
  height: 3px;
  margin-bottom: 15px;
  background-color: #be9541;
}
.course .swiper .tbox .summary {
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.course .swiper .swiper-pagination {
  bottom: 0;
  left: 100px;
  width: calc(100% - 200px);
  height: 84px;
}
.course .swiper .swiper-pagination-bullet {
  position: relative;
  float: left;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-family: "Helvetica-55fcb0695b4189dd";
  line-height: 84px;
  text-align: left;
  color: #bebebe;
  cursor: pointer;
  opacity: 1;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .course .swiper .swiper-pagination-bullet:hover {
    color: #be9541;
  }
}
.course .swiper .swiper-pagination-bullet-active {
  color: #be9541;
  background-color: transparent;
}
.course .swiper .swiper-button-prev,
.course .swiper .swiper-button-next {
  z-index: 50;
  width: 30px;
  height: 58px;
  margin-top: -29px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.course .swiper .swiper-button-prev {
  left: 100px;
  background-image: url("../images/icon/vdo-prev.png");
}
.course .swiper .swiper-button-next {
  right: 100px;
  background-image: url("../images/icon/vdo-next.png");
}
.course .swiper .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/icon/vdo-prev-disable.png");
}
.course .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/icon/vdo-next-disable.png");
}
@media screen and (max-width: 1580px) {
  .course .swiper .text {
    max-width: 900px;
  }
}
@media screen and (max-width: 1440px) {
  .course .swiper .text {
    max-width: 800px;
  }
  .course .swiper .swiper-button-prev {
    left: 50px;
  }
  .course .swiper .swiper-button-next {
    right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .course .swiper .pbox {
    width: calc(100% - 250px);
  }
  .course .swiper .tbox {
    width: 250px;
  }
  .course .swiper .text {
    max-width: 650px;
  }
  .course .swiper .swiper-button-prev {
    left: 20px;
  }
  .course .swiper .swiper-button-next {
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .course .banner .inner {
    background-color: #fff;
  }
  .course .banner .inner .bg {
    display: none;
  }
  .course .swiper .swiper-wrapper {
    display: block;
  }
  .course .swiper .swiper-slide {
    margin-bottom: 15px;
  }
  .course .swiper .swiper-slide:last-child {
    margin-bottom: 50px;
  }
  .course .swiper .pbox, .course .swiper .tbox {
    float: none;
  }
  .course .swiper .pbox {
    width: 100%;
    padding-right: 0;
  }
  .course .swiper .tbox {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 15px;
    text-align: left;
    background-color: #f8f8f8;
  }
  .course .swiper .tbox .date {
    padding-bottom: 25px;
  }
  .course .swiper .tbox .date .cn {
    top: 0px;
  }
  .course .swiper .tbox .year {
    font-size: 30px;
  }
  .course .swiper .text {
    max-width: 100%;
  }
  .course .swiper .swiper-button-prev,
  .course .swiper .swiper-button-next {
    display: none;
  }
  .course .swiper .swiper-pagination {
    display: none;
  }
}

.idea .banner .mask {
  background-color: rgba(0, 0, 0, 0.1);
}
.idea .banner .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.idea .banner .txtbox h3 {
  padding: 30px 0;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  letter-spacing: 1px;
}
.idea .banner .text {
  padding-top: 100px;
}
.idea .banner .btn {
  display: block;
  box-sizing: border-box;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #be9541;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: rgba(190, 149, 65, 0.9);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 992px) {
  .idea .banner .btn:hover {
    background-color: #be9541;
  }
}
.idea .intro {
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 200px;
}
.idea .intro .btitle {
  width: 100%;
  margin: 0 auto;
}
.idea .intro .subtitle {
  padding-bottom: 30px;
  font-size: 18px;
  text-align: center;
  color: #be9541;
}
.idea .intro .s1, .idea .intro .s2 {
  text-align: center;
  color: #be9541;
}
.idea .intro .s1 {
  font-size: 18px;
}
.idea .intro .s2 {
  font-weight: 500;
  font-size: 12px;
}
.idea .intro p {
  line-height: 28px;
  color: #333;
}
.idea .intro p img {
  max-width: 100%;
  margin: 60px 0 0;
}
.idea .intro img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .idea .banner .picbox {
    background: center top / cover no-repeat;
  }
  .idea .banner .text {
    box-sizing: border-box;
    padding: 0 12px;
  }
  .idea .banner .text h3 {
    font-size: 20px;
    padding: 15px 0;
  }
  .idea .banner .btn {
    display: inline-block;
    width: auto;
    height: 30px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 30px;
    font-size: 14px;
  }
  .idea .intro {
    padding-bottom: 50px;
  }
  .idea .intro .text {
    text-align: justify;
  }
  .idea .intro .btitle {
    margin: 0 auto;
  }
  .idea .intro .btitle img {
    width: 150px;
  }
  .idea .intro p {
    color: #333;
  }
  .idea .intro p img {
    max-width: 100%;
    margin: 19px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .idea-yiner .banner .text img,
  .idea-pasalter .banner .text img,
  .idea-songofsong .banner .text img,
  .idea-obbligato .banner .text img,
  .idea-xii .banner .text img {
    width: 240px;
  }

  .idea-insun .banner .text img {
    width: 202px;
  }
}
@media screen and (max-width: 640px) {
  .idea-yiner .banner .text img,
  .idea-pasalter .banner .text img,
  .idea-songofsong .banner .text img,
  .idea-obbligato .banner .text img,
  .idea-xii .banner .text img {
    width: 180px;
  }

  .idea-insun .banner .text img {
    width: 142px;
  }
}
.campaign .banner .mask {
  background-color: rgba(0, 0, 0, 0.1);
}
.campaign .banner .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.campaign .banner .txtbox h3 {
  padding: 30px 0;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  letter-spacing: 1px;
}
.campaign .banner .btn {
  display: block;
  box-sizing: border-box;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #be9541;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: rgba(190, 149, 65, 0.9);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 992px) {
  .campaign .banner .btn:hover {
    background-color: #be9541;
  }
}
.campaign .intro {
  padding: 82px 0 100px;
}
.campaign .intro .inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.campaign .intro .picbox {
  position: relative;
  width: 70%;
}
.campaign .intro .picbox img {
  display: block;
  width: 100%;
}
.campaign .intro .txtbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  min-width: 248px;
  height: 100%;
  background-color: #f8f8f8;
  text-align: center;
}
.campaign .intro .txtbox img {
  width: 210px;
}
.campaign .intro .line {
  width: 60px;
  height: 1px;
  margin: 25px auto;
  background-color: #eee;
}
.campaign .intro .en {
  font-size: 24px;
  padding-bottom: 5px;
}
.campaign .intro .cn {
  font-size: 14px;
  color: #ccc;
}
.campaign .gridbox > .container {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.campaign .grid .grid-sizer,
.campaign .grid .grid-item {
  width: 50%;
}
.campaign .grid .grid-item {
  position: relative;
  box-sizing: border-box;
  float: left;
  margin-bottom: 100px;
}
.campaign .grid .grid-item.one {
  padding: 0 45px 0 0;
}
.campaign .grid .grid-item.two {
  padding: 0 0 0 45px;
}
.campaign .grid .grid-item.three {
  width: 100%;
}
.campaign .grid .grid-link {
  position: relative;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .campaign .grid .grid-link:hover .mask {
    opacity: 1;
  }
  .campaign .grid .grid-link:hover .txtbox img, .campaign .grid .grid-link:hover .txtbox h4 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.campaign .grid .picbox {
  position: relative;
}
.campaign .grid .picbox img {
  display: block;
  width: 100%;
}
.campaign .grid .mask {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.campaign .grid .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
}
.campaign .grid .txtbox img {
  display: block;
  width: 160px;
  margin: 0 auto;
  padding-bottom: 25px;
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -moz-transition: all 0.5s 0.3s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -ms-transition: all 0.5s 0.3s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -o-transition: all 0.5s 0.3s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  transition: all 0.5s 0.3s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -webkit-transform: translate(0, -16px);
  -moz-transform: translate(0, -16px);
  -ms-transform: translate(0, -16px);
  -o-transform: translate(0, -16px);
  transform: translate(0, -16px);
}
.campaign .grid .txtbox h4 {
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -moz-transition: all 0.5s 0.3s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -ms-transition: all 0.5s 0.3s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -o-transition: all 0.5s 0.3s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  transition: all 0.5s 0.3s cubic-bezier(0.61, 0.08, 0.11, 0.58);
  -webkit-transform: translate(0, 16px);
  -moz-transform: translate(0, 16px);
  -ms-transform: translate(0, 16px);
  -o-transform: translate(0, 16px);
  transform: translate(0, 16px);
}
@media screen and (max-width: 991px) {
  .campaign .banner .text {
    padding: 0 12px;
  }
  .campaign .banner .text img {
    width: 238px;
  }
  .campaign .intro .inner {
    width: 90%;
  }
  .campaign .intro .txtbox img {
    max-width: 162px;
  }
  .campaign .gridbox > .container {
    width: 80%;
  }
  .campaign .grid .grid-item {
    margin-bottom: 70px;
  }
  .campaign .grid .txtbox img, .campaign .grid .txtbox h4 {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .campaign .grid .txtbox img {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .campaign .banner .text {
    padding: 0 12px;
  }
  .campaign .banner .text img {
    width: 238px;
  }
  .campaign .intro {
    padding: 15px 0;
  }
  .campaign .intro .inner {
    width: 100%;
  }
  .campaign .intro .picbox {
    width: 100%;
  }
  .campaign .intro .txtbox {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 15px;
  }
  .campaign .intro .txtbox img {
    max-width: 162px;
  }
  .campaign .intro .line {
    margin: 25px auto 15px;
  }
  .campaign .gridbox > .container {
    width: 100%;
  }
  .campaign .grid .grid-sizer,
  .campaign .grid .grid-item {
    width: 100%;
  }
  .campaign .grid .grid-item {
    float: none;
    margin-bottom: 15px;
  }
  .campaign .grid .grid-item.one,
  .campaign .grid .grid-item.two {
    padding: 0;
  }
  .campaign .grid-loader {
    margin-bottom: 15px;
  }
}

.yg .banner .swiper-container,
.yg .banner .swiper-wrapper,
.yg .banner .swiper-slide,
.yg .banner .picbox {
  width: 100%;
  height: 100%;
  background: center top / cover no-repeat;
}
.yg .banner .swiper-pagination-bullet {
  background: #be9541;
}
.yg .banner .swiper-pagination-bullet-active {
  background: #be9541;
}
@media screen and (max-width: 991px) {
  .yg .banner .inner {
    height: 360px;
  }
}
@media screen and (max-width: 640px) {
  .yg .banner .inner {
    height: 280px;
  }
}
.yg .gallery {
  padding-bottom: 200px;
}
.yg .gallery .col {
  position: relative;
  float: left;
  width: 25%;
}
.yg .gallery .four, .yg .gallery .six {
  position: relative;
}
.yg .gallery .four .picbox img, .yg .gallery .six .picbox img {
  display: block;
  width: 100%;
}
.yg .gallery a {
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .yg .gallery a:hover .mask, .yg .gallery a:hover .txtbox {
    opacity: 1;
  }
}
.yg .gallery .mask {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.yg .gallery .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  line-height: 1;
  -webkit-transition: all 1s 0.1s;
  -moz-transition: all 1s 0.1s;
  -ms-transition: all 1s 0.1s;
  -o-transition: all 1s 0.1s;
  transition: all 1s 0.1s;
}
.yg .gallery .txtbox h4 {
  padding-top: 10px;
  font-family: "Helvetica-55fcb0695b4189dd";
  font-size: 12px;
  color: #be9541;
}
.yg .btitle {
  padding: 115px 0 75px;
}
.yg .intro {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 150px;
  line-height: 28px;
  color: #333;
  text-align: center;
}
.yg .intro p {
  margin-bottom: 15px;
}
.yg .intro img {
  max-width: 100%;
  margin-top: 40px;
}
.yg .list {
  padding-bottom: 150px;
}
.yg .list ul {
  margin: 0 -15px;
}
.yg .list li {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding: 0 15px;
}
.yg .list a {
  position: relative;
  display: block;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 992px) {
  .yg .list a:hover {
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
}
.yg .list .picbox {
  position: relative;
}
.yg .list .list-pic {
  display: block;
  width: 100%;
}
.yg .list .mask {
  text-align: center;
  line-height: 1;
  opacity: 0;
  background-color: rgba(190, 149, 65, 0.8);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.yg .list .mask p {
  padding-top: 15px;
  font-family: "Helvetica Neue LT Pro 35Thin";
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.yg .list .txtbox {
  box-sizing: border-box;
  height: 284px;
  padding: 35px 30px 35px 10px;
  background-color: #fff;
  overflow: hidden;
}
.yg .list .txtbox h2 {
  padding-bottom: 20px;
  font-family: "Microsoft Yahei";
  font-size: 20px;
  color: #555;
  line-height: 1;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.yg .list .txtbox p {
  color: #999;
  line-height: 28px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .yg .list li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .yg .btitle {
    padding: 30px 0;
  }
  .yg .intro {
    padding-bottom: 30px;
  }
  .yg .intro img {
    margin-top: 15px;
  }
  .yg .list {
    padding-bottom: 50px;
  }
  .yg .list ul {
    margin: 0 -12px;
  }
  .yg .list li {
    padding: 0 12px;
  }
  .yg .list .txtbox {
    padding: 30px 0;
  }
  .yg .gallery {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .yg .gallery {
    padding-bottom: 50px;
  }
  .yg .gallery .col {
    width: 50%;
  }
  .yg .intro {
    text-align: justify;
  }
  .yg .list ul {
    margin: 0;
  }
  .yg .list li {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .yg .list .txtbox {
    height: auto;
  }
  .yg .list .txtbox p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 100;
    overflow: hidden;
  }
}

.ae .intro {
  padding: 35px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.ae .intro .inner {
  position: relative;
}
.ae .intro .picbox {
  position: relative;
  margin-left: 380px;
}
.ae .intro .picbox img {
  display: block;
  width: 100%;
}
.ae .intro .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 100%;
  background-color: #fff;
}
.ae .intro .txtbox .tips {
  position: absolute;
  top: 75px;
  left: 0;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(90deg) translate(0, -100%);
  -moz-transform: rotate(90deg) translate(0, -100%);
  -ms-transform: rotate(90deg) translate(0, -100%);
  -o-transform: rotate(90deg) translate(0, -100%);
  transform: rotate(90deg) translate(0, -100%);
}
.ae .intro .txtbox .text {
  position: absolute;
  bottom: 60px;
  left: 0;
  padding-right: 25px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.ae .intro .txtbox .text .title {
  font-size: 20px;
}
.ae .intro .txtbox .text .content {
  color: #999;
}
.ae .intro .txtbox .text .subtitle {
  padding: 25px 0;
  font-size: 12px;
  color: #c6c6c6;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.ae .intro .txtbox .text p {
  line-height: 24px;
  color: #838383;
}
.ae .list {
  padding: 90px 0 80px;
}
.ae .list ul {
  margin: 0 -20px;
}
.ae .list .grid-sizer,
.ae .list .grid-item {
  width: calc(100% / 3);
}
.ae .list .grid-item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 60px;
  padding: 0 20px;
}
.ae .list .picbox {
  position: relative;
}
.ae .list .picbox img {
  display: block;
  width: 100%;
}
.ae .list a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 60px 0 60px 60px;
  background-color: #f7f8f8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 992px) {
  .ae .list a:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  .ae .list a:hover h2 {
    color: #9a711e;
  }
  .ae .list a:hover p {
    color: #484848;
  }
}
.ae .list .txtbox {
  box-sizing: border-box;
  padding: 55px 0;
  line-height: 1;
}
.ae .list .content {
  max-height: 100px;
  overflow: hidden;
  line-height: 22px;
  color: #999;
  padding-right: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.ae .list h2 {
  font-size: 16px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.ae .list h3 {
  padding: 15px 0;
  font-size: 12px;
  color: #c6c6c6;
}
.ae .list p {
  font-size: 13px;
  color: #838383;
  line-height: 24px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (max-width: 1480px) {
  .ae .intro .txtbox .tips {
    top: 0px;
  }
}
@media screen and (max-width: 1443px) {
  .ae .list a {
    padding: 40px 0 40px 40px;
  }
}
@media screen and (max-width: 1336px) {
  .ae .intro .txtbox .tips {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .ae .intro .txtbox .tips {
    font-size: 24px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
}
@media screen and (max-width: 1180px) {
  .ae .intro .txtbox .text .subtitle {
    padding: 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .ae .intro .txtbox .text {
    bottom: 0;
  }
  .ae .list {
    padding: 50px 0 0;
  }
  .ae .list ul {
    margin: 0 -12px;
  }
  .ae .list .grid-item {
    margin-bottom: 30px;
    padding: 0 12px;
  }
  .ae .list a {
    padding: 30px 0 30px 24px;
  }
  .ae .list .txtbox {
    padding-right: 12px;
  }
  .ae .grid-loader {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 840px) {
  .ae .intro .txtbox .tips {
    font-size: 18px;
  }
  .ae .intro .txtbox .text .title {
    font-size: 16px;
  }
  .ae .intro .txtbox .text .subtitle {
    padding: 10px 0;
  }
  .ae .intro .txtbox .text p {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .ae .intro {
    padding: 15px 0;
    border: 0;
  }
  .ae .intro .picbox {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .ae .intro .txtbox {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    background-color: #f8f8f8;
  }
  .ae .intro .txtbox .tips {
    position: relative;
    padding-bottom: 25px;
  }
  .ae .intro .txtbox .text {
    position: relative;
  }
  .ae .list {
    padding: 0;
  }
  .ae .list ul {
    margin: 0;
  }
  .ae .list .grid-sizer,
  .ae .list .grid-item {
    width: 100%;
  }
  .ae .list .grid-item {
    margin-bottom: 15px;
    padding: 0;
  }
  .ae .list a {
    padding: 0;
  }
  .ae .list .txtbox {
    padding: 30px 15px;
  }
}

.tb .h800px {
  height: 800px;
}
.tb .mgtb130 {
  margin: 130px 0;
}
.tb .pdtb65 {
  padding: 65px 0;
}
.tb .pdtb65 .inner {
  position: relative;
}
.tb .pdtb65 .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.tb .btitle {
  padding: 0;
}
.tb .sbanner .mask {
  background-color: rgba(0, 0, 0, 0.13);
}
.tb .sbanner .txtbox {
  bottom: 290px;
}
.tb .sbanner .txtbox h3 {
  letter-spacing: 45px;
}
.tb .calling .btitle {
  padding: 65px 0 70px;
}
.tb .intro {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 140px;
  line-height: 28px;
  color: #333;
}
.tb .ptohc {
  position: relative;
  min-height: 510px;
}
.tb .ptohc .picbox {
  width: 55%;
}
.tb .ptohc .txtbox {
  left: auto;
  right: 0;
  width: 45%;
}
.tb .ptohc .btitle {
  padding: 0 0 40px;
}
.tb .ptohc .summary {
  max-width: 70%;
  margin: 0 auto;
  text-align: left;
  line-height: 28px;
  color: #333;
}
.tb .mv .inner {
  margin: 0 auto;
}
.tb .mv .left, .tb .mv .right {
  float: left;
  box-sizing: border-box;
  width: 50%;
}
.tb .mv .right {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.tb .mv .btitle {
  padding: 100px 0 55px;
}
.tb .mv .text {
  box-sizing: border-box;
  padding: 0 11% 0 25%;
  line-height: 28px;
  color: #333;
}
.tb .mv .text p {
  margin-bottom: 30px;
}
.tb .mv .text img {
  display: block;
  width: 100%;
  padding-top: 5px;
}
.tb .mv .picbox {
  margin: 0 130px 0 50px;
}
.tb .mv .picbox img {
  display: block;
  width: 100%;
}
.tb .aa .inner {
  background-color: #000;
}
.tb .aa .bg {
  opacity: .3;
}
.tb .aa .bg img {
  display: none;
  width: 100%;
}
.tb .aa .mask {
  z-index: 1;
}
.tb .aa .content {
  position: relative;
  z-index: 5;
  height: 100%;
}
.tb .aa .btitle {
  padding-bottom: 70px;
  color: #be9541;
  text-align: left;
}
.tb .aa .btitle .en:after {
  width: 60px;
  background-color: #be9541;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.tb .aa .text {
  padding: 50px 0 0;
  text-align: left;
}
.tb .aa .text .item {
  display: inline-block;
  max-width: 370px;
  margin-right: 60px;
  vertical-align: top;
  color: #cfcfcf;
  text-align: left;
}
.tb .aa .text .item-title {
  margin-left: calc((100% - 890px) / 2 + 100px);
}
.tb .aa .text .item-intro {
  margin-right: 0;
}
.tb .aa .text .name {
  padding-bottom: 15px;
  color: rgba(190, 149, 65, 0.5);
}
.tb .aa .text p {
  margin-bottom: 20px;
  line-height: 28px;
}
.tb .aa .text p:last-child {
  margin-bottom: 0;
}
.tb .bfoc .inner {
  margin: 0 50px;
}
.tb .bfoc .bt2 {
  display: none;
}
.tb .bfoc .btitle {
  padding: 0 0 55px;
  color: #fff;
}
.tb .bfoc .btitle .en:after {
  -webkit-transform: scaleX(0.2);
  -moz-transform: scaleX(0.2);
  -ms-transform: scaleX(0.2);
  -o-transform: scaleX(0.2);
  transform: scaleX(0.2);
}
@media screen and (min-width: 992px) {
  .tb .bfoc .btitle:hover .en:after {
    background-color: #be9541;
    -webkit-transform: scaleX(0.4);
    -moz-transform: scaleX(0.4);
    -ms-transform: scaleX(0.4);
    -o-transform: scaleX(0.4);
    transform: scaleX(0.4);
  }
}
.tb .bfoc .mask {
  background-color: rgba(0, 0, 0, 0.4);
}
.tb .bfoc .txtbox {
  width: 100%;
  background-color: transparent;
}
.tb .bfoc .imgs img {
  display: inline-block;
  margin: 0 15px;
}
.tb .bfoc .info {
  padding-top: 35px;
  text-align: center;
  line-height: 28px;
  color: #fff;
}
.tb .ec {
  padding-bottom: 200px;
}
.tb .ec .txtbox {
  left: auto;
  right: 0;
  width: 34.5%;
  min-width: 440px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.tb .ec .mask {
  background-color: rgba(0, 0, 0, 0.4);
}
.tb .ec .bg img {
  display: none;
  width: 100%;
}
.tb .ec .btitle {
  padding: 0 0 55px;
  color: #be9541;
}
.tb .ec .btitle .en:after {
  background-color: #be9541;
  -webkit-transform: scaleX(0.2);
  -moz-transform: scaleX(0.2);
  -ms-transform: scaleX(0.2);
  -o-transform: scaleX(0.2);
  transform: scaleX(0.2);
}
@media screen and (min-width: 992px) {
  .tb .ec .btitle:hover .en:after {
    background-color: #be9541;
    -webkit-transform: scaleX(0.4);
    -moz-transform: scaleX(0.4);
    -ms-transform: scaleX(0.4);
    -o-transform: scaleX(0.4);
    transform: scaleX(0.4);
  }
}
.tb .ec .info {
  max-width: 360px;
  margin: 0 auto;
  line-height: 28px;
  color: #cfcfcf;
  text-align: left;
}
@media screen and (max-width: 1680px) {
  .tb .ptohc .picbox {
    overflow: hidden;
  }
  .tb .ptohc .picbox img {
    width: auto;
    height: 100%;
  }
  .tb .mv .right {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1500px) {
  .tb .mv {
    margin-top: 50px;
  }
  .tb .mv .right {
    padding-top: 230px;
  }
  .tb .aa .text .item-title {
    margin-left: calc((100% - 890px) / 2 );
  }
}
@media screen and (max-width: 1480px) {
  .tb .sbanner .txtbox h3 {
    letter-spacing: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .tb .sbanner .txtbox h3 {
    font-size: 30px;
  }
  .tb .aa .text .item-title {
    margin-left: calc((100% - 520px) / 2 );
  }
  .tb .aa .text .item-intro {
    display: block;
    max-width: 80%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 1180px) {
  .tb .mv .right {
    padding-top: 280px;
  }
  .tb .mv .right .picbox {
    margin: 0 70px 0 30px;
  }
  .tb .mv .left .text {
    padding: 0 5% 0 10%;
  }
}
@media screen and (max-width: 991px) {
  .tb .calling .btitle {
    padding: 30px 0;
  }
  .tb .calling .intro {
    padding-bottom: 50px;
  }
  .tb .sbanner .txtbox {
    bottom: 160px;
  }
  .tb .sbanner .txtbox h3 {
    font-size: 24px;
    letter-spacing: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tb .calling .intro {
    padding-bottom: 30px;
  }
  .tb .ptohc {
    min-height: 0;
  }
  .tb .ptohc .picbox {
    width: 100%;
  }
  .tb .ptohc .picbox img {
    display: block;
    width: 100%;
    height: auto;
  }
  .tb .ptohc .txtbox {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 15px;
  }
  .tb .ptohc .btitle {
    text-align: left;
  }
  .tb .ptohc .btitle .en:after {
    width: 60px;
    height: 2px;
    background-color: #be9541;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .tb .ptohc .summary {
    margin: 0;
    max-width: 100%;
    text-align: justify;
  }
  .tb .mv {
    margin: 0;
  }
  .tb .mv .left, .tb .mv .right {
    float: none;
    width: 100%;
  }
  .tb .mv .left .btitle {
    padding: 30px 0;
  }
  .tb .mv .left .text {
    padding: 0;
  }
  .tb .mv .left .text p {
    margin-bottom: 15px;
  }
  .tb .mv .left .text p:last-child {
    margin-bottom: 0;
  }
  .tb .mv .right {
    margin-top: 30px;
    padding: 0;
  }
  .tb .mv .right .picbox {
    margin: 0;
  }
  .tb .mv .text {
    padding: 0;
  }
  .tb .mv .picbox {
    margin: 0;
  }
  .tb .aa {
    padding: 30px 0 0;
  }
  .tb .aa .inner {
    height: auto;
  }
  .tb .aa .bg {
    position: absolute;
    height: 400px;
  }
  .tb .aa .mask {
    height: 400px;
  }
  .tb .aa .text {
    padding: 100px 0 0;
    text-align: left;
  }
  .tb .aa .text .item {
    max-width: none;
  }
  .tb .aa .text .item-title {
    margin-left: calc((100% - 360px) / 2);
  }
  .tb .aa .text .item-nicola {
    margin-right: 0;
  }
  .tb .aa .text .item-intro {
    margin: 100px 0 0;
    box-sizing: border-box;
    padding: 30px 15px;
    color: #333;
    background-color: #f8f8f8;
  }
  .tb .aa .text .nicola-pic {
    width: 148px;
  }
  .tb .bfoc {
    padding: 30px 0 0;
  }
  .tb .bfoc .inner {
    margin: 0;
    height: auto;
  }
  .tb .bfoc .bg {
    position: relative;
    height: 400px;
  }
  .tb .bfoc .imgs img {
    max-width: 100px;
  }
  .tb .ec {
    padding: 30px 0 50px;
  }
  .tb .ec .inner {
    height: auto;
  }
  .tb .ec .bg {
    position: relative;
  }
  .tb .ec .bg img {
    display: block;
  }
  .tb .ec .mask {
    display: none;
  }
  .tb .ec .txtbox {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0 0;
    color: #333;
    background-color: #fff;
  }
  .tb .ec .txtbox .btitle {
    padding-bottom: 30px;
    color: #000;
  }
  .tb .ec .info {
    color: #333;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .tb .sbanner .txtbox {
    bottom: 100px;
  }
  .tb .sbanner .txtbox h3 {
    font-size: 24px;
    letter-spacing: 2px;
    text-indent: 0;
  }
  .tb .calling .intro {
    padding-bottom: 30px;
  }
  .tb .ptohc {
    min-height: 0;
  }
  .tb .ptohc .picbox {
    width: 100%;
  }
  .tb .ptohc .picbox img {
    display: block;
    width: 100%;
    height: auto;
  }
  .tb .ptohc .txtbox {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 15px;
  }
  .tb .ptohc .btitle {
    padding-bottom: 30px;
    text-align: left;
  }
  .tb .ptohc .btitle .en:after {
    width: 60px;
    height: 2px;
    background-color: #be9541;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .tb .ptohc .summary {
    margin: 0;
    max-width: 100%;
    text-align: justify;
  }
  .tb .mv {
    margin: 0;
  }
  .tb .mv .left, .tb .mv .right {
    float: none;
    width: 100%;
  }
  .tb .mv .left .btitle {
    padding: 30px 0;
  }
  .tb .mv .right {
    margin-top: 30px;
  }
  .tb .mv .text {
    padding: 0;
  }
  .tb .mv .picbox {
    margin: 0;
  }
  .tb .aa {
    padding: 30px 0 0;
  }
  .tb .aa .inner {
    height: auto;
    background-color: #fff;
  }
  .tb .aa .bg {
    height: 280px;
    opacity: 1;
  }
  .tb .aa .bg img {
    display: none;
  }
  .tb .aa .text {
    padding: 0;
    text-align: left;
  }
  .tb .aa .text .item {
    vertical-align: top;
    color: #333;
    text-align: left;
  }
  .tb .aa .text .item-title {
    margin-right: 30px;
    margin-left: calc((100% - 302px) / 2);
  }
  .tb .aa .text .item-intro {
    margin: 62px 0 0;
  }
  .tb .aa .text .btitle {
    padding: 62px 0 30px;
  }
  .tb .aa .text .nicola-pic {
    width: auto;
    height: 156px;
    margin-top: 62px;
  }
  .tb .aa .text .name {
    text-align: center;
    color: rgba(190, 149, 65, 0.8);
  }
  .tb .aa .btitle {
    padding: 50px 0;
    text-align: center;
  }
  .tb .aa .btitle .en:after {
    left: 50%;
    width: 60px;
    -webkit-transform: scaleX(1) translateX(-50%);
    -moz-transform: scaleX(1) translateX(-50%);
    -ms-transform: scaleX(1) translateX(-50%);
    -o-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
  }
  .tb .aa .name-pic {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .tb .aa .nicola-pic {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }
  .tb .aa .item-intro {
    padding: 30px 0;
    color: #333;
  }
  .tb .bfoc {
    padding-top: 30px;
  }
  .tb .bfoc .inner {
    margin: 0;
    height: auto;
  }
  .tb .bfoc .bg, .tb .bfoc .mask {
    height: 300px;
  }
  .tb .bfoc .bg {
    position: absolute;
  }
  .tb .bfoc .bt1 {
    display: none;
  }
  .tb .bfoc .bt2 {
    display: block;
    padding-bottom: 50px;
    color: #000;
  }
  .tb .bfoc .txtbox {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  .tb .bfoc .info {
    padding-top: 30px;
    color: #333;
    text-align: center;
  }
  .tb .bfoc .info .btitle {
    padding-bottom: 30px;
  }
  .tb .bfoc .imgs {
    max-width: 90%;
    height: 300px;
    margin: 0 auto;
    vertical-align: middle;
    line-height: 300px;
  }
  .tb .bfoc .imgs img {
    max-width: calc(100% / 3 - 25px);
    margin: 0 8px;
    vertical-align: middle;
  }
  .tb .ec {
    padding: 30px 0 50px;
  }
  .tb .ec .inner {
    height: auto;
  }
  .tb .ec .bg {
    position: relative;
  }
  .tb .ec .bg img {
    display: block;
  }
  .tb .ec .mask {
    display: none;
  }
  .tb .ec .txtbox {
    position: relative;
    box-sizing: border-box;
    min-width: 100%;
    width: 100%;
    padding: 30px 0 0;
    color: #333;
    background-color: #fff;
  }
  .tb .ec .txtbox .btitle {
    padding-bottom: 30px;
    color: #000;
  }
  .tb .ec .info {
    color: #333;
    text-align: center;
  }
}

.cf .banner .mask {
  background-color: rgba(0, 0, 0, 0.4);
}
.cf .banner .txtbox {
  left: auto;
  right: 0;
  box-sizing: border-box;
  width: 710px;
  padding: 50px 80px;
  background-color: transparent;
}
.cf .banner .text {
  background-color: rgba(190, 149, 65, 0.95);
  text-align: left;
  color: #fff;
}
.cf .banner .btitle {
  padding: 130px 0 55px;
}
@media screen and (min-width: 992px) {
  .cf .banner .btitle:hover .en:after {
    background-color: #fff;
  }
}
.cf .banner .info {
  max-width: 280px;
  margin: 0 auto;
  line-height: 24px;
}
.cf .list {
  position: relative;
  margin: 0 -103px;
  padding: 100px 0 50px;
  background-color: #f9f9f9;
}
.cf .list .inner {
  margin: 0 103px;
}
.cf .list .item {
  position: relative;
  margin-bottom: 100px;
}
.cf .list .item a {
  display: block;
}
@media screen and (min-width: 992px) {
  .cf .list .item a:hover .mask {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .cf .list .item a:hover .readmore {
    color: #fff;
    background-color: #be9541;
  }
}
.cf .list .item .picbox img {
  display: none;
  width: 100%;
}
.cf .list .item .txtbox {
  position: absolute;
  bottom: 100px;
  left: 145px;
  color: #fff;
}
.cf .list .item .line1 {
  padding-bottom: 40px;
  font-family: "helveticaNeueLT45";
  font-size: 20px;
  font-weight: 100;
}
.cf .list .item .date {
  color: rgba(255, 255, 255, 0.6);
}
.cf .list .item .title {
  padding-bottom: 25px;
  font-size: 22px;
}
.cf .list .item .summary {
  max-width: 1000px;
  color: rgba(255, 255, 255, 0.8);
}
.cf .list .item .readmore {
  margin-top: 50px;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .cf .list .item .readmore:hover {
    color: #fff;
    background-color: #be9541;
  }
}
.cf .list .mask {
  background-color: transparent;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (max-width: 1280px) {
  .cf .banner .txtbox {
    width: 550px;
  }
  .cf .list .item .txtbox {
    left: 75px;
    max-width: 800px;
  }
}
@media screen and (max-width: 1100px) {
  .cf .list {
    margin: 0 -50px;
  }
  .cf .list .inner {
    margin: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .cf .banner .mask {
    display: none;
  }
  .cf .banner .txtbox {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .cf .banner .text {
    box-sizing: border-box;
    padding: 30px 15px;
    background-color: #f8f8f8;
    color: #333;
  }
  .cf .banner .btitle {
    padding: 0 0 30px 0;
    text-align: left;
  }
  .cf .banner .btitle .en:after {
    width: 40px;
    background-color: #333;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .cf .banner .info {
    max-width: 100%;
    text-align: justify;
  }
  .cf .list {
    margin: 0 -12px;
    padding: 50px 0;
    background-color: #fff;
  }
  .cf .list .inner {
    margin: 0 12px;
  }
  .cf .list .h800px {
    height: auto;
  }
  .cf .list .item {
    margin-bottom: 30px;
  }
  .cf .list .item .picbox img {
    display: block;
  }
  .cf .list .item .txtbox {
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 30px 15px;
    color: #333;
    background-color: #f8f8f8;
  }
  .cf .list .item .line1 {
    padding-bottom: 25px;
  }
  .cf .list .item .date {
    font-size: 14px;
    color: #999;
  }
  .cf .list .item .summary {
    color: #666;
  }
  .cf .list .item .readmore {
    color: #fff;
    background-color: #be9541;
  }
  .cf .list .item .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .cf .list {
    padding: 15px 0 50px;
  }
  .cf .list .item {
    margin-bottom: 15px;
  }
}

.ca .banner .txtbox {
  bottom: 290px;
}
.ca .banner .txtbox h3 {
  letter-spacing: 50px;
}
.ca .list {
  padding: 80px 0;
}
.ca .list .item {
  position: relative;
  box-sizing: border-box;
  height: 800px;
  margin-bottom: 100px;
}
.ca .list .item:nth-child(even) .picbox {
  margin-left: 500px;
}
.ca .list .item:nth-child(even) .txtbox {
  right: auto;
  left: 0;
}
.ca .list a {
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .ca .list a:hover .txtbox {
    background-color: #be9541;
  }
  .ca .list a:hover .text {
    color: #fff;
  }
  .ca .list a:hover .readmore {
    color: #be9541;
    background-color: #fff;
  }
  .ca .list a:hover .date {
    color: rgba(255, 255, 255, 0.6);
  }
}
.ca .list .picbox, .ca .list .txtbox {
  height: 100%;
}
.ca .list .picbox {
  width: calc(100% - 500px);
}
.ca .list .picbox img {
  display: none;
  width: 100%;
}
.ca .list .txtbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  background-color: #f8f8f8;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ca .list .text {
  max-width: 330px;
  margin: 0 auto;
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ca .list .title {
  padding-bottom: 35px;
  font-size: 22px;
}
.ca .list .summary {
  line-height: 24px;
}
.ca .list .date {
  margin: 35px 0 40px;
  font-family: "helveticaNeueLT45";
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ca .list .readmore {
  margin-top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .ca .banner .txtbox {
    bottom: 160px;
  }
  .ca .banner .txtbox h3 {
    font-size: 24px;
    letter-spacing: 30px;
  }
  .ca .list {
    padding: 50px 0;
  }
  .ca .list .item {
    height: auto;
    margin-bottom: 30px;
  }
  .ca .list .item .title {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .ca .list .item:nth-child(even) .picbox {
    margin-left: 0;
  }
  .ca .list .item:nth-child(even) .txtbox {
    right: auto;
    left: 0;
  }
  .ca .list .picbox, .ca .list .txtbox {
    height: auto;
  }
  .ca .list .picbox {
    width: 100%;
  }
  .ca .list .picbox img {
    display: block;
  }
  .ca .list .txtbox {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 15px;
    background-color: #f8f8f8;
    text-align: left;
  }
  .ca .list .text {
    max-width: 100%;
  }
  .ca .list .date {
    margin: 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .ca .banner .txtbox {
    bottom: 110px;
  }
  .ca .list {
    padding: 15px 0 50px;
  }
  .ca .list .item {
    margin-bottom: 15px;
  }
}

.news .hidein640 {
  display: block;
}
.news .showin640 {
  display: none;
}
.news .grid {
  margin: 0 -20px;
}
.news .grid-sizer,
.news .grid-item {
  width: calc(100% / 3);
}
.news .grid-item {
  position: relative;
  float: left;
  box-sizing: border-box;
  margin-bottom: 60px;
  padding: 0 20px;
}
.news .grid-link {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .news .grid-link:hover .txtbox {
    opacity: 0;
  }
  .news .grid-link:hover .hover-pic, .news .grid-link:hover .txtbox-hover {
    opacity: 1;
    visibility: visible;
  }
}
.news .grid-link .picbox img, .news .grid-link .hover-pic img {
  display: block;
  width: 100%;
}
.news .grid-link .hover-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.news .grid-link .txtbox {
  box-sizing: border-box;
  padding: 60px;
  text-align: center;
  color: #999;
  background-color: #f9f9f9;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.news .grid-link .txtbox .date {
  padding-bottom: 30px;
  font-size: 12px;
  color: #c6c6c6;
}
.news .grid-link .txtbox .iconfont {
  font-size: 20px;
  color: #bbb;
}
.news .grid-link .txtbox .text {
  height: 160px;
}
.news .grid-link .txtbox .title {
  padding-bottom: 20px;
  font-size: 16px;
  color: #000;
}
.news .grid-link .txtbox .summary {
  max-height: 42px;
  overflow: hidden;
}
.news .grid-link .txtbox .summary p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .grid-link .txtbox-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #be9541;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s 0.2s;
  -moz-transition: all 1s 0.2s;
  -ms-transition: all 1s 0.2s;
  -o-transition: all 1s 0.2s;
  transition: all 1s 0.2s;
}
.news .grid-link .txtbox-hover .date, .news .grid-link .txtbox-hover .iconfont, .news .grid-link .txtbox-hover .title {
  color: #be9541;
}
.news .grid-link .txtbox-hover .date {
  padding-bottom: 55px;
}
.news .grid-link .txtbox-hover .iconfont {
  font-size: 24px;
}
.news .grid-link .txtbox-hover .title {
  padding-bottom: 35px;
}
.news .grid-link .txtbox-hover .summary {
  color: rgba(190, 149, 65, 0.7);
}
.news .grid-link .txtbox-hover .readmore {
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .news .grid {
    margin: 0 -12px;
  }
  .news .grid-item {
    margin-bottom: 30px;
    padding: 0 12px;
  }
  .news .grid-link .txtbox {
    padding: 30px 15px 50px;
  }
}
@media screen and (max-width: 767px) {
  .news .hidein640 {
    display: none;
  }
  .news .showin640 {
    display: block;
  }
  .news .grid {
    margin: 0;
  }
  .news .grid-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .news .grid-link .txtbox {
    padding: 30px 15px;
    text-align: left;
  }
  .news .grid-link .txtbox .date {
    text-align: center;
  }
  .news .grid-loader {
    margin-bottom: 15px;
  }
}

.friend .banner .txtbox {
  bottom: 310px;
}
.friend .banner .txtbox h3 {
  color: #be9541;
}
.friend .list {
  padding: 80px 0 150px;
}
.friend .list .inner {
  position: relative;
}
.friend .grid {
  margin: 0 -20px;
}
.friend .grid .grid-sizer,
.friend .grid .grid-item {
  width: 25%;
}
.friend .grid .grid-item {
  position: relative;
  float: left;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0 20px;
}
.friend .grid .grid-link {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 992px) {
  .friend .grid .grid-link:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  .friend .grid .grid-link:hover .txtbox {
    color: #be9541;
  }
}
.friend .grid .picbox img {
  display: block;
  width: 100%;
}
.friend .grid .txtbox {
  box-sizing: border-box;
  padding: 30px 0;
  text-align: center;
  font-size: 15px;
  color: #777;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .friend .banner .txtbox {
    bottom: 160px;
  }
  .friend .banner .txtbox h3 {
    letter-spacing: 30px;
  }
  .friend .grid {
    margin: 0 -12px;
  }
  .friend .grid .grid-item {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .friend .banner .txtbox {
    bottom: 100px;
  }
  .friend .banner .txtbox h3 {
    font-size: 24px;
    letter-spacing: 30px;
  }
  .friend .list {
    padding: 15px 0 0;
  }
  .friend .grid {
    margin: 0;
  }
  .friend .grid .grid-sizer,
  .friend .grid .grid-item {
    width: 100%;
  }
  .friend .grid .grid-item {
    margin-bottom: 0;
    padding: 0;
  }
  .friend .grid-loader {
    margin-bottom: 15px;
  }
}

.video .banner .mask {
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.video .banner .picbox {
  position: relative;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.video .banner .picbox img {
  display: none;
  width: 100%;
}
.video .banner .videobox, .video .banner .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.video .banner .videobox {
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.video .banner .txtbox {
  z-index: 15;
  text-align: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.video .banner .txtbox .text {
  display: inline-block;
  color: #be9541;
  cursor: pointer;
}
.video .banner .txtbox .left, .video .banner .txtbox .right {
  float: left;
}
.video .banner .txtbox .left {
  padding: 0 20px;
  line-height: 1;
}
.video .banner .txtbox .left .iconfont {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 70px;
  color: #be9541;
}
.video .banner .txtbox .left .time {
  font-size: 12px;
  color: rgba(190, 149, 65, 0.4);
}
.video .banner .txtbox .right {
  padding: 10px 20px;
  border-left: 1px solid rgba(190, 149, 65, 0.3);
  text-align: left;
}
.video .banner .txtbox .right .cn {
  font-size: 35px;
}
.video .banner .txtbox .right .en {
  font-size: 16px;
}
.video .banner .video {
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .video .banner .swiper-container:hover .swiper-button-prev,
  .video .banner .swiper-container:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
  }
}
.video .banner .swiper-slide.playing .mask, .video .banner .swiper-slide.playing .picbox, .video .banner .swiper-slide.playing .txtbox {
  opacity: 0;
  visibility: hidden;
}
.video .banner .swiper-slide.playing .videobox {
  opacity: 1;
  visibility: visible;
}
.video .banner .swiper-button-prev,
.video .banner .swiper-button-next {
  z-index: 50;
  width: 30px;
  height: 58px;
  margin-top: -29px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.video .banner .swiper-button-prev {
  left: 100px;
  background-image: url("../images/icon/vdo-prev.png");
}
.video .banner .swiper-button-next {
  right: 100px;
  background-image: url("../images/icon/vdo-next.png");
}
.video .banner .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/icon/vdo-prev-disable.png");
}
.video .banner .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/icon/vdo-next-disable.png");
}
.video .forwap {
  padding: 50px 0;
}
.video .forwap li {
  margin-bottom: 50px;
}
.video .forwap .mask {
  background-color: rgba(0, 0, 0, 0.55);
}
.video .forwap .iconfont {
  font-size: 40px;
  color: #be9541;
}
.video .forwap .time {
  font-size: 12px;
  color: rgba(190, 149, 65, 0.8);
}
.video .forwap .ctrlbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.video .forwap .picbox {
  position: relative;
}
.video .forwap .picbox img {
  display: block;
  width: 100%;
}
.video .forwap .txtbox {
  box-sizing: border-box;
  padding: 30px 15px;
  background-color: #f8f8f8;
}
.video .forwap .en {
  font-size: 14px;
  color: #666;
}
.video .forwap .cn {
  padding-bottom: 10px;
  font-size: 20px;
  color: #333;
}
@media screen and (min-width: 992px) {
  .video .forwap {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .video .banner {
    display: none;
    margin: 0;
    padding: 50px 0;
  }
  .video .banner .swiper-wrapper {
    display: block;
  }
  .video .banner .swiper-button-prev,
  .video .banner .swiper-button-next {
    display: none;
  }
  .video .banner .swiper-slide {
    margin-bottom: 50px;
  }
  .video .banner .picbox {
    height: auto;
  }
  .video .banner .picbox img {
    display: block;
  }
  .video .forwap .cn {
    font-size: 16px;
    padding-bottom: 0;
  }
  .video .forwap .txtbox {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .video .forwap {
    padding: 15px 0 50px;
  }
  .video .forwap li {
    margin-bottom: 15px;
  }
}

.ts .banner .picbox img {
  display: block;
  width: 100%;
}
.ts .content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 200px;
}
.ts .intro {
  padding-bottom: 80px;
}
.ts .summary p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
.ts .list {
  position: relative;
}
.ts .list ul {
  margin: 0 -10px;
}
.ts .list li {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: calc(100% / 3);
  margin-bottom: 20px;
  padding: 0 10px;
}
.ts .list li.w50p {
  width: 50%;
}
.ts .list .inner {
  position: relative;
}
@media screen and (min-width: 992px) {
  .ts .list .inner:hover .txtbox, .ts .list .inner:hover .mask {
    opacity: 1;
  }
}
.ts .list .picbox {
  position: relative;
}
.ts .list .picbox img {
  display: block;
  width: 100%;
}
.ts .list .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.ts .list .txtbox .en {
  padding-bottom: 20px;
  font-family: "HELVETICANEUELTPRO-CN57";
}
.ts .list .mask {
  opacity: 0;
  background-color: rgba(190, 149, 65, 0.8);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 991px) {
  .ts .banner {
    margin: 0 -12px;
  }
}
@media screen and (max-width: 640px) {
  .ts .content {
    padding-bottom: 50px;
  }
  .ts .intro {
    padding-bottom: 0;
  }
  .ts .list ul {
    margin: 0;
  }
  .ts .list li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .ts .list li.w50p {
    width: 100%;
  }
}

.vp .banner .picbox {
  height: 570px;
}
.vp .banner .txtbox {
  bottom: 124px;
}
.vp .banner h3 {
  color: #be9541;
  letter-spacing: 45px;
}
.vp .list {
  max-width: 1425px;
  margin: 0 auto;
  padding: 130px 0 50px;
}
.vp .list ul {
  margin: 0 -15px;
}
.vp .list .grid-sizer,
.vp .list .grid-item {
  width: 25%;
}
.vp .list li {
  position: relative;
  float: left;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0 15px;
}
.vp .list a {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 60px 40px 40px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 992px) {
  .vp .list a:hover {
    background-color: #000;
  }
  .vp .list a:hover h3 {
    color: #be9541;
  }
  .vp .list a:hover .readmore {
    color: #fff;
    background-color: #be9541;
  }
}
.vp .list h3 {
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vp .list .tips {
  padding: 15px 0 20px;
  font-size: 12px;
  color: #aeaeae;
}
.vp .list .summary {
  max-height: 220px;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  overflow: hidden;
}
.vp .list .summary p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.vp .list .readmore {
  display: block;
  margin: 30px auto 0;
  background-color: #eee;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vp .intro {
  position: relative;
  max-width: 1425px;
  margin: 0 auto;
  padding: 130px 0;
  font-size: 14px;
  color: #666;
}
.vp .intro .info {
  position: relative;
}
.vp .intro .close {
  position: absolute;
  top: -30px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
@media screen and (min-width: 992px) {
  .vp .intro .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.vp .intro .close:before, .vp .intro .close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
}
.vp .intro .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vp .intro .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.vp .intro .close.fixed {
  position: fixed;
  top: 64px;
  right: 103px;
  left: auto;
  background-color: #222;
}
.vp .intro .close.fixed:before, .vp .intro .close.fixed:after {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .vp .intro .close.fixed:hover {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.vp .intro .title {
  margin-bottom: 50px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(190, 149, 65, 0.1);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.vp .intro .apply {
  padding: 50px 0 0;
}
@media screen and (max-width: 1336px) {
  .vp .banner .txtbox h3 {
    letter-spacing: 30px;
  }
  .vp .list .grid-sizer,
  .vp .list .grid-item {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 1100px) {
  .vp .intro .close.fixed {
    right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .vp .banner {
    margin: 0 -12px;
  }
  .vp .banner .picbox {
    height: 360px;
  }
  .vp .list a {
    padding: 40px 20px;
  }
  .vp .list ul {
    margin: 0 -12px;
  }
  .vp .list .grid-sizer,
  .vp .list .grid-item {
    width: calc(100% / 3);
  }
  .vp .list .grid-item {
    padding: 0 12px;
  }
  .vp .list .readmore {
    color: #fff;
    background-color: #be9541;
  }
  .vp .list h3 {
    font-size: 16px;
  }
  .vp .intro {
    padding: 75px 0 50px;
  }
  .vp .intro .close {
    top: -60px;
  }
  .vp .intro .close.fixed {
    top: 61px;
    right: 12px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.85);
  }
}
@media screen and (max-width: 768px) {
  .vp .banner .txtbox h3 {
    letter-spacing: 20px;
  }
  .vp .list ul {
    margin: 0 -12px;
  }
  .vp .list .grid-sizer,
  .vp .list .grid-item {
    width: calc(100% / 2);
  }
  .vp .list .grid-item {
    padding: 0 12px;
  }
}
@media screen and (max-width: 640px) {
  .vp .banner .picbox {
    height: 280px;
  }
  .vp .banner .txtbox {
    bottom: 80px;
  }
  .vp .banner .txtbox h3 {
    font-size: 28px;
    letter-spacing: 5px;
  }
  .vp .list {
    padding: 15px 0 0;
  }
  .vp .list ul {
    margin: 0;
  }
  .vp .list .grid-sizer,
  .vp .list .grid-item {
    width: 100%;
  }
  .vp .list .grid-item {
    padding: 0;
    margin-bottom: 15px;
  }
}

.shop .banner .picbox {
  height: 570px;
}
.shop .banner .txtbox {
  bottom: 124px;
}
.shop .banner h3 {
  color: #be9541;
  letter-spacing: 30px;
}
.shop .subbrand {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 140px 0 200px;
}
.shop .subbrand li {
  position: relative;
  float: left;
  width: calc(100% / 6);
}
.shop .subbrand li.active .picbox .mk {
  opacity: 1;
}
.shop .subbrand li.active .logobox {
  background-color: #be9541;
}
.shop .subbrand li.active .iconbox {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 992px) {
  .shop .subbrand li:hover .picbox .mk {
    opacity: 1;
  }
  .shop .subbrand li:hover .logobox {
    background-color: #be9541;
  }
  .shop .subbrand li:hover .iconbox {
    opacity: 1;
    visibility: visible;
  }
}
.shop .subbrand li .seat {
  display: block;
  width: 100%;
}
.shop .subbrand li .logobox, .shop .subbrand li .picbox, .shop .subbrand li .iconbox, .shop .subbrand li .qrcodebox {
  position: absolute;
  left: 0;
  width: 100%;
}
.shop .subbrand li .qrcodebox {
  z-index: 30;
  height: 50%;
  text-align: center;
  line-height: 1;
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.shop .subbrand li .qrcodebox.show img {
  opacity: 1;
}
.shop .subbrand li .qrcodebox img {
  display: inline-block;
  width: 80%;
  opacity: 0;
}
.shop .subbrand li .iconbox {
  z-index: 20;
  height: 50%;
  text-align: center;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.shop .subbrand li .iconbox .iconfont {
  display: inline-block;
  font-size: 30px;
  color: #be9541;
}
.shop .subbrand li .iconbox a {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  color: #be9541;
}
.shop .subbrand li .iconbox p {
  padding-top: 3px;
  font-size: 12px;
  color: #be9541;
}
.shop .subbrand li .logobox {
  z-index: 5;
  height: 50%;
  text-align: center;
  background-color: #f9f9f9;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.shop .subbrand li .logobox .blogo {
  text-align: center;
}
.shop .subbrand li .logobox .blogo img {
  max-width: 90%;
}
.shop .subbrand li .picbox {
  z-index: 10;
}
.shop .subbrand li .picbox img {
  display: block;
  width: 100%;
}
.shop .subbrand li .picbox .mk {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.shop .subbrand li:nth-child(odd) .logobox, .shop .subbrand li:nth-child(odd) .qrcodebox {
  top: 0;
}
.shop .subbrand li:nth-child(odd) .picbox, .shop .subbrand li:nth-child(odd) .iconbox {
  bottom: 0;
}
.shop .subbrand li:nth-child(even) .picbox, .shop .subbrand li:nth-child(even) .iconbox {
  top: 0;
}
.shop .subbrand li:nth-child(even) .logobox, .shop .subbrand li:nth-child(even) .qrcodebox {
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .shop .banner {
    margin: 0 -12px;
  }
  .shop .banner .picbox {
    height: 360px;
  }
  .shop .subbrand {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 0;
  }
  .shop .subbrand li {
    width: calc(100% / 6);
  }
}
@media screen and (max-width: 640px) {
  .shop .banner .picbox {
    height: 280px;
  }
  .shop .banner .txtbox {
    bottom: 100px;
  }
  .shop .banner h3 {
    font-size: 24px;
    letter-spacing: 10px;
  }
  .shop .subbrand {
    padding: 15px 0 50px;
  }
  .shop .subbrand li {
    width: 50%;
  }
}

.contact .banner .inner {
  position: relative;
}
.contact .banner .mapbox, .contact .banner .txtbox {
  height: 100%;
}
.contact .banner .mapbox {
  width: 63%;
}
.contact .banner .txtbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 37%;
  background-color: #f8f8f8;
  text-align: center;
}
.contact .banner .info p {
  color: #333;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .contact .banner {
    margin: 0 -12px;
  }
  .contact .banner .mapbox {
    width: 100%;
    height: 360px;
  }
  .contact .banner .txtbox {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px 30px;
    background-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .contact .banner .mapbox {
    height: 280px;
  }
}

.store .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #be9541;
  opacity: 1;
}
.store .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #be9541;
  opacity: 1;
}
.store .mapbox, .store .map, .store .panel {
  position: relative;
}
.store .map-close {
  position: absolute;
  top: 30px;
  right: 12px;
  z-index: 1010;
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.store .map-close:before, .store .map-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  width: 14px;
  height: 2px;
  background-color: #fff;
}
.store .map-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.store .map-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.store .panelbox {
  position: absolute;
  top: 0;
  right: 60px;
  box-sizing: border-box;
  width: 370px;
  height: 100%;
  padding: 30px 0;
}
.store .panel {
  box-sizing: border-box;
  padding: 40px 20px;
  background-color: #fafafa;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.store .pickers {
  position: relative;
  z-index: 50;
  margin-bottom: 15px;
}
.store .picker {
  float: left;
  position: relative;
  box-sizing: border-box;
  width: calc(50% - 5px);
  height: 35px;
  padding: 0 8px;
  border: 1px solid #f2f2f2;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.store .picker .result {
  box-sizing: border-box;
  padding-right: 24px;
  font-size: 12px;
  color: #555;
  line-height: 35px;
}
.store .picker .iconfont {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 12px;
  line-height: 37px;
}
.store .picker .list {
  position: absolute;
  top: calc(100% + 30px);
  left: -1px;
  min-width: 100%;
  min-height: 30px;
  max-height: 250px;
  border: 1px solid #be9541;
  line-height: 30px;
  background-color: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: top 0.35s, opacity 0.5s;
  -moz-transition: top 0.35s, opacity 0.5s;
  -ms-transition: top 0.35s, opacity 0.5s;
  -o-transition: top 0.35s, opacity 0.5s;
  transition: top 0.35s, opacity 0.5s;
}
.store .picker .list ul {
  padding: 10px 0;
}
.store .picker .list li {
  box-sizing: border-box;
  padding: 0 8px;
  font-size: 12px;
  white-space: nowrap;
}
.store .picker .list li.selected {
  color: #fff;
  background-color: rgba(190, 149, 65, 0.85);
}
@media screen and (min-width: 992px) {
  .store .picker .list li:hover {
    color: #fff;
    background-color: rgba(190, 149, 65, 0.85);
  }
}
.store .picker.province {
  margin-right: 5px;
}
.store .picker.city {
  margin-left: 5px;
}
.store .picker.active {
  border-color: #be9541;
}
.store .picker.active .result .iconfont {
  color: #be9541;
}
.store .picker.active .list {
  top: calc(100% + 5px);
  border-color: #be9541;
  opacity: 1;
  visibility: visible;
}
.store .fn-search {
  position: relative;
}
.store .fn-search input {
  height: 35px;
  padding-right: 90px;
  border-color: #f2f2f2;
  font-size: 12px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.store .fn-search input:focus {
  border-color: #be9541;
}
.store .fn-search .icon-search {
  position: absolute;
  top: 1px;
  right: 0;
  width: 73px;
  height: 33px;
  background-color: rgba(190, 149, 65, 0.8);
  color: #fff;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 992px) {
  .store .fn-search .icon-search:hover {
    background-color: #be9541;
  }
}
.store .stroes {
  position: relative;
  height: calc(100% - 120px);
  margin-top: 35px;
  overflow: hidden;
}
.store .stroes .li {
  box-sizing: border-box;
  padding: 5px 0;
}
.store .stroes .text {
  box-sizing: border-box;
  padding: 10px 8px;
  background-color: transparent;
  color: #666;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 992px) {
  .store .stroes .text:hover {
    color: #000;
    background-color: rgba(190, 149, 65, 0.1);
  }
}
.store .stroes .text .tmtitle {
  padding-bottom: 8px;
  font-size: 15px;
}
.store .stroes .text .tmsummary {
  padding-bottom: 5px;
  font-size: 14px;
}
.store .stroes .text .tmtel {
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .store .panelbox {
    position: relative;
    right: auto;
    left: 0;
    width: 100%;
    padding: 15px 0;
  }
  .store .panel {
    padding: 0 12px;
    box-shadow: none;
    background-color: #fff;
  }
  .store .mapbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
  }
  .store .mapbox .map-close {
    display: block;
  }
  .store .stroes {
    height: calc(100% - 115px);
    margin-top: 30px;
  }
}

.legal .line {
  border-top: 1px solid #eee;
}
.legal .intro {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0 100px 0;
  font-size: 14px;
  line-height: 1;
  color: #666;
  text-align: center;
}
.legal .intro .btitle {
  padding: 125px 0 75px;
  color: #000;
}
.legal .intro h4 {
  padding-bottom: 10px;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.legal .intro p {
  margin-bottom: 10px;
  line-height: 28px;
  text-align: left;
}
.legal .intro .gc {
  text-align: center;
  color: #be9541;
}
@media screen and (max-width: 991px) {
  .legal .intro {
    padding-bottom: 50px;
  }
  .legal .intro .btitle {
    padding: 30px 0;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-khtml-keyframes slideInRight-50 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight-50 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInRight-50 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInRight-50 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInRight-50 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight-50 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight-50 {
  -webkit-animation-name: slideInRight-50;
  animation-name: slideInRight-50;
}

@-khtml-keyframes slideInLeft-100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInLeft-100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft-100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInLeft-100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInLeft-100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft-100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft-100 {
  -webkit-animation-name: slideInLeft-100;
  animation-name: slideInLeft-100;
}

@-khtml-keyframes slideInRight-100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight-100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInRight-100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInRight-100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInRight-100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight-100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight-100 {
  -webkit-animation-name: slideInRight-100;
  animation-name: slideInRight-100;
}

@-khtml-keyframes slideInRight-20p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight-20p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInRight-20p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInRight-20p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInRight-20p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight-20p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight-20p {
  -webkit-animation-name: slideInRight-20p;
  animation-name: slideInRight-20p;
}

@-khtml-keyframes slideInLeft-50p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInLeft-50p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft-50p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInLeft-50p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInLeft-50p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft-50p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft-50p {
  -webkit-animation-name: slideInLeft-50p;
  animation-name: slideInLeft-50p;
}

@-khtml-keyframes slideInRight-50p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight-50p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInRight-50p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInRight-50p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInRight-50p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight-50p {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight-50p {
  -webkit-animation-name: slideInRight-50p;
  animation-name: slideInRight-50p;
}

@-khtml-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-khtml-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*# sourceMappingURL=style.css.map */
