@charset "UTF-8";
/*header start*/
/*header start*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  transition: all 0.5s;
}

#header .logo {
  position: absolute;
}

#header .logo img {
  width: 270px;
  height: 50px;
  object-fit: cover;
}

#header.fix {
  background-color: rgba(0, 0, 0, 0.8);
}

#header.inner-header {
  position: sticky;
  top: 0;
  background-color: #1d1d1d;
}

#header.inner-header.fix {
  background-color: rgba(0, 0, 0, 0.8);
}

.header-box {
  padding: 35px 0 0 4vw;
}

#menuWap {
  display: none;
}

#menuPc ul {
  text-align: center;
}

#menuPc > ul > li {
  display: inline-block;
  padding: 0 0;
  position: relative;
}

#menuPc > ul > li::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  left: 20px;
  bottom: 0;
  background: #fff;
  transition: all 0.6s;
}

#menuPc > ul > li:hover::after {
  width: calc(100% - 40px);
}

#menuPc > ul > li dl {
  width: 226px;
  position: absolute;
  left: 20px;
  top: 100%;
  z-index: 999;
  opacity: 0;
  transition: all 0.2s;
  visibility: hidden;
  transform: translateY(-10%);
}

#menuPc > ul > li:hover dl {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#menuPc > ul > li dl dd {
  border-top: 1px solid #c5c5c5;
}

#menuPc > ul > li dl dd:first-child {
  border-top: none;
}

#menuPc > ul > li dl dd a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 10px 10px;
  background: #fff;
  transition: all 0.6s;
}

#menuPc > ul > li dl dd a:hover {
  background: #006487;
  color: #fff;
}

#menuPc > ul > li > a {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding: 21px 20px;
  display: block;
}

.inner-page #menuPc > ul > li > a {
  color: #183340;
}

#menuPc > ul > li:hover > a,
#menuPc > ul > li.act > a {
  font-family: 'HarmonyOS500';
}

/*header end*/
/*footer start*/
.footer {
  background-color: #1d1d1d;
}

.footer-box {
  display: flex;
  padding: 4vw 0;
  justify-content: space-between;
}

.footer-box .footer-logo {
  width: 25%;
}

.footer-box .footer-logo .f-text {
  color: #FFF;
  margin: 20px 0;
}

.footer-box .footer-logo img {
  max-width: 100%;
}

