.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.regular {
  font-family: "regular";
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: 12.8rem;
  margin: 0 auto;
}
.w1536 {
  width: 15.36rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
body.ban {
  overflow-y: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/MISANS-NORMAL.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  src: url('../fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs32: 32px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.phone-nav {
  display: none;
}
.links {
  font-size: 0;
}
.links a {
  position: relative;
  font-size: 14px;
  padding-right: 25px;
  margin-right: 25px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.links a:hover {
  color: #fff000;
}
.links a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  width: 2px;
  height: 13px;
  background: #818181;
}
.links a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.links a:last-child:after {
  display: none;
}
.index .header-wrapper {
  background-color: transparent;
}
.index .header-wrapper .logo-box .init {
  display: none;
}
.index .header-wrapper .logo-box .on {
  display: block;
}
.index .header-wrapper .pc-nav-box li.on > a,
.index .header-wrapper .pc-nav-box li.active > a {
  font-weight: 500;
}
.index .header-wrapper .pc-nav-box li.on > a:after,
.index .header-wrapper .pc-nav-box li.active > a:after {
  height: 0;
}
.index .header-wrapper .pc-nav-box li:hover > a {
  font-weight: 700;
}
.index .header-wrapper .pc-nav-box li:hover > a:after {
  height: 100%;
}
.index .header-wrapper .pc-nav-box li > a {
  color: #fff;
}
.index .header-wrapper .search {
  background-image: url(../img/search2.png);
}
.index .header-wrapper .language {
  color: #fff;
  background-image: url(../img/earth2.png);
}
.index .header-wrapper + .p_h {
  display: none;
}
.index .footer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.shadows .header-wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
}
.header-wrapper {
  padding: 0 0.5rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  background-color: #fff;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper.on {
  background-color: #fff;
}
.header-wrapper.on .logo-box .init {
  display: block;
}
.header-wrapper.on .logo-box .on {
  display: none;
}
.header-wrapper.on .pc-nav-box li > a {
  color: #000;
}
.header-wrapper.on .search {
  background-image: url(../img/search.png);
}
.header-wrapper.on .language {
  color: #000;
  background-image: url(../img/earth.png);
}
.header-wrapper .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  height: 1rem;
  align-items: center;
}
.header-wrapper .logo-box {
  width: 300px;
}
.header-wrapper .logo-box a {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box img {
  width: 100%;
}
.header-wrapper .logo-box .init {
  display: block;
}
.header-wrapper .logo-box .on {
  display: none;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .language {
  padding-left: 0.34rem;
  background-image: url(../img/earth.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 0.48rem;
  font-size: var(--fs16);
  color: #333;
  font-family: "regular";
  text-transform: uppercase;
  line-height: 0.24rem;
  background-size: 0.24rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.header-wrapper .language:hover {
  color: #fff000;
  background-image: url(../img/earth3.png);
}
.header-wrapper .search {
  width: 0.22rem;
  height: 0.22rem;
  cursor: pointer;
  background-image: url(../img/search.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.header-wrapper .search:hover,
.header-wrapper .search.on {
  background-image: url(../img/search3.png);
}
.p_h {
  height: 1rem;
}
.pc-nav-box {
  flex: 1;
  margin: 0 0.6rem 0 1.5rem;
}
.pc-nav-box ul {
  font-size: 0;
  text-align: right;
}
.pc-nav-box li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 1.48rem;
  text-align: center;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li:hover .nav {
  display: block;
  animation: navDown 0.3s ease;
}
.pc-nav-box li > a {
  position: relative;
  display: block;
  font-size: 16px;
  height: 1rem;
  line-height: 1rem;
}
.pc-nav-box li > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  background: #fff000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.pc-nav-box li:hover > a {
  font-weight: 700;
}
.pc-nav-box li:hover > a:after {
  height: 100%;
}
.pc-nav-box li.on > a,
.pc-nav-box li.active > a {
  font-weight: 700;
}
.pc-nav-box li.on > a:after,
.pc-nav-box li.active > a:after {
  height: 100%;
}
.pc-nav-box a {
  display: block;
  font-family: "regular";
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.pc-nav-box .nav {
  display: none;
  position: absolute;
  width: 100%;
  top: 1rem;
  left: 0;
  z-index: 10;
  padding: 0.15rem 0;
  background: rgba(0, 0, 0, 0.5);
}
.pc-nav-box .nav a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 0.36rem;
  padding: 0 0.15rem;
  text-align: center;
}
.pc-nav-box .nav a:hover,
.pc-nav-box .nav a.on {
  color: #fff000;
}
.pc-nav-box .nav a:hover:before,
.pc-nav-box .nav a.on:before {
  background: #fff000;
}
.content,
.desc {
  text-align: justify;
}
.desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  font-family: "regular";
  color: #666;
}
.content,
.content div {
  font-size: var(--fs16);
  color: #666;
  font-family: "regular";
}
.content {
  line-height: 0.3rem;
}
.content div {
  text-indent: 0.3rem;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.footer-wrapper {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.footer-wrapper .box-container {
  text-align: center;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  color: rgba(204, 204, 204, 0.8);
}
.footer-wrapper .copyright {
  padding: 0.13rem 0;
  line-height: 0.24rem;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.index-banner-wrapper:hover .swiper-btn {
  visibility: visible;
  opacity: 0.5;
}
.index-banner-wrapper:hover .prev {
  left: 0.4rem;
}
.index-banner-wrapper:hover .next {
  right: 0.4rem;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active a > img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-banner-wrapper .index-banner-swiper .info {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide a > img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide a > img.phone {
  display: none;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  bottom: 1.57rem;
  z-index: 10;
  width: 100%;
  padding: 0 1.2rem;
}
.index-banner-wrapper .info img {
  display: block;
  width: 35.47%;
}
.index-banner-wrapper .swiper-btn {
  width: 12px;
  height: 25px;
  transition-duration: 1s;
  opacity: 0;
  visibility: hidden;
}
.index-banner-wrapper .swiper-btn:hover {
  opacity: 1;
}
.index-banner-wrapper .prev {
  left: -0.6rem;
  background-image: url(../img/i-prev.png);
}
.index-banner-wrapper .prev:hover {
  background-image: url(../img/i-prev.png);
}
.index-banner-wrapper .next {
  right: -0.6rem;
  background-image: url(../img/i-next.png);
}
.index-banner-wrapper .next:hover {
  background-image: url(../img/i-next.png);
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #eaeaea;
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.04);
  /* input placeholder  */
}
.search-form .main {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: var(--fs15);
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #fff000;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.video-box {
  position: relative;
  overflow: hidden;
}
.video-box.on .pic {
  opacity: 0;
  visibility: hidden;
}
.video-box.on .video {
  opacity: 1;
  visibility: visible;
}
.video-box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.33rem;
  margin-top: -0.33rem;
  width: 0.66rem;
  height: 0.66rem;
  cursor: pointer;
  background-image: url(../img/play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
.video-box .play:before,
.video-box .play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.video-box .play:before {
  animation: iconScale2 2.4s linear infinite;
}
.video-box .play:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.video-box .pic {
  position: relative;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.video-box .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.video-box video {
  width: 100%;
}
.video-box .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.video-box .video video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
  max-height: 100%;
  object-fit: contain;
}
.swiper-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.swiper-modal.on {
  z-index: 40;
  opacity: 1;
  visibility: visible;
}
.swiper-modal .box {
  width: 9.7rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.swiper-modal .swiper-box {
  display: block;
  width: 100%;
  padding: 0 1rem;
}
.swiper-modal .swiper-container {
  border: solid 4px #fff;
  background-color: #fff;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.swiper-modal .swiper-wrapper {
  align-items: center;
}
.swiper-modal .main {
  position: relative;
  width: 100%;
}
.swiper-modal .item {
  display: none;
}
.swiper-modal .item.on {
  display: block;
}
.swiper-modal .close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url(../img/close2.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -0.6rem;
  top: -0.2rem;
  z-index: 1;
  background-size: 0.2rem;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.swiper-modal .close:hover {
  transform: rotate(-90deg);
}
.swiper-modal .swiper-btn {
  display: inline-block;
  width: 0.44rem;
  height: 0.65rem;
  background-size: 0.12rem;
}
.swiper-modal .swiper-btn:hover {
  background-color: #fff000;
}
.swiper-modal .prev {
  left: 0;
  background-image: url(../img/i-prev.png);
}
.swiper-modal .prev:hover {
  background-image: url(../img/i-prev4.png);
}
.swiper-modal .next {
  right: 0;
  background-image: url(../img/i-next.png);
}
.swiper-modal .next:hover {
  background-image: url(../img/i-next4.png);
}
.swiper-modal .swiper-btn.swiper-button-disabled {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-banner-wrapper {
  position: relative;
}
.page-banner-wrapper > img {
  display: block;
  width: 100%;
}
.page-banner-wrapper .info {
  position: absolute;
  left: calc((100% - 12.8rem) / 2);
  top: 0;
  z-index: 10;
  width: 33.33%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.page-banner-wrapper .inner {
  width: 100%;
}
.page-banner-wrapper h1 {
  font-weight: 700;
  font-size: var(--fs48);
  line-height: 0.56rem;
  color: #3b372f;
  letter-spacing: 1px;
}
.page-banner-wrapper .desc {
  font-size: var(--fs18);
  font-family: "regular";
  color: #3b372f;
  line-height: 0.3rem;
  margin-top: 0.16rem;
}
area:link,
area:visited,
area:active,
area:focus {
  outline: none;
}
.about-banner-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
}
.about-banner-wrapper > img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
  opacity: 0;
}
.about-banner-wrapper ul {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.about-banner-wrapper ul.on {
  z-index: 0;
}
.about-banner-wrapper .item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  cursor: pointer;
}
.about-banner-wrapper .item.on {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
.about-banner-wrapper .item.on img {
  opacity: 1;
  visibility: visible;
}
.about-banner-wrapper .item img {
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
}
.about-banner-wrapper .item:nth-child(1) {
  width: 5.56rem;
  left: 14.4%;
  top: 33.4%;
}
.about-banner-wrapper .item:nth-child(2) {
  width: 5.9rem;
  left: 22.2%;
  top: 16.4%;
}
.about-banner-wrapper .item:nth-child(3) {
  width: 2.62rem;
  left: 29.6%;
  top: 4.4%;
}
.about-banner-wrapper .item:nth-child(4) {
  width: 2.5rem;
  left: 49%;
  top: 4.9%;
}
.about-banner-wrapper .item:nth-child(5) {
  width: 2.18rem;
  left: 62.9%;
  top: 5.1%;
}
.about-banner-wrapper .item:nth-child(6) {
  width: 3.5rem;
  left: 43.5%;
  top: 15.4%;
}
.about-banner-wrapper .item:nth-child(7) {
  width: 3.75rem;
  left: 59.68%;
  top: 32.8%;
}
.about-banner-wrapper .item:nth-child(8) {
  width: 5.48rem;
  left: 53.8%;
  top: 42.8%;
}
.about-banner-wrapper .item:nth-child(9) {
  width: 6.01rem;
  left: 45.7%;
  top: 57.5%;
}
.page-case-banner {
  padding: 0.6rem 0 0.8rem;
  background-color: #f0f0f0;
}
.page-case-banner .pic {
  width: 49.22%;
  margin: 0 auto;
  position: relative;
}
.page-case-banner ul {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.page-case-banner li {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 10;
}
.page-case-banner li:before,
.page-case-banner li:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  animation: iconScale 2s linear infinite;
  opacity: 0;
}
.page-case-banner li:after {
  animation-delay: 0.5s;
}
.page-case-banner li:nth-child(even):before {
  animation-delay: 0.2s;
}
.page-case-banner li:nth-child(even):after {
  animation-delay: 0.6s;
}
.page-case-banner li:nth-child(1) {
  right: 24%;
  top: 17%;
}
.page-case-banner li:nth-child(2) {
  right: 25.5%;
  top: 24.8%;
}
.page-case-banner li:nth-child(3) {
  right: 25%;
  top: 31%;
}
.page-case-banner li:nth-child(4) {
  right: 35.7%;
  top: 36.2%;
}
.page-case-banner li:nth-child(5) {
  right: 34.5%;
  top: 40.4%;
}
.page-case-banner li:nth-child(6) {
  right: 41.7%;
  top: 42.2%;
}
.page-case-banner li:nth-child(7) {
  right: 37.7%;
  top: 45.2%;
}
.page-case-banner li:nth-child(8) {
  right: 34.5%;
  top: 49%;
}
.page-case-banner li:nth-child(9) {
  right: 39.4%;
  top: 51%;
}
.page-case-banner li:nth-child(10) {
  right: 33%;
  top: 62%;
}
.page-case-banner li:nth-child(11) {
  right: 30%;
  top: 60%;
}
.page-case-banner li:nth-child(12) {
  right: 28%;
  top: 60%;
}
.page-case-banner li:nth-child(13) {
  right: 28.4%;
  top: 67%;
}
.page-case-banner li:nth-child(14) {
  right: 30.5%;
  top: 73%;
}
.page-case-banner li:nth-child(15) {
  right: 35%;
  top: 71%;
}
.page-case-banner li:nth-child(16) {
  right: 42.7%;
  top: 63.1%;
}
.page-case-banner li:nth-child(17) {
  right: 47%;
  top: 62.6%;
}
.page-case-banner li:nth-child(18) {
  right: 42%;
  top: 73%;
}
.page-case-banner li:nth-child(19) {
  right: 49%;
  top: 74.5%;
}
.page-case-banner li:nth-child(20) {
  right: 39.5%;
  top: 82%;
}
.page-case-banner li:nth-child(21) {
  right: 47%;
  top: 82.5%;
}
.page-case-banner li:nth-child(22) {
  right: 56.2%;
  top: 78.2%;
}
.page-case-banner li:nth-child(23) {
  right: 53%;
  top: 62.6%;
}
.page-case-banner li:nth-child(24) {
  right: 72%;
  top: 62.6%;
}
.page-case-banner li:nth-child(25) {
  left: 18%;
  top: 28%;
}
.page-case-banner li:nth-child(26) {
  right: 63%;
  top: 49%;
}
.page-case-banner li:nth-child(27) {
  right: 55%;
  top: 47%;
}
.page-case-banner li:nth-child(28) {
  right: 51.5%;
  top: 46.4%;
}
.page-case-banner li:nth-child(29) {
  right: 46.5%;
  top: 51%;
}
.page-case-banner li:nth-child(30) {
  right: 43%;
  top: 33%;
}
.page-case-banner li i {
  display: block;
  width: 6px;
  height: 6px;
  margin: 7px auto;
  background-color: #ffc000;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
.page-box {
  padding: 0.8rem 0 1.2rem;
}
.page-title {
  font-size: var(--fs48);
  color: #000;
  font-family: "regular";
  font-weight: 700;
  line-height: 0.6rem;
  letter-spacing: 0.02rem;
  margin-bottom: 0.34rem;
}
.page-title.center {
  text-align: center;
}
.about-wrapper {
  padding: 0.72rem 0 2.2rem;
  background: url(../img/aboutbg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.about-wrapper .video-box {
  margin-top: 0.72rem;
}
.prop-wrapper.decoration .item {
  flex-direction: row-reverse;
}
.prop-wrapper.decoration .item:first-child .pic-box .pic:nth-child(1) {
  top: 0;
}
.prop-wrapper.decoration .item:first-child .pic-box .pic:nth-child(2) {
  top: 0.3rem;
}
.prop-wrapper .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.prop-wrapper .item:hover .pic-box > img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.prop-wrapper .item:last-child {
  margin-bottom: 0;
}
.prop-wrapper .item:first-child {
  margin-bottom: 0.9rem;
}
.prop-wrapper .item:first-child .pic-box {
  overflow: initial;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.prop-wrapper .item:first-child .pic-box .pic:nth-child(1) {
  top: 0.3rem;
}
.prop-wrapper .info-box {
  width: 31.3%;
}
.prop-wrapper .pic-box {
  position: relative;
  width: 60.16%;
  overflow: hidden;
}
.prop-wrapper .pic-box > img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.prop-wrapper .pic-box .pic {
  position: relative;
  width: 48.7%;
}
.prop-wrapper .pic-box .pic:hover .info {
  opacity: 1;
  visibility: visible;
}
.prop-wrapper .pic-box .pic img {
  cursor: pointer;
}
.prop-wrapper .pic-box .info {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.43rem 0.48rem 0.55rem;
  background-color: rgba(69, 66, 65, 0.8);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.prop-wrapper .pic-box .desc {
  color: #c3c3c3;
  margin: 0.06rem auto 0.36rem;
}
.prop-wrapper .name {
  font-size: var(--fs24);
  color: #fff;
  font-family: "regular";
  font-weight: 700;
  line-height: 0.36rem;
}
.prop-wrapper .more {
  font-size: var(--fs16);
  color: #fff;
  font-family: "regular";
  line-height: 0.24rem;
  position: relative;
  display: inline-block;
}
.prop-wrapper .more:hover:after {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
}
.prop-wrapper .more:after {
  content: "";
  width: 6px;
  height: 11px;
  background-image: url(../img/i-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-left: 0.06rem;
  position: relative;
  top: -1px;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
}
.prop-wrapper .title {
  font-size: var(--fs36);
  line-height: 0.4rem;
  display: inline-block;
  color: #000;
  font-family: "regular";
  font-weight: 700;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #fff000;
}
.prop-wrapper .info-box .desc {
  margin-top: 0.32rem;
}
.customization-wrapper .box-container {
  position: relative;
}
.customization-wrapper .item {
  display: none;
}
.customization-wrapper .item.on {
  display: block;
  animation: fadeIn 0.6s ease;
}
.customization-wrapper .item .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.customization-wrapper .swiper-btn {
  width: 0.5rem;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.13rem;
  border-radius: 5px;
}
.customization-wrapper .swiper-btn:hover {
  background-color: #fff000;
}
.customization-wrapper .prev {
  left: -0.7rem;
  background-image: url(../img/i-prev2.png);
}
.customization-wrapper .prev:hover {
  background-image: url(../img/i-prev3.png);
}
.customization-wrapper .next {
  right: -0.7rem;
  background-image: url(../img/i-next2.png);
}
.customization-wrapper .next:hover {
  background-image: url(../img/i-next3.png);
}
.customization-wrapper .box-2 {
  margin: 0.8rem auto;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.customization-wrapper .box-2 .info,
.customization-wrapper .box-2 .pic {
  width: 50%;
}
.customization-wrapper .box-2 .info {
  position: relative;
  background-color: #454241;
  padding-left: calc((100% - 12.8rem) / 2);
  padding-right: 1.6rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  overflow: hidden;
}
.customization-wrapper .box-2 .inner {
  width: 100%;
  position: relative;
  z-index: 10;
}
.customization-wrapper .box-2 .tips {
  font-size: var(--fs30);
  color: #fff;
  line-height: 0.48rem;
  font-family: "regular";
  font-weight: 700;
  text-align: justify;
  margin-bottom: 0.48rem;
}
.customization-wrapper .box-2 .tel {
  display: inline-block;
  background-color: #fff000;
  border-radius: 5px;
  line-height: 0.36rem;
  padding: 0.13rem 0.2rem;
  font-family: "regular";
}
.customization-wrapper .box-2 .tel img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 0.23rem;
  margin-right: 0.1rem;
}
.customization-wrapper .box-2 .tel,
.customization-wrapper .box-2 .tel a {
  font-size: var(--fs24);
}
.customization-wrapper .box-2 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.customization-wrapper .wave {
  margin-left: -25%;
  position: absolute;
  left: 0;
  bottom: -45%;
  z-index: 0;
  width: 150%!important;
}
.customization-wrapper .box-3 .page-title {
  margin-bottom: 0.52rem;
}
.customization-wrapper .step ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.customization-wrapper .step li {
  position: relative;
  text-align: center;
  width: 25%;
  padding-right: 0.3rem;
}
.customization-wrapper .step li:last-child {
  padding-right: 0;
}
.customization-wrapper .step li:last-child:after {
  display: none;
}
.customization-wrapper .step li:after {
  content: "";
  width: 0.2rem;
  height: 0.38rem;
  background-image: url(../img/i-right2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0.41rem;
  z-index: 10;
}
.customization-wrapper .step li:hover .icon {
  transform: rotateY(180deg);
}
.customization-wrapper .step .icon {
  width: 1.2rem;
  display: block;
  margin: 0 auto;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
}
.customization-wrapper .step p {
  font-size: var(--fs18);
  color: #000;
  font-family: "regular";
  line-height: 0.3rem;
  margin-top: 0.24rem;
}
.cat-box {
  position: absolute;
  right: 0;
  top: 0.22rem;
  z-index: 10;
}
.cat-box a {
  display: inline-block;
  border-radius: 3px;
  min-width: 0.56rem;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  text-align: center;
  margin-right: 0.14rem;
  font-size: var(--fs16);
  color: #666;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.cat-box a:last-child {
  margin-right: 0;
}
.cat-box a.on {
  background-color: #fff000;
}
.goods-wrapper .list {
  position: relative;
  overflow: hidden;
}
.goods-wrapper ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.goods-wrapper li {
  position: relative;
  width: 32.5%;
  margin-right: 1.25%;
  margin-top: 1.25%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 2.6rem;
}
.goods-wrapper li:nth-child(3n) {
  margin-right: 0;
}
.goods-wrapper li:nth-child(-n+3) {
  margin-top: 0;
}
.goods-wrapper li a {
  width: 100%;
  display: block;
}
.goods-wrapper li:hover .more,
.goods-wrapper li.on .more {
  opacity: 1;
  visibility: visible;
  bottom: 0.2rem;
}
.goods-wrapper li:hover .bg,
.goods-wrapper li.on .bg {
  opacity: 0.9;
}
.goods-wrapper li .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.goods-wrapper li .inner {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.5rem;
}
.goods-wrapper li p {
  color: #fff;
  line-height: 0.2rem;
  text-transform: uppercase;
  font-family: "light";
  margin-top: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 0.6rem;
}
.goods-wrapper .name {
  font-size: var(--fs32);
  color: #fff;
  line-height: 0.36rem;
  font-family: "regular";
  letter-spacing: 0.02rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.72rem;
}
.goods-wrapper .more {
  color: #fff;
  font-size: var(--fs14);
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -0.6rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  line-height: 0.3rem;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.bigImg-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.bigImg-box .item {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.bigImg-box .item.on {
  opacity: 1;
}
.pic-modal {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.pic-modal.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pic-modal.on .info {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.pic-modal .pic {
  position: relative;
}
.pic-modal .pic:hover img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.pic-modal .pic img {
  transition-duration: 2s;
}
.pic-modal .info {
  width: 32.5%;
  height: 2.6rem;
  background-color: rgba(255, 240, 0, 0.8);
  position: absolute;
  left: 33.75%;
  bottom: 0;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transform: translateY(5rem);
  -webkit-transform: translateY(5rem);
  -moz-transform: translateY(5rem);
  -ms-transform: translateY(5rem);
  -o-transform: translateY(5rem);
  transition-delay: 0.4s;
}
.pic-modal .inner {
  width: 100%;
  padding: 0.5rem;
  text-align: center;
}
.pic-modal .title {
  font-size: var(--fs32);
  line-height: 0.36rem;
  font-family: "regular";
  letter-spacing: 0.02rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.72rem;
}
.pic-modal p {
  color: #636363;
  line-height: 0.2rem;
  text-transform: uppercase;
  font-family: "light";
  margin-top: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 0.6rem;
}
.case-wrapper .list > ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  position: relative;
}
.case-wrapper .list > ul > li {
  cursor: pointer;
  width: 31.9%;
  margin-right: 2.15%;
  margin-top: 0.4rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.case-wrapper .list > ul > li:nth-child(3n) {
  margin-right: 0;
}
.case-wrapper .list > ul > li:nth-child(-n+3) {
  margin-top: 0;
}
.case-wrapper .list > ul > li:nth-child(2),
.case-wrapper .list > ul > li:nth-child(3) {
  position: absolute;
  right: 0;
  z-index: 10;
  margin-right: 0;
}
.case-wrapper .list > ul > li:nth-child(2) {
  top: 0;
}
.case-wrapper .list > ul > li:nth-child(3) {
  top: 3.12rem;
}
.case-wrapper .list > ul > li:first-child {
  width: 65.95%;
}
.case-wrapper .list > ul > li:first-child .pic img {
  height: 5.91rem;
}
.case-wrapper .list > ul > li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-wrapper .pic img {
  object-fit: cover;
  height: 2.8rem;
}
.news-wrapper .hot-news {
  margin-bottom: 0.2rem;
}
.news-wrapper .hot-news a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.news-wrapper .hot-news a:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .hot-news a:hover .title {
  font-weight: 700;
}
.news-wrapper .hot-news .pic,
.news-wrapper .hot-news .info {
  width: 50%;
}
.news-wrapper .hot-news .info {
  padding: 0.56rem 0.6rem 0 0.8rem;
  background-color: #f4f4f4;
}
.news-wrapper .hot-news .desc {
  height: 0.9rem;
}
.news-wrapper .time {
  font-family: Arial;
  color: #999;
  line-height: 0.2rem;
}
.news-wrapper .title {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.36rem;
  text-align: justify;
  margin: 0.08rem auto 0.16rem;
}
.news-wrapper .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-wrapper .list li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #eaeaea;
}
.news-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.news-wrapper .list li a:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .list li a:hover .title {
  font-weight: 700;
}
.news-wrapper .list .pic {
  width: 23.83%;
}
.news-wrapper .list .pic img {
  height: 1.93rem;
  object-fit: cover;
}
.news-wrapper .list .info {
  width: 72.19%;
  padding-right: 0.8rem;
}
.news-wrapper .list .desc {
  height: 0.6rem;
  -webkit-line-clamp: 2;
}
.newsinfo-wrapper .box-container {
  padding-left: 1.38rem;
  padding-right: 1.38rem;
}
.newsinfo-wrapper .time {
  font-size: var(--fs16);
  color: #999;
  font-family: "light";
  font-weight: 700;
  line-height: 0.24rem;
}
.newsinfo-wrapper .title {
  color: #000;
  font-size: var(--fs36);
  font-family: "regular";
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 0.48rem;
  margin: 0.08rem auto 0.25rem;
}
.newsinfo-wrapper .content {
  padding: 0.52rem 0 0.72rem;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.newsinfo-wrapper .relative-box {
  position: relative;
  padding-right: 1.8rem;
  margin-top: 0.3rem;
}
.newsinfo-wrapper .relative-box p {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  line-height: 0.36rem;
  margin-bottom: 0.04rem;
}
.newsinfo-wrapper .relative-box p:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .relative-box p:hover a {
  font-weight: 700;
}
.newsinfo-wrapper .relative-box p span {
  color: #999;
}
.newsinfo-wrapper .relative-box p a {
  max-width: 85%;
  height: 0.36rem;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newsinfo-wrapper .return {
  display: block;
  position: absolute;
  top: 0.12rem;
  right: 0;
  z-index: 10;
  width: 1.35rem;
  line-height: 0.5rem;
  height: 0.5rem;
  background-color: #f3f3f3;
  border-radius: 5px;
  text-align: center;
  color: #666;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.newsinfo-wrapper .return:hover {
  background-color: #fff000;
  color: #000;
}
.newsinfo-wrapper .return:hover:before {
  background-image: url(../img/return2.png);
}
.newsinfo-wrapper .return:before {
  content: "";
  width: 0.16rem;
  height: 0.14rem;
  background-image: url(../img/return.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 0.1rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-wrapper {
  padding: 0.8rem 0;
}
.contact-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.contact-wrapper .info {
  width: 40%;
}
.contact-wrapper .info h1 {
  font-size: var(--fs36);
  font-family: "regular";
  font-weight: 700;
}
.contact-wrapper .map {
  width: 50%;
  height: 4.53rem;
  position: relative;
  overflow: hidden;
}
.contact-wrapper .map .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-wrapper .desc {
  margin: 0.27rem auto 0.3rem;
  text-align: left;
}
.contact-wrapper .qrcode {
  width: 1.2rem;
  text-align: center;
}
.contact-wrapper .qrcode img {
  display: block;
  width: 100%;
}
.contact-wrapper .qrcode p {
  font-family: "regular";
  margin-top: 0.08rem;
  line-height: 0.2rem;
}
.boss-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.boss-wrapper .info {
  width: 50%;
}
.boss-wrapper .pic {
  width: 42.19%;
  height: 100%;
}
.boss-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.culture-wrapper .top {
  text-align: center;
  margin-bottom: 0.75rem;
}
.culture-wrapper .brief {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
  font-family: "regular";
}
.culture-wrapper .page-title {
  margin-bottom: 0;
}
.culture-wrapper .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.culture-wrapper .item:last-child {
  margin-bottom: 0;
}
.culture-wrapper .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.culture-wrapper .item:last-child {
  align-items: center;
}
.culture-wrapper .pic {
  width: 60.15%;
}
.culture-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.culture-wrapper .info {
  width: 31.25%;
}
.culture-wrapper .title {
  position: relative;
  margin-bottom: 0.32rem;
}
.culture-wrapper .title:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #efefef;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.culture-wrapper .title span {
  display: inline-block;
  font-size: var(--fs36);
  color: #000;
  font-family: "regular";
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 0.4rem;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #fff000;
}
.honor-wrapper .list > ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.honor-wrapper .list > ul > li {
  cursor: pointer;
  width: 31.72%;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
  border: solid 1px #e9e9e9;
  margin-right: 2.42%;
  margin-top: 2.42%;
  padding: 0.44rem 0.53rem 0.28rem;
}
.honor-wrapper .list > ul > li:nth-child(3n) {
  margin-right: 0;
}
.honor-wrapper .list > ul > li:nth-child(-n+3) {
  margin-top: 0;
}
.honor-wrapper .list > ul > li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.honor-wrapper .pic img {
  height: 2.3rem;
  object-fit: contain;
}
.honor-wrapper .title {
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.24rem;
  height: 0.48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.22rem;
}
.history-wrapper {
  padding: 0.8rem 0;
}
.history-wrapper .list {
  padding-top: 0.7rem;
  position: relative;
}
.history-wrapper .list:before,
.history-wrapper .list:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.history-wrapper .list:before {
  width: 0.36rem;
  height: 0.36rem;
  background-image: url(../img/clock.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  top: 0;
}
.history-wrapper .list:after {
  width: 0.02rem;
  height: calc(100% - 0.36rem);
  left: 0.17rem;
  top: 0.36rem;
  background-color: #333;
}
.history-wrapper .item {
  position: relative;
  padding-left: 0.83rem;
  margin-bottom: 0.2rem;
}
.history-wrapper .item:last-child {
  margin-bottom: 0;
}
.history-wrapper .item:hover .icon {
  background-color: #fff000;
}
.history-wrapper .item:hover .info {
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.history-wrapper .icon {
  width: 0.18rem;
  height: 0.18rem;
  border: 2px solid #333;
  border-radius: 50%;
  position: absolute;
  left: 0.09rem;
  background-color: #fff;
  top: 50%;
  margin-top: -0.09rem;
  z-index: 10;
}
.history-wrapper .icon:before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.03rem;
  margin-top: -0.03rem;
}
.history-wrapper .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.3rem 0.78rem 0.47rem 0;
  width: 93.51%;
  background-color: #f0f0f0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.history-wrapper .year {
  text-align: center;
  width: 1.65rem;
  padding-top: 0.17rem;
  margin-right: 0.22rem;
}
.history-wrapper .year h5 {
  font-size: var(--fs30);
  line-height: 0.3rem;
  font-family: "medium";
}
.history-wrapper .year p {
  color: #999;
  line-height: 0.2rem;
  font-family: "light";
  margin-top: 2px;
}
.history-wrapper .desc {
  color: #333;
  flex: 1;
  overflow: hidden;
  height: 100%;
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.6rem;
}
.pageNum a {
  display: inline-block;
  color: #3f4150;
  font-size: var(--fs18);
  font-family: "light";
  font-weight: 700;
  vertical-align: middle;
  margin: 0 0.05rem;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #eeedeb;
  text-align: center;
  border-radius: 50%;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .dot {
  line-height: 0.38rem;
}
.pageNum .btn {
  width: 1.1rem;
  font-size: var(--fs16);
  font-family: "regular";
  font-weight: 500;
  border-radius: 30px;
}
.pageNum a:hover,
.pageNum .on {
  background-color: #fff000;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #fff000;
  color: #3f4150;
  font-size: 12px;
  font-family: "regular";
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@keyframes iconScale {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes iconScale2 {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes navDown {
  0% {
    z-index: -1;
    top: 0.6rem;
  }
  100% {
    z-index: 10;
    top: 1rem;
  }
}
