@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header.scroll .header-wrap,
.header.clickBg .header-wrap {
  padding: 12px 7.29%;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
}
.header.scroll .navs > li a,
.header.clickBg .navs > li a {
  font-size: 16px;
  color: #333333;
}
.header.scroll .header-eq:before,
.header.clickBg .header-eq:before {
  background: #999999;
}
.header.scroll .eq-item a,
.header.clickBg .eq-item a {
  color: #414141;
}
.header.scroll .menubtn span:before,
.header.clickBg .menubtn span:before,
.header.scroll .menubtn span:after,
.header.clickBg .menubtn span:after {
  background: #333333;
}
.header-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 36px 7.29% 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.logo {
  display: block;
  width: 26.3%;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header-right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.navs > li {
  margin-left: 60px;
}
.navs > li:first-child {
  margin-left: 0;
}
.navs > li > a {
  display: block;
  color: #c89202;
  font-size: 1.8rem;
}
.navs > li:hover,
.navs > li.active {
  font-weight: bold;
}
.header-eq {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding-left: 26px;
  position: relative;
}
.header-eq:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  content: "";
  width: 1px;
  height: 16px;
  background: #c89202;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.eq {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.eq-item {
  margin-right: 21px;
  position: relative;
}
.eq-item a {
  display: block;
  line-height: 1;
  color: #c89202;
  font-size: 2rem;
  cursor: pointer;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.eq-item:hover .eq-imgs {
  opacity: 1;
  visibility: visible;
}
.eq-imgs {
  position: absolute;
  left: 50%;
  margin-left: -65px;
  top: 100%;
  padding-top: 20px;
  width: 130px;
  opacity: 0;
  visibility: hidden;
  transition: 0.56s;
}
.eq-imgs figure {
  display: block;
  position: relative;
  padding: 2px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.eq-imgs figure:before {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -7px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #fff;
}
.eq-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.navs-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 66px 0 60px;
  display: none;
}
.navs-menu-wrap {
  margin: 0 7.29%;
  padding: 0 178px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-enter {
  width: 31.25%;
}
.menu-enter-item {
  margin-bottom: 40px;
  position: relative;
}
.menu-enter-item:last-child {
  margin-bottom: 40px;
}
.menu-enter-item figure {
  position: relative;
  display: block;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.menu-enter-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.menu-enter-item a:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.menu-enter-item a:hover .enter-text i {
  right: 4px;
}
.enter-text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 56px;
  padding-right: 32px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.enter-text:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  content: "";
  width: 27px;
  height: 27px;
  background: #db9a5a;
}
.enter-text strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
}
.enter-text i {
  display: block;
  position: relative;
  right: 0;
  width: 16px;
  height: 11px;
  background: url(../images/arrow1.png) center no-repeat;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.navs-menu-leval {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.navs-info {
  width: 123px;
}
.navs-info:last-child {
  width: 56px;
}
.navs-info strong {
  margin-bottom: 12px;
  display: none;
}
.navs-info strong a {
  display: inline-block;
  color: #333;
  font-weight: normal;
  font-size: 1.8rem;
}
.navs-info p {
  margin-bottom: 18px;
}
.navs-info p:last-child {
  margin-bottom: 0;
}
.navs-info p a {
  display: inline-block;
  color: #666666;
  font-size: 1.4rem;
}
.navs-info p a:hover {
  color: #c89202;
}
.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide a {
  display: block;
}
.banner-slide.swiper-slide-active {
  animation: brightnessIn 1s;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.banner-slide figure img {
  display: block;
  position: relative;
}
.indexBanner {
  overflow: hidden;
  width: 100%;
}
.webGL-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  z-index: 5;
  overflow: hidden;
}
.webGL-slider > img {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.webGL-slider canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  transform-origin: 50% 50%;
}
@keyframes brightnessIn {
  0% {
    filter: brightness(2);
  }
  100% {
    filter: brightness(1);
  }
}
@-webkit-keyframes brightnessIn {
  0% {
    filter: brightness(2);
  }
  100% {
    filter: brightness(1);
  }
}
.btext {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.btext:first-child {
  display: block;
}
.btext a {
  display: block;
  height: 100%;
}
.btext img {
  display: block;
  width: 42.6%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.btext-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.banner-nuble {
  position: absolute;
  left: 10.2%;
  bottom: 18px;
  z-index: 10;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-prev {
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.banner-prev:hover {
  color: #c89202;
}
.numble {
  position: relative;
  margin: 0 20px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
}
.numble span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  font-size: 24px;
  line-height: 48px;
  color: #fff;
}
.banner-tel {
  position: absolute;
  right: 10.4%;
  bottom: 20px;
  z-index: 5;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.tel-item {
  margin-left: 32px;
  position: relative;
}
.tel-item:first-child {
  margin-left: 0;
}
.tel-item:first-child a {
  font-size: 25px;
}
.tel-item a {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  color: #fff;
  font-size: 2.2rem;
}
.tel-item a:hover {
  border-color: #c89202;
  color: #c89202;
}
.banner-line {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 25px;
  width: 10px;
  height: 35px;
  z-index: 10;
}
.banner-line:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  -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-animation: scaledown 1s infinite alternate;
  -moz-animation: scaledown 1s infinite alternate;
  -o-animation: scaledown 1s infinite alternate;
  animation: scaledown 1s infinite alternate;
}
.banner-line:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  -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-animation: scaledown 3s infinite alternate;
  -moz-animation: scaledown 3s infinite alternate;
  -o-animation: scaledown 3s infinite alternate;
  animation: scaledown 3s infinite alternate;
}
@-webkit-keyframes scaledown {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scaledown {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaledown {
  0% {
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaledown {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.home-introduct {
  padding: 138px 10.41% 0 5.73%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.introduct {
  padding-left: 86px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 57.57%;
}
.introduct-tt {
  position: relative;
}
.introduct-tt strong {
  display: block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
}
.introduct-tt img {
  display: block;
  position: absolute;
  left: 0;
  top: -26px;
  max-width: 100%;
}
.introduct-info {
  margin-top: 32px;
  margin-bottom: 78px;
}
.introduct-info p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.apply {
  width: 570px;
  max-width: 100%;
}
.apply-item {
  position: relative;
  margin-bottom: 30px;
}
.apply-item span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 60px;
  color: #dddddd;
  font-size: 16px;
  width: 140px;
  text-align: right;
}
.apply-item .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 142px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #dddddd;
  font-size: 16px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.apply-sub {
  padding-top: 14px;
}
.apply-sub .sub {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: none;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  background: -webkit-linear-gradient(top, #f0d270 0%, #b97a00 100%);
  background: -moz-linear-gradient(top, #f0d270 0%, #b97a00 100%);
  background: -o-linear-gradient(top, #f0d270 0%, #b97a00 100%);
  background: linear-gradient(to bottom, #f0d270 0%, #b97a00 100%);
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.introduct-fix {
  position: absolute;
  left: 0;
  top: 10px;
}
.introduct-fix img {
  display: block;
  width: auto;
  height: auto;
}
.intromore {
  margin-left: 26px;
  margin-top: 20px;
  text-align: center;
}
.intromore a:hover i {
  background: #b97a00;
}
.intromore span {
  display: block;
  width: 30px;
  text-align: center;
  color: #c89202;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}
.intromore i {
  display: block;
  margin-top: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
  background: #c89202;
  font-style: normal;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.introduct-imgs {
  position: relative;
  width: 32.91%;
}
.introduct-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 150.9%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.introduct-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.introduct-navs {
  position: absolute;
  right: 100%;
  bottom: 132px;
}
.introduct-navs-list li {
  margin-bottom: 54px;
}
.introduct-navs-list li:last-child {
  margin-bottom: 0;
}
.introduct-navs-list li:hover a:after,
.introduct-navs-list li.active a:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.introduct-navs-list li:hover a span,
.introduct-navs-list li.active a span {
  color: #c89202;
}
.introduct-navs-list li:hover a span:before,
.introduct-navs-list li.active a span:before {
  width: 100%;
  right: auto;
  left: 0;
}
.introduct-navs-list li:hover a i,
.introduct-navs-list li.active a i {
  border-color: #c89202;
}
.introduct-navs-list li:hover a i:before,
.introduct-navs-list li.active a i:before {
  background: #c89202;
}
.introduct-navs-list li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 120px;
}
.introduct-navs-list li a:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 94px;
  height: 1px;
  background: url(../images/line1.png) center no-repeat;
}
.introduct-navs-list li a:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 94px;
  height: 1px;
  background: url(../images/line2.png) center no-repeat;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.introduct-navs-list li a span {
  margin-right: 16px;
  position: relative;
  display: inline-block;
  color: #999999;
  font-size: 16px;
  white-space: nowrap;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.introduct-navs-list li a span:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #b97a00;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.introduct-navs-list li a i {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.introduct-navs-list li a i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #999999;
  border-radius: 50%;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.dynamic-box {
  overflow: hidden;
  padding-top: 140px;
  padding-right: 10.41%;
  background: #f0e6cd;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dynamic-left {
  width: 50%;
}
.dynamic-title {
  margin-left: 10.41vw;
  position: relative;
  z-index: 2;
  padding-top: 40px;
  margin-bottom: 58px;
}
.dynamic-title strong {
  display: block;
  color: #c89202;
  font-size: 4rem;
  font-weight: normal;
}
.dynamic-title small {
  display: block;
  position: absolute;
  left: -20px;
  top: 7px;
  z-index: -1;
  color: #b97a00;
  font-size: 11rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Baskerville Old Face";
  opacity: 0.1;
  pointer-events: none;
  white-space: nowrap;
  animation: marquee 15s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-50%) translateZ(0);
  }
}
.dynamic-imgs {
  margin-bottom: -62px;
}
.dynamic-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 66.145%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.dynamic-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.dynamic-list {
  width: 36.4%;
}
.dynamic-list li {
  margin-bottom: 30px;
}
.dynamic-list li:last-child {
  margin-bottom: 0;
}
.dynamic-list li:first-child .dynamic-hide {
  display: block;
}
.dynamic-list li.active .dynamic-top i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dynamic-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.dynamic-top strong {
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dynamic-top i {
  display: block;
  line-height: 1;
  color: #242527;
  font-size: 1.8rem;
  font-style: normal;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.dynamic-hide {
  padding: 28px 0 36px;
  display: none;
}
.dynamic-hide p {
  color: #6b5547;
  font-size: 1.6rem;
  opacity: 0.6;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.dynamic-hide a {
  position: relative;
  margin-top: 14px;
  padding-right: 48px;
  display: inline-block;
  color: #b97a00;
  font-size: 14px;
}
.dynamic-hide a:hover {
  color: #b97a00;
}
.dynamic-hide a:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 38px;
  height: 1px;
  background: #c89202;
}
.news-informate {
  position: relative;
  padding: 200px 10.4% 80px;
  z-index: 0;
  overflow: hidden;
}
.news-small {
  position: absolute;
  left: 60px;
  top: 270px;
  z-index: -1;
  line-height: 1;
  color: #6b5547;
  font-size: 17.8rem;
  opacity: 0.1;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Baskerville Old Face";
  animation: marquee 15s linear infinite;
  will-change: transform;
}
.common-tile strong {
  display: block;
  color: #c89202;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
}
.news-title {
  position: absolute;
  right: 10.4%;
  top: 215px;
  z-index: 5;
}
.news-informate-list li {
  float: left;
  margin-bottom: 60px;
  width: 44.73%;
}
.news-informate-list li figure {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news-informate-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.news-informate-list li:nth-child(2n+2) {
  float: right;
}
.news-informate-list li:nth-child(2) {
  margin-top: 130px;
}
.news-informate-list li a:hover figure img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.news-informate-list li a:hover .news-informate-text strong {
  color: #c89202;
}
.news-informate-text {
  margin-top: 40px;
}
.news-informate-text strong {
  display: block;
  margin-bottom: 18px;
  color: #333333;
  font-size: 2.2rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.news-informate-text p {
  color: #666666;
  font-size: 16px;
}
.lazy {
  background: url(../images/loading.gif) center no-repeat;
}
.common-more {
  position: relative;
  display: inline-block;
  padding-top: 150px;
}
.common-more:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  height: 130px;
  border-left: 1px dashed #878787;
}
.common-more .intromore {
  margin: 0;
}
.news-informate-more {
  position: absolute;
  left: 94px;
  bottom: 140px;
}
.communicate {
  position: relative;
  z-index: 3;
  padding: 110px 0 60px 10.41%;
  overflow: hidden;
}
.communicate:before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 77.34%;
  height: 100%;
  background: #f0e6cd;
}
.communicate-small {
  left: 7.18%;
  top: -10px;
  color: #c89202;
  animation-direction: reverse;
}
.communicate-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 80px;
  padding-right: 10.4vw;
}
.communicate-more {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.communicate-more span {
  display: block;
  margin-right: 60px;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1;
}
.communicate-more a {
  display: block;
  line-height: 1;
  color: #999999;
  font-size: 1.8rem;
}
.communicate-more a:hover {
  color: #c89202;
}
.communicate-swiper {
  position: relative;
  padding-right: 76px;
}
.communicate-slide {
  width: 33.3333%;
}
.communicate-slide a:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.communicate-slide a:hover figure:before {
  opacity: 1;
  visibility: visible;
}
.communicate-slide a:hover figure b {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.communicate-slide figure {
  position: relative;
  display: block;
  padding-bottom: 65.38%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.communicate-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.communicate-slide figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.56s;
}
.communicate-slide b {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  z-index: 3;
  opacity: 0;
  transform: scale(0);
  transition: 0.45s;
}
.communicate-slide span {
  display: block;
  margin-top: 14px;
  color: #242527;
  font-size: 2rem;
  line-height: 2;
}
.company {
  position: relative;
  margin-top: 128px;
  padding-top: 72px;
  overflow: hidden;
}
.company-wraps {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 10.4%;
}
.company-left {
  position: relative;
  z-index: 2;
  width: 40.69%;
  height: 700px;
  background: #f0e6cd;
}
.company-left:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 272px;
  height: 230px;
  background: url(../img/12.png) center no-repeat;
}
.company-left-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 134px;
  padding-left: 94px;
}
.company-left-wrap .common-more {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.company-wr {
  margin-left: 13.42%;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  padding-right: 20px;
}
.company-wr .company-title {
  display: block;
  line-height: 1;
  color: #c89202;
  font-size: 4rem;
  font-weight: normal;
}
.company-swiper {
  position: relative;
  margin-top: 75px;
}
.company-swiper .swiper-pagination {
  position: relative;
  z-index: 3;
  width: auto;
  bottom: 0;
  margin-top: 122px;
  padding-right: 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.company-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ebd5b4;
  opacity: 1;
  margin: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.company-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #db9a5a;
}
.company-slide {
  visibility: hidden !important;
}
.company-slide.swiper-slide-active {
  visibility: visible !important;
}
.company-slide figure {
  display: block;
  position: relative;
  height: 110px;
}
.company-slide figure img {
  display: block;
  width: auto;
  max-height: 100%;
}
.company-slide strong {
  display: block;
  margin-top: 42px;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #5f4a3d;
  font-size: 22px;
  font-weight: normal;
}
.company-slide p {
  color: #5f4a3d;
  font-size: 18px;
}
.company-logos {
  width: 62.2%;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 38px 60px 18px;
  background: #fff;
}
.company-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.company-list li {
  position: relative;
  margin-bottom: 22px;
  width: 25%;
  height: 110px;
}
.company-list li:hover figure img,
.company-list li.active figure img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.company-list li figure {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 23px;
  height: 64px;
}
.company-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.company-more {
  margin-top: 20px;
}
.company-more:hover b {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.company-more:hover b:before,
.company-more:hover b:after {
  background: #c89202;
}
.company-more:hover span {
  color: #c89202;
}
.company-more b {
  display: block;
  position: relative;
  margin: auto;
  width: 26px;
  height: 26px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.company-more b:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #30163b;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.company-more b:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  content: "";
  width: 2px;
  height: 100%;
  background: #30163b;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.company-more span {
  display: block;
  margin-top: 15px;
  text-align: center;
  line-height: 1;
  color: #6b5547;
  font-size: 16px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.company-small {
  position: absolute;
  left: 22px;
  top: 0;
  color: #c89202;
  opacity: 0.1;
  z-index: 4;
  pointer-events: none;
  font-size: 16.6rem;
}
.member-unit {
  position: relative;
}
.member-item {
  position: relative;
  width: 25%;
}
.member-item:nth-child(2) {
  margin-right: 25%;
}
.member-item figure {
  position: relative;
  display: block;
  padding-bottom: 118.75%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.member-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.member-item:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.member-item:hover .member-fix {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.member-item:hover .member-fix .member-wr {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.member-fix {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.78s;
  -o-transition: 0.78s;
  -moz-transition: 0.78s;
  transition: 0.78s;
  pointer-events: none;
}
.member-wc {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 40px;
  bottom: 0;
  border: 1px solid #db9a5a;
  background: rgba(246, 241, 235, 0.9);
  text-align: center;
}
.member-wr {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 296px;
  max-width: 90%;
  text-align: center;
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.member-wr strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #6b5547;
  font-size: 24px;
  font-weight: normal;
}
.member-wr p {
  color: #6b5547;
  font-size: 16px;
  line-height: 2;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.member-wr span {
  margin-top: 32px;
  display: inline-block;
  color: #db9a5a;
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px solid #db9a5a;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.member-wr span:hover {
  color: #b97a00;
  border-bottom-color: #b97a00;
}
.member-unit-item {
  right: 25%;
  top: 0;
  position: absolute;
  width: 25%;
  height: 100%;
  background: #f6f1eb;
}
.member-unit-item .common-more {
  position: absolute;
  left: 44px;
  bottom: 36px;
}
.unit-title {
  display: block;
  position: absolute;
  left: 10.41%;
  top: 35px;
  color: #b97a00;
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  width: 30px;
}
.unit-info {
  position: absolute;
  left: 22.91%;
  right: 20px;
  top: 28px;
  bottom: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.unit-info p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.popular {
  position: relative;
  z-index: 2;
  padding: 150px 0 76px;
  overflow: hidden;
}
.popular-title strong {
  text-align: center;
}
.popular-small {
  left: 19.27%;
  top: 90px;
  color: #b97a00;
  opacity: 0.05;
  animation-direction: reverse;
}
.popular-list {
  margin: 60px 10.41% 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.popular-list li {
  position: relative;
  width: 25%;
  text-align: center;
}
.popular-list li:last-child:before {
  display: none;
}
.popular-list li:before {
  position: absolute;
  right: 0;
  top: 60px;
  content: "";
  width: 1px;
  height: 236px;
  background: #f1f1f1;
}
.popular-list li a:hover figure img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.popular-list li figure {
  position: relative;
  display: block;
  height: 290px;
  text-align: center;
}
.popular-list li figure img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.popular-list li strong {
  display: block;
  margin-top: 32px;
  margin-bottom: 10px;
  line-height: 1;
  color: #b97a00;
  font-size: 24px;
  font-weight: lighter;
}
.popular-list li p {
  color: #999999;
  font-size: 16px;
}
.popular-more {
  text-align: center;
  margin-top: 60px;
}
.popular-more a {
  display: block;
  margin: auto;
  width: 230px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: -webkit-linear-gradient(top, #f0d270 0%, #b97a00 100%);
  background: -moz-linear-gradient(top, #f0d270 0%, #b97a00 100%);
  background: -o-linear-gradient(top, #f0d270 0%, #b97a00 100%);
  background: linear-gradient(to bottom, #f0d270 0%, #b97a00 100%);
}
.announcement {
  position: relative;
  z-index: 2;
  padding: 124px 7.29% 0;
  overflow: hidden;
}
.announcement .announcement-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 50%;
  height: 100%;
  background: #f0e6cd;
}
.announcement:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  content: "";
  width: 50%;
  height: 270px;
  background: #f0e6cd;
}
.announcement-small {
  left: 2%;
  top: 82px;
  color: #b97a00;
  opacity: 0.05;
  z-index: 2;
  pointer-events: none;
}
.announcement-wrap {
  position: relative;
  padding-top: 72px;
  background: #fff;
  padding-bottom: 72px;
}
.announcement-list {
  margin: auto;
  max-width: 90%;
  width: 1280px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.announcement-item {
  width: 44.3%;
}
.announcement-title {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.announcement-title strong {
  display: block;
  line-height: 1;
  color: #c89202;
  font-size: 40px;
  font-weight: normal;
}
.announcement-title a {
  display: block;
  position: relative;
  z-index: 2;
  color: #c89202;
  font-size: 16px;
  text-transform: uppercase;
}
.announcement-title a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #c89202;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.announcement-title a:hover:before,
.announcement-title a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.announcement-title a:hover {
  color: #c89202;
}
.announcement-li li {
  border-bottom: 1px solid #f6f1eb;
}
.announcement-li li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 27px 0;
}
.announcement-li li a:hover p {
  color: #c89202;
}
.announcement-li li a p {
  color: #6b5547;
  font-size: 16px;
  max-width: 80%;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.announcement-li li a p i {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 20px;
  color: #6b5547;
  font-size: 22px;
  font-style: normal;
  font-family: "Helvetica";
}
.announcement-li li a time {
  display: block;
  color: #bbada4;
  font-size: 14px;
}
.footer {
  padding: 65px 10.4% 0;
  -o-background-size: cover;
  background-size: cover;
}
.footer-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-navs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70.95%;
}
.footer-navs-item {
  display: block;
}
.footer-navs-item dt {
  display: block;
  margin-bottom: 16px;
}
.footer-navs-item dt a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #dba95a;
  font-size: 16px;
  font-weight: normal;
}
.footer-navs-item dt a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #c89202;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.footer-navs-item dt a:hover:before,
.footer-navs-item dt a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer-navs-item dd {
  display: block;
}
.footer-navs-item dd p {
  margin-bottom: 4px;
}
.footer-navs-item dd p a {
  display: inline-block;
  color: #dba95a;
  font-size: 14px;
  opacity: 0.4;
}
.footer-navs-item dd p a:hover {
  opacity: 1;
}
.footer-eq {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-eq-item {
  margin-left: 28px;
  width: 140px;
}
.footer-eq-item:first-child {
  margin-left: 0;
}
.footer-eq-item img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-eq-item span {
  display: block;
  text-align: center;
  margin-top: 12px;
  line-height: 1;
  color: #c89202;
  font-size: 14px;
}
.links {
  position: relative;
}
.links-list {
  padding: 35px 0 28px;
  margin-right: 230px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.links-list li {
  margin-bottom: 10px;
  padding: 0 12px;
  border-right: 2px solid #b58c4b;
  line-height: 1;
}
.links-list li:first-child {
  padding-left: 0;
}
.links-list li:last-child {
  border-right: none;
}
.links-list li a {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #dba95a;
  font-size: 15px;
  line-height: 16px;
}
.links-list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #c89202;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.links-list li a:hover:before,
.links-list li a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.link-join {
  position: absolute;
  right: 0;
  bottom: -4px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.link-join a,
.link-join b {
  display: inline-block;
  color: #dba95a;
  font-size: 14px;
  line-height: 1.2;
}
.link-join b {
  margin: 0 4px;
}
.footer-copy {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 0 30px;
}
.footer-copy p {
  color: #dba95a;
  font-size: 15px;
  opacity: 0.2;
}
.network {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.network a {
  display: inline-block;
  color: #dba95a;
  font-size: 15px;
  opacity: 0.2;
}
.network a:hover {
  opacity: 1;
}
.pbanner {
  overflow: hidden;
  position: relative;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 39.06%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.pbanner figure img {
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}
.pbanner:before {
  position: absolute;
  left: 7.29%;
  top: 74px;
  bottom: 0;
  margin-left: 38px;
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 3;
}
.ptext {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.ptext strong {
  display: inline-block;
  position: relative;
  padding: 0 158px;
  line-height: 1;
  color: #fff;
  font-size: 56px;
  font-family: "Source Han Serif CN";
  overflow: hidden;
}
.ptext strong:before,
.ptext strong:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 124px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.ptext strong:before {
  left: 0;
}
.ptext strong:after {
  right: 0;
}
.ptext small {
  display: block;
  margin-left: 24px;
  margin-top: 20px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-family: "Baskerville Old Face";
  letter-spacing: 24px;
  text-transform: uppercase;
}
.ptext.article-block strong:before,
.ptext.article-block strong:after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  -moz-transition: 1.6s;
  transition: 1.6s;
}
.ptext.article-block strong:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.ptext.article-block strong:after {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.ptext.articleShow strong:before,
.ptext.articleShow strong:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.introduct-ico.article-block,
.animets.article-block {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 1.8s;
  -o-transition: 1.2s;
  -moz-transition: 1.2s;
  transition: 1.2s;
}
.introduct-ico.articleShow,
.animets.articleShow {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: 0.8s;
  -o-transition: 1.2s;
  -moz-transition: 1.2s;
  transition: 1.2s;
}
.introduct-ico.articleShow,
.animets.articleShow {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: 0.8s;
  -o-transition: 1.2s;
  -moz-transition: 1.2s;
  transition: 1.2s;
}
.introduct-xh.article-block:before,
.introduct-xh.article-block:after {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  -moz-transition: 1.2s;
  transition: 1.2s;
  opacity: 0;
}
.introduct-xh.article-block:after {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.introduct-xh.articleShow:before,
.introduct-xh.articleShow:after {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: 1.8s;
  -o-transition: 1.8s;
  -moz-transition: 1.8s;
  transition: 1.8s;
}
.history-bott.article-block figure {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.history-bott.articleShow figure {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: 2.6s;
  -o-transition: 2.6s;
  -moz-transition: 2.6s;
  transition: 2.6s;
}
.banner-inner {
  position: absolute;
  left: 7.29%;
  margin-left: 38px;
  right: 10.4%;
  bottom: 56px;
  z-index: 5;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-inner:before {
  position: absolute;
  left: 0;
  top: -5px;
  content: "";
  width: 4px;
  height: 50px;
  background: #c89202;
}
.leval-menu-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 28px;
}
.leval-menu-list li {
  position: relative;
  margin-right: 3px;
}
.leval-menu-list li:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.1);
}
.leval-menu-list li:last-child:before {
  display: none;
}
.leval-menu-list li:hover a:before,
.leval-menu-list li.active a:before {
  opacity: 1;
  visibility: visible;
}
.leval-menu-list li a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 26px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}
.leval-menu-list li a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
  background: -webkit-linear-gradient(top, #f0d270 0%, #b97a00 100%);
  background: -moz-linear-gradient(top, #f0d270 0%, #b97a00 100%);
  background: -o-linear-gradient(top, #f0d270 0%, #b97a00 100%);
  background: linear-gradient(to bottom, #f0d270 0%, #b97a00 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.posites {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.posites span,
.posites b,
.posites a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.posites b {
  margin: 0 8px;
}
.posites a:hover {
  color: #c89202;
}
.introductes {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.introduct-bg {
  width: 50%;
}
.introduct-bg figure {
  padding-bottom: 73.54%;
  -o-background-size: cover;
  background-size: cover;
}
.introduct-text {
  position: relative;
  width: 50%;
  background: #f9f9f9;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.introduct-wr {
  width: 72.91%;
  margin-left: 60px;
}
.introduct-ico {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 38.125%;
  height: auto;
}
.introduct-title {
  position: relative;
  padding: 44px 0 42px;
}
.introduct-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 31px;
  height: 3px;
  background: #c0860e;
}
.introduct-title strong {
  display: block;
  line-height: 1.2;
  color: #222222;
  font-size: 24px;
  font-weight: normal;
}
.introduct-title small {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: #333333;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Baskerville Old Face";
  opacity: 0.1;
}
.introduct-in {
  margin-top: 42px;
}
.introduct-in p {
  color: #666666;
  font-size: 16px;
  line-height: 42px;
}
.introduct-xh {
  position: relative;
  z-index: 2;
  padding: 13.54vw 0 12.3vw;
  text-align: center;
  overflow: hidden;
}
.introduct-xh .introduct-bg1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 563px;
  height: 77.74%;
  background: url(../img/44.png) left top no-repeat;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.introduct-xh .introduct-bg2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 563px;
  height: 100%;
  background: url(../img/46.png) right top no-repeat;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.introimgs img {
  width: 42.6%;
  display: block;
  margin: auto;
}
.history {
  position: relative;
  z-index: 2;
  padding: 87px 0 18.85vw;
  background: #f6f6f6;
}
.history:before {
  position: absolute;
  top: 18.86%;
  right: 10.93%;
  content: "";
  width: 239px;
  height: 214px;
  background: url(../img/48.png) center no-repeat;
  z-index: -1;
}
.history-title {
  text-align: center;
}
.history-title strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #c89202;
  font-size: 48px;
  font-family: "微軟正黑體";
}
.history-title small {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Avian";
  letter-spacing: 4px;
}
.history-tab {
  position: relative;
  margin: 0 10.4%;
  margin-top: 34px;
  padding-right: 30vw;
}
.history-slide {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.history-imgs {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  width: 182px;
  background: #c89202;
}
.history-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 156.9%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.history-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.history-imgs figure img {
  -o-object-fit: contain;
  object-fit: contain;
}
.history {
  overflow: hidden;
}
.history-text {
  position: relative;
  z-index: 2;
  margin-left: 35px;
  padding-left: 10px;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.history-text small {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  color: #dddddd;
  font-size: 300px;
  opacity: 0.3;
  font-family: "Avian";
}
.history-text strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #c89202;
  font-size: 30px;
  font-weight: bold;
}
.history-text p {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
}
.history-btn {
  position: absolute;
  right: 18.25%;
  top: 50%;
  z-index: 4;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-btn span {
  display: block;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  color: #999999;
  font-size: 28px;
  border-radius: 50%;
  border: 1px solid #cecece;
  cursor: pointer;
  font-weight: lighter;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.history-btn span.swiper-button-disabled {
  opacity: 0.5;
}
.history-btn span:first-child {
  margin-right: 28px;
}
.history-btn span:hover {
  color: #c89202;
  border-color: #c89202;
}
.history-bott {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.history-bott figure img {
  display: block;
  width: 100%;
  height: auto;
}
.history-dit li {
  position: absolute;
  padding-bottom: 44px;
  cursor: pointer;
  line-height: 1;
  color: #666666;
  font-size: 36px;
  font-family: "Avian";
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.history-dit li.active {
  color: #c89202;
}
.history-dit li:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #131415;
}
.history-dit li:nth-child(7) {
  right: 6%;
  bottom: 92.8%;
  margin-right: -32px;
}
.history-dit li:nth-child(6) {
  right: 15.3%;
  bottom: 96.2%;
  margin-right: -32px;
}
.history-dit li:nth-child(5) {
  right: 27.5%;
  bottom: 83.522%;
  margin-right: -40px;
}
.history-dit li:nth-child(4) {
  right: 42.91%;
  bottom: 72.52%;
  margin-right: -40px;
}
.history-dit li:nth-child(3) {
  left: 43.54%;
  bottom: 44%;
  margin-left: -40px;
}
.history-dit li:nth-child(2) {
  left: 30.2%;
  bottom: 27.27%;
  margin-left: -40px;
}
.history-dit li:nth-child(1) {
  left: 14.739%;
  bottom: 4.249%;
  margin-left: -40px;
}
.concept {
  padding: 86px 10.4% 72px;
}
.concept-list {
  margin-top: 72px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.concept-list li {
  margin-bottom: 56px;
  width: 30.5%;
  margin-right: 4.25%;
}
.concept-list li:nth-child(3n+3) {
  margin-right: 0;
}
.concept-list li figure {
  position: relative;
  display: block;
  padding-bottom: 84.23%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.concept-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.concept-list li:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.concept-down {
  padding: 50px 34px 0 18.14%;
  border: 1px solid #dddddd;
  border-top: none;
  height: 228px;
}
.concept-down b {
  display: block;
  line-height: 1;
  color: #c89202;
  font-weight: normal;
  font-size: 48px;
}
.concept-down p {
  color: #333333;
  font-size: 20px;
  font-family: "微軟正黑體";
}
.concep-title {
  margin-top: 23px;
  margin-bottom: 20px;
  padding-top: 24px;
  position: relative;
  z-index: 2;
}
.concep-title strong {
  display: block;
  line-height: 1;
  color: #c89202;
  font-size: 36px;
  font-family: "微軟正黑體";
  letter-spacing: 5px;
}
.concep-title small {
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: -1;
  line-height: 1;
  color: #c89202;
  font-size: 80px;
  opacity: 0.1;
  text-transform: uppercase;
  font-family: "Baskerville Old Face";
}
.framework {
  padding: 108px 0 126px;
  background-attachment: fixed;
  -o-background-size: cover;
  background-size: cover;
}
.framework-wr {
  width: 1280px;
  max-width: 90%;
  margin: auto;
}
.framework-wr img {
  display: block;
  width: 100%;
  height: auto;
}
.brief {
  margin-top: 40px;
  padding-left: 7.29%;
  margin-left: 38px;
  overflow: hidden;
}
.brief-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 72px;
  padding-bottom: 108px;
  border-left: 1px solid #dddddd;
}
.brief-left {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 40.71%;
  padding-left: 145px;
  margin-top: 94px;
}
.brief-left:before {
  position: absolute;
  left: -2px;
  top: -69px;
  content: "";
  width: 3px;
  height: 136px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, #c89202);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, #c89202);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, #c89202);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, #c89202);
}
.brief-ico {
  position: absolute;
  left: 30px;
  top: 0;
}
.brief-ico b {
  display: block;
  position: relative;
  margin: auto;
  width: 11px;
  height: 11px;
}
.brief-ico b:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 100%;
  height: 1px;
  background: #db9a5a;
}
.brief-ico b:after {
  position: absolute;
  left: 5px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #db9a5a;
}
.brief-ico span {
  display: block;
  width: 16px;
  color: #666666;
  font-size: 16px;
  line-height: 31px;
  font-family: "Source Han Serif CN";
}
.brief-ico.article-block span > div {
  opacity: 0;
  visibility: hidden;
  transition: 0.34s;
}
.brief-ico.articleShow span > div {
  opacity: 1;
  visibility: visible;
}
.brief-ico.articleShow span > div:nth-child(2) {
  transition-delay: 0.34s;
}
.brief-ico.articleShow span > div:nth-child(3) {
  transition-delay: 0.44s;
}
.brief-ico.articleShow span > div:nth-child(4) {
  transition-delay: 0.54s;
}
.brief-ico.articleShow span > div:nth-child(5) {
  transition-delay: 0.64s;
}
.brief-ico.articleShow span > div:nth-child(6) {
  transition-delay: 0.74s;
}
.brief-ico.articleShow span > div:nth-child(7) {
  transition-delay: 0.84s;
}
.brief-ico.articleShow span > div:nth-child(8) {
  transition-delay: 0.94s;
}
.brief-ico.articleShow span > div:nth-child(9) {
  transition-delay: 1.04s;
}
.brief-ico.articleShow span > div:nth-child(10) {
  transition-delay: 1.14s;
}
.brief-ico.articleShow span > div:nth-child(11) {
  transition-delay: 1.24s;
}
.brief-left.article-block:before {
  transform-origin: left top;
  transform: scaleY(0);
  transition: 1.5s;
}
.brief-left.articleShow:before {
  transform: scaleY(1);
}
.brief-title {
  position: relative;
}
.brief-title:before {
  position: absolute;
  left: -51px;
  top: 8px;
  content: "";
  width: 42px;
  height: 34px;
  background: url(../img/briefBg.png) center no-repeat;
}
.brief-title strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #333333;
  font-size: 48px;
  font-family: "Source Han Serif CN";
}
.brief-title p {
  color: #333333;
  font-size: 18px;
}
.brief-info {
  margin-top: 44px;
}
.brief-info p {
  color: #666666;
  font-size: 16px;
  line-height: 40px;
}
.brief-imgs {
  width: 55.04%;
}
.brief-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 62.91%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.brief-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.president {
  background: #f7f7f7;
  overflow: hidden;
}
.president-top {
  position: relative;
  padding: 76px 10.4% 68px;
}
.president-top .president-ico1 {
  display: block;
  position: absolute;
  left: 41%;
  top: 0;
  z-index: 3;
  width: 19.58%;
  pointer-events: none;
}
.president-top .president-ico2 {
  display: block;
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 14.635%;
  height: auto;
}
.president-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.president-tt img {
  display: block;
  width: auto;
  height: 44px;
}
.president-tt strong {
  display: block;
  margin-top: 30px;
  line-height: 1;
  color: #222222;
  font-size: 30px;
  font-weight: normal;
}
.president-small {
  position: relative;
  padding-bottom: 12px;
  line-height: 1;
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Helvetica";
}
.president-small:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 27px;
  height: 1px;
  background: #999999;
}
.president-content {
  margin-top: 84px;
  padding: 35px 34px 35px 52px;
  background: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.president-people {
  width: 37.63%;
}
.president-people figure {
  position: relative;
  display: block;
  padding-bottom: 109.22%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.president-people figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.president-text {
  padding-top: 48px;
  width: 56.16%;
}
.president-logo {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.president-logo strong {
  display: block;
  margin-left: 60px;
  color: #c89202;
  font-size: 18px;
  font-weight: lighter;
  letter-spacing: 20px;
}
.president-lo {
  width: 233px;
}
.president-lo img {
  display: block;
  width: 100%;
  height: auto;
}
.president-info {
  margin-top: 56px;
}
.president-info p {
  color: #666666;
  font-size: 16px;
  line-height: 40px;
}
.president-borders {
  padding-bottom: 88px;
  border-bottom: 1px solid #dddddd;
}
.industries {
  padding: 0 0 62px;
}
.industries-tt {
  text-align: center;
  color: #c89202;
  font-size: 36px;
  font-weight: lighter;
}
.industries-tt strong {
  margin-right: 26px;
  font-weight: bold;
}
.industries-list {
  margin-top: 48px;
}
.industries-list li {
  position: relative;
  z-index: 2;
}
.industries-list li:before {
  position: absolute;
  left: 0;
  bottom: 6%;
  z-index: -1;
  content: "";
  width: 100%;
  height: 88%;
  height: 0;
  background: #fff;
  -webkit-transition: 0.58s;
  -o-transition: 0.58s;
  -moz-transition: 0.58s;
  transition: 0.58s;
}
.industries-list li:hover .industries-logo {
  background: #fff;
}
.industries-list li:hover .industries-wr {
  border-color: #f7f7f7;
}
.industries-list li:hover:before {
  height: 88%;
  bottom: auto;
  top: 6%;
}
.industries-list li:hover .industries-imgs figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.industries-wr {
  margin: 0 10.4%;
  padding: 32px 0;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.industries-logo {
  width: 19.73%;
  text-align: center;
  background: #f7f7f7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.industries-logo img {
  max-width: 100%;
  margin: auto;
  mix-blend-mode: multiply;
}
.industries-imgs {
  margin-left: 46px;
  margin-right: 60px;
  width: 19.27%;
}
.industries-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 53.92%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.industries-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.industries-info {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.industries-info p {
  color: #666666;
  font-size: 16px;
  line-height: 40px;
}
.post {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 130px 10.4% 130px;
  overflow: hidden;
}
.post-left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 61.84%;
}
.post-imgs {
  position: relative;
  width: 50.16%;
}
.post-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 150.1%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.post-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.post-name {
  position: absolute;
  left: -46px;
  bottom: 50px;
  padding: 0 15px;
  height: 70px;
  line-height: 70px;
  background: #c89202;
  color: #fff;
  font-size: 18px;
  font-family: "Helvetica";
}
.post-name:before {
  position: absolute;
  right: -10px;
  top: 50%;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
}
.post-content {
  padding-top: 14px;
  width: 34.15%;
}
.post-item {
  margin-bottom: 58px;
}
.post-item:last-child {
  margin-bottom: 0;
}
.post-item strong {
  display: block;
  position: relative;
  margin-bottom: 22px;
  line-height: 1;
  color: #000000;
  font-size: 30px;
  font-weight: normal;
}
.post-item strong:before {
  position: absolute;
  left: -50px;
  top: -2px;
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: -webkit-linear-gradient(left, #f4e0cc 0%, #fff 100%);
  background: -moz-linear-gradient(left, #f4e0cc 0%, #fff 100%);
  background: -o-linear-gradient(left, #f4e0cc 0%, #fff 100%);
  background: linear-gradient(to right, #f4e0cc 0%, #fff 100%);
}
.post-item p {
  color: #333333;
  font-size: 16px;
  line-height: 40px;
}
.post-right {
  position: relative;
  padding-right: 62px;
}
.post-right small {
  display: block;
  position: absolute;
  left: 0;
  top: -210px;
  line-height: 1.2;
  color: #c89202;
  font-size: 68px;
  font-family: "Baskerville Old Face";
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.2;
}
.post-right figure {
  width: 295px;
}
.post-right figure img {
  display: block;
  width: 100%;
  height: auto;
}
.post-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-list li {
  margin-right: 0.8%;
  width: 32.8%;
}
.post-list li:nth-child(3n+3) {
  margin-right: 0;
}
.post-list li:hover figure img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.post-list li figure {
  position: relative;
  display: block;
  padding-bottom: 54.675%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.post-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.post-list li figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.honor {
  position: relative;
  z-index: 2;
  padding: 144px 10.4% 116px;
  background: #ffffff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.honor:before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  width: 44.68%;
  height: 373px;
  background: url(../img/69.png) right bottom no-repeat;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.honor-logo {
  padding-top: 28px;
  width: 26.71%;
}
.honor-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.honor-list {
  margin-left: 120px;
}
.honor-list li {
  margin-bottom: 16px;
  color: #333333;
  font-size: 18px;
  position: relative;
  padding-left: 48px;
}
.honor-list li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 26px;
  height: 22px;
  background: url(../images/honor.png) center no-repeat;
}
.vice-president {
  padding: 130px 10.4%;
}
.vice-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vice-list li {
  margin-right: 3.333%;
  width: 22.5%;
}
.vice-list li:nth-child(4n+4) {
  margin-right: 0;
}
.vice-list li figure {
  position: relative;
  display: block;
  padding-bottom: 158.82%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.vice-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.vice-list li:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.vice-list li span {
  display: block;
  position: relative;
  margin-top: 30px;
  padding-left: 48px;
  color: #333333;
  font-size: 24px;
}
.vice-list li span:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 42px;
  height: 34px;
  background: url(../img/briefBg.png) center no-repeat;
}
.brief-introducte {
  padding: 70px 10.4% 0;
  overflow: hidden;
}
.introduct-tops {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
}
.introduct-tops strong {
  display: block;
  line-height: 1.1;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
}
.introduct-tops strong small {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Helvetica";
}
.introduct-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.introduct-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.introduct-li li {
  position: relative;
  padding: 0 48px 0 30px;
}
.introduct-li li:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 1px;
  height: 11px;
  background: #dddddd;
}
.introduct-li li:hover a,
.introduct-li li.active a {
  color: #c89202;
}
.introduct-li li:hover a i,
.introduct-li li.active a i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.introduct-li li a {
  display: block;
  color: #333333;
  font-size: 16px;
}
.introduct-li li a i {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.introduct-li li a i:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 100%;
  height: 1px;
  background: #c89202;
}
.introduct-li li a i:after {
  position: absolute;
  left: 3px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #c89202;
}
.introback a {
  display: block;
  color: #333333;
  font-size: 16px;
}
.introback a:hover {
  color: #c89202;
}
.introback a:hover i {
  background: #c89202;
  color: #fff;
}
.introback a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 29px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  border-radius: 50%;
  background: #30163b;
  color: #fff;
  font-size: 12px;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.personal {
  padding-left: 54px;
  margin-top: 82px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.personal-imgs {
  position: relative;
  z-index: 3;
  width: 32.74%;
}
.personal-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 158.333%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.personal-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.personal-content {
  width: 60.57%;
}
.personal-title {
  position: relative;
  z-index: 2;
  padding: 82px 0 30px;
}
.personal-title:before {
  position: absolute;
  top: 0;
  left: -164px;
  right: -10.4vw;
  height: 100%;
  content: "";
  background: #fcf9f2;
  z-index: -1;
}
.personal-title small {
  display: block;
  line-height: 1;
  color: #c89202;
  font-size: 60px;
  text-transform: uppercase;
  opacity: 0.2;
  font-family: "Baskerville Old Face";
}
.personal-title strong {
  margin-top: 44px;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
  color: #c89202;
  font-size: 24px;
}
.personal-title span {
  display: block;
  color: #333333;
  font-size: 18px;
}
.personal-info {
  position: relative;
  padding: 40px 0 70px;
}
.personal-texts p {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
}
.company-intros {
  position: absolute;
  right: 0;
  bottom: 0;
}
.company-intros img {
  display: block;
  width: 27px;
  height: auto;
}
.college {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #30163b;
}
.college-imgs {
  width: 38.28%;
}
.college-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.college-texts {
  width: 46.35%;
  margin-left: 96px;
}
.college-icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.college-icon img {
  display: block;
  max-height: 107px;
}
.college-icon strong {
  display: block;
  margin-left: 22px;
  font-size: 36px;
  background-image: -webkit-linear-gradient(top, #edcf6f, #ba7c00);
  background-image: -moz-linear-gradient(top, #edcf6f, #ba7c00);
  background-image: -o-linear-gradient(top, #edcf6f, #ba7c00);
  background-image: linear-gradient(to bottom, #edcf6f, #ba7c00);
  -webkit-background-clip: text;
  color: transparent;
}
.college-info {
  margin-top: 42px;
  padding-right: 76px;
  height: 224px;
  overflow-y: auto;
}
.college-info p {
  color: #ffffff;
  font-size: 16px;
  line-height: 38px;
}
.college-info::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.2);
}
.college-info::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
.college-info::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #fff;
}
.college-info1 {
  padding-right: 0;
  height: 335px;
}
.interview {
  padding: 115px 10.4% 40px;
  overflow: hidden;
}
.interview-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
}
.interview-list li {
  position: relative;
  margin-bottom: 80px;
  width: 33.3333%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px;
  border-right: 1px solid #eeeeee;
}
.interview-list li:nth-child(3n+3) {
  border-right: none;
}
.interview-list li figure {
  position: relative;
  display: block;
  padding-bottom: 52.27%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.interview-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.interview-list li figure time {
  position: absolute;
  left: 21px;
  top: 24px;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Helvetica";
  border-bottom: 1px solid #fff;
  z-index: 3;
}
.interview-list li:hover .interview-text strong {
  color: #c89202;
}
.interview-list li:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.interview-text {
  margin-top: 22px;
}
.interview-text strong {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.interview-text p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.interview-view {
  margin: auto;
  padding: 102px 0 170px;
  max-width: 90%;
  width: 1280px;
}
.interview-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}
.interview-title strong {
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
}
.interview-time {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-top: 40px;
}
.interview-time span {
  display: inline-block;
  padding: 0 30px;
  border-right: 1px solid #b6b6b6;
  line-height: 18px;
  color: #999999;
  font-size: 16px;
}
.interview-time span:last-child {
  border-right: none;
}
.interview-v {
  padding: 60px 0 96px;
  color: #666666;
  font-size: 15px;
  line-height: 40px;
}
.interview-v img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.interview-page {
  padding: 22px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.interview-info {
  width: 35.15%;
}
.interview-info a {
  display: block;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.interview-info a:hover {
  color: #c89202;
}
.interview-back a {
  display: block;
  color: #333333;
  font-size: 16px;
}
.interview-back a:hover {
  color: #c89202;
}
.interview-back a:hover i {
  color: #c89202;
}
.interview-back a i {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 16px;
  color: #333333;
  font-size: 26px;
  font-style: normal;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.constitutes {
  padding: 74px 0 112px;
  background: #fcf9f2;
}
.constitute-tt {
  display: block;
  text-align: center;
  line-height: 1;
  color: #c89202;
  font-size: 36px;
}
.constitute-list {
  margin-top: 54px;
}
.constitute-list li {
  margin-bottom: 20px;
}
.constitute-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: 70px;
  position: relative;
  cursor: pointer;
  padding: 0 30px;
  border-radius: 10px;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.constitute-top:hover,
.constitute-top.active {
  background: #c89202;
}
.constitute-top:hover strong,
.constitute-top.active strong {
  color: #fff;
}
.constitute-top:hover b:before,
.constitute-top.active b:before,
.constitute-top:hover b:after,
.constitute-top.active b:after {
  background: #fff;
}
.constitute-top.active b {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.constitute-top.active b:before,
.constitute-top.active b:after {
  background: #fff;
}
.constitute-top strong {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
  max-width: 88%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.constitute-top b {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.constitute-top b:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 100%;
  height: 2px;
  background: #c89202;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.constitute-top b:after {
  position: absolute;
  left: 6px;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #c89202;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.constitute-hide {
  display: none;
  padding: 35px 30px;
  color: #666666;
  font-size: 16px;
  line-height: 40px;
}
.committee-title {
  margin-bottom: 80px;
  text-align: center;
}
.committee-title strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1.1;
  color: #c89202;
  font-size: 36px;
}
.committee-title p {
  color: #333333;
  font-size: 18px;
  line-height: 36px;
}
.committee {
  background: #fff;
}
.committee-tbale table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.committee-tbale table thead tr {
  border-radius: 5px;
  overflow: hidden;
}
.committee-tbale table thead tr th {
  background: #c89202;
  width: 25%;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.committee-tbale table thead tr th:first-child {
  border-radius: 5px 0 0 5px;
}
.committee-tbale table thead tr th:nth-child(2) {
  width: 50%;
}
.committee-tbale table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}
.committee-tbale table tbody tr {
  overflow: hidden;
}
.committee-tbale table tbody tr td {
  width: 25%;
  height: 70px;
  line-height: 70px;
  color: #666666;
  font-size: 16px;
  text-align: center;
  font-family: "Source Han Serif CN";
}
.committee-tbale table tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
}
.committee-tbale table tbody tr td:nth-child(2) {
  width: 50%;
}
.committee-tbale table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}
.committee-tbale table tbody tr:nth-child(2n+2) td {
  background: #f0ebdc;
}
.debar-view {
  padding: 120px 0;
  color: #333;
  font-size: 16px;
  line-height: 34px;
}
.debar-view img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.hot-news {
  padding: 116px 10.4% 118px;
  background: #f4f4fb;
}
.hot-news-title {
  display: block;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
}
.hot-swiper {
  margin-top: 58px;
}
.hot-swiper .swiper-pagination {
  left: auto;
  right: 0;
  bottom: 0;
  width: auto;
}
.hot-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 6px;
  height: 6px;
  background: #cccccc;
  opacity: 1;
  margin-left: 16px;
}
.hot-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c89202;
}
.hot-slide a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hot-slide a:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.hot-slide a:hover .hot-fix strong {
  color: #c89202;
}
.hot-imgs {
  width: 47.36%;
}
.hot-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 54.7222%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.hot-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.hot-imgs time {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0 26px;
  height: 60px;
  line-height: 60px;
  background: #c89202;
  color: #fff;
  font-size: 24px;
  font-family: "Helvetica";
  font-weight: bold;
}
.hot-fix {
  width: 48.15%;
  padding-top: 50px;
}
.hot-fix strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.hot-fix p {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.hot-fix span {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  padding-right: 25px;
  display: inline-block;
  color: #c89202;
  font-size: 18px;
}
.hot-fix span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #c89202;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.hot-fix span:hover:before,
.hot-fix span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.hot-fix span:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 11px;
  height: 9px;
  background: url(../images/arrow2.png) center no-repeat;
}
.page {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page a,
.page span {
  margin-right: 20px;
  display: inline-block;
  width: 42px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #eeeeee;
  color: #999999;
  font-size: 14px;
  border-radius: 5px;
}
.page a:last-child,
.page span:last-child {
  margin-right: 0;
}
.page a:first-child,
.page span:first-child {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page a:hover,
.page span:hover,
.page a.active,
.page span.active {
  color: #c89202;
  border-color: #c89202;
}
.news-fix {
  padding-bottom: 120px;
}
.problem {
  padding: 98px 10.4% 120px;
}
.problem-title {
  text-align: center;
  margin-bottom: 48px;
}
.problem-title strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
}
.problem-title p {
  color: #666666;
  font-size: 16px;
}
.problem-list {
  padding-bottom: 48px;
}
.problem-list li {
  margin-bottom: 35px;
  padding: 38px 3.55% 32px;
  background: #f9f4e5;
}
.problem-list li:nth-child(2n+2) {
  background: #fcf9f2;
}
.problem-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(200, 146, 2, 0.2);
}
.problem-top i {
  display: block;
  width: 36px;
  height: 34px;
  background: url(../images/problem1.png) center no-repeat;
}
.problem-top p {
  margin-left: 18px;
  color: #c89202;
  font-size: 18px;
}
.problem-bott {
  margin-top: 22px;
}
.problem-bott i {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  background: url(../images/problem2.png) center no-repeat;
}
.problem-info {
  margin-left: 50px;
}
.problem-info p {
  color: #666666;
  font-size: 16px;
  line-height: 32px;
}
.problem-input {
  margin-top: 118px;
}
.problem-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.input-item {
  margin-bottom: 38px;
  width: 48.9%;
}
.input-item .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  color: #cccccc;
  font-size: 16px;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.input-item .text:focus {
  border-color: #c89202;
}
.input-item .text::-webkit-input-placeholder {
  color: #ccc;
}
.textare-text {
  width: 100%;
}
.textare-text .text {
  padding: 12px 20px;
  line-height: 1.6;
  height: 245px;
  font-family: "微软雅黑";
  resize: none;
}
.input-subs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.verificate {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.verificate .text {
  padding-left: 20px;
  width: 192px;
  height: 48px;
  line-height: 48px;
  color: #cccccc;
  font-size: 16px;
  border: 1px solid #aaaaaa;
  border-radius: 5px 0 0 5px;
  outline: none;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
  border-right: none;
}
.verificate .text:focus {
  border-color: #c89202;
}
.verificate .text::-webkit-input-placeholder {
  color: #ccc;
}
.verificate img {
  display: block;
  height: 48px;
  border: 1px solid #aaaaaa;
  border-radius: 0 5px 5px 0;
}
.verificate-left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.vclick {
  display: block;
  margin-left: 20px;
  margin-top: 14px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../images/swip.png) center no-repeat;
}
.ver-sub {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ver-sub input {
  margin-left: 30px;
  border: none;
  outline: none;
  width: 186px;
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.ver-sub input:hover,
.ver-sub input:first-child {
  background: #c89202;
  color: #fff;
}
.ver-sub input:first-child {
  margin-left: 0;
}
.forum {
  padding: 100px 10.4% 80px;
}
.forum-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.forum-list li {
  margin-right: 2.75%;
  margin-bottom: 62px;
  width: 31.5%;
  cursor: pointer;
}
.forum-list li:nth-child(3n+3) {
  margin-right: 0;
}
.forum-list li:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.forum-list li:hover p {
  color: #c89202;
}
.forum-list li figure {
  position: relative;
  display: block;
  padding-bottom: 60.41%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.forum-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.forum-list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.forum-list li figure b {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  z-index: 3;
}
.forum-list li p {
  margin-top: 20px;
  color: #333333;
  font-size: 18px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popvideos {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.popvideos.show {
  opacity: 1;
  visibility: visible;
}
.popvideos .popclose {
  top: 30px;
  z-index: 10;
}
.videomark {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.menuclose {
  display: block;
  width: 64px;
  height: 64px;
  text-align: center;
  background: #c89202;
  border-radius: 50%;
  position: absolute;
  right: 55px;
  top: 0;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 64px;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.menuclose:hover {
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.vides {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.safeguarding {
  padding: 150px 0 200px;
}
.safeguarding-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.safeguarding-imgs {
  margin-left: 18px;
  width: 47.65%;
}
.safeguarding-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.safeguarding-text {
  width: 40.23%;
}
.safeguarding-text strong {
  display: block;
  color: #c89202;
  line-height: 1;
  font-size: 36px;
}
.safe-address {
  margin-top: 54px;
  margin-bottom: 90px;
}
.safe-address p {
  margin-bottom: 10px;
  color: #333333;
  font-size: 16px;
}
.safe-address p i {
  display: inline-block;
  width: 38px;
  color: #333333;
  font-size: 20px;
  font-style: normal;
  vertical-align: middle;
}
.onlineqq a {
  display: block;
  width: 214px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: -webkit-linear-gradient(top, #f0d270 0%, #ba7c02 100%);
  background: -moz-linear-gradient(top, #f0d270 0%, #ba7c02 100%);
  background: -o-linear-gradient(top, #f0d270 0%, #ba7c02 100%);
  background: linear-gradient(to bottom, #f0d270 0%, #ba7c02 100%);
  text-align: center;
}
.onlineqq a i {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 15px;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background: url(../images/qq.png) center no-repeat;
}
.join-member {
  position: relative;
  z-index: 2;
  padding: 135px 0 122px;
}
.process-ico1 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 16.04%;
}
.process-ico2 {
  display: block;
  position: absolute;
  right: 0;
  bottom: 15.03%;
  z-index: -1;
  width: 25.15%;
}
.pro-title {
  text-align: center;
  line-height: 1;
  color: #c89202;
  font-size: 36px;
}
.process-list {
  position: relative;
  z-index: 2;
  margin-top: 116px;
}
.process-list:before {
  position: absolute;
  left: 50%;
  margin-left: -85px;
  top: 50px;
  bottom: 120px;
  content: "";
  width: 170px;
  z-index: -1;
  background: url(../images/line3.png) center top repeat-y;
}
.process-item {
  position: relative;
  height: 165px;
}
.process-item:nth-child(2n+2) .process-float {
  float: left;
  padding-left: 0;
  padding-right: 95px;
}
.process-item:nth-child(2n+2) .process-float b {
  left: auto;
  right: -49px;
}
.process-item:nth-child(2n+2) .process-float .process-info {
  text-align: right;
}
.process-item:nth-child(2n+2) .process-float .process-info p {
  text-align: left;
}
.process-float {
  position: relative;
  float: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 95px;
  width: 50%;
}
.process-float b {
  display: block;
  position: absolute;
  left: -49px;
  top: 1px;
  width: 99px;
  height: 98px;
  text-align: center;
  line-height: 98px;
  color: #fff;
  font-size: 30px;
  font-family: "Helvetica";
  background: url(../images/process.png) center no-repeat;
}
.process-info {
  padding-top: 14px;
}
.process-info strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
}
.process-info p {
  color: #666666;
  font-size: 18px;
  line-height: 36px;
}
.process-eq {
  margin-top: 15px;
}
.process-eq img {
  display: block;
  width: 154px;
  height: auto;
}
.load-login {
  margin-top: 152px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.load-word {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 6px;
}
.load-word i {
  display: block;
  width: 48px;
  height: 44px;
  background: url(../images/word.png) center no-repeat;
}
.load-word p {
  margin-left: 44px;
  color: #222222;
  font-size: 18px;
}
.load-table a {
  display: block;
  width: 204px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 26px;
  background: #c89202;
}
.load-table a:hover {
  background: #efd06e;
}
.administrate {
  margin-top: 78px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.administrate li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  border: 1px solid #dddddd;
  margin-left: -1px;
  margin-top: -1px;
  min-height: 292px;
}
.administrate li:nth-child(n+7) {
  width: 100%;
}
.administrate li:nth-child(n+7) .adminis-info {
  width: 100%;
}
.administrate-wrap {
  padding: 40px 34px 40px;
}
.administrate-wrap strong {
  display: block;
  color: #c89202;
  font-size: 20px;
}
.administrate-wrap strong img {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 10px;
  max-height: 32px;
}
.adminis-info {
  margin-top: 16px;
  width: 550px;
  max-width: 100%;
}
.adminis-info p {
  color: #666666;
  font-size: 16px;
}
.adminis-info p span {
  color: #999999;
}
.pay {
  margin-top: 32px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pay-item {
  width: 30%;
  margin-right: 5%;
  padding: 26px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9f4e5;
  border-radius: 10px;
}
.pay-item:nth-child(3n+3) {
  margin-right: 0;
}
.pay-item strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #c89202;
  font-size: 16px;
}
.pay-item p {
  color: #666666;
  font-size: 16px;
  line-height: 32px;
}
.name-list {
  padding: 110px 0 82px;
}
.name-list-wr {
  margin: auto;
  max-width: 90%;
  width: 1346px;
}
.name-list-li {
  padding-bottom: 43px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.name-list-li li {
  margin-bottom: 66px;
  margin-right: 6.52%;
  width: 46.74%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 242px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  -webkit-transition: 0.58s;
  -o-transition: 0.58s;
  -moz-transition: 0.58s;
  transition: 0.58s;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.name-list-li li:nth-child(2n+2) {
  margin-right: 0;
}
.name-list-li li:hover {
  background: #f9f4e5;
  border-color: #f9f4e5;
}
.name-logo {
  width: 40%;
  text-align: center;
}
.name-logo img {
  max-width: 90%;
  height: auto;
}
.name-logo span {
  display: block;
  margin: auto;
  margin-top: 23px;
  width: 136px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 16px;
  border-radius: 17px;
  background: #c89202;
}
.name-content {
  width: 60%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 18px;
}
.name-content strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #222222;
  font-size: 20px;
  font-weight: normal;
}
.name-content p {
  color: #666666;
  font-size: 16px;
  line-height: 35px;
}
.name-content p i {
  display: inline-block;
  margin-right: 14px;
  color: #666666;
  font-size: 18px;
}
.interests {
  padding: 108px 0 140px;
  background: #f5f5f5;
}
.interests-tab {
  margin-top: 80px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.interst-btn {
  width: 216px;
}
.interst-btn li {
  margin-bottom: 40px;
  cursor: pointer;
  height: 78px;
  line-height: 78px;
  border: 1px solid #c89202;
  font-size: 22px;
  text-align: center;
  border-radius: 50px;
  color: #c89202;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.interst-btn li:hover,
.interst-btn li.active {
  background: #c89202;
  color: #fff;
}
.interst-btn li:last-child {
  margin-bottom: 0;
}
.interests-content {
  margin-left: 46px;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  padding: 47px 60px 42px;
  min-height: 500px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 18px;
}
.interests-items {
  display: none;
}
.interests-items:first-child {
  display: block;
}
.interests-items p {
  color: #666666;
  font-size: 16px;
  line-height: 46px;
}
.recommend-list {
  margin: 0 10.4%;
  padding: 110px 0 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.recommend-list li a {
  position: relative;
  z-index: 2;
  display: block;
  width: 133px;
  padding-bottom: 100%;
}
.recommend-list li a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/radiuos.png) center no-repeat;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.recommend-list li a:hover figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.recommend-list li a:hover span:before {
  width: 100%;
  right: auto;
  left: 0;
}
.recommend-wr {
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.recommend-wr figure {
  position: relative;
  height: 82px;
  text-align: center;
}
.recommend-wr figure img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.recommend-wr span {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #c89202;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.recommend-wr span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #c89202;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.recommend-wr span:hover:before,
.recommend-wr span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.recommend-li {
  margin-bottom: 90px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recommend-li li {
  width: 50%;
  position: relative;
  background: #f4f4f4;
}
.recommend-contents {
  position: relative;
  padding-bottom: 60.93%;
}
.recommend-contents:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.recommend-w {
  position: absolute;
  left: 14.89%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70.08%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recommend-w figure {
  display: block;
  width: 170px;
}
.recommend-w figure img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.recommend-text {
  padding-left: 50px;
}
.recommend-tt {
  margin-bottom: 45px;
}
.recommend-tt strong {
  display: block;
  margin-bottom: 10px;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
}
.recommend-tt span {
  display: block;
  color: #c89202;
  font-size: 16px;
}
.recommend-info p {
  color: #666666;
  font-size: 16px;
  line-height: 35px;
}
.recommend-li li:nth-child(even) {
  background: #fff;
}
.recommend-li li:nth-child(4n+4) {
  background: #f4f4f4;
}
.recommend-li li:nth-child(4n-1) {
  background: #fff;
}
.recommend-fix {
  padding-bottom: 120px;
}
.contact-us {
  padding: 110px 0 140px;
  background-position: center bottom;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-us-wr {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-left {
  width: 44.21%;
  background: #fff;
}
.maps {
  width: 55.79%;
  height: 395px;
  border-radius: 8px;
}
.contact-address {
  padding: 62px 30px 0 9.92%;
}
.contact-address strong {
  display: block;
  margin-bottom: 45px;
  line-height: 1;
  color: #c89202;
  font-size: 30px;
}
.address p {
  margin-bottom: 10px;
  color: #333333;
  font-size: 16px;
}
.address p:last-child {
  margin-bottom: 0;
}
.address p i {
  display: inline-block;
  margin-right: 20px;
  color: #c89202;
  font-style: normal;
  font-size: 24px;
}
.anchorBL {
  display: none !important;
}
.party-top {
  padding: 110px 10.4% 100px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.party-logo {
  margin-left: -96px;
  width: 38.88%;
}
.party-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.party-text {
  width: 61%;
}
.party-text p {
  color: #666666;
  font-size: 16px;
  line-height: 40px;
}
.organizations {
  padding: 94px 0 100px;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.organizate-wr {
  text-align: center;
}
.organizate-wr img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.party-member {
  padding: 156px 10.4% 146px;
  background-position: left bottom;
  -o-background-size: 39.42% auto !important;
  background-size: 39.42% auto !important;
  background-repeat: no-repeat !important;
}
.party-wr {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.party-title {
  margin-left: 68px;
  padding-top: 38px;
}
.party-title img {
  display: block;
  height: 70px;
  width: auto;
}
.party-title small {
  display: block;
  margin-top: 20px;
  line-height: 1;
  color: #eaeaea;
  font-size: 30px;
  font-family: "Avian";
  text-transform: uppercase;
}
.party-list {
  width: 62.5%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.party-list li {
  margin-right: 6.4%;
  width: 20.2%;
  margin-bottom: 48px;
}
.party-list li:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.party-list li:nth-child(4n+4) {
  margin-right: 0;
}
.party-list li figure {
  position: relative;
  display: block;
  padding-bottom: 129.68%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.party-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.slidetop.article-block,
.list-animate.article-block li,
.list-animate.article-block > div {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: 0.8s 0.2s;
  -o-transition: 0.8s 0.2s;
  -moz-transition: 0.8s 0.2s;
  transition: 0.8s 0.2s;
}
.slideLeft.article-block {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: 0.8s 0.2s;
  -o-transition: 0.8s 0.2s;
  -moz-transition: 0.8s 0.2s;
  transition: 0.8s 0.2s;
}
.slideLeft.articleShow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.8s 0.2s;
  -o-transition: 0.8s 0.2s;
  -moz-transition: 0.8s 0.2s;
  transition: 0.8s 0.2s;
}
.slidetop.articleShow,
.list-animate.articleShow li,
.list-animate.articleShow > div {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.slidetop.detay1.article-block,
.list-animate.article-block li:nth-child(2),
.list-animate.article-block div:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.slidetop.detay2.article-block,
.list-animate.article-block li:nth-child(3),
.list-animate.article-block div:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(4),
.list-animate.article-block div:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.slidetop.detay4.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.slidetop.detay6.article-block,
.list-animate.article-block li:nth-child(6),
.list-animate.article-block div:nth-child(5) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.party-dynamic {
  padding: 100px 10.4% 110px;
}
.dynamics-title {
  display: block;
  margin-bottom: 50px;
  line-height: 1;
  color: #111111;
  font-size: 36px;
}
.dynamics-list {
  margin-bottom: 92px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dynamics-list li {
  margin-right: 5.6%;
  width: 29.6%;
}
.dynamics-list li:nth-child(3n+3) {
  margin-right: 0;
}
.dynamics-list li figure {
  position: relative;
  display: block;
  padding-bottom: 66.666%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.dynamics-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.dynamics-list li a:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.dynamics-list li a:hover .dynamic-texts strong {
  color: #c89202;
}
.dynamics-list li a:hover .dynamic-texts:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.dynamic-texts {
  position: relative;
  padding: 36px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
.dynamic-texts:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 130px;
  height: 2px;
  background: #c89202;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.dynamic-texts strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dynamic-texts time {
  display: block;
  margin-bottom: 16px;
  color: #666666;
  font-size: 16px;
}
.dynamic-texts p {
  color: #666666;
  font-size: 14px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recuit {
  padding: 260px 10.4vw 80px;
  background-position: center top;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.recuit-title {
  margin-bottom: 115px;
  text-align: center;
}
.recuit-title p {
  margin-left: 20px;
  margin-top: 52px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 40px;
}
.recuite-tt {
  display: inline-block;
  position: relative;
  padding: 0 246px;
}
.recuite-tt:before,
.recuite-tt:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 186px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.recuite-tt:before {
  left: 0;
}
.recuite-tt:after {
  right: 0;
}
.recuite-tt img {
  display: block;
  width: auto;
  height: 184px;
}
.recuit-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recuit-list li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 110px;
}
.recuit-list li:nth-child(4n+4) {
  margin-right: 0;
}
.recuit-list li a {
  display: block;
  background: #fff;
  padding: 57px 0 58px;
  border-radius: 10px;
}
.recuit-list li a:hover figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.recuit-list li a:hover .recuite-donw strong {
  color: #c89202;
}
.recuit-list li a figure {
  display: block;
  position: relative;
  height: 143px;
}
.recuit-list li a figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 60%;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.recuite-donw {
  margin-top: 34px;
  text-align: center;
}
.recuite-donw strong {
  display: block;
  margin-bottom: 11px;
  line-height: 1;
  text-align: center;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.recuite-donw small {
  display: block;
  color: #999999;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Helvetica";
}
.recuit-li {
  padding: 15px 48px 86px;
  background: #fff;
  border-radius: 12px;
}
.recuit-item {
  border-bottom: 1px solid #eeeeee;
}
.recuit-item:first-child .recuit-down {
  display: block;
}
.recuit-item.active .recuit-tops b:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.recuit-tops {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 22px;
  padding-right: 22px;
  height: 80px;
  cursor: pointer;
}
.recuit-tops span {
  display: block;
  color: #999999;
  font-size: 16px;
}
.recuit-tops span:first-child {
  color: #333333;
  font-size: 18px;
}
.recuit-tops b {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c89202;
}
.recuit-tops b:before {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
}
.recuit-tops b:after {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -8px;
  content: "";
  width: 2px;
  height: 16px;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.recuit-down {
  display: none;
  padding: 30px 22px 52px;
  border-top: 1px solid #eeeeee;
}
.recuit-down p {
  color: #333333;
  font-size: 16px;
  line-height: 40px;
}
.send-emain {
  margin-top: 25px;
}
.send-emain a {
  display: inline-block;
  color: #c89202;
  font-size: 16px;
  font-weight: bold;
}
.send-emain a:hover {
  text-decoration: underline;
}
.applys {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  visibility: visible;
  -webkit-transition: 0.68s;
  -o-transition: 0.68s;
  -moz-transition: 0.68s;
  transition: 0.68s;
}
.applys.hide {
  bottom: -154px;
}
.apply-in {
  padding: 26px 10.4% 20px;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}
.apply-titles {
  margin-bottom: 14px;
  text-align: center;
}
.apply-titles strong {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  color: #c89202;
  font-size: 24px;
}
.apply-titles p {
  color: #c89202;
  font-size: 16px;
}
.apply-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.apply-li .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  width: 23.42%;
  border: 1px solid #fff;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  background: none;
  border-radius: 25px;
}
.apply-li .text::-webkit-input-placeholder {
  color: #fff;
}
.apply-li .btn,
.apply-li a {
  display: block;
  width: 192px;
  height: 36px;
  line-height: 36px;
  border: none;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #f0d270 0%, #ba7c02 100%);
  background: -moz-linear-gradient(top, #f0d270 0%, #ba7c02 100%);
  background: -o-linear-gradient(top, #f0d270 0%, #ba7c02 100%);
  background: linear-gradient(to bottom, #f0d270 0%, #ba7c02 100%);
}
.apply-hideBtn {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -50px;
  width: 100px;
  height: 50px;
  background: #422847;
  border-radius: 50px 50px 0 0;
  z-index: 10;
  cursor: pointer;
  padding-top: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.apply-hideBtn.blockShow i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.apply-hideBtn i {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.member-swiper.article-block > div {
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 100% 0 0);
  transition: 0.88s;
}
.member-swiper.articleShow > div {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  transition: 0.68s 0.2s;
}
.member-swiper.articleShow > div:nth-child(2) {
  transition-delay: 0.45s;
}
.member-swiper.articleShow > div:nth-child(3) {
  transition-delay: 0.75s;
}
.member-swiper.articleShow > div:nth-child(4) {
  transition-delay: 0.95s;
}
.member-swiper {
  display: flex;
}
.iframe-video {
  display: none;
}
