@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;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 0 60px;
  height: 70px;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.header.scroll {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.logo {
  display: block;
  width: 157px;
  height: auto;
}
.header-right {
  display: flex;
  align-items: center;
}
.navs {
  display: flex;
  position: relative;
  z-index: 6;
}
.navs > li {
  position: relative;
  z-index: 2;
  padding-right: 32px;
}
.navs > li:last-child {
  padding-right: 0;
}
.navs > li.active > a,
.navs > li:hover > a {
  color: #E9A43F;
}
.navs > li.active > a:before,
.navs > li:hover > a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li:hover .navs-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.navs > li > a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 5px;
  line-height: 70px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
}
.navs > li > a:before {
  content: "";
  width: 0;
  height: 6px;
  background: #E9A43F;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: -1;
}
.navs > li > a:hover,
.navs > li > a.active {
  color: #E9A43F;
}
.navs > li > a:hover:before,
.navs > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.header-tel {
  margin-left: 150px;
  display: flex;
}
.header-tel a {
  display: inline-block;
  margin-right: 34px;
  color: #707070;
  font-size: 20px;
  line-height: 1;
}
.header-tel a:last-child {
  margin-right: 0;
}
.header-tel a:hover {
  color: #E9A43F;
}
.navs-bg {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 5;
}
.navs-menu {
  position: absolute;
  left: 0;
  top: 100%;
  height: 60px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-size: 0;
  white-space: nowrap;
  transition: 0.4s;
}
.navs-menu > li {
  display: inline-block;
  margin-right: 38px;
}
.navs-menu > li:last-child {
  margin-right: 0;
}
.navs-menu > li > a {
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 60px;
  color: #FFFFFF;
  font-size: 14px;
  white-space: nowrap;
}
.navs-menu > li > a:before {
  content: "";
  width: 0;
  height: 4px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.35s;
  z-index: -1;
}
.navs-menu > li > a:hover,
.navs-menu > li > a.active {
  color: #fff;
}
.navs-menu > li > a:hover:before,
.navs-menu > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.mtop {
  height: 70px;
}
.banner {
  position: relative;
  overflow: hidden;
}
.btext {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  transform: translateY(-50%);
  width: 1200px;
  text-align: center;
}
.btext strong {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 16px;
  line-height: 0.8;
  color: #fff;
  font-size: 5.5vw;
  font-family: "PangMenZhengDao";
  font-weight: normal;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}