.footer-box .f-top a {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(230, 230, 230, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-box .f-top a .iconfont {
  color: rgba(230, 230, 230, 0.3);
  display: inline-block;
  font-size: 30px;
}

.footer-box .f-nav {
  width: 50%;
}

.footer-box .f-nav ul {
  display: flex;
  justify-content: space-between;
}

.footer-box .f-nav ul li {
  max-width: 33.33%;
}

.footer-box .f-nav h3 {
  color: #4F4D4C;
  margin-bottom: 20px;
}

.footer-box .f-nav dd {
  color: #E6E6E6;
  margin-bottom: 20px;
}

.footer-box .f-nav a {
  display: block;
  color: #E6E6E6;
}

.footer-box .f-code {
  display: flex;
  justify-content: space-between;
}

.footer-box .f-code .c-item {
  width: 47%;
  text-align: center;
}

.footer-box .f-code .c-item p {
  white-space: nowrap;
}

.footer-box .f-code .imgc {
  width: 66px;
  margin-bottom: 5px;
  display: inline-block;
}

.footer-box .f-code .imgc img {
  width: 100%;
  object-fit: cover;
}

.f-copy {
  border-top: 1px solid rgba(230, 230, 230, 0.5);
  padding: 12px 0 2.5vw;
  color: #E6E6E6;
  margin: 0 4vw;
  margin-top: 1vw;
}

.f-copy a {
  color: #E6E6E6;
}

.f-copy a:hover {
  color: #E6E6E6;
  text-decoration: underline;
}

/*footer end*/
.crumbs-box {
  padding: 12px 0;
}

.crumbs-box a {
  color: #bfbfbf;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #B24249;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #bfbfbf;
}

.crumbs-box span {
  color: #bfbfbf;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
  padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1320px;
  margin: 0 auto;
}

.m-width-1220 {
  max-width: 1220px;
  margin: 0 auto;
}

.m-width-1380 {
  max-width: 1380px;
  margin: 0 auto;
}

.m-width-1580 {
  max-width: 1580px;
  margin: 0 auto;
}

.m-width-1660 {
  max-width: 1660px;
  margin: 0 auto;
}

/*分页 start*/
.page-box {
  padding: 50px 0;
  text-align: center;
}

.page-box .wp-pagenavi {
  display: flex;
  justify-content: center;
}

.page-box .wp-pagenavi a,
.page-box .wp-pagenavi span {
  border: 1px solid #DDDDDD;
  display: inline-flex;
  font-size: 14px;
  color: #888888;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  justify-content: center;
  background: transparent;
}

.page-box .wp-pagenavi a.nextpostslink,
.page-box .wp-pagenavi a.previouspostslink {
  background: #333;
  color: #fff;
}

.page-box .wp-pagenavi .current {
  font-weight: bold;
  color: #333;
  border: 1px solid #333;
}

/*分页 end*/
.index-sports-grid {
  background-color: #000;
  padding: 1px 2vw;
  position: relative;
}

.index-sports-grid .img-box {
  padding-bottom: 167.47967%;
}

.index-sports-grid .swiper-button-next,
.index-sports-grid .swiper-button-prev {
  color: #FFF;
  opacity: 0.3;
  font-weight: bold;
}

.index-sports-grid .swiper-button-next:hover,
.index-sports-grid .swiper-button-prev:hover {
  opacity: 1;
}

.index-sports-grid .imgshow {
  position: relative;
}

.index-sports-grid .imgshow:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}

.index-sports-grid .swiper-slide {
  box-sizing: border-box;
  padding: 2.5vw 2vw;
}

.index-sports-grid .s-item {
  position: relative;
  cursor: pointer;
}

.index-sports-grid .s-item:hover .imgshow:after {
  opacity: 0;
}

.index-sports-grid .s-item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #ee1f1b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
  line-height: 1.2;
}

.index-sports-grid .s-item .text h4 {
  padding-left: 1.6em;
  text-transform: uppercase;
}

.index-adv-grid {
  font-family: 'Unbounded-Bold';
  color: #ee1f1b;
  background-color: #e6e6e6;
  padding: 3vw 0;
  display: block;
}

.index-adv-grid:hover {
  color: #ee1f1b;
}

.index-adv-grid .adv-cont {
  display: flex;
  line-height: 1;
  align-items: flex-end;
  justify-content: space-between;
}

.index-adv-grid .text {
  display: flex;
  flex-direction: column;
  color: #191919;
  text-align: center;
}

.index-adv-grid .text span {
  display: inline-block;
  position: relative;
}

