.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.light {
  font-family: "light";
}
.medium {
  font-family: "medium";
}
.mb {
  font-family: "mb";
}
.regular {
  font-family: "regular";
}
.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;
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  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;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "light";
  src: url('../fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  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;
  --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: #000;
}
.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;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 52;
  width: 100%;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition-delay: 0.1s;
}
.header-wrapper.active,
.header-wrapper.shadow {
  background-color: #000;
}
.header-wrapper.on {
  top: -1.5rem;
}
.header-wrapper .box-container {
  height: 1rem;
  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 .logo-box {
  width: 0.84rem;
}
.header-wrapper .logo-box a {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box img {
  width: 100%;
  display: block;
}
.header-wrapper .other-box {
  margin-left: 0.76rem;
  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 {
  margin-right: 0.48rem;
}
.header-wrapper .language a,
.header-wrapper .language span {
  display: inline-block;
  font-size: var(--fs16);
  color: #fff;
  font-family: "light";
  text-transform: uppercase;
}
.header-wrapper .language > span {
  margin: 0 0.04rem;
}
.header-wrapper .language a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.header-wrapper .language a span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.header-wrapper .search {
  cursor: pointer;
  width: 0.2rem;
  height: 0.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/search.png);
}
.pc-nav-box {
  flex: 1;
}
.pc-nav-box 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 */
  justify-content: flex-end;
}
.pc-nav-box li {
  margin-right: 0.36rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li:hover > a,
.pc-nav-box li.on > a {
  background-size: 100% 2px;
  background-position: 0 100%;
}
.pc-nav-box li:hover .nav-box {
  opacity: 1;
  visibility: visible;
  height: 0.8rem;
  animation: fadeIn 0.6s ease;
  z-index: 100;
}
.pc-nav-box li:hover .nav-box a {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.pc-nav-box li a {
  display: block;
  line-height: 1rem;
  font-size: var(--fs16);
  color: #fff;
  font-family: "light";
  text-transform: uppercase;
}
.pc-nav-box li > a {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 2px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.pc-nav-box .nav-box {
  position: fixed;
  left: 0;
  top: 1rem;
  background: #000;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 0;
  transition: height 0.6s ease;
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -ms-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pc-nav-box .nav-box .box-container {
  display: block;
  font-size: 0;
  text-align: left;
  height: 0.8rem;
}
.pc-nav-box .nav-box a {
  display: inline-block;
  font-size: var(--fs14);
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.8rem;
  margin-right: 0.5rem;
  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;
  opacity: 0;
  visibility: hidden;
  font-family: "light";
  text-transform: uppercase;
  transform: translate(0, 1rem);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.8s;
}
.pc-nav-box .nav-box a:hover,
.pc-nav-box .nav-box a.on {
  color: #fff;
}
.pc-nav-box .nav-box a:hover span,
.pc-nav-box .nav-box a.on span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.pc-nav-box .nav-box a:last-child {
  margin-right: 0;
}
.pc-nav-box .nav-box span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.footer-wrapper {
  padding-top: 0.94rem;
  background-color: #f6f6f6;
}
.footer-wrapper .box-1 {
  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;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs14);
  color: #666;
  font-family: "light";
}
.footer-wrapper .copyright {
  line-height: 0.24rem;
  text-align: center;
  margin-top: 1.04rem;
  padding: 0.32rem 0 0.42rem;
  border-top: 1px solid #eee;
}
.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: #000;
}
.footer-wrapper .share-box {
  width: 20.05%;
}
.footer-wrapper .share-box p {
  font-size: var(--fs16);
  color: #666;
  font-family: "light";
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}
.footer-wrapper .share-box .share {
  font-size: 0;
}
.footer-wrapper .share-box .share a {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  margin-right: 0.1rem;
  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;
  overflow: hidden;
  background-color: #000;
}
.footer-wrapper .share-box .share a:last-child {
  margin-right: 0;
}
.footer-wrapper .share-box .share a:hover {
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
}
.footer-wrapper .share-box .share a img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.footer-nav-box {
  width: 79.95%;
}
.footer-nav-box 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;
}
.footer-nav-box li {
  width: 25%;
  padding-right: 0.3rem;
}
.footer-nav-box li > a {
  font-size: var(--fs16);
  color: #000;
  margin-bottom: 0.2rem;
}
.footer-nav-box li > a:hover {
  font-weight: 700;
}
.footer-nav-box a {
  display: block;
  font-family: "light";
  line-height: 0.3rem;
  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-nav-box .nav a {
  font-size: var(--fs14);
  color: #666;
}
.footer-nav-box .nav a:hover {
  color: #000;
}
.footer-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box span {
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.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: -4rem;
  background: #000;
  z-index: 30;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
  /* input placeholder  */
}
.search-form.on {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.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: 7rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 0.2rem;
  font-size: var(--fs15);
  color: #fff;
  background-color: transparent;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  font-size: var(--fs14);
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-size: var(--fs14);
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: var(--fs14);
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  font-size: var(--fs14);
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #fff;
  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: #000;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.quick-box .box-container {
  position: relative;
}
.quick-box .box-container:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.quick-box 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;
}
.quick-box ul li {
  width: 30%;
  text-align: center;
}
.quick-box a {
  position: relative;
  display: inline-block;
  font-size: var(--fs18);
  color: #000;
  font-family: "medium";
  line-height: 0.6rem;
  text-transform: uppercase;
}
.quick-box a.on:after,
.quick-box a:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.quick-box a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.03rem;
  background-color: #000;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  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;
}
.index-title {
  font-size: var(--fs48);
  color: #000;
  line-height: 0.56rem;
  font-family: "medium";
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.4rem;
}
.index-more {
  display: block;
  width: 1.6rem;
  height: 0.49rem;
  line-height: 0.49rem;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "medium";
  position: relative;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.index-more:hover {
  background-color: #000;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.5);
  transform: translate(-3px, -3px);
}
.index-more.white {
  color: #000;
  background-color: #fff;
}
.index-more.white:hover {
  box-shadow: 6px 6px rgba(255, 255, 255, 0.5);
}
.mt {
  margin-top: 1.2rem;
}
.news-box 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;
}
.news-box li {
  width: 31.38%;
  margin-right: 2.93%;
}
.news-box li:nth-child(-n+3) {
  margin-top: 0;
}
.news-box li:nth-child(3n) {
  margin-right: 0;
}
.news-box li:hover .pic:after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.news-box 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);
  opacity: 0.7;
}
.news-box li a {
  display: block;
}
.news-box li .pic {
  position: relative;
  background: linear-gradient(-45deg, #000000 0%, #3085a3 100%);
}
.news-box li .pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.news-box li .pic img {
  height: 3.58rem;
  object-fit: cover;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.news-box .time {
  font-family: "regular";
  font-size: var(--fs16);
  color: #999;
  line-height: 0.24rem;
  margin: 0.13rem auto 0.07rem;
}
.news-box .title {
  font-size: var(--fs18);
  color: #000;
  line-height: 0.24rem;
  height: 0.48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "regular";
}
.news-box .index-more {
  margin: 0.78rem auto 0;
}
.index-box-1 {
  padding-top: 1.08rem;
}
.index-box-2 .item {
  position: relative;
}
.index-box-2 .pic {
  position: relative;
}
.index-box-2 .info {
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.index-box-2 .title {
  font-size: var(--fs24);
  color: #fff;
  font-family: "medium";
  line-height: 0.36rem;
  text-transform: uppercase;
}
.index-box-2 .index-more {
  margin: 0.2rem auto 0;
}
.index-box-3 {
  position: relative;
  padding: 0.93rem 0 1rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.index-box-3 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.index-box-3 .box-container {
  position: relative;
  z-index: 10;
  text-align: center;
}
.index-box-3 .title {
  font-size: var(--fs48);
  color: #fff;
  font-family: "mb";
  line-height: 0.56rem;
}
.index-box-3 .brief {
  font-size: var(--fs16);
  font-family: "light";
  line-height: 0.3rem;
  color: #666;
  margin: 0.08rem auto 0.42rem;
}
.index-box-3 .form {
  position: relative;
  width: 4.27rem;
  margin: 0 auto;
  /* input placeholder  */
}
.index-box-3 .form .text {
  width: 100%;
  height: 0.53rem;
  line-height: 0.53rem;
  background-color: #f4f4f4;
  font-size: var(--fs14);
  font-family: "light";
  padding: 0 0.6rem 0 0.22rem;
}
.index-box-3 .form .text:focus + .submit {
  background-image: url(../img/iright2.png);
}
.index-box-3 .form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs14);
}
.index-box-3 .form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs14);
}
.index-box-3 .form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs14);
}
.index-box-3 .form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs14);
}
.index-box-3 .submit {
  display: inline-block;
  position: absolute;
  right: 0.22rem;
  top: 0;
  width: 0.21rem;
  height: 100%;
  background-image: url(../img/iright.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  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;
}
.index-box-3 .submit:hover {
  background-image: url(../img/iright2.png);
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.98rem;
}
.pageNum a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 14px;
  font-family: "hr";
  vertical-align: middle;
  margin: 0 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background-color: #fff;
  border: solid 1px #eee;
  text-align: center;
  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 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
}
.pageNum .prev {
  background-image: url(../img/icon-left2.png);
}
.pageNum .prev:hover {
  background-image: url(../img/icon-left.png);
}
.pageNum .next {
  background-image: url(../img/icon-right2.png);
}
.pageNum .next:hover {
  background-image: url(../img/icon-right.png);
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #000;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #000;
  color: #fff;
  font-size: 12px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.slick-next,
.slick-prev,
.text-box p a:after,
.text-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: BRABUSIcon-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.slick-dotted .picture-teaser-fullscreen .picture-teaser-caption {
  padding-bottom: 56px;
}
@media (min-width: 576px) {
  .slick-dotted .picture-teaser-fullscreen .picture-teaser-caption {
    padding-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .slick-dotted .picture-teaser-fullscreen .picture-teaser-caption {
    padding-bottom: 110px;
  }
}
.picture-teaser-container-fullscreen {
  width: 100%;
}
figure {
  display: block;
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide.slick-active .box-container {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.slick-slide video {
  width: 100%;
  height: 8.6rem;
  object-fit: cover;
}
.slick-slide .title {
  font-size: var(--fs48);
  color: #fff;
  font-family: "medium";
  text-align: center;
  text-transform: uppercase;
  line-height: 0.72rem;
  letter-spacing: 0.05rem;
}
.slick-slide .info {
  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;
}
.slick-slide .box-container {
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition-delay: 0.3s;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(../Images/ajax-loader.gif) 50% no-repeat;
}
.slick-next,
.slick-prev {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 60px;
  height: 72px;
  opacity: 0.75;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 1;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  opacity: 1;
  outline: none;
}
.slick-next:focus:after,
.slick-next:focus:before,
.slick-next:hover:after,
.slick-next:hover:before,
.slick-prev:focus:after,
.slick-prev:focus:before,
.slick-prev:hover:after,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  color: #fff;
  text-shadow: 0 2px 15px hsla(0, 0%, 100%, 0.5);
}
.slick-prev {
  left: 10px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -20px;
}
.slick-next {
  right: 0;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next {
  left: -20px;
  right: auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-bottom: 0.42rem;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.slick-dots li {
  cursor: pointer;
  flex: 0 1 auto;
  height: 2px;
  margin: 0 5px;
  position: relative;
  text-indent: -999px;
  width: 0.3rem;
}
.slick-dots li button {
  background-color: #fff;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 2px;
  line-height: 0;
  opacity: 0.5;
  outline: none;
  padding: 0;
  width: 100%;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  opacity: 1;
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots li:after {
  content: "";
  display: inline-block;
  height: 10px;
  left: 0;
  position: absolute;
  top: -4px;
  width: 100%;
}
.slider div.slick-slide {
  max-height: 400px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .slider div.slick-slide {
    max-height: 680px;
  }
}
@media (min-width: 992px) {
  .slider div.slick-slide {
    max-height: 934px;
  }
}