.btext strong:before {
  position: absolute;
  left: -110px;
  top: -62px;
  content: "";
  width: 240px;
  height: 144px;
  background: url(/images/light.png) center no-repeat;
  background-size: cover;
  z-index: -1;
}
.btext p {
  margin-left: 42px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 42px;
}
.banner-slide.article-block .bline svg {
  clip-path: inset(0 100% 0 0);
  transition: 4s linear;
}
.banner-slide.articleShow .bline svg {
  clip-path: inset(0 0 0 0);
}
.banner-slide.articleShow span {
  animation: offset1 0.4s 4s linear forwards;
}
.bline {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 10%;
  width: 1000px;
}
.bline svg {
  width: 100%;
  height: auto;
}
.bline .bdit {
  display: block;
  position: absolute;
  right: -95px;
  bottom: -57px;
  width: 200px;
  height: 120px;
  background: url(/images/light.png) center bottom no-repeat;
  background-size: contain;
  offset-rotate: reverse;
  opacity: 0;
}
@keyframes offset1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-swiper {
  position: relative;
}
.banner-swiper .swiper-pagination {
  right: 50%;
  margin-right: -700px;
  bottom: 37px;
  left: auto;
  width: auto;
  line-height: 0;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  z-index: 2;
  margin: 0 10px;
  border-radius: 7px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  opacity: 1;
  background: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  transition: 0.4s;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
  transition: 5.5s;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  transition: 0.5s;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide.swiper-slide-active figure img {
  transform: scale(1);
}
.banner-slide figure {
  position: relative;
  display: block;
  padding-bottom: 39.06%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.banner-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slide figure img {
  transform: scale(1.1);
  transition: 2s;
}
.banner-prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 10;
  transition: 0.4s;
}
.banner-prev.prev {
  left: 50%;
  margin-left: -700px;
}
.banner-prev.prev:hover {
  transform: translateX(-4px);
}
.banner-prev.next {
  right: 50%;
  margin-right: -700px;
}
.banner-prev.next:hover {
  transform: translateX(4px);
}
.home-wrap {
  padding: 21px 70px;
  background: #F0F0F0;
}
.home-business {
  display: flex;
}
.home-business:hover li {
  width: 22%;
}
.home-business li {
  transition: width 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  width: 25%;
}
.home-business li:hover {
  width: 34%;
}
.home-business li:nth-child(1) {
  background: #CF905E;
}
.home-business li:nth-child(1) a {
  background: url(/img/realbg1.png) left bottom no-repeat;
  background-size: auto 88.46%;
}
.home-business li:nth-child(2) {
  background: #517FC7;
}
.home-business li:nth-child(2) a {
  background: url(/img/realbg2.png) left bottom no-repeat;
  background-size: auto 73.46%;
}
.home-business li:nth-child(3) {
  background: #01B2B3;
}
.home-business li:nth-child(3) a {
  background: url(/img/realbg3.png) left bottom no-repeat;
  background-size: auto 40%;
}
.home-business li:nth-child(4) {
  background: #0074AF;
}
.home-business li:nth-child(4) a {
  background: url(/img/realbg4.png) left bottom no-repeat;
  background-size: auto 38.46%;
}
.home-business li a {
  display: block;
  position: relative;
  width: 100%;
  height: 260px;
}
.home-business li a figure {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 200px;
}
.home-business li a figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.business-small {
  position: absolute;
  left: 35px;
  top: 47px;
  z-index: 3;
}
.business-small strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #fff;
  font-size: 27px;
  font-weight: normal;
  opacity: 0;
}
.business-small small {
  display: block;
  line-height: 1.4;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Proxima Nova Rg";
}
.home-main {
  margin-top: 30px;
  display: flex;
}
.home-project {
  position: relative;
  width: 31.49%;
}
.home-project .swiper-pagination {
  left: auto;
  right: 50px;
  bottom: 26px;
  line-height: 0;
  width: auto;
}
.home-project .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: 0.43;
  margin: 0;
  margin-left: 16px;
}
.home-project .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.classic-slide {
  position: relative;
  overflow: hidden;
}
.classic-slide a {
  display: block;
}
.classic-slide a:hover figure img {
  transform: scale(1.05);
}
.classic-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.classic-slide figure img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: 0.78s;
}
.classic-slide span {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 100px 29px 25px;
  width: 100%;
  color: #fff;
  line-height: 1.3;
  font-size: 18px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.sunshine-box {
  position: relative;
  width: 26.99%;
  background: #fff;
  overflow: hidden;
}
.sun-list {
  height: 100%;
}
.sunshine {
  position: relative;
  height: 100%;
  display: none;
}
.sunshine:first-child {
  display: block;
}
.sunshine a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16.04% 37px 28px 14.58%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.sunshine a:hover .sunshine-top strong {
  color: #E9A43F;
}
.sunshine a:hover .sunshine-down p i {
  animation: mapMove 1.5s infinite;
}
.sunshine a:hover .sunshine-down span {
  text-indent: 3px;
}
.sunshine-top small {
  display: block;
  margin-bottom: 14px;
  line-height: 1.3;
  color: #777777;
  font-size: 14px;
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
}
.sunshine-top strong {
  display: block;
  margin-bottom: 26px;
  line-height: 1.2;
  color: #333333;
  font-size: 26px;
  font-weight: normal;
  transition: 0.4s;
}
.sunshine-top p {
  color: #777777;
  font-size: 14px;
  line-height: 1.5;
}
.sunnext {
  display: block;
  position: absolute;
  right: 37px;
  bottom: 32px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #E9A43F;
  color: #fff;
  font-size: 18px;
  transition: 0.2s;
  z-index: 10;
  cursor: pointer;
}
.sunnext:hover {
  text-indent: 3px;
}
.sunshine-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sunshine-down p {
  color: #777777;
  font-size: 14px;
}
.sunshine-down p i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  font-style: normal;
  color: #E9A43F;
  font-size: 22px;
}
@keyframes mapMove {
  from {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-7px);
  }
  to {
    transform: translateY(0px);
  }
}
.home-news {
  box-sizing: border-box;
  margin-left: auto;
  padding: 0 50px;
  width: 40.38%;
  background: #fff;
}
.news-title {
  position: relative;
  display: flex;
  padding: 37px 0 11.5px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.news-title span {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  height: 38px;
  line-height: 38px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s;
}
.news-title span:before {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid #fff;
}
.news-title span:hover,
.news-title span.active {
  background: #E9A43F;
  color: #fff;
  padding: 0 13px;
}
.news-tab {
  position: relative;
  padding-top: 17px;
}
.news-tab-item {
  display: none;
}
.news-tab-item:first-child {
  display: block;
}
.news-more {
  position: absolute;
  right: 0;
  top: -45px;
}
.news-more a {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  transition: 0.33s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.news-more a:hover {
  transform: rotate(180deg);
}
.news-more a:hover:before,
.news-more a:hover:after {
  background: #E9A43F;
}
.news-more a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 100%;
  height: 4px;
  background: #B7B7B7;
  transition: 0.3s;
}
.news-more a:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -2px;
  content: "";
  width: 4px;
  height: 100%;
  background: #B7B7B7;
  transition: 0.3s;
}
.news-li li {
  margin-bottom: 10px;
}
.news-li li:last-child {
  margin-bottom: 0;
}
.news-li li:hover .news-tt strong,
.news-li li.active .news-tt strong {
  padding-left: 0;
  font-weight: bold;
}
.news-li li:hover .news-tt strong:before,
.news-li li.active .news-tt strong:before {
  opacity: 0;
  transform: scale(0);
}
.news-tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-tt strong {
  display: block;
  position: relative;
  padding-left: 20px;
  color: #666666;
  font-size: 15px;
  font-weight: normal;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.news-tt strong:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  background: #E9A43F;
  border-radius: 50%;
  transition: 0.3s;
}
.news-tt time {
  display: block;
  color: #B5B5B5;
  font-size: 12px;
}
.news-slide {
  padding: 15px 0 8px;
  display: none;
}
.news-slide p {
  width: 450px;
  max-width: 100%;
  color: #707070;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-slide span {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-top: 6px;
  color: #E9A43F;
  font-size: 12px;
}
.news-slide span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #E9A43F;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.news-slide span:hover,
.news-slide span.active {
  color: #E9A43F;
}
.news-slide span:hover:before,
.news-slide span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer {
  padding: 30px 71px 34px;
  background: #F0F0F0;
  display: flex;
  justify-content: space-between;
  font-family: "Î¢ÈíÑÅºÚ";
}
.footer-left p {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.footer-jk {
  display: flex;
}
.footer-jk a,
.footer-jk b {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  font-weight: bold;
}
.footer-jk b {
  margin: 0 12px;
}
.footer-jk a:hover {
  color: #E9A43F;
}
.allow {
  padding-top: 8px;
}
.allow a {
  display: flex;
  align-items: center;
}
.allow a:hover span {
  color: #E9A43F;
}
.allow a span {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  transition: 0.4s;
}
.allow a b {
  display: block;
  margin-left: 10px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  color: #fff;
  font-size: 20px;
  background: #008A0E;
  font-weight: normal;
}
.article-block.slideinset li,
.article-block.slideinset > div {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: 0.9s;
}
.article-block.slideinset li:nth-child(2),
.article-block.slideinset > div:nth-child(2) {
  transition-delay: 0.3s;
}
.article-block.slideinset li:nth-child(3),
.article-block.slideinset > div:nth-child(3) {
  transition-delay: 0.6s;
}
.article-block.slideinset li:nth-child(4),
.article-block.slideinset > div:nth-child(4) {
  transition-delay: 0.9s;
}
.articleShow.slideinset li,
.articleShow.slideinset > div {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.article-block.slidetopList li,
.article-block.slidetopList > div {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.7s;
}
.article-block.slidetopList li:nth-child(2),
.article-block.slidetopList > div:nth-child(2) {
  transition-delay: 0.2s;
}
.article-block.slidetopList li:nth-child(3),
.article-block.slidetopList > div:nth-child(3) {
  transition-delay: 0.4s;
}
.article-block.slidetopList li:nth-child(4),
.article-block.slidetopList > div:nth-child(4) {
  transition-delay: 0.6s;
}
.article-block.slidetopList li:nth-child(5),
.article-block.slidetopList > div:nth-child(5) {
  transition-delay: 0.8s;
}
.article-block.slidetopList li:nth-child(6),
.article-block.slidetopList > div:nth-child(6) {
  transition-delay: 1s;
}
.articleShow.slidetopList li,
.articleShow.slidetopList > div {
  opacity: 1;
  transform: translateY(0px);
}
.article-block.slideTop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.65s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.article-block.slideTop.detay1 {
  transition-delay: 0.25s;
}
.article-block.slideTop.detay2 {
  transition-delay: 0.5s;
}
.articleShow.slideTop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.pbanner {
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 20.8333%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lazy {
  background: url(/images/loading.gif) center no-repeat;
}
.ptext {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ptitle {
  position: relative;
}
.ptitle strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 2.7vw;
  font-family: "SourceHanSerifCN";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  overflow: hidden;
}
.ptitle strong span.char1 {
  margin-right: 8px;
  font-size: 5.1vw;
}
.ptitle small {
  display: block;
  position: absolute;
  left: 5.1vw;
  margin-left: 8px;
  top: 14px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-family: "Proxima Nova Rg";
  opacity: 0;
  white-space: nowrap;
}
.ptip {
  text-align: right;
}
.ptip p {
  margin-right: -18px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 18px;
  line-height: 1.2;
  opacity: 0;
}
.ptip small {
  display: inline-block;
  margin-top: 14px;
  position: relative;
  padding-left: 90px;
  color: #fff;
  font-size: 14px;
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
  opacity: 0;
}
.ptip small:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 55px;
  height: 1px;
  background: #fff;
}
.company-introduct {
  padding-bottom: 98px;
}
.development-box {
  position: relative;
}
.common-bg {
  position: relative;
}
.common-bg:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
}
.introduct-top {
  display: flex;
  justify-content: space-between;
}
.introduct-menu {
  width: 27.57%;
}
.introduct-item {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  background: #0074AF;
  overflow: hidden;
}
.introduct-item:first-child .introduct-info {
  display: block;
}
.introduct-item:nth-child(2) {
  background: #61A387;
}
.introduct-item:nth-child(3) {
  background: #E9A43F;
}
.introduct-item .introbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.05;
  opacity: 0;
  transform: scale(1.1);
  transition: 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.introduct-item.active .introbg {
  opacity: 0.05;
  transform: scale(1);
}
.introduct-item.active .introduct-btn {
  padding: 32px 38px 14px;
}
.introduct-item.active .introduct-btn b:after {
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
}
.introduct-btn {
  padding: 22px 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.introduct-btn span {
  display: block;
  color: #fff;
  font-size: 20px;
}
.introduct-btn b {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
}
.introduct-btn b:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
}
.introduct-btn b:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  transition: 0.35s;
}
.introduct-info {
  padding: 34px 0 50px;
  margin: 0 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: none;
}
.introduct-data p {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
}
.introduct-data p b {
  display: inline-block;
  margin-right: 10px;
  font-weight: 100;
  font-size: 50px;
  font-family: "DINCond";
  vertical-align: sub;
}
.introduct-data p:last-child {
  margin-bottom: 0;
}
.company-info {
  width: 68.85%;
}
.company-title {
  padding: 124px 0 28px;
}
.company-title strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #333333;
  font-size: 18px;
}
.company-title p {
  color: #E9A43F;
  font-size: 2.6vw;
  line-height: 1;
  text-transform: uppercase;
}
.company-text {
  color: #666666;
  font-size: 14px;
  line-height: 2.2;
}
.company-text p {
  margin-bottom: 12px;
  text-align: justify;
}
.company-text p:last-child {
  margin-bottom: 0;
}
.introduct-imgs {
  margin-left: 17%;
  margin-top: 42px;
}
.introduct-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.development {
  padding: 94px 0 130px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.drive {
  width: 31.71%;
}
.common-title small {
  display: block;
  line-height: 1.3;
  color: #E9A43F;
  font-size: 36px;
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
  opacity: 0;
}
.common-title strong {
  display: block;
  line-height: 1.4;
  color: #333333;
  font-size: 30px;
  opacity: 0;
}
.drive-info {
  margin: 65px 0 55px;
  width: 380px;
  max-width: 100%;
}
.drive-info p {
  color: #666666;
  font-size: 14px;
  text-align: justify;
}
.drive-imgs img {
  display: block;
  max-width: 100%;
  height: auto;
}
.drive-right {
  width: 65.14%;
}
.drive-right img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.flexen {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  pointer-events: none;
}
.flexen.show {
  opacity: 1;
  visibility: visible;
}
.flexen .en1 {
  display: block;
  white-space: nowrap;
  color: #B5B5B5;
  font-size: 13.02vw;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Helvetica Bold";
  margin-left: 224px;
  animation: cloudMove 155s linear alternate;
  -webkit-animation: cloudMove 155s linear alternate infinite;
  opacity: 0.05;
}
.flexen .en2 {
  display: block;
  color: #e9a43f;
  font-size: 13.02vw;
  font-family: "Helvetica Bold";
  line-height: 1;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #B5B5B5;
  text-stroke: 2px #B5B5B5;
  opacity: 0.3;
  text-align: right;
  padding-right: 11.14%;
  margin-top: -55px;
  animation: cloudMove1 155s linear alternate;
  -webkit-animation: cloudMove1 155s linear alternate infinite;
  opacity: 0.1;
}
@keyframes cloudMove {
  0% {
    transform: translate(0);
    -webkit-transform: translate(0);
  }
  100% {
    transform: translate(100vw);
    -webkit-transform: translate(100vw);
  }
}
@-webkit-keyframes cloudMove {
  0% {
    transform: translate(0);
    -webkit-transform: translate(0);
  }
  100% {
    transform: translate(100vw);
    -webkit-transform: translate(100vw);
  }
}
@keyframes cloudMove1 {
  0% {
    transform: translate(0);
    -webkit-transform: translate(0);
  }
  100% {
    transform: translate(-100vw);
    -webkit-transform: translate(-100vw);
  }
}
.layout {
  padding: 90px 0 76px;
}
.layout-list {
  margin-top: 82px;
}
.layout-row {
  position: relative;
  display: flex;
}
.layout-row1 .layout-item:first-child {
  order: 2;
}
.layout-row1 .layout-item:nth-child(2) {
  order: 1;
}
.layout-row1 .layout-item:nth-child(3) {
  order: 3;
}
.layout-item {
  position: relative;
  overflow: hidden;
  width: 26.43%;
}
.layout-item:first-child {
  width: 47.14%;
}
.layout-item a {
  display: block;
  line-height: 1;
  height: 100%;
}
.layout-item a figure {
  height: 100%;
  overflow: hidden;
}
.layout-item a figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-item a:hover figure:after {
  opacity: 0.95;
  visibility: visible;
  height: 100%;
  bottom: auto;
  top: 0;
}
.layout-item a:hover figure img {
  transform: scale(1.05);
}
.layout-item a:hover .layout-wrap {
  bottom: 50%;
  transform: translateY(50%);
}
.layout-item a:hover .layout-wrap .layout-info {
  opacity: 1;
  visibility: visible;
}
.layout-item a:hover .layout-wrap .layout-title {
  padding-top: 0;
}
.layout-item a:hover .layout-wrap .layout-title:before {
  width: 0;
}
.layout-item a:hover .layout-wrap .layout-title:after {
  width: 20px;
}
.layout-item figure {
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.layout-item figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.layout-item figure:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 0;
  background: #E9A43F;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.layout-item figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.78s;
}
.layout-wrap {
  position: absolute;
  left: 54px;
  right: 54px;
  bottom: 120px;
  transform: translateY(100%);
  z-index: 3;
  transition: 0.68s;
}
.layout-title {
  position: relative;
  z-index: 3;
  padding-top: 28px;
  padding-bottom: 24px;
  transition: 0.36s;
}
.layout-title:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.layout-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.layout-title strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}
.layout-title small {
  display: block;
  line-height: 1.3;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Proxima Nova Rg";
}
.layout-info {
  margin-top: 36px;
  max-width: 100%;
  width: 404px;
  opacity: 0;
  visibility: hidden;
  transition: 0.68s;
}
.layout-info p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.core-concept {
  padding: 74px 0 95px;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.concept-top {
  display: flex;
  align-items: center;
}
.concept-top figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  width: 470px;
  height: 516px;
}
.concept-top figure img {
  display: block;
  width: 100%;
  height: 110%;
  object-fit: cover;
}
.concept-info {
  position: relative;
  margin-left: 12.85%;
}
.concept-info strong {
  display: block;
  line-height: 1;
  color: #E9A43F;
  font-size: 38px;
  font-weight: bold;
  font-family: "SourceHanSerifCN";
}
.concept-info strong .char1 {
  font-size: 82px;
  margin-right: 14px;
}
.concept-info small {
  display: block;
}
.concep-en {
  display: block;
  position: absolute;
  left: 185px;
  top: 5px;
  color: #E9A43F;
  font-size: 14px;
  font-family: "Proxima Nova Rg";
  line-height: 1.2;
}
.concept-tip {
  display: flex;
  margin-top: 20px;
  padding-left: 184px;
  align-items: center;
}
.concept-tip p {
  color: #E9A43F;
  font-size: 16px;
}
.concept-tip span {
  display: inline-block;
  position: relative;
  padding-left: 56px;
  margin-left: 8px;
  color: #E9A43F;
  font-size: 16px;
}
.concept-tip span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 48px;
  height: 1.5px;
  background: #E9A43F;
}
.core-idea {
  margin-top: 88px;
}
.common-tt-center {
  text-align: center;
}
.core-list {
  margin-top: 88px;
  display: flex;
  justify-content: space-between;
}
.core-list li {
  position: relative;
  margin-right: auto;
  width: 19.28%;
}
.core-list li figure {
  display: block;
  line-height: 1;
}
.core-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.core-text {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
}
.core-text strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #fff;
  font-size: 28px;
}
.core-text p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}
.idea {
  padding: 64px 0 0;
}
.idea-list {
  display: flex;
  margin-top: 62px;
}
.idea-list li {
  flex: 1;
  position: relative;
  z-index: 2;
}
.idea-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #E9A43F;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.78s;
  z-index: -1;
}
.idea-list li:hover,
.idea-list li.active {
  color: #E9A43F;
}
.idea-list li:hover:before,
.idea-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.idea-list li:before {
  z-index: 2;
}
.idea-list li:hover:before {
  opacity: 0.95;
}
.idea-list li:hover .idea-info {
  margin-top: 0;
  transform: translateY(-50%);
}
.idea-list li:hover .idea-info .idea-detail {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.idea-list li:hover figure:before {
  opacity: 0;
  visibility: hidden;
}
.idea-list li:hover figure img {
  transform: scale(1.05);
}
.idea-list li figure {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.idea-list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.58s;
}
.idea-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.78s;
}
.idea-info {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  margin-top: -71px;
  text-align: center;
  z-index: 3;
  transition: 0.68s;
}
.idea-info b {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 39px;
  font-weight: normal;
}
.idea-info strong {
  display: block;
  margin-top: 18px;
  margin-bottom: 20px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.idea-info p {
  color: #fff;
  font-size: 20px;
}
.idea-detail {
  margin: auto;
  margin-top: 36px;
  width: 90%;
  opacity: 0;
  visibility: hidden;
  transition: 0.56s;
}
.idea-detail span {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.organizational {
  position: relative;
  padding: 125px 0 98px;
  overflow: hidden;
}
.organizational-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.organizational-bg {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.organizational-circular {
  position: relative;
  width: 600px;
  height: 600px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #E9A43F;
  transition: 0.65s;
}
.organizate-item {
  position: absolute;
  width: 116px;
  transition: 0.78s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  cursor: pointer;
}
.organizate-item:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  content: "";
  border-radius: 50%;
  border: 1px dashed #E9A43F;
  transition: 0.5s;
}
.organizate-item figure {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
  border-radius: 50%;
}
.organizate-item figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E9A43F;
  transition: 0.65s;
  z-index: 1;
}
.organizate-item figure img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  border-radius: 50%;
  transition: 0.78s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.organizate-item strong {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
  transition: all 0.4s 0.25s, transform 0.2s 0s;
}
.organizate-item strong:before {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 0;
  content: "";
  width: 37px;
  height: 5px;
  background: #fff;
  transition: 0.38s;
  transform: scaleX(0);
  visibility: hidden;
}
.organizate-item.active {
  width: 460px;
}
.organizate-item.active.organizate-item1 {
  left: -230px;
  margin-top: -230px;
}
.organizate-item.active.organizate-item2 {
  bottom: -230px;
  margin-left: -230px;
}
.organizate-item.active.organizate-item3 {
  right: -230px;
  margin-top: -230px;
}
.organizate-item.active.organizate-item4 {
  top: -230px;
  margin-left: -230px;
}
.organizate-item.active:before {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
}
.organizate-item.active figure {
  transform: rotate(0deg);
}
.organizate-item.active figure:before {
  background: rgba(0, 0, 0, 0.45);
}
.organizate-item.active figure img {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.organizate-item.active strong {
  padding: 35px 0;
  margin-top: -53px;
  font-size: 36px;
  transform: rotate(0deg);
}
.organizate-item.active strong:before {
  visibility: visible;
  transform: scaleX(1);
  transition-delay: 0.45s;
}
.organizate-item1 {
  left: -58px;
  top: 50%;
  margin-top: -58px;
}
.organizate-item2 {
  left: 50%;
  margin-left: -58px;
  bottom: -58px;
}
.organizate-item3 {
  right: -58px;
  top: 50%;
  margin-top: -58px;
}
.organizate-item4 {
  left: 50%;
  margin-left: -58px;
  top: -58px;
}
.organizate-numble {
  display: flex;
  align-items: flex-end;
  margin-top: 110px;
  margin-bottom: 34px;
  color: #B5B5B5;
  font-size: 30px;
  line-height: 1;
  font-family: "Proxima Nova Rg";
}
.organizate-numble i {
  margin: 0 8px;
  font-style: normal;
}
.organizate-numble b {
  display: inline-block;
  padding-right: 7px;
  color: #E9A43F;
  font-size: 5.2vw;
  font-weight: normal;
  line-height: 0.7;
}
.organizate-swiper {
  width: 337px;
  margin: 0;
}
.organizate-slide {
  float: left;
}
.organizate-slide strong {
  display: block;
  margin-bottom: 32px;
  line-height: 1.1;
  color: #333333;
  font-size: 32px;
}
.organizate-slide p {
  color: #666666;
  font-size: 16px;
}
.organizate-btn {
  display: flex;
  margin-top: 68px;
}
.organizate-btn span {
  display: block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  color: #666666;
  font-size: 16px;
  background: #fff;
  cursor: pointer;
  transition: 0.4s;
}
.organizate-btn span:hover {
  background: #E9A43F;
  color: #fff;
}
.tip-box {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  margin-top: -30px;
  z-index: 99;
  pointer-events: none;
  width: 460px;
  margin-left: -230px;
  background: rgba(233, 164, 63, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  display: none;
}
.tip-box p {
  box-sizing: border-box;
  padding: 55px 45px;
  color: #fff;
  font-size: 14px;
}
.history {
  padding: 86px 0 100px;
}
.hostory-wr {
  position: relative;
}
.history-tab {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 100px;
}
.history-tab:before {
  position: absolute;
  left: 0;
  top: 50px;
  content: "";
  width: 100%;
  height: 1px;
  background: #777777;
  opacity: 0.44;
  z-index: -1;
}
.history-swiper {
  box-sizing: border-box;
  padding: 0 140px;
  overflow: visible;
}
.history-swiper .slick-list {
  overflow: visible;
}
.history-slide {
  float: left;
  box-sizing: border-box;
  padding: 0 30px;
  position: relative;
  transition: opacity 0.5s;
  opacity: 0.15;
}
.history-slide.slick-active {
  opacity: 1;
}
.history-slide time {
  display: inline-block;
  position: relative;
  padding-bottom: 23px;
  line-height: 1;
  color: #E9A43F;
  font-size: 30px;
  font-family: "Proxima Nova Rg";
}
.history-slide time:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #E9A43F;
}
.history-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.history-info {
  margin-top: 40px;
  margin-bottom: 26px;
}
.history-info p {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  min-height: 72px;
}
.history-btn {
  position: absolute;
  top: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
  transition: 0.38s;
  z-index: 10;
}
.history-btn:hover {
  background: #E9A43F;
  color: #fff;
}
.history-btn.prev {
  left: 0;
}
.history-btn.next {
  right: 0;
}
.certificate {
  padding-top: 86px;
}
.honor-box {
  margin-top: 57px;
  padding: 0 5.14%;
  display: flex;
  justify-content: space-between;
}
.quality {
  padding-top: 145px;
  width: 39.77%;
}
.quality-top small {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #E9A43F;
  font-size: 26px;
  font-family: "Proxima Nova Rg";
}
.quality-top strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  color: #333333;
  font-size: 30px;
}
.quality-top span {
  display: block;
  line-height: 1;
  color: #E9A43F;
  font-size: 24px;
  font-family: "Proxima Nova Rg";
}
.quality-swiper {
  margin-top: 90px;
}
.quality-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.quality-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.quality-btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
}
.quality-btn:hover {
  background: #E9A43F;
}
.quality-btn.prev {
  left: 10px;
}
.quality-btn.next {
  right: 10px;
}
.honor-fix {
  position: relative;
  z-index: 2;
  padding: 110px 0 210px;
  width: 50.5%;
}
.honor-fix:before {
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 1px;
  background: #707070;
  opacity: 0.11;
}
.honor-swipers {
  height: 690px;
}
.honor-wrs {
  display: flex;
  align-items: center;
  padding-left: 75px;
  position: relative;
}
.honor-wrs:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  content: "";
  width: 17px;
  height: 17px;
  background: #E9A43F;
  border-radius: 50%;
}
.honor-wrs time {
  display: block;
  width: 142px;
  line-height: 1;
  color: #E9A43F;
  font-size: 40px;
  font-family: "Proxima Nova Rg";
}
.honor-slide {
  display: flex;
  align-items: center;
}
.honor-info {
  flex: 1;
}
.honor-info p {
  color: #666666;
  font-size: 18px;
}
.honor-btns {
  position: absolute;
  left: -11px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #fff;
  color: #B5B5B5;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
}
.honor-btns:hover {
  background: #E9A43F;
  color: #fff;
}
.honor-btns.prev {
  top: 24px;
}
.honor-btns.next {
  bottom: 97px;
}
.honor-infornamte {
  padding: 95px 0 66px;
}
.informate-list {
  margin-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.informate-list li {
  position: relative;
  margin-bottom: 30px;
  margin-right: 1.79%;
  width: 32.14%;
}
.informate-list li:before {
  content: "";
  width: 0;
  height: 5px;
  background: #E9A43F;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.informate-list li:hover,
.informate-list li.active {
  color: #E9A43F;
}
.informate-list li:hover:before,
.informate-list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.informate-list li:before {
  z-index: 2;
}
.informate-list li:hover figure img {
  transform: scale(1.06);
}
.informate-list li:nth-child(3n+3) {
  margin-right: 0;
}
.informate-list li figure {
  position: relative;
  display: block;
  padding-bottom: 55.5555%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.informate-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.informate-list li figure img {
  transition: 0.68s;
}
.informate-down {
  position: relative;
  padding: 26px 35px;
  background: #F8F8F8;
}
.informate-down time {
  display: block;
  margin-bottom: 11px;
  line-height: 1;
  color: #E9A43F;
  font-size: 14px;
  font-family: "Proxima Nova Rg";
}
.informate-down p {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-list {
  display: flex;
  justify-content: center;
}
.page-list a {
  display: inline-block;
  margin-right: 20px;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 14px;
  background: #C7C7C7;
}
.page-list a:last-child {
  margin-right: 0;
}
.page-list a:hover,
.page-list a.active {
  background: #E9A43F;
}
.party-box {
  position: relative;
  padding: 54px 0 83px;
}
.party-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.party-top {
  display: flex;
  margin-bottom: 23px;
}
.party-imgs {
  width: 62.85%;
  height: 360px;
}
.party-imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.party-tabs {
  width: 37.15%;
  background: #fff;
}
.party-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 27px;
  height: 50px;
  background: #AA291D;
}
.party-btn {
  display: flex;
}
.party-btn span {
  display: block;
  cursor: pointer;
  width: 170px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #AA291D;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  transition: 0.4s;
}
.party-btn span:hover,
.party-btn span.active {
  background: #fff;
  color: #AA291D;
}
.party-more {
  position: relative;
}
.party-more a {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
}
.party-more a:hover {
  transform: rotate(180deg);
}
.party-more a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
}
.party-more a:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -2px;
  content: "";
  width: 4px;
  height: 100%;
  background: #fff;
}
.party-sw {
  display: none;
}
.party-sw:first-child {
  display: block;
}
.party-item {
  padding: 44px 40px 0;
}
.party-item p {
  text-align: justify;
  margin-bottom: 5px;
  color: #666666;
  font-size: 14px;
}
.party-item p:last-child {
  margin-bottom: 0;
}
.party-dynamic {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 22px;
}
.dyanmic-siwper {
  position: relative;
  width: 50.71%;
  margin: 0;
}
.dyanmic-siwper .swiper-pagination {
  width: auto;
  left: auto;
  right: 28px;
  bottom: 26px;
  line-height: 0;
}
.dyanmic-siwper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-left: 15px;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.4s;
  opacity: 1;
}
.dyanmic-siwper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.dyanmic-siwper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-right: 0;
}
.dynamic-slide {
  position: relative;
  overflow: hidden;
}
.dynamic-slide a {
  display: block;
}
.dynamic-slide a:hover figure img {
  transform: scale(1.08);
}
.dynamic-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.dynamic-slide figure img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: 0.7s;
}
.dynamic-slide span {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 0 46px;
  width: 100%;
  height: 75px;
  color: #FFFFFF;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.31);
}
.company-dyanmic {
  width: 49.29%;
  background: #fff;
}
.dynamics-item {
  position: relative;
  padding: 40px 34px 0 40px;
}
.dynamics-item .party-more {
  position: absolute;
  right: 34px;
  top: -33px;
}
.dynamic-li li {
  margin-bottom: 20px;
}
.dynamic-li li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dynamic-li li a:hover span {
  color: #AA291D;
}
.dynamic-li li a span {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-left: 25px;
  color: #333333;
  font-size: 14px;
  max-width: 78%;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dynamic-li li a span:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  background: #AA291D;
  border-radius: 50%;
}
.dynamic-li li a time {
  display: block;
  color: #666666;
  font-size: 14px;
}
.dynamic-li li:last-child {
  margin-bottom: 0;
}
.staff {
  margin-top: 99px;
}
.staff-tt {
  display: block;
  position: relative;
  padding-bottom: 24px;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-size: 40px;
}
.staff-tt:before {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  content: "";
  width: 40px;
  height: 4px;
  background: #AA291D;
}
.staff-tab {
  margin-top: 58px;
  position: relative;
}
.staff-slide {
  position: relative;
}
.staff-slide a:hover figure img {
  transform: scale(1.05);
}
.staff-slide a:hover span {
  color: #AA291D;
}
.staff-slide figure {
  position: relative;
  display: block;
  padding-bottom: 56.15%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.staff-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-slide figure img {
  transition: 0.68s;
}
.staff-slide span {
  display: flex;
  padding: 0 26px;
  align-items: center;
  height: 67px;
  background: #fff;
  color: #333333;
  font-size: 16px;
  transition: 0.56s;
}
.staff-tab .history-btn {
  top: 50%;
  margin-top: -53px;
}
.staff-tab .history-btn.prev {
  left: -70px;
}
.staff-tab .history-btn.next {
  right: -70px;
}
.staff-tab .history-btn:hover {
  background: #AA291D;
}
.social {
  position: relative;
  padding-top: 87px;
}
.social-wr {
  margin: auto;
  width: 814px;
  max-width: 90%;
}
.social-info {
  margin-top: 66px;
  padding: 14.53% 0;
  background-attachment: local;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.social-top {
  text-align: center;
}
.social-top strong {
  display: block;
  line-height: 1.5;
  color: #fff;
  font-size: 20px;
}
.social-top small {
  display: block;
  margin-top: 4px;
  line-height: 1.2;
  color: #fff;
  font-size: 13px;
  font-family: "Proxima Nova Rg";
}
.social-texts {
  text-align: center;
  padding-top: 40px;
  display: none;
}
.social-texts P {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.welfare {
  padding: 98px 0 92px;
  overflow: hidden;
}
.welfare-tab {
  margin-left: calc((100% - 1400px) / 2);
  margin-top: 88px;
}
.welfare-swiper {
  padding-bottom: 39px;
  padding-right: 28.85%;
  overflow: visible;
}
.welfare-swiper .swiper-pagination-progress {
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #DCDCDC;
}
.welfare-swiper .swiper-pagination-progress .swiper-pagination-progressbar {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #E9A43F;
  transform: scaleX(0);
  transform-origin: left top;
}
.welfare-swiper .swiper-wrapper {
  display: flex;
  align-items: flex-end;
}
.welfare-slide {
  display: flex;
  transition: opacity 0.5s;
  opacity: 0.3;
}
.welfare-slide.swiper-slide-active,
.welfare-slide.swiper-slide-next,
.welfare-slide.swiper-slide-next + div {
  opacity: 1;
}
.welfare-year {
  position: relative;
}
.welfare-year:before {
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  top: 57px;
  bottom: 0;
  content: "";
  width: 3px;
  background: url(/img/line.png) center no-repeat;
  background-size: 100% 100%;
}
.welfare-year time {
  display: block;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
  color: #fff;
  font-size: 16px;
  font-family: "Proxima Nova Rg";
  background: #E9A43F;
}
.welfare-info {
  flex: 1;
  padding-right: 20px;
  margin-left: 16px;
  padding-top: 58px;
  padding-bottom: 80px;
}
.welfare-price {
  display: flex;
  align-items: flex-end;
}
.welfare-price span {
  display: block;
  position: relative;
  top: -6px;
  color: #AA291D;
  font-size: 14px;
  line-height: 1;
}
.welfare-price p {
  margin-left: 28px;
  line-height: 1;
  color: #AA291D;
  font-size: 14px;
}
.welfare-price p b {
  position: relative;
  top: 2px;
  margin-left: 4px;
  margin-right: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  font-family: "Proxima Nova Rg";
}
.welfare-text {
  margin-top: 35px;
}
.welfare-text p {
  margin-bottom: 10px;
  color: #777777;
  font-size: 14px;
}
.welfare-text p:last-child {
  margin-bottom: 0;
}
.welfare-btn {
  position: absolute;
  right: 15.66%;
  bottom: -28px;
  z-index: 10;
  display: flex;
}
.welfare-btn span {
  display: block;
  margin-left: 1px;
  width: 120px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.welfare-btn span.prev {
  background-image: url(/images/prev.png);
}
.welfare-btn span.next {
  background-image: url(/images/next.png);
}
.welfare-btn span:hover {
  background-color: #E9A43F;
}
.welfare-btn span:hover.prev {
  background-image: url(/images/prev1.png);
}
.welfare-btn span:hover.next {
  background-image: url(/images/next1.png);
}
.public {
  padding: 85px 0 88px;
}
.staff-bg .history-btn {
  background: #F0F0F0;
}
.staff-bg .history-btn:hover {
  background: #E9A43F;
}
.staff-bg .staff-slide span {
  background: #F0F0F0;
}
.development-fix {
  padding: 90px 0 160px;
}
.develop-info {
  margin: auto;
  max-width: 100%;
  width: 1200px;
  margin-top: 58px;
  color: #707070;
  font-size: 16px;
}
.field {
  position: relative;
  padding-bottom: 33.3333%;
  overflow: hidden;
}
.field img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.classical {
  position: relative;
  padding: 95px 0 130px;
}
.classical:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 50%;
  background: #fff;
}
.classical-wrap {
  margin: auto;
  width: 1000px;
  max-width: 90%;
}
.classical-fix {
  position: relative;
  margin-top: 70px;
}
.classical-fix .welfare-btn {
  right: auto;
  left: 0;
  bottom: -38px;
  width: 240px;
}
.classical-fix .welfare-btn span {
  width: 50%;
  background-color: #F0F0F0;
}
.classical-fix .welfare-btn span:hover {
  background-color: #E9A43F;
}
.classical-slide {
  position: relative;
  overflow: hidden;
}
.classical-slide a {
  display: block;
}
.classical-slide a:hover figure img {
  transform: scale(1.06);
}
.classical-slide figure {
  display: block;
  line-height: 1;
}
.classical-slide figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.78s;
}
.classical-text {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 36px 35px 66px;
  width: 240px;
  background: rgba(255, 255, 255, 0.95);
}
.classical-text span {
  display: block;
  line-height: 1;
  color: #E9A43F;
  font-size: 14px;
}
.classical-text span i {
  display: inline-block;
  margin-right: 6px;
  font-style: normal;
  font-size: 20px;
}
.classical-text strong {
  display: block;
  margin-top: 32px;
  color: #333333;
  font-size: 24px;
  line-height: 1.3;
  font-weight: normal;
}
.classic-more {
  position: absolute;
  right: 0;
  bottom: -45px;
  z-index: 10;
}
.classic-more a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #E9A43F;
  font-size: 14px;
}
.classic-more a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #E9A43F;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.classic-more a:hover,
.classic-more a.active {
  color: #E9A43F;
}
.classic-more a:hover:before,
.classic-more a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.ptitle1 strong,
.ptitle1 small {
  color: #000000;
}
.services {
  padding-top: 115px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.common-title1 small {
  margin-bottom: 0;
  line-height: 1;
  text-transform: none;
}
.common-title1 strong {
  margin-bottom: 12px;
}
.services-list {
  display: flex;
  margin-top: 172px;
}
.services-list li {
  position: relative;
  z-index: 2;
  padding: 42px 0 36px;
  flex: 1;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.services-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #E9A43F;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.services-list li:hover,
.services-list li.active {
  color: #E9A43F;
}
.services-list li:hover:before,
.services-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.services-list li:hover p {
  color: #fff;
}
.services-list li:hover p b {
  color: #fff;
}
.services-list li:hover span {
  color: #fff;
}
.services-list li:last-child:after {
  display: none;
}
.services-list li:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -32px;
  content: "";
  width: 1px;
  height: 77px;
  background: #707070;
  opacity: 0.22;
}
.services-list li p {
  margin-bottom: 12px;
  color: #707070;
  font-size: 14px;
  line-height: 1;
  transition: 0.38s;
}
.services-list li p b {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
  color: #E9A43F;
  font-style: normal;
  font-size: 54px;
  font-family: "DINCond";
  font-weight: normal;
  transition: 0.38s;
}
.services-list li span {
  display: block;
  line-height: 1;
  color: #707070;
  font-size: 16px;
  transition: 0.38s;
}
.property {
  padding: 90px 0 67px;
}
.property-swiper {
  margin-top: 58px;
}
.property-swiper .welfare-btn {
  right: 0;
  bottom: 0;
}
.property-slide {
  overflow: hidden;
}
.property-wrap {
  margin: auto;
  max-width: 90%;
  width: 1000px;
}
.property-hide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.property-hide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.property-hide span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 48px;
  z-index: 5;
  width: 100%;
  height: 64px;
  line-height: 64px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  color: #333333;
  font-size: 18px;
}
.more-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.more-news .morebtns {
  display: block;
  position: relative;
  z-index: 2;
  color: #E9A43F;
  font-size: 14px;
}
.more-news .morebtns:before {
  content: "";
  width: 0;
  height: 1px;
  background: #E9A43F;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.more-news .morebtns:hover,
.more-news .morebtns.active {
  color: #E9A43F;
}
.more-news .morebtns:hover:before,
.more-news .morebtns.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.informate-list1 {
  padding-bottom: 0 !important;
}
.projects {
  margin-top: 100px;
}
.projects .common-title {
  margin-left: 100px;
}
.commercial {
  position: relative;
  margin-top: 62px;
}
.commercial .swiper-pagination {
  right: 36.43%;
  left: auto;
  width: auto;
  margin-right: 42px;
  bottom: 29px;
  line-height: 0;
}
.commercial .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 0.43);
  opacity: 1;
  margin: 0;
  margin-left: 16px;
}
.commercial .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.commercial .welfare-btn {
  right: 0;
}
.commercial .welfare-btn span {
  background-color: #F0F0F0;
}
.commercial .welfare-btn span:hover {
  background-color: #E9A43F;
}
.commercial-slide {
  position: relative;
  display: flex;
}
.commercial-slide figure {
  display: block;
  position: relative;
  line-height: 1;
  width: 63.57%;
}
.commercial-slide figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.commercial-slide figure img {
  display: block;
  width: 100%;
  height: 540px;
  object-fit: cover;
}
.commercial-slide figure span {
  display: block;
  position: absolute;
  left: 50px;
  bottom: 24px;
  line-height: 1.2;
  color: #fff;
  font-size: 24px;
  z-index: 3;
}
.commercial-fix {
  position: relative;
  box-sizing: border-box;
  padding: 0 35px;
  background: #fff;
  width: 36.43%;
}
.commercial-top {
  display: flex;
  justify-content: space-between;
  padding: 72px 0 32px;
  border-bottom: 2px solid #E9A43F;
}
.commercial-top strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 24px;
}
.commercial-top span {
  display: block;
  color: #666666;
  font-size: 14px;
}
.commercial-top span i {
  display: inline-block;
  margin-right: 15px;
  color: #E9A43F;
  font-size: 16px;
}
.commercial-info {
  margin-top: 39px;
  height: 320px;
  overflow-y: auto;
}
.commercial-info p {
  margin-bottom: 10px;
  color: #666666;
  font-size: 14px;
}
.commercial-info p:last-child {
  margin-bottom: 0;
}
.industrial-chain {
  position: relative;
  padding-bottom: 30.2%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.industrial-wrap {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  bottom: 70px;
  z-index: 3;
}
.industrial-wrap strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  color: #fff;
  font-size: 34px;
}
.industrial-wrap p {
  color: #FFFFFF;
  font-size: 16px;
}
.strategic {
  padding: 98px 0 60px;
}
.strategic-list {
  margin-top: 60px;
  margin-bottom: 98px;
  display: flex;
  flex-wrap: wrap;
}
.strategic-list li {
  position: relative;
  box-sizing: border-box;
  padding: 1px;
  width: 50%;
  overflow: hidden;
}
.strategic-list li figure {
  position: relative;
  display: block;
  overflow: hidden;
}
.strategic-list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 120%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.strategic-list li figure img {
  display: block;
  width: 100%;
  height: 312px;
  object-fit: cover;
  transition: 0.58s;
}
.strategic-list li:hover figure img {
  transform: scale(1.05);
}
.strategic-list li:hover .strategic-wr {
  top: 50%;
  margin-top: -71px;
}
.strategic-list li:hover .strategic-info {
  opacity: 1;
  visibility: visible;
}
.strategic-fix {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.strategic-fix:before {
  content: "";
  width: 100%;
  height: 0;
  background: #E9A43F;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.68s;
  z-index: -1;
}
.strategic-fix:hover,
.strategic-fix.active {
  color: #E9A43F;
}
.strategic-fix:hover:before,
.strategic-fix.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.strategic-wr {
  position: absolute;
  left: 62px;
  right: 62px;
  top: 100%;
  margin-top: -80px;
  transition: 0.65s;
}
.strategic-title {
  padding-bottom: 23px;
}
.strategic-title strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}
.strategic-title small {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 14px;
  font-family: "Proxima Nova Rg";
}
.strategic-info {
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.strategic-info p {
  color: #FFFFFF;
  font-size: 14px;
}
.brand-display {
  padding: 68px 0 70px;
}
.brand-list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
.brand-list li {
  margin-bottom: 30px;
  width: 12.5%;
  transition: 0.4s;
}
.brand-list li:hover {
  transform: translateY(-8px);
}
.brand-list li img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.news-box {
  padding: 90px 0 40px;
  width: 100%;
}
.news-info-item {
  margin: auto;
  width: 1200px;
  margin-top: 45px;
}
.news-info-item a {
  display: flex;
}
.news-info-item a figure {
  display: block;
  width: 63.57%;
  overflow: hidden;
}
.news-info-item a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}
.news-info-item a:hover figure img {
  transform: scale(1.05);
}
.news-info-item a:hover .news-sw strong {
  color: #E9A43F;
}
.news-info-item a:hover .news-sw span:before {
  right: auto;
  left: 0;
  width: 100%;
}
.news-content {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 36.42%;
  background: #fff;
}
.news-sw {
  padding: 0 62px;
}
.news-sw time {
  display: inline-block;
  padding: 14px;
  border: 1px solid #DDDDDD;
  background: #fff;
  color: #E9A43F;
  font-size: 20px;
  font-family: "Proxima Nova Rg";
  line-height: 1;
}
.news-sw strong {
  display: block;
  margin-top: 35px;
  margin-bottom: 20px;
  color: #333333;
  font-size: 20px;
  line-height: 1.2;
  transition: 0.38s;
}
.news-sw p {
  color: #707070;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-sw span {
  display: inline-block;
  z-index: 2;
  margin-top: 50px;
  position: relative;
  color: #E9A43F;
  font-size: 14px;
}
.news-sw span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #E9A43F;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.news-sw span:hover,
.news-sw span.active {
  color: #E9A43F;
}
.news-sw span:hover:before,
.news-sw span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.news-lists {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
.news-lists li {
  position: relative;
  z-index: 2;
  padding: 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-lists li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.6s;
  z-index: -1;
}
.news-lists li:hover,
.news-lists li.active {
  color: #fff;
}
.news-lists li:hover:before,
.news-lists li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.news-lists li a {
  margin: auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-lists li a figure {
  display: block;
  width: 32%;
  overflow: hidden;
}
.news-lists li a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.58s;
}
.news-lists li a:hover figure img {
  transform: scale(1.08);
}
.news-lists li a:hover .news-fixs strong {
  color: #E9A43F;
}
.news-lists li a:hover .news-fixs span {
  color: #E9A43F;
}
.news-lists li a.nopimg figure {
  display: none;
}
.news-lists li a.nopimg .news-fixs {
  width: auto;
  margin-right: 0;
}
.news-fixs {
  margin-right: 6.07%;
  width: 58.28%;
}
.news-fixs time {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #E9A43F;
  font-size: 18px;
  font-family: "Proxima Nova Rg";
}
.news-fixs strong {
  display: block;
  margin-bottom: 28px;
  line-height: 1.2;
  color: #333333;
  font-size: 18px;
  transition: 0.35s;
}
.news-fixs p {
  color: #707070;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-fixs span {
  display: inline-block;
  margin-top: 36px;
  color: #777777;
  font-size: 14px;
  transition: 0.35s;
}
.video-list {
  margin-top: 65px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.video-list li {
  margin-right: 2.87%;
  margin-bottom: 52px;
  width: 31.42%;
  cursor: pointer;
}
.video-list li:nth-child(3n+3) {
  margin-right: 0;
}
.video-list li:hover figure img {
  transform: scale(1.06);
}
.video-list li:hover span {
  background: #E9A43F;
  color: #fff;
}
.video-list li:hover span i {
  color: #fff;
}
.video-list li figure {
  position: relative;
  display: block;
  padding-bottom: 55.68%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.video-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-list li figure img {
  transition: 0.6s;
}
.video-list li span {
  position: relative;
  display: flex;
  align-items: center;
  height: 66px;
  padding-left: 25px;
  padding-right: 48px;
  background: #fff;
  color: #333333;
  font-size: 16px;
  transition: 0.4s;
}
.video-list li span i {
  display: block;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -7px;
  line-height: 1;
  font-style: normal;
  color: #E9A43F;
  font-size: 15px;
  transition: 0.3s;
}
.video-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  transition: 0.78s;
  pointer-events: none;
}
.video-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.video-content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -430px;
  margin-top: -240px;
  width: 860px;
  height: 480px;
}
.video-close {
  display: block;
  position: absolute;
  right: -35px;
  top: 0;
  line-height: 1;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  transition: 0.4s;
}
.video-close:hover {
  transform: rotate(180deg);
}
.pp-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bidding {
  margin-top: 56px;
  padding-bottom: 92px;
}
.bidding-btn {
  display: flex;
}
.bidding-btn a {
  margin-right: 1px;
  flex: 1;
  height: 60px;
  line-height: 60px;
  background: #777777;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: 0.38s;
}
.bidding-btn a:last-child {
  margin-right: 0;
}
.bidding-btn a:hover,
.bidding-btn a.active {
  background: #E9A43F;
}
.bidding-list {
  margin-bottom: 60px;
}
.bidding-list li {
  position: relative;
  z-index: 3;
}
.bidding-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.bidding-list li:hover,
.bidding-list li.active {
  color: #fff;
}
.bidding-list li:hover:before,
.bidding-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.bidding-list li a {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  height: 98px;
}
.bidding-list li:hover span {
  color: #E9A43F;
}
.bidding-list li:hover span:before {
  background: #E9A43F;
}
.bidding-list li:hover time,
.bidding-list li:hover b {
  color: #E9A43F;
}
.bidding-wr {
  border-bottom: 1px solid rgba(119, 119, 119, 0.15);
}
.bidding-wr span {
  display: block;
  position: relative;
  padding-left: 68px;
  box-sizing: border-box;
  width: 54.2%;
  font-size: 16px;
  transition: 0.36s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bidding-wr span:before {
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B5B5B5;
  transition: 0.36s;
}
.bidding-wr time {
  display: block;
  flex: 1;
  color: #666666;
  font-size: 16px;
  transition: 0.36s;
}
.bidding-wr b {
  display: block;
  margin-right: 26px;
  color: #777777;
  font-size: 14px;
  font-weight: normal;
  transition: 0.36s;
}
.entrance {
  position: relative;
}
.entrance figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.entrance figure img {
  display: block;
  width: 100%;
  height: auto;
}
.entrance .enterBtn {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -125px;
  bottom: 78px;
  z-index: 3;
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  background: #E9A43F;
  color: #fff;
  font-size: 18px;
}
.entrance .enterBtn:hover i {
  left: 3px;
}
.entrance .enterBtn i {
  display: inline-block;
  position: relative;
  left: 0;
  margin-left: 15px;
  font-style: normal;
  font-size: 20px;
  transition: 0.3s;
}
.category {
  padding: 84px 0 90px;
}
.category-list {
  display: flex;
}
.category-list li {
  position: relative;
  z-index: 3;
  margin-right: 3.62%;
  padding: 40px 0 42px;
  background: #fff;
  text-align: center;
  width: 22.28%;
}
.category-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #E9A43F;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.category-list li:hover,
.category-list li.active {
  color: #E9A43F;
}
.category-list li:hover:before,
.category-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.category-list li:hover b {
  background: #fff;
  border-color: #fff;
  color: #E9A43F;
}
.category-list li:hover strong,
.category-list li:hover small,
.category-list li:hover span {
  color: #fff;
}
.category-list li:nth-child(4n+4) {
  margin-right: 0;
}
.category-list li b {
  display: block;
  margin: auto;
  width: 94px;
  height: 94px;
  text-align: center;
  line-height: 94px;
  border: 1px solid #E9A43F;
  color: #E9A43F;
  font-size: 40px;
  font-weight: normal;
  transition: 0.4s;
  border-radius: 50%;
}
.category-list li strong {
  display: block;
  margin-top: 18px;
  margin-bottom: 12px;
  line-height: 1;
  color: #666666;
  font-weight: normal;
  font-size: 19px;
  transition: 0.4s;
}
.category-list li small {
  display: block;
  height: 58px;
  line-height: 1.2;
  color: #D1D1D1;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.4s;
}
.category-list li span {
  display: block;
  line-height: 1;
  color: #E9A43F;
  font-size: 14px;
  transition: 0.4s;
}
.honest {
  padding: 70px 0 60px;
}
.honest-wrap {
  padding: 60px 54px 68px;
  background: #fff;
}
.honest-top {
  padding: 0 66px 100px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.honest-top strong {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
  color: #333333;
  font-size: 24px;
}
.honest-top p {
  color: #666666;
  font-size: 14px;
  text-align: justify;
}
.honest-fix {
  padding: 57px 66px 0;
}
.honest-fix .honest-tt {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 24px;
}
.honest-list {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
.honest-item {
  text-align: center;
}
.honest-item b {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  text-align: center;
  line-height: 86px;
  background: #E9A43F;
  color: #fff;
  font-size: 26px;
}
.honest-item p {
  margin-bottom: 3px;
  color: #666666;
  font-size: 14px;
}
.honestTT-list {
  padding: 60px 0 70px;
  border-bottom: 1px dashed #E4E4E4;
}
.honestTT-list:last-child {
  border-bottom: 0 none;
}
.honestTT-list dt {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 45px;
}
.honestTT-list dd {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.honestTT-item {
  width: 25%;
  display: flex;
  display: -webkit-flex;
}
.honestTT-item .iconfont {
  color: #E9A43F;
  font-size: 22px;
  line-height: 1;
  display: block;
  float: left;
  margin: 2px 10px 0 0;
}
.honestTT-item .c {
  font-size: 14px;
}
.contact-us {
  padding: 80px 0 42px;
}
.contact-list {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
}
.contact-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 2%;
  margin-bottom: 30px;
  z-index: 3;
  padding: 43px 40px 40px;
  background: #fff;
  width: 49%;
}
.contact-item:before {
  content: "";
  width: 100%;
  height: 0;
  background: #E9A43F;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.contact-item:hover,
.contact-item.active {
  color: #E9A43F;
}
.contact-item:hover:before,
.contact-item.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.contact-item:nth-child(2n+2) {
  margin-right: 0;
}
.contact-item:hover strong {
  color: #fff;
  border-color: #fff;
}
.contact-item:hover .contact-info p {
  color: #fff;
}
.contact-item:hover .contact-info p i {
  color: #fff;
}
.contact-item strong {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  line-height: 1;
  color: #333333;
  font-size: 18px;
  transition: 0.35s;
}
.contact-item strong.istrue {
  cursor: pointer;
}
.contact-info {
  padding-top: 34px;
}
.contact-info p {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
  transition: 0.35s;
}
.contact-info p i {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 15px;
  color: #E9A43F;
  font-size: 22px;
  font-style: normal;
  line-height: 1;
  transition: 0.35s;
}
.contact-info p:last-child {
  margin-bottom: 0;
}
.maps {
  height: 36.4vw;
}
.anchorBL {
  display: none !important;
}
.criterion-box {
  padding: 0 110px;
}
.criterion-posite {
  display: flex;
  padding: 42px 150px;
  align-items: center;
}
.criterion-posite a,
.criterion-posite span {
  display: inline-block;
  color: #999999;
  font-size: 14px;
}
.criterion-posite a:hover {
  color: #E9A43F;
}
.criterion-posite a:hover i {
  color: #E9A43F;
}
.criterion-posite a i {
  display: inline-block;
  margin-right: 24px;
  color: #999999;
  font-size: 14px;
}
.criterion-posite span {
  position: relative;
  padding-left: 24px;
  margin-left: 25px;
}
.criterion-posite span:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  content: "";
  width: 1px;
  height: 14px;
  background: #D5D5D5;
}
.criterion-fix {
  background: #fff;
}
.criterion-wrap {
  margin: auto;
  width: 1200px;
}
.criterion-tt {
  padding: 68px 0 44px;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
  color: #333333;
  font-size: 30px;
}
.criterion-info {
  padding: 50px 0 100px;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
}
.criterion-info strong {
  display: block;
}
.criterion-info img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.page-prev {
  padding: 55px 0 90px;
  border-top: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-prev p a {
  display: inline-block;
  color: #999999;
  font-size: 14px;
}
.page-prev p a:hover {
  color: #E9A43F;
}
.categorys {
  margin-top: 22px;
  margin-bottom: 75px;
  display: flex;
  justify-content: space-between;
}
.categorys-item {
  width: 49.83%;
}
.categorys-top {
  display: flex;
  height: 50px;
  background: linear-gradient(to right, #F94A39 0%, #E9A43F 100%);
}
.categorys-top span {
  display: block;
  flex: 1;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}
.categorys-li {
  margin-top: 5px;
  margin-left: -1.5px;
  margin-right: -1.5px;
}
.categorys-li li {
  display: flex;
}
.categorys-li li:nth-child(2n+2) span {
  background: #ECECEC;
}
.categorys-li li span {
  display: block;
  flex: 1;
  text-align: center;
  line-height: 46px;
  border: 1.5px solid #fff;
  background: #F2F2F2;
  color: #666666;
  font-size: 18px;
}
.categorys-li li span:first-child {
  font-family: "Proxima Nova Rg";
}
.club {
  margin: auto;
  margin-top: 48px;
  width: 1000px;
  max-width: 100%;
}
.club p {
  color: #666666;
  font-size: 16px;
}
.club-boxs {
  padding: 90px 0 52px;
}
.club-imgs {
  position: relative;
}
.club-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.service-hotline {
  position: relative;
  margin-top: -90px;
  box-sizing: border-box;
  padding: 28px 54px 35px 12.14%;
  background: #E9A43F;
}
.hotline-tt {
  display: block;
  margin-left: -12px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.hotline-swiper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotline-swiper:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
  content: "";
  height: 1px;
  background: #fff;
}
.hotline-btn {
  position: relative;
}
.hotline-btn:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 100%;
  height: 6px;
  background: #fff;
}
.hotline-btn span {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.hotline-btn span:first-child {
  margin-bottom: 54px;
}
.hotline-tab {
  width: 66.5%;
}
.hotline-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotline-eq {
  text-align: center;
}
.hotline-eq img {
  display: block;
  margin: auto;
  width: 134px;
  height: auto;
}
.hotline-eq p {
  margin-top: 4px;
  color: #fff;
  font-size: 14px;
}
.hotline-tel p {
  color: #fff;
  font-size: 16px;
  line-height: 2.1;
}
.membership {
  padding-top: 92px;
}
.membership-text {
  margin-top: 32px;
}
.tips {
  text-align: center;
  color: #777777;
  font-size: 14px;
}
.membership-list {
  margin-top: 46px;
  display: flex;
}
.membership-list li {
  position: relative;
  flex: 1;
  overflow: hidden;
  transition: 0.5s;
}
.membership-list li:hover {
  flex: 1.5;
}
.membership-list li figure {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.membership-list li figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  width: 100%;
  height: 100%;
}
.membership-list li figure img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: 0.58s;
}
.membership-info {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 32px;
  z-index: 4;
}
.membership-info strong {
  display: block;
  position: relative;
  padding-bottom: 20px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
}
.membership-info strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.membership-con {
  display: none;
  margin-top: 25px;
}
.membership-con p {
  color: #fff;
  font-size: 14px;
}
.ptitle p {
  margin-top: 15px;
  color: #fff;
  font-size: 21px;
}
.talent {
  padding-top: 80px;
}
.talent-title {
  margin: 43px 0 66px;
  text-align: center;
  color: #E9A43F;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}
.growth {
  padding: 66px 0 60px;
}
.growth-tab {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.growth-btn {
  margin-top: 212px;
  width: 350px;
}
.growth-btn.show {
  margin-top: 0;
}
.growth-btn-item {
  margin-bottom: 33px;
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  transition: 0.35s;
}
.growth-btn-item:hover,
.growth-btn-item.active {
  border-color: #E9A43F;
}
.growth-btn-item:hover b,
.growth-btn-item.active b {
  color: #E9A43F;
}
.growth-btn-item:hover .growth-in p,
.growth-btn-item.active .growth-in p {
  color: #E9A43F;
}
.growth-btn-item.active .growth-in p {
  font-size: 26px;
  font-weight: bold;
}
.growth-btn-item:last-child {
  margin-bottom: 0;
}
.growth-btn-item b {
  display: block;
  line-height: 1;
  color: #B5B5B5;
  font-size: 40px;
  font-family: "Proxima Nova Rg";
  transition: 0.35s;
  font-weight: normal;
}
.growth-in {
  margin-left: 32px;
}
.growth-in p {
  color: #777777;
  font-size: 18px;
  transition: 0.36s;
  line-height: 1.3;
}
.growth-imgs {
  width: 63.85%;
}
.growth-img-item {
  display: none;
  text-align: right;
}
.growth-img-item:first-child {
  display: block;
}
.growth-img-item img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.training {
  display: flex;
}
.training-left {
  width: 54.37%;
}
.train-slide {
  position: relative;
  overflow: hidden;
  float: left;
}
.train-slide figure {
  position: relative;
  display: block;
  padding-bottom: 46%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.train-slide figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.train-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.train-slide figure img {
  object-fit: cover;
}
.train-slide span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 24px;
  text-align: center;
  z-index: 3;
  width: 100%;
  color: #fff;
  font-size: 22px;
}
.train-wrs {
  padding: 31px 0 25px;
  background: #000000;
}
.train-min-swiper {
  box-sizing: border-box;
  margin: auto;
  position: relative;
  padding: 0 85px;
  width: 660px;
  max-width: 90%;
}
.train-min-swiper .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #F0F0F0;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
}
.train-min-swiper .slick-arrow:hover {
  background: #E9A43F;
  color: #fff;
}
.train-min-swiper .slick-arrow.slick-prev {
  left: 0;
}
.train-min-swiper .slick-arrow.slick-next {
  right: 0;
}
.train-min-slide {
  float: left;
  position: relative;
  width: 147px;
  cursor: pointer;
}
.train-min-slide.slick-current figure:before {
  opacity: 1;
  visibility: visible;
}
.train-min-slide figure {
  margin: 0 5px;
  display: block;
  position: relative;
  line-height: 1;
}
.train-min-slide figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #E9A43F;
  transition: 0.36s;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
}
.train-min-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.career {
  display: flex;
  align-items: center;
  width: 45.63%;
  background: #01B2B3;
}
.career-wrap {
  margin-left: 10.84%;
  width: 520px;
  max-width: 80%;
}
.career-top {
  margin-bottom: 54px;
}
.career-top small {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #fff;
  font-size: 21px;
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
}
.career-top strong {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 26px;
}
.career-info p {
  text-align: justify;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.vitality {
  padding-top: 78px;
}
.training1 {
  margin-top: 65px;
  flex-direction: row-reverse;
}
.training1 .career {
  background: #E9A43F;
}
.social-box {
  padding: 88px 0 70px;
}
.social-tops {
  margin-top: 48px;
  display: flex;
  background: #fff;
}
.social-imgs {
  width: 346px;
}
.social-imgs img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
}
.social-fix {
  flex: 1;
  padding: 46px 80px 38px 72px;
}
.social-item {
  margin-bottom: 20px;
  display: flex;
}
.social-item dt {
  display: block;
  width: 104px;
  line-height: 30px;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}
.social-item dd {
  flex: 1;
}
.social-defaul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-right: 60px;
}
.social-defaul p {
  width: 14.28%;
}
.social-defaul p.active:first-child span,
.social-defaul p:hover:first-child span {
  background: #E9A43F;
  color: #fff;
}
.social-defaul p.active span,
.social-defaul p:hover span {
  color: #E9A43F;
}
.social-defaul p:first-child span {
  width: 60px;
  text-align: center;
  border-radius: 4px;
}
.social-defaul p span {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  transition: 0.35s;
}
.social-more {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 30px;
  color: #E9A43F;
  font-size: 14px;
  cursor: pointer;
}
.social-more.show i {
  transform: rotate(180deg);
}
.social-more i {
  display: inline-block;
  margin-left: 8px;
  font-style: normal;
  font-size: 14px;
  transition: 0.3s;
}
.social-flex {
  padding-left: 14.25%;
  display: flex;
  flex-wrap: wrap;
}
.social-hide {
  padding-right: 60px;
  display: none;
}
.social-hide p {
  width: 16.6666%;
}
.social-hide p.active span,
.social-hide p:hover span {
  color: #E9A43F;
}
.social-hide p span {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  transition: 0.35s;
}
.social-search {
  margin-top: 10px;
}
.social-y {
  display: flex;
  position: relative;
}
.social-y .text {
  box-sizing: border-box;
  flex: 1;
  padding-left: 52px;
  color: #B5B5B5;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(102, 102, 102, 0.3);
  border-right: none;
  border-radius: 4px 0 0 4px;
  background: #fff url(../images/search.png) 14px center no-repeat;
}
.social-y .text::-webkit-input-placeholder {
  color: #B5B5B5;
}
.social-y .val {
  display: block;
  width: 108px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: none;
  background: #E9A43F;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: 0.35s;
}
.social-y .val:hover {
  background: #E99924;
}
.post {
  margin-top: 52px;
}
.post-tips {
  color: #777777;
  font-size: 16px;
}
.post-tips b {
  color: #FF3320;
  font-weight: normal;
}
.post-tips i {
  font-style: normal;
  color: #E9A43F;
}
.post-list {
  margin-top: 18px;
  margin-bottom: 54px;
}
.post-item {
  margin-bottom: 3px;
  padding: 0 80px 0 32px;
  background: #fff;
  transition: 0.35s;
  border: 2px solid #fff;
}
.post-item.active,
.post-item:hover {
  border-color: #E9A43F;
}
.post-top {
  display: flex;
  justify-content: space-between;
  padding: 28px 0 26px 0;
  cursor: pointer;
}
.post-title strong {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}
.post-title strong i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-style: normal;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background: #FF4D4D;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
}
.post-word {
  margin-top: 24px;
  display: flex;
}
.post-word span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  color: #777777;
  font-size: 14px;
  line-height: 1;
}
.post-word span:before {
  position: absolute;
  right: -5px;
  top: 0;
  content: "Ø­";
  color: #777777;
  font-size: 14px;
}
.post-word span:first-child {
  padding-left: 0;
}
.post-word span:last-child:before {
  display: none;
}
.post-right {
  text-align: right;
}
.post-need {
  display: flex;
  margin-bottom: 30px;
}
.post-need p {
  margin-right: 115px;
  color: #777777;
  font-size: 14px;
}
.post-need p:last-child {
  margin-right: 0;
}
.post-more {
  display: inline-block;
  color: #E9A43F;
  font-size: 14px;
}
.post-hide {
  padding: 28px 0 46px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  display: none;
}
.post-info strong {
  display: block;
  color: #333333;
  font-size: 14px;
}
.post-info p {
  color: #333333;
  font-size: 14px;
}
.post-resume {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}
.post-resume a {
  display: block;
  margin-right: 60px;
  width: 108px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  background: #B5B5B5;
}
.post-resume a:last-child {
  margin-right: 0;
}
.post-resume a:hover,
.post-resume a:last-child {
  background: #E9A43F;
}
.pbanners {
  position: relative;
}
.pbanners figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  height: calc(100vh - 70px);
}
.pbanners figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pbanner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptextfix {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 7.8%;
  z-index: 3;
  text-align: center;
}
.ptextfix span {
  display: inline-block;
  padding: 0 30px;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background: #E9A43F;
}
.ptext-font {
  margin: auto;
  width: 31.14%;
}
.ptext-font img {
  display: block;
  width: 100%;
  height: auto;
}
.pbtns {
  margin: 47px auto 130px;
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  background: url(/images/play.png) center no-repeat;
}
.pbtns.puase {
  background: url(/images/stop.png) center no-repeat;
}
.campus {
  text-align: center;
  padding: 90px 0 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.campus-text {
  display: inline-block;
  position: relative;
  margin-top: 70px;
  padding: 0 156px;
  color: #333333;
  font-size: 16px;
  line-height: 2.6;
}
.campus-text:before {
  position: absolute;
  left: -100px;
  top: -40px;
  content: "¡°";
  line-height: 1;
  color: #E9A43F;
  font-size: 10.57vw;
  font-family: "ºÚÌå";
}
.campus-text:after {
  position: absolute;
  right: -100px;
  bottom: -100px;
  content: "¡±";
  line-height: 0.5;
  color: #E9A43F;
  font-size: 10.57vw;
  font-family: "ºÚÌå";
}
.campus-top span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 14px;
  color: #fff;
}
.campus-top span:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 15px;
  content: "";
  background: #E9A43F;
  z-index: -1;
}
.striver {
  padding: 11.97vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.striver-text {
  text-align: right;
}
.striver-right {
  margin-right: 200px;
  text-align: left;
  display: inline-block;
}
.striver-right b {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #E9A43F;
  font-size: 21px;
}
.striver-right strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #333333;
  font-size: 59px;
}
.striver-right p {
  display: block;
  line-height: 1;
  color: #E9A43F;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-family: "Proxima Nova Rg";
}
.system {
  padding: 92px 0 60px;
}
.system-list {
  margin-top: 100px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.system-item {
  position: relative;
  z-index: 2;
  width: 29%;
  background: #fff;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.system-item:before {
  content: "";
  width: 100%;
  height: 0;
  background: #F87C3A;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.system-item:hover,
.system-item.active {
  color: #F87C3A;
}
.system-item:hover:before,
.system-item.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.system-item:hover {
  transform: translateY(-20px);
}
.system-item:hover .system-info p {
  color: #fff;
}
.system-item:first-child img {
  left: -75px;
  top: -23px;
}
.system-item img {
  display: block;
  position: absolute;
  left: -50px;
  top: -8px;
  width: auto;
  height: 128px;
}
.system-info {
  padding: 28px 28px 28px 58px;
}
.system-info p {
  color: #666666;
  font-size: 14px;
  transition: 0.38s;
}
.staff-fixs {
  margin-top: 130px;
}
.delivery {
  padding: 60px 0 80px;
}
.delivery-top {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.delivery-top time {
  display: block;
  color: #777777;
  font-size: 14px;
}
.delivery-left {
  color: #666666;
  font-size: 16px;
}
.delivery-left b {
  color: #333333;
  font-size: 18px;
}
.delivery-input {
  padding: 0 38px;
  background: #fff;
}
.enclosure {
  padding: 45px 0 40px;
  border-bottom: 5px solid #F0F0F0;
}
.enclosure-top {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enclosure-top p {
  color: #666666;
  font-size: 16px;
}
.enclosure-top em {
  display: inline-block;
  color: #FF0000;
  font-size: 14px;
  font-style: normal;
}
.enclosure-file {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 108px;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
}
.enclosure-file .file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: none;
  opacity: 0;
  cursor: pointer;
}
.enclosure-file:hover span {
  color: #E9A43F;
}
.enclosure-file:hover span:before {
  transform: rotate(180deg);
  color: #E9A43F;
}
.enclosure-file span {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  color: #777777;
  font-size: 18px;
}
.enclosure-file span:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -21px;
  color: #B5B5B5;
  content: "+";
  font-size: 41px;
  line-height: 1;
  transition: 0.36s;
}
.delivery-item {
  padding: 40px 0 23px;
  border-bottom: 5px solid #F0F0F0;
}
.delivert-t {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 16px;
}
.delivery-list {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
}
.delivery-row {
  position: relative;
  margin-right: 1.76%;
  margin-bottom: 17px;
  width: 32.16%;
  display: flex;
  align-items: center;
}
.delivery-row:nth-child(3n+3) {
  margin-right: 0;
}
.delivery-row > span {
  display: block;
  width: 74px;
  color: #666666;
  font-size: 14px;
  line-height: 35px;
}
.delivery-row > span i {
  display: inline-block;
  margin-left: 1px;
  color: #FF1600;
  font-size: 14px;
  font-style: normal;
}
.delivery-row > label {
  position: absolute;
  left: 74px;
  top: 90%;
  color: #FF1600;
  font-size: 14px;
}
.delivery-row .dtext {
  box-sizing: border-box;
  flex: 1;
  padding-left: 20px;
  color: #B5B5B5;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #DDDDDD;
  background: #fff;
  transition: 0.35s;
}
.delivery-row .dtext.error {
  border-color: #FF3320;
}
.delivery-row .dtext.citys {
  outline: none;
  background: #fff url(../images/arrow1.png) 95% center no-repeat;
}
.delivery-row .dtext:focus {
  border-color: #E9A43F;
}
.calendar-modal {
  left: 74px !important;
  top: 40px !important;
}
.calendar .calendar-views .now {
  background: #E9A43F !important;
}
.gender {
  display: flex;
}
.gender-item {
  margin-right: 22px;
}
.gender-item label {
  position: relative;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
}
.gender-item label input {
  display: inline-block;
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-right: 10px;
  color: #B5B5B5;
  border-color: #B5B5B5;
  width: 14px;
  height: 14px;
  opacity: 0;
}
.gender-item label input:checked + b {
  border-color: #E9A43F;
}
.gender-item label input:checked + b:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.gender-item label b {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #B5B5B5;
  border-radius: 50%;
}
.gender-item label b:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  background: #E9A43F;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}
.gender-item:last-child {
  margin-right: 0;
}
.on-job {
  display: flex;
  align-items: center;
}
.job-sele {
  margin-right: 5px;
  flex: 1;
  color: #666666;
  font-size: 14px;
  border: 1px solid #DDDDDD;
  background: url(/images/arrow2.png) 88% center no-repeat;
  outline: none;
  height: 35px;
  line-height: 35px;
  width: 99px;
  box-sizing: border-box;
  padding-left: 13px;
}
.job-now {
  margin-right: 10px;
  color: #666666;
  font-size: 14px;
}
.delivery-area {
  margin-right: 0;
  width: 100%;
  align-items: flex-start;
}
.delivery-area .dtext {
  padding: 7px 20px;
  width: 100%;
  height: 150px;
  line-height: 1.6;
  font-family: "SourceHanSansCN-Regular";
  resize: none;
}
.delivery-list .delivery-clone:first-child {
  padding: 0;
  border-top: none;
  margin-top: 0;
}
.delivery-list .delivery-clone:first-child .delivery-dele {
  display: none;
}
.delivery-clone {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 26px;
  padding: 46px 0 0;
  border-top: 1px solid #F0F0F0;
}
.delivery-sdu,
.project-name {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.delivery-sdu .delivery-row:first-child,
.project-name .delivery-row:first-child {
  width: auto;
  flex: 1;
}
.delivery-sdu .delivery-row:last-child,
.project-name .delivery-row:last-child {
  margin-right: 0;
}
.delivery-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.delivery-add .addBtn {
  display: block;
  color: #E9A43F;
  font-size: 16px;
  cursor: pointer;
}
.delivery-dele {
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 5;
  color: #333333;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: 0.38s;
}
.delivery-dele:hover {
  color: #E9A43F;
  transform: rotate(180deg);
}
.delivery-sub {
  padding: 40px 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.delivery-sub .subs {
  width: 117px;
  height: 34px;
  border: none;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  background: #E9A43F;
  cursor: pointer;
  transition: 0.3s;
}
.delivery-checks label {
  position: relative;
  color: #777777;
  font-size: 14px;
  cursor: pointer;
}
.delivery-checks label .chec {
  margin: 0;
  margin-right: 14px;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 21px;
  height: 21px;
  opacity: 0;
}
.delivery-checks label .chec:checked + i {
  border-color: #E9A43F;
  background: #E9A43F;
}
.delivery-checks label .chec:checked + i:before {
  width: 17px;
  transition-delay: 0.15s;
}
.delivery-checks label i {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 19px;
  height: 19px;
  border: 1px solid #777777;
  border-radius: 1px;
  transition: 0.2s;
}
.delivery-checks label i:before {
  position: absolute;
  left: 2px;
  top: 3px;
  content: "";
  width: 0;
  height: 13px;
  background: url(/images/sele.png) left center no-repeat;
  transition: 0.3s;
}
.project-fixs {
  padding: 90px 0;
  position: relative;
}
.project-fixs .common-title {
  margin: auto;
  width: 1120px;
}
.project-max {
  position: relative;
  z-index: 3;
}
.proitem {
  position: relative;
  padding: 112px 0 67px;
}
.proitem:before {
  content: "";
  width: 100%;
  height: 50%;
  background: #F8F8F8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.projectwr {
  width: 1120px;
  margin: auto;
}
.proleft {
  width: 85.7%;
  float: left;
}
.projectimg {
  float: left;
  line-height: 1;
  overflow: hidden;
}
.projectimg img {
  display: block;
  width: 100%;
  height: auto;
}
.prodown {
  margin-top: 23px;
  position: relative;
  z-index: 6;
}
.protitle {
  float: left;
  display: block;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  margin-left: 29px;
  line-height: 1;
  padding-top: 22px;
}
.protitle:before {
  content: "";
  width: 5px;
  height: 44px;
  background: #e9a43f;
  position: absolute;
  left: 0;
  top: -44px;
}
.protitle strong {
  display: none;
  font-weight: normal;
}
.protitle strong:first-child {
  display: block;
}
.project-min {
  width: 480px;
  float: right;
}
.projectmin {
  width: 430px;
  float: left;
  position: relative;
  text-align: right;
}
.projectmin .slick-track {
  display: inline-block;
}
.projectmin .slick-track.noscroll {
  transform: translate3d(0, 0, 0) !important;
}
.proinwr {
  width: 25%;
  display: inline-block;
}
.proinwr figure {
  display: block;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
  line-height: 1;
}
.proinwr figure:before {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #e9a43f;
  background: #fff;
  filter: alpha(opacity=65);
  background: rgba(255, 255, 255, 0.65);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.45s;
  opacity: 0;
  visibility: hidden;
}
.proinwr figure img {
  display: block;
  width: 100%;
  height: auto;
}
.proinwr.slick-current figure:before {
  opacity: 1;
  visibility: visible;
}
.casemored {
  float: right;
  margin-top: 18px;
}
.casemored a {
  display: block;
  width: 21px;
  height: 21px;
  background: #e9a43f url(../images/add.png) center no-repeat;
  border-radius: 50%;
  position: relative;
  transition: 0.4s;
}
.casemored a:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
.prosmall {
  float: right;
  width: 96px;
}
.prosmall strong {
  display: block;
  line-height: 1.2;
  color: #3d3d3d;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 18px;
}
.prosmall small {
  display: block;
  color: #e9a43f;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "PFDinTextPro-Regular";
}
.projectbox {
  width: 1200px;
  margin: auto;
}
.projectbox li {
  width: 50%;
  float: left;
  margin-bottom: 56px;
}
.projectbox li a {
  display: block;
  margin: 0 20px;
}
.projectbox li a figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.projectbox li a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.56s;
}
.projedown {
  background: #fff;
  height: 64px;
  transition: 0.45s;
}
.projedown strong {
  display: block;
  float: left;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-left: 24px;
  margin-top: 23px;
}
.projedown span {
  display: block;
  float: right;
  color: #B7B7B7;
  font-size: 14px;
  margin-right: 20px;
  margin-top: 22px;
  line-height: 1;
  transition: 0.35s;
}
.projedown span i {
  display: inline-block;
  color: #B7B7B7;
  font-size: 16px;
  font-style: normal;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -3px;
  transition: 0.3s;
}
.projectbox li a:hover figure img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.projectbox li a:hover .projedown {
  background: #e9a43f;
}
.projectbox li a:hover .projedown strong {
  color: #fff;
}
.projectbox li a:hover .projedown span {
  color: #fff;
}
.projectbox li a:hover .projedown span i {
  color: #fff;
}
.projectbg {
  position: relative;
}
.projectbg:before {
  content: "";
  width: 100%;
  height: 72%;
  background: #F8F8F8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.projectmin .slick-arrow {
  margin: 0;
  cursor: pointer;
  width: 15px;
  height: 15px;
  text-indent: 99999px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  padding: 0;
  border: 0;
  outline: none;
}
.projectmin .slick-arrow.slick-prev {
  left: -20px;
  background: url(/images/prev.png) center no-repeat;
}
.projectmin .slick-arrow.slick-next {
  right: -20px;
  background: url(/images/next.png) center no-repeat;
}
.life-dynamic {
  padding: 100px 0 30px;
}
.life-dynamic-list {
  margin-left: -24px;
  margin-right: -24px;
}
.life-dynamic-list li {
  width: 33.3333%;
  float: left;
  margin-bottom: 46px;
}
.life-dynamic-list li a {
  margin: 0 24px;
  display: block;
  padding: 24px 7.78%;
  border: 1px solid #D9D9D9;
}
.life-dynamic-list li a strong {
  display: block;
  line-height: 1.5;
  color: #272727;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 12px;
  height: 54px;
  transition: 0.38s;
}
.life-dynamic-list li a figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.life-dynamic-list li a figure img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: 0.68s;
}
.life-dynamic-list li a p {
  color: #949494;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.life-dynamic-list li a time {
  display: block;
  line-height: 1;
  color: #949494;
}
.life-dynamic-list li a:hover strong {
  color: #E9A43F;
}
.life-dynamic-list li a:hover figure img {
  transform: scale(1.08);
}
.life-dynamic .pagesbox {
  padding-top: 16px;
}
.news-view {
  position: relative;
}
.newsview {
  padding: 80px 0 80px;
  padding-right: 66px;
  margin-right: 360px;
  border-right: 1px solid rgba(112, 112, 112, 0.2);
}
.news-top {
  margin-bottom: 68px;
}
.news-top strong {
  display: block;
  color: #3d3d3d;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.newsce {
  float: left;
}
.newsce p {
  float: left;
  color: #3d3d3d;
  font-size: 14px;
  margin-right: 20px;
}
.shares {
  float: right;
}
.shares span {
  display: block;
  float: left;
  color: #3d3d3d;
  font-size: 14px;
}
.shares a {
  display: block;
  float: left;
  color: #CCCCCC;
  font-size: 15px;
  margin-left: 11px;
}
.shares a:hover {
  color: #e9a43f;
}
.news-contents {
  padding-bottom: 80px;
}
.news-contents p,
.news-contents a {
  color: #3d3d3d;
  font-size: 14px;
}
.news-contents img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.pagelist {
  float: left;
}
.pagelist a {
  display: block;
  color: #3d3d3d;
  font-size: 14px;
  margin-bottom: 10px;
}
.pagelist a:hover {
  color: #e9a43f;
}
.pageback {
  float: right;
  margin-top: 10px;
}
.pageback a {
  display: block;
  width: 118px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #3d3d3d;
}
.pageback a:hover {
  background: #e9a43f;
}
.lastnews {
  width: 300px;
  position: absolute;
  float: right;
  left: auto;
  margin-left: 0;
  right: 0;
  top: 0;
  padding-top: 88px;
}
.newstt {
  margin-bottom: 40px;
}
.newstt small {
  display: block;
  line-height: 1;
  color: #3d3d3d;
  font-size: 18px;
  font-family: "PFDinTextPro-Regular";
  text-transform: uppercase;
}
.newstt strong {
  display: block;
  line-height: 1;
  color: #3d3d3d;
  font-size: 18px;
  margin-top: 6px;
}
.newsfli li {
  margin-bottom: 26px;
}
.newsfli li time {
  display: block;
  color: #3d3d3d;
  font-size: 17px;
  line-height: 1;
  font-family: "OCRB10N";
  margin-bottom: 5px;
}
.newsfli li strong {
  display: block;
  line-height: 1.2;
  color: #3d3d3d;
  font-size: 16px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.38s;
}
.newsfli li p {
  color: #3d3d3d;
  font-size: 14px;
  /*height: 50px;*/
  overflow: hidden;
}
.newsfli li a:hover strong {
  color: #E9A43F;
}
.enlistbtn {
  margin-top: 70px;
}
.enlistbtn span {
  display: block;
  float: left;
  padding: 0 27px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-right: 8px;
  min-width: 64px;
  text-align: center;
  background: #E9A43F;
}
.enlistbtn span.end {
  background: #3d3d3d;
}
.enlistbtn span:hover {
  text-decoration: underline;
}
.enlistbtn1 {
  margin-top: 0;
  margin-bottom: 50px;
}
.news-imgs {
  position: relative;
}
.news-imgs figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.news-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.65s;
}
.news-imgs span {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 13px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.news-imgs a:hover figure img {
  transform: scale(1.1);
}
.recommond-news {
  margin-top: 37px;
}
.recommond-news li {
  border-bottom: 1px dashed #DEDEDE;
}
.recommond-news li a {
  display: block;
  padding-left: 15px;
  position: relative;
  color: #707070;
  font-size: 14px;
  line-height: 46px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommond-news li a:before {
  content: ">";
  color: #707070;
  line-height: 1;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.recommond-news li a:hover {
  color: #E9A43F;
}
.project-boxs {
  padding: 55px 0 0;
  margin: auto;
  width: 1000px;
  max-width: 90%;
}
.protitled {
  padding: 0 0 18px;
}
.protitled strong {
  display: block;
  float: left;
  color: #3d3d3d;
  font-size: 28px;
  line-height: 1;
}
.proaddress {
  float: right;
  margin-top: 2px;
}
.proaddress p {
  float: left;
  margin-left: 24px;
  color: #3d3d3d;
  font-size: 14px;
}
.proaddress p:first-child {
  margin-left: 0;
}
.proaddress p i {
  display: inline-block;
  color: #e9a43f;
  font-style: normal;
  font-size: 14px;
  margin-right: 8px;
}
.proview {
  padding: 47px 0 85px;
}
.prowrs p,
.prowrs a {
  color: #3d3d3d;
  font-size: 14px;
}
.prowrs img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.probanns {
  position: relative;
  z-index: 3;
}
.bitem {
  float: left;
  line-height: 1;
}
.bitem img {
  display: block;
  width: 100%;
  height: auto;
}
.probtsn {
  position: absolute;
  right: 24px;
  bottom: 20px;
  z-index: 10;
}
.probtsn span {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  float: left;
  cursor: pointer;
  margin-left: 12px;
  position: relative;
  background: #e9a43f;
  filter: alpha(opacity=50);
  background: rgba(170, 41, 29, 0.5);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  transition: 0.4s;
}
.probtsn span:hover {
  background: #e9a43f;
  filter: alpha(opacity=100);
}
.projectfixs {
  position: relative;
}
.project-dynamic {
  padding: 66px 0 96px;
}
.project-dynamic-title {
  color: #333333;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.news-texts time {
  display: block;
  color: #e9a43f;
  font-size: 35px;
  line-height: 1;
  font-family: "OCRB10N";
  margin-bottom: 15px;
}
.news-texts strong {
  display: block;
  color: #3d3d3d;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 13px;
  transition: 0.4s;
}
.news-texts p {
  color: #3d3d3d;
  font-size: 14px;
  margin-bottom: 22px;
  height: 50px;
  overflow: hidden;
}
.news-texts span {
  display: inline-block;
  color: #e9a43f;
  font-size: 12px;
  line-height: 1;
}
.news-items a:hover figure img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.news-items a:hover .news-texts strong {
  color: #e9a43f;
}
.news-lists li:hover figure img {
  transform: scale(1.1);
}
.news-lists li {
  padding: 24px 0;
  border-bottom: 1px solid #e1e1e1;
}
.news__text {
  width: 70.4%;
  float: left;
}
.news__text strong {
  display: block;
  line-height: 1.2;
  color: #3d3d3d;
  font-size: 18px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.news__text p {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.8;
}
.newsdata {
  float: right;
}
.newsdata b {
  display: block;
  color: #e9a43f;
  font-size: 24px;
  line-height: 1;
  font-family: "OCRB10N";
  margin-bottom: 4px;
  font-weight: normal;
}
.newsdata time {
  display: block;
  line-height: 1;
  color: #e9a43f;
  font-size: 17px;
}
.newswr a:hover .news__text strong {
  color: #e9a43f;
}
.projectbox {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
}
.projectbox li {
  width: 50%;
  float: left;
  margin-bottom: 56px;
}
.projectbox li a {
  display: block;
  margin: 0 20px;
}
.projectbox li a figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.projectbox li a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.56s;
}
.projedown {
  background: #fff;
  height: 64px;
  transition: 0.45s;
}
.projedown strong {
  display: block;
  float: left;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-left: 24px;
  margin-top: 23px;
}
.projedown span {
  display: block;
  float: right;
  color: #B7B7B7;
  font-size: 14px;
  margin-right: 20px;
  margin-top: 22px;
  line-height: 1;
  transition: 0.35s;
}
.projedown span i {
  display: inline-block;
  color: #B7B7B7;
  font-size: 16px;
  font-style: normal;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -3px;
  transition: 0.3s;
}
.projectbox li a:hover figure img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.projectbox li a:hover .projedown {
  background: #e9a43f;
}
.projectbox li a:hover .projedown strong {
  color: #fff;
}
.projectbox li a:hover .projedown span {
  color: #fff;
}
.projectbox li a:hover .projedown span i {
  color: #fff;
}
.projectbg {
  position: relative;
}
.project-dynamic-title {
  width: 1000px;
}
.project-dynamic .newswr {
  width: 1000px;
}
.project-dynamic .news-lists li a {
  width: 100%;
}
.project-dynamic .newswr figure {
  margin-right: 20px;
  display: block;
  width: 120px;
  line-height: 1;
}
.project-dynamic .newswr figure img {
  display: block;
  width: 100%;
  height: auto;
}
.news-lefts {
  display: flex;
  flex: 1;
  margin-right: 30px;
}
.news-lefts .news__text {
  width: auto;
  flex: 1;
}
.newsmorws {
  text-align: center;
}
.newsmorws a {
  display: block;
  width: 180px;
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 14px;
  background: #3d3d3d;
  margin: auto;
}
.newsmorws a:hover {
  background: #e9a43f;
}
.pop-boxs {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  display: none;
}
.pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.pop-close {
  position: absolute;
  right: -34px;
  top: -16px;
  display: block;
  line-height: 1;
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
  transition: 0.38s;
}
.pop-close:hover {
  transform: rotate(180deg);
}
.pop-content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  transform: translateY(-50%);
  padding: 58px 60px;
  box-sizing: border-box;
  width: 800px;
  background: #fff;
}
.pop-top {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop-top strong {
  display: block;
  line-height: 1.2;
  color: #666666;
  font-size: 16px;
  font-weight: normal;
}
.pop-top p {
  color: #FF0000;
  font-size: 14px;
}
.pop-file {
  position: relative;
  border: 1px solid #DDDDDD;
  height: 224px;
}
.pop-file .file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.file-text {
  padding-top: 80px;
  text-align: center;
}
.file-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.file-btn b {
  margin-right: 28px;
  color: #B5B5B5;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
}
.file-btn span {
  display: inline-block;
  color: #777777;
  font-size: 16px;
  line-height: 1;
}
.file-tips {
  color: #666666;
  font-size: 14px;
  opacity: 0.5;
}
.file-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding-top: 30px;
  border-top: 5px solid #F0F0F0;
  padding-bottom: 0;
}
.file-names {
  margin-top: 12px;
  color: #777777;
  font-size: 14px;
}
.bgFFF {
  background-color: #fff;
}
.book-item {
  position: relative;
  text-align: center;
}
.book-item .img {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 26px;
}
.book-item .img img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.book-item .bot {
  width: 20px;
  height: 2px;
  display: block;
  margin: 15px auto;
  background-color: #E9A43F;
}
.book-item .en {
  color: #A4A4A4;
  font-size: 20px;
  font-family: "Proxima Nova Rg";
  line-height: 1.5;
}
.book-item .zh {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}
.linkA {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.book-swiper {
  margin-top: 90px;
  position: relative;
  padding-bottom: 90px;
}
.book-swiper .swiper-pagination {
  width: auto;
  line-height: 11px;
}
.book-swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}
.book-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px 0 0;
}
.book-swiper .swiper-pagination-bullet-active {
  background-color: #F08519;
}
a.book-more {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #F08519;
}
a.book-more:hover {
  color: #333;
}
.books-ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  padding: 90px 0 30px;
}
.books-ul li {
  width: 22%;
  margin-left: 3%;
  margin-bottom: 3%;
}
.style-imgdemo {
  position: relative;
  margin-top: 65px;
}
.style-imgdemo .item {
  float: left;
  position: relative;
  cursor: pointer;
  width: 440px;
  margin: 0 20px;
}
.style-imgdemo .item:hover figure img {
  transform: scale(1.06);
}
.style-imgdemo .item:hover span {
  background: #E9A43F;
  color: #fff;
}
.style-imgdemo .item:hover span i {
  color: #fff;
}
.style-imgdemo .item figure {
  position: relative;
  display: block;
  padding-bottom: 55.68%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.style-imgdemo .item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.style-imgdemo .item figure img {
  transition: 0.6s;
}
.style-imgdemo .item span {
  position: relative;
  display: flex;
  align-items: center;
  height: 66px;
  padding-left: 25px;
  padding-right: 25px;
  background: #fff;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  transition: 0.4s;
}
.style-imgdemo .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #666666;
  font-size: 14px;
  z-index: 200;
  cursor: pointer;
}
.style-imgdemo .slick-arrow:hover {
  background: #E9A43F;
  color: #fff;
}
.style-imgdemo .slick-arrow.slick-prev {
  left: -5%;
}
.style-imgdemo .slick-arrow.slick-next {
  right: -5%;
}
.code-pbox {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-padding {
  padding: 100px 0 120px;
}
.common-tt-fff small,
.common-tt-fff strong {
  color: #fff;
}
.code-desc {
  color: #333;
  text-align: center;
  font-size: 16px;
  margin-top: 60px;
}
.code-list {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: nowrap;
  margin-left: -3.33%;
  margin-top: 60px;
}
.code-list li {
  width: 24%;
  margin-left: 3.33%;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 3%;
  transition: 0.3s;
}
.code-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #E9A43F;
}
.code-list li:hover {
  background-color: rgba(233, 164, 63, 0.5);
}
.code-list .more {
  margin-left: 20px;
}
.code-list .nbox {
  flex: 1;
}
.code-list .zh {
  font-size: 20px;
}
.code-list .en {
  font-size: 12px;
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
}
.code-view {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 148px 0;
}
.code-view-bg {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.code-view-bg .bor {
  position: absolute;
  width: 80px;
  height: 80px;
}
.code-view-bg .bor::before,
.code-view-bg .bor::after {
  content: "";
  position: absolute;
  background-color: #E9A33F;
}
.code-view-bg .tl {
  left: -4px;
  top: 0;
}
.code-view-bg .tl::before {
  width: 100%;
  height: 8px;
}
.code-view-bg .tl::after {
  width: 8px;
  height: 100%;
}
.code-view-bg .tr {
  right: -4px;
  top: 0;
}
.code-view-bg .tr::before {
  width: 100%;
  height: 8px;
}
.code-view-bg .tr::after {
  width: 8px;
  height: 100%;
  right: 0;
}
.code-view-bg .bl {
  left: -4px;
  bottom: 0;
}
.code-view-bg .bl::before {
  width: 100%;
  height: 8px;
  bottom: 0;
}
.code-view-bg .bl::after {
  width: 8px;
  height: 100%;
}
.code-view-bg .br {
  right: -4px;
  bottom: 0;
}
.code-view-bg .br::before {
  width: 100%;
  height: 8px;
  bottom: 0;
}
.code-view-bg .br::after {
  width: 8px;
  height: 100%;
  right: 0;
}
.code-view-page {
  padding: 80px;
}
.code-tbox {
  margin-bottom: 50px;
  text-align: center;
}
.code-tbox .zh {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #E9A33F;
}
.code-tbox .en {
  text-transform: uppercase;
  color: #E9A33F;
  font-size: 16px;
}
.pageC {
  font-size: 14px;
}
.pageC img {
  max-width: 100% !important;
  height: auto !important;
}
<!--ºÄÊ±1766213512.4467Ãë-->