@keyframes pulse2 {
  0% {
    transform: scale(0.9);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

.index-word-grid {
  background: url("/static/images/index-word-bg.jpg") repeat;
  background-size: 240px;
  position: relative;
}

.index-word-grid .imgshow img {
  width: 100%;
}

.index-word-grid .word-topinfo {
  padding: 6vw 0 3vw;
}

.index-word-grid .imgshow {
  position: relative;
}

.index-word-grid .imgshow .dot-item {
  position: absolute;
  z-index: 1;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transform: scale(0.9);
  left: 17%;
  top: 13%;
}

.index-word-grid .imgshow .dot-item:nth-child(odd) {
  animation-name: pulse2;
  animation-delay: 0s;
}

.index-word-grid .imgshow .dot-item:nth-child(even) {
  animation-name: pulse2;
  animation-delay: 1.5s;
}

.index-word-grid .imgshow .dot-item span {
  zoom: 0.7;
}

.index-word-grid .imgshow .dot-item:nth-child(2) {
  left: 16.5%;
  top: 19%;
}

.index-word-grid .imgshow .dot-item:nth-child(3) {
  left: 21.5%;
  top: 16.6%;
}

.index-word-grid .imgshow .dot-item:nth-child(4) {
  left: 20.5%;
  top: 21.6%;
}

.index-word-grid .imgshow .dot-item:nth-child(4) {
  left: 20.5%;
  top: 21.6%;
}

.index-word-grid .imgshow .dot-item:nth-child(5) {
  left: 21.8%;
  top: 26%;
}

.index-word-grid .imgshow .dot-item:nth-child(6) {
  left: 18.8%;
  top: 28%;
}

.index-word-grid .imgshow .dot-item:nth-child(7) {
  left: 22%;
  top: 30%;
}

.index-word-grid .imgshow .dot-item:nth-child(8) {
  left: 25%;
  top: 33%;
}

.index-word-grid .imgshow .dot-item:nth-child(9) {
  left: 25.8%;
  top: 35.8%;
}

.index-word-grid .imgshow .dot-item:nth-child(10) {
  left: 19.8%;
  top: 39.8%;
}

.index-word-grid .imgshow .dot-item:nth-child(11) {
  left: 16.8%;
  top: 42.8%;
}

.index-word-grid .imgshow .dot-item:nth-child(12) {
  left: 12.8%;
  top: 49.8%;
}

.index-word-grid .imgshow .dot-item:nth-child(13) {
  left: 16.8%;
  top: 59.8%;
}

.index-word-grid .imgshow .dot-item:nth-child(14) {
  left: 16.5%;
  top: 63.8%;
}

.index-word-grid .imgshow .dot-item:nth-child(15) {
  left: 17.5%;
  top: 77.8%;
}

.index-word-grid .imgshow .dot-item:nth-child(16) {
  left: 29.5%;
  top: 20.8%;
}

.index-word-grid .imgshow .dot-item:nth-child(17) {
  left: 28.5%;
  top: 30.8%;
}

.index-word-grid .imgshow .dot-item:nth-child(18) {
  left: 27.5%;
  top: 33.8%;
}

.index-word-grid .imgshow .dot-item:nth-child(19) {
  left: 26.5%;
  top: 39%;
}

.index-word-grid .imgshow .dot-item:nth-child(20) {
  left: 24.5%;
  top: 42%;
}

.index-word-grid .imgshow .dot-item:nth-child(21) {
  left: 21.5%;
  top: 44%;
}

.index-word-grid .imgshow .dot-item:nth-child(22) {
  left: 28.5%;
  top: 45%;
}

.index-word-grid .imgshow .dot-item:nth-child(23) {
  left: 30.5%;
  top: 38%;
}

.index-word-grid .imgshow .dot-item:nth-child(24) {
  left: 33.5%;
  top: 40%;
}

.index-word-grid .imgshow .dot-item:nth-child(25) {
  left: 35.5%;
  top: 42%;
}

.index-word-grid .imgshow .dot-item:nth-child(26) {
  left: 34.5%;
  top: 46%;
}

.index-word-grid .imgshow .dot-item:nth-child(27) {
  left: 34.5%;
  top: 50%;
}

.index-word-grid .imgshow .dot-item:nth-child(28) {
  left: 33.5%;
  top: 54%;
}

.index-word-grid .imgshow .dot-item:nth-child(29) {
  left: 43.5%;
  top: 55%;
}

.index-word-grid .imgshow .dot-item:nth-child(30) {
  left: 42.5%;
  top: 68%;
}

.index-word-grid .imgshow .dot-item:nth-child(31) {
  left: 36.5%;
  top: 18%;
}

.index-word-grid .imgshow .dot-item:nth-child(32) {
  left: 36.5%;
  top: 24%;
}

.index-word-grid .imgshow .dot-item:nth-child(33) {
  left: 38.5%;
  top: 38%;
}

.index-word-grid .imgshow .dot-item:nth-child(34) {
  left: 38.5%;
  top: 41%;
}

.index-word-grid .imgshow .dot-item:nth-child(35) {
  left: 44.5%;
  top: 30%;
}

.index-word-grid .imgshow .dot-item:nth-child(36) {
  left: 45.5%;
  top: 34%;
}

.index-word-grid .imgshow .dot-item:nth-child(37) {
  left: 59.5%;
  top: 14%;
}

.index-word-grid .imgshow .dot-item:nth-child(38) {
  left: 70.5%;
  top: 18%;
}

.index-word-grid .imgshow .dot-item:nth-child(39) {
  left: 73.5%;
  top: 30%;
}

.index-word-grid .imgshow .dot-item:nth-child(40) {
  left: 74.5%;
  top: 35%;
}

.index-word-grid .imgshow .dot-item:nth-child(41) {
  left: 77.5%;
  top: 40%;
}

.index-word-grid .imgshow .dot-item:nth-child(42) {
  left: 80.5%;
  top: 46%;
}

.index-word-grid .imgshow .dot-item:nth-child(43) {
  left: 84.5%;
  top: 54%;
}

.index-word-grid .imgshow .dot-item:nth-child(44) {
  left: 88.5%;
  top: 58%;
}

.index-word-grid .imgshow .dot-item:nth-child(45) {
  left: 85.5%;
  top: 66%;
}

.index-word-grid .word-nums {
  display: flex;
  line-height: 1;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
}

.index-word-grid .word-nums .n-item {
  display: flex;
  align-items: center;
}

.index-word-grid .word-nums .num {
  display: flex;
  align-items: center;
  font-size: 7vw;
}

.index-word-grid .word-nums .num em {
  font-family: 'Unbounded-Bold';
}

.index-word-grid .word-nums .num small {
  font-size: 3vw;
  padding-right: 20px;
}

.index-tiyan-grid {
  display: flex;
  padding: 2.5vw 8.5vw;
  background-color: #e6e6e6;
  padding-right: calc((100% - 1380px) / 2);
}

.index-tiyan-grid .tiyan-left {
  width: 28vw;
  text-transform: uppercase;
}

.index-tiyan-grid .tiyan-left .img-box {
  padding-bottom: 175.84369%;
}

.index-tiyan-grid .tiyan-left .imgshow {
  margin-top: -2.5vw;
}

.index-tiyan-grid .left-tt {
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.index-tiyan-grid .tiyan-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 20px;
  padding-left: 6.5vw;
}

.index-tiyan-grid .tiyan-right .bot-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #f51b1e;
}

.index-tiyan-grid .tiyan-right .bot-text .img-box {
  padding-bottom: 84.73054%;
}

.index-tiyan-grid .tiyan-right .imgshow {
  width: 16vw;
}

.index-tiyan-grid .right-tt {
  line-height: 1;
  color: #1A1A1A;
  text-align: right;
}

.index-tiyan-grid .right-tt em {
  display: block;
}

.index-news-grid {
  background-color: #e6e6e6;
  border-top: 20px solid #1d1d1d;
}

.index-news-grid .n-item {
  display: flex;
  flex-direction: row-reverse;
}

.index-news-grid .n-item .imgshow {
  width: 50%;
}

.index-news-grid .n-item .imgshow .img-box {
  padding-bottom: 65.7158%;
}

.index-news-grid .n-item .text {
  flex: 1;
  padding: 4vw;
  color: #1D1D1D;
  display: flex;
  justify-content: space-between;
}

.index-news-grid .n-item .text .n-tt {
  flex-shrink: 0;
}

.index-news-grid .n-item .text .n-cont {
  width: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.3;
}

.index-news-grid .n-item .text a {
  color: #1D1D1D;
}

.btns-views {
  background-color: #1D1D1D;
  border-radius: 30px;
  padding: 16px 32px;
  display: inline-block;
}

.btns-views:hover span,
.btns-views:hover .left2,
.btns-views:hover .left1 {
  transform: translateX(1em);
}

.btns-views:hover span {
  transform: translateX(2em);
}

.btns-views .see-more {
  position: relative;
  display: flex;
  color: #FFF !important;
  overflow: hidden;
}

.btns-views .see-more .iconfont {
  font-size: 18px;
  line-height: 1;
}

.btns-views .see-more span {
  transition: all 0.5s;
  display: inline-block;
}

.btns-views .see-more .left1 {
  position: absolute;
  left: -1em;
  transition: all 0.5s;
  transition-delay: 0.05s;
}

.btns-views .see-more .left2 {
  transition: all 0.5s;
  display: inline-block;
  margin-left: 0.5em;
}

.content-about {
  background-color: #DCDCDC;
}

.about-info {
  background-color: #1D1D1D;
  padding: 3vw 0 3vw;
  color: #FFF;
}

.about-info .i-t {
  margin-bottom: 8px;
}

.about-info .i-t span {
  text-transform: uppercase;
}

.about-info .info-list .img-box {
  padding-bottom: 59.42492%;
}

.about-info .info-list ul {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}

.about-info .info-list .imgshow img {
  width: 100%;
}

.about-info .info-list li {
  width: 20%;
  padding: 0 12px;
  box-sizing: border-box;
}

.about-info .info-list .imgshow {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.about-info .info-list .imgshow:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: all 0.4s ease;
}

.about-info .info-list .i-item {
  display: block;
  color: #FFF;
}

.about-info .info-list li {
  cursor: pointer;
}

.about-info .info-list li.cur .imgshow:after, .about-info .info-list li:hover .imgshow:after {
  opacity: 0;
}

.his-list {
  margin: 12px 0 3vw;
  position: relative;
}

.his-list .h-item {
  display: flex;
  border-bottom: 1px solid rgba(29, 29, 29, 0.2);
  align-items: center;
}

.his-list li:nth-last-child(1) .h-item {
  border-bottom: none;
}

.his-list:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 10px;
  z-index: 2;
  background: linear-gradient(to bottom, #DCDCDC 0px, #E60012 100px, #E60012 calc(100% - 100px), #E60012 calc(100% - 100px), #DCDCDC 100%);
  /* 下部白色渐变到底部 */
}

.his-list .imgshow {
  width: 50%;
  text-align: right;
  box-sizing: border-box;
  padding-right: 4vw;
}

.his-list .imgshow .img-box {
  padding-bottom: 84.39306%;
}

.his-list .imgshow .img-pic {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.his-list .imgshow .img-pic img {
  margin: 4px 0;
  max-width: 173px;
  width: 100%;
  display: block;
}

.his-list .text {
  flex: 1;
  padding-left: 4vw;
  line-height: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.his-list .text .t-year {
  color: #1D1D1D;
  margin-bottom: 20px;
}

.his-list .text h3 {
  color: #E60012;
  margin: 20px 0 20px;
}

.his-list .text .text-p {
  color: #040000;
  opacity: 0.6;
  line-height: 1.5;
}

.content-product {
  background-color: #E6E6E6;
  padding: 5.5vw 0 2.5vw;
}

.shop-list .shop-item {
  display: flex;
  margin-bottom: 3vw;
}

.shop-list .shop-item .item-list {
  flex: 1;
}

.shop-list .shop-item .item-list ul {
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
}

.shop-list .shop-item .item-list .imgshow img {
  width: 100%;
}

.shop-list .shop-item .item-list li {
  width: 50%;
  padding: 0 7px;
  box-sizing: border-box;
}

.shop-list .shop-item .item-list li {
  height: calc(50% - 7px);
}

.shop-list .shop-item .item-list li:nth-child(1), .shop-list .shop-item .item-list li:nth-child(2) {
  margin-bottom: 14px;
}

.shop-list .shop-item .item-list ul {
  height: 100%;
  margin: 0px -7px;
}

.shop-list .shop-item .item-list .s-logo {
  width: 5vw;
}

.shop-list .shop-item .item-list .s-logo .img-box {
  padding-bottom: 45%;
}

.shop-list .shop-item .item-list .s-item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 100%;
}

.shop-list .shop-item .item-list .s-link {
  color: #1C1C1C;
  display: flex;
  align-items: center;
}

.shop-list .shop-item .item-list .s-link a {
  margin-left: 10px;
  display: inline-block;
  background: url("../images/btn-bg.png") no-repeat;
  background-size: 100% 100%;
  color: #FFF;
  padding: 2px 10px;
}

.shop-list .shop-item .shop-logo {
  width: 24%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 100%;
  flex-shrink: 0;
  margin-right: 14px;
}

.shop-list .shop-item .shop-logo .img-box {
  padding-bottom: 79.12458%;
}

.shop-list .shop-item .shop-logo h3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}

.content-contact {
  background-color: #dcdcdc;
  padding: 1px 0;
}

.contact-title {
  line-height: 1;
  margin: 2.5vw 0 5vw;
  color: #1D1D1D;
}

.contact-title span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.contact-list .icon {
  width: 74px;
  height: 74px;
  display: inline-block;
  margin-bottom: 10px;
}

.contact-list .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-list ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.contact-list .imgshow img {
  width: 100%;
}

.contact-list li {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.contact-list li {
  margin-bottom: 6vw;
}

.contact-list .c-item {
  text-align: center;
  color: #1D1D1D;
  position: relative;
}

.contact-list .c-item:hover .h-text {
  opacity: 1;
  visibility: visible;
}

.contact-list .c-item .h-text {
  background-color: #FFF;
  padding: 12px;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
}

.contact-list .c-item .h-text img {
  width: 100px;
  height: 100px;
}

.contact-actions {
  text-align: center;
  margin: 0 0 8vw;
}

.contact-actions a {
  display: inline-block;
  background-color: #1d1d1d;
  color: #FFF;
  border-radius: 10px;
  padding: 25px 30px;
  margin: 0 2vw;
  transition: all 0.4s;
}

.contact-actions a:hover {
  opacity: 0.8;
}

.content-search {
  background-color: #dcdcdc;
  padding: 4.4vw 0 10vw;
}

.search-cont {
  display: flex;
  align-items: center;
}

.search-cont .sear-tt {
  text-transform: uppercase;
  color: #1D1D1D;
  width: 60%;
  line-height: 1.3;
}

.search-cont .sear-tt span {
  display: block;
  margin-bottom: 20px;
}

.search-cont .sear-scan {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1D1D1D;
}

.search-cont .sear-scan p {
  margin: 20px 0;
  letter-spacing: 2px;
}

.search-cont .sear-scan .imgshow img {
  width: 13vw;
  height: 13vw;
  object-fit: cover;
}

@keyframes imgupload {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

.index-animated-box {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2027;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index-animated-box #alogo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}

.index-animated-box #alogo img {
  width: auto;
  height: 50px;
}

.index-animated-box .bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  top: 0;
  z-index: 2;
}

.index-animated-box .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1d1d1d;
  top: 0;
  z-index: 1;
}

.about-brand-grid {
  padding: 0 30px 5vw;
}

.about-brand-grid .brand-swiper {
  position: relative;
  padding: 0 60px;
}

.about-brand-grid .brand-swiper .img-box {
  padding-bottom: 62.71899%;
}

.about-brand-grid .brand-swiper .b-item {
  position: relative;
}

.about-brand-grid .brand-swiper .b-item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 30px;
  text-transform: uppercase;
  color: #FFF;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
}

.about-brand-grid .brand-swiper .ani-slide .b-item .text,
.about-brand-grid .brand-swiper .ani-slide .b-item .top-text {
  opacity: 1;
  transform: translateY(0);
}

.about-brand-grid .brand-swiper .top-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6vw;
  color: #FFF;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
}

.about-brand-grid .brand-swiper .top-text .t-tt {
  line-height: 1;
}

.about-brand-grid .brand-swiper .top-text .t-tt h3 {
  margin-bottom: 12px;
}

.about-brand-grid .brand-swiper .top-text .t-tt p {
  text-transform: uppercase;
}

.about-brand-grid .brand-swiper .top-text .t-desc h4 {
  margin-bottom: 8px;
}

.about-brand-grid .brand-swiper .swiper-button-next,
.about-brand-grid .brand-swiper .swiper-button-prev {
  color: rgba(0, 0, 0, 0.5);
}

.about-title {
  color: #1D1D1D;
  margin: 3vw 0;
}

.about-title h2 {
  padding-bottom: 12px;
}

.conent-about {
  background-color: #dcdcdc;
  padding: 0 0 1px;
}

.video-box .video-js.vjs-fluid {
  padding-top: 52.92308% !important;
}

.video-box .video-js .vjs-big-play-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.brand-fac-swiper {
  position: relative;
  padding: 0 5vw;
}

.brand-fac-swiper .img-box {
  padding-bottom: 73.5119%;
}

.brand-fac-swiper .swiper-button-next,
.brand-fac-swiper .swiper-button-prev {
  top: 62%;
  transform: translateY(0);
  color: rgba(0, 0, 0, 0.5);
}

.brand-fac-swiper .text {
  color: #1d1d1d;
  margin-bottom: 30px;
}

@media screen and (max-width: 1466px) {
  .about-info .i-t span {
    font-size: 12px;
  }
  .index-tiyan-grid {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1023px) {
  /* 手机菜单 start */
  html.mm-blocking body {
    overflow: initial;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #fff;
    box-shadow: 0 1px 1px #000000;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  /* 手机菜单 end */
  .nav-box {
    display: none;
  }
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #1D1D1D;
  }
  #header .logo {
    position: initial;
  }
  #header .header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  #header .logo img {
    width: auto;
    height: 30px;
  }
  .index-adv-grid .adv-cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .index-adv-grid .text {
    margin: 20px 0;
    line-height: 1.2;
  }
  .index-word-grid .word-nums {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .index-word-grid .word-nums .n-item {
    margin-bottom: 20px;
  }
  .index-tiyan-grid {
    display: block;
    padding: 20px;
  }
  .index-tiyan-grid .tiyan-left {
    width: 100%;
  }
  .index-tiyan-grid .tiyan-right {
    display: block;
  }
  .index-tiyan-grid .right-tt {
    margin: 20px 0;
  }
  .index-tiyan-grid .tiyan-right .imgshow {
    width: 33%;
  }
  .index-news-grid .n-item {
    display: block;
  }
  .index-news-grid .n-item .imgshow {
    width: 100%;
  }
  .index-news-grid .n-item .text {
    display: block;
  }
  .index-news-grid .n-item .text .n-cont {
    width: 100%;
    display: block;
  }
  .index-news-grid .n-item .text .n-btns {
    margin: 20px 0 0;
  }
  .footer-box {
    display: block;
  }
  .footer-box .footer-logo {
    width: 100%;
    text-align: center;
  }
  .footer-box .footer-logo img {
    height: 30px;
  }
  .footer-box .f-nav {
    width: 100%;
  }
  .footer-box .f-nav ul {
    display: block;
  }
  .footer-box .f-nav dl {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-box .f-nav dl dd {
    margin-right: 20px;
  }
  .footer-box .f-nav ul li {
    max-width: 100%;
  }
  .footer-box .f-nav ul li:nth-last-child(1) dl {
    display: block;
  }
  #toTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #1d1d1d;
    width: 40px;
    height: 40px;
    z-index: 2026;
  }
  #toTop .iconfont {
    font-size: 24px;
  }
  .index-animated-box #alogo img {
    height: 40px;
  }
  .about-info .info-list ul {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .about-info .info-list .i-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .about-info .info-list li {
    width: 50vw;
    flex-shrink: 0;
  }
  .shop-list .shop-item {
    display: block;
  }
  .shop-list .shop-item .shop-logo {
    width: 40%;
    margin: 0 0 20px;
  }
  .shop-list .shop-item .item-list li {
    width: 100%;
  }
  .shop-list .shop-item .item-list .s-logo {
    width: 80px;
  }
  .shop-list .shop-item .item-list li {
    height: auto;
    margin-bottom: 12px;
  }
  .search-cont {
    display: block;
  }
  .search-cont .sear-tt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .search-cont .sear-scan .imgshow img {
    width: 120px;
    height: 120px;
  }
  .search-cont .sear-scan p {
    font-size: 16px;
  }
  .about-brand-grid {
    padding: 0 0 20px;
  }
  .about-brand-grid .brand-swiper,
  .brand-fac-swiper {
    padding: 0 30px;
  }
  .brand-swiper .swiper-button-next,
  .brand-fac-swiper .swiper-button-next {
    right: 0;
  }
  .brand-swiper .swiper-button-prev,
  .brand-fac-swiper .swiper-button-prev {
    left: 0;
  }
  .brand-swiper .swiper-button-next:after,
  .brand-swiper .swiper-button-prev:after,
  .brand-fac-swiper .swiper-button-next:after,
  .brand-fac-swiper .swiper-button-prev:after {
    font-size: 30px;
  }
}
