* {
  margin: 0;
  padding: 0;
  user-select: none;
}
a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
body {
  background-color: #fbfaf5;
}
.header {
  height: 80px;
  background-color: #fff;
}
.header .logo-box {
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.header .logo-box img {
  width: auto;
  height: 50px;
}
.header .items-box {
  padding-left: 130px;
  display: flex;
  justify-content: flex-end;
}
.header .items-box .item {
  height: 80px;
  flex-grow: 1;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  position: relative;
}
.header .items-box .item:hover {
  background-color: #f5f5f5;
}
.header .items-box .item:hover .sub-box {
  height: auto;
  overflow: visible;
}
.header .items-box .item:hover a {
  color: #000;
  text-decoration: none;
}
.header .items-box .item:hover a > div {
  opacity: 0;
}
.header .items-box .item:hover a .mark-img {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
}
.header .items-box .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
}
.header .items-box .item a img {
  width: 18px;
  height: auto;
}
.header .items-box .item a > div {
  opacity: 1;
}
.header .items-box .item a .mark-img {
  width: 50px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.header .items-box .item .sub-box {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 10s linear;
  z-index: 1000;
  font-size: 14px;
}
.header .items-box .item .sub-box:hover {
  height: auto;
}
.header .items-box .item .sub-box > div:hover .t-level {
  height: auto;
  overflow: visible;
}
.header .items-box .item .sub-box a {
  width: 100%;
  height: 45px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  position: relative;
  transition: all 0s linear;
  z-index: 10;
}
.header .items-box .item .sub-box a:hover {
  color: #fff;
  background-color: #ba251e;
}
.header .items-box .item .sub-box .t-level {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10000;
  height: 0;
  overflow: hidden;
  transition: all 10s linear;
}
.header .items-box .item .sub-box .t-level a {
  width: 100%;
  height: 45px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  position: relative;
  transition: all 0s linear;
}
.header .items-box .item .sub-box .t-level a:hover {
  color: #fff;
  background-color: #ba251e;
}
.small-header {
  height: 80px;
  background-color: #fff;
}
.small-header .content-box {
  height: 80px;
}
.small-header .content-box .logo-box img {
  height: 40px;
  width: auto;
}
.small-header .content-box .openNav-box {
  cursor: pointer;
}
.small-header .content-box .openNav-box .line {
  transition: all 0.5s linear;
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 2px;
  margin-top: 8px;
}
.small-header .content-box .openNav-box .line:first-child {
  margin-top: 0;
}
.small-header .content-box .animate1 .second-line {
  transform: rotateY(360deg);
  opacity: 0;
}
.small-header .content-box .animate1 .first-line {
  transform-origin: center center;
  transform: translateY(12px) rotate(405deg);
}
.small-header .content-box .animate1 .third-line {
  transform-origin: center center;
  transform: translateY(-12px) rotate(-405deg);
}
.right-nav {
  overflow: auto;
  overflow-style: marquee-block;
  transition: all 0.5s linear;
  height: calc(100vh - 80px);
  position: fixed;
  right: -200px;
  top: 80px;
  z-index: 99999;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.6);
}
.right-nav::-webkit-scrollbar {
  width: 0;
}
.right-nav .nav-item {
  width: 100%;
  margin-bottom: 1px;
}
.right-nav .nav-item > a {
  width: 100%;
  height: 45px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
}
.right-nav .nav-item .sub-nav {
  width: 100%;
  display: none;
}
.right-nav .nav-item .sub-nav a {
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  line-height: 45px;
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #fff;
}
.right-nav .nav-item .sub-nav a:last-child {
  border: none;
}
.right-nav .nav-item .sub-nav .st-level {
  display: none;
  width: 100%;
}
.right-nav .nav-item .sub-nav .st-level a {
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 45px;
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #fff;
}
.active {
  right: 0;
}
.banner-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.nav-box .nav-items > div a {
  width: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  height: 40px;
  background-color: #fff;
  margin-top: 15px;
  margin-right: 12px;
}
.nav-box .nav-items .active a {
  background-color: #BA251E;
  color: #fff;
}
.page-txt-box {
  border-right: 1px dashed #DCDACF;
  border-left: 1px dashed #DCDACF;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}
.page-txt-box .title-box .title {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}
.page-txt-box .title-box .title .cn-t {
  font-size: 32px;
  color: #000000;
}
.page-txt-box .title-box .title .en-t {
  font-size: 14px;
  color: #5F5F5F;
}
.page-txt-box .title-box .line {
  width: 160px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.page-txt-box .pSw1 .swiper-slide {
  width: 100%;
  margin-right: 20px;
}
.page-txt-box .pSw1 .sw-slide-1 {
  margin-top: 20px;
  width: 100%;
  padding: 30px;
  background-color: #fff;
}
.page-txt-box .pSw1 .sw-slide-1 .head-img {
  text-align: center;
}
.page-txt-box .pSw1 .sw-slide-1 .head-img img {
  width: 120px;
  height: auto;
}
.page-txt-box .pSw1 .sw-slide-1 .info-box {
  margin-left: 0;
  font-size: 16px;
  color: #4A4947;
  line-height: 34px;
}
.page-txt-box .pSw1 .sw-slide-1 .info-box .name {
  text-align: center;
  font-size: 22px;
  color: #000000;
  margin-top: 10px;
}
.page-txt-box .pSw1 .sw-slide-1 .info-box .job {
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin-top: 8px;
  margin-bottom: 15px;
}
.page-txt-box .pSw1 .btn-box .item {
  cursor: pointer;
  width: 46px;
  height: 46px;
  position: relative;
  background-color: #f0efe9;
  margin-top: 20px;
}
.page-txt-box .pSw1 .btn-box .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-txt-box .pSw1 .btn-box .item:first-child {
  margin-right: 14px;
}
.page-txt-box .pSw1 .btn-box .item .hover {
  opacity: 0;
}
.page-txt-box .pSw1 .btn-box .item:hover {
  background-color: #BA251E;
}
.page-txt-box .pSw1 .btn-box .item:hover img {
  opacity: 0;
}
.page-txt-box .pSw1 .btn-box .item:hover .hover {
  opacity: 1;
}
.page-txt-box .team-cate {
  margin-top: 20px;
}
.page-txt-box .team-cate a {
  width: 100px;
  height: 40px;
  background: #F0EFE9;
  font-size: 14px;
  color: #000000;
}
.page-txt-box .team-cate:first-child {
  margin-right: 12px;
}
.page-txt-box .team-cate:hover a {
  background: #BA251E;
  color: #fff;
}
.page-txt-box .cate-active a {
  background: #BA251E;
  color: #fff;
}
.page-txt-box .pSw2 .swiper-slide {
  margin-top: 30px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-txt-box .pSw2 .swiper-slide img {
  width: 100%;
  height: auto;
}
.page-txt-box .pSw2 .swiper-slide .act-name {
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-top: 15px;
}
.page-txt-box .pagination {
  margin-top: 20px;
}
.page-txt-box .pagination .swiper-pagination-bullet {
  margin-right: 5px;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background-color: #BA251E;
  opacity: 0.12;
}
.page-txt-box .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.page-txt-box .brand-box {
  margin-top: 100px;
}
.page-txt-box .brand-items .item {
  margin-top: 20px;
  width: 18%;
  min-width: 160px;
}
.page-txt-box .brand-items .item img {
  width: 100%;
  height: auto;
}
.page-txt-box .brand-items .item > div {
  text-align: center;
  font-size: 16px;
  color: #1D1D1D;
  margin-top: 20px;
}
.page-txt-box .year-box {
  font-size: 60px;
  color: #BA251E;
  font-weight: 500;
  opacity: 0.1;
  position: absolute;
  left: -150px;
  top: 50px;
  z-index: -1;
}
.foot-sect {
  border-top: 10px solid #ba251e;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}
.foot-sect .txt-items .item {
  min-width: 150px;
}
.foot-sect .txt-items .item a {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #8B8B8B;
}
.foot-sect .txt-items .item .title {
  font-size: 18px;
  color: #565656;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.foot-sect .txt-items .item .title div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px 0;
  position: relative;
}
.foot-sect .txt-items .item .title div::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #BF6B67;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.foot-sect .qr-box {
  text-align: center;
  font-size: 14px;
  color: #979797;
  margin-top: 20px;
}
.foot-sect .qr-box img {
  width: 140px;
  height: auto;
  margin-bottom: 15px;
}
.sm-copy-box {
  background-color: #dadada;
}
.sm-copy-box .copy-text {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #979797;
}
.sm-copy-box .copy-text a {
  color: #979797;
}
.sm-copy-box .copy-text > div > div:first-child {
  margin-right: 20px;
}
.fix-box {
  position: fixed;
  z-index: 10000;
  right: 20px;
  top: 30vh;
}
.fix-box .item {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #EDEAE2;
  position: relative;
  cursor: pointer;
}
.fix-box .item > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fix-box .item .hover {
  opacity: 0;
}
.fix-box .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.fix-box .item .code-box {
  position: absolute;
  right: calc(100% + 3px);
  top: 0;
  width: 0;
  transition: all 0.3s linear;
  overflow: hidden;
}
.fix-box .item:hover {
  background-color: #ba251e;
}
.fix-box .item:hover .hover {
  opacity: 1;
}
.fix-box .item:hover .tel-box {
  opacity: 1;
  visibility: visible;
  width: 200px;
}
.fix-box .item:hover .code-box {
  width: 140px;
  height: 140px;
}
.fix-box .item .tel-box {
  transition: all 0.3s linear;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: calc(100% + 3px);
  width: 0;
}
.fix-box .item .tel-box .top-box {
  white-space: nowrap;
  background-color: #ba251e;
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #FFFFFF;
}
.fix-box .item .tel-box .top-box img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}
.fix-box .item .tel-box .num-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  background-color: #fff;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.fix-box .item:nth-child(4) {
  margin-top: 8px;
}
@keyframes wave {
  to {
    transform: scale(1);
  }
  from {
    transform: scale(1.15);
  }
}
@media (min-width: 576px) {
  .small-header .content-box .logo-box img {
    height: 50px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .page-txt-box {
    border-right: 1px dashed #DCDACF;
    border-left: 1px dashed #DCDACF;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
  }
  .page-txt-box .title-box .title {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
  }
  .page-txt-box .title-box .title .cn-t {
    font-size: 32px;
    color: #000000;
  }
  .page-txt-box .title-box .title .en-t {
    font-size: 14px;
    color: #5F5F5F;
  }
  .page-txt-box .title-box .line {
    width: 160px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .page-txt-box .pSw1 .swiper-slide {
    width: 100%;
    margin-right: 20px;
  }
  .page-txt-box .pSw1 .sw-slide-1 {
    margin-top: 20px;
    width: 100%;
    padding: 30px;
    background-color: #fff;
  }
  .page-txt-box .pSw1 .sw-slide-1 .head-img {
    text-align: left;
  }
  .page-txt-box .pSw1 .sw-slide-1 .head-img img {
    width: 270px;
    height: 340px;
  }
  .page-txt-box .pSw1 .sw-slide-1 .info-box {
    margin-left: 30px;
    font-size: 16px;
    color: #4A4947;
    line-height: 34px;
  }
  .page-txt-box .pSw1 .sw-slide-1 .info-box .name {
    text-align: left;
    font-size: 22px;
    color: #000000;
    margin-top: 10px;
  }
  .page-txt-box .pSw1 .sw-slide-1 .info-box .job {
    text-align: left;
    font-size: 16px;
    color: #000000;
    margin-top: 8px;
    margin-bottom: 15px;
  }
  .page-txt-box .pSw1 .btn-box .item {
    cursor: pointer;
    width: 46px;
    height: 46px;
    position: relative;
    background-color: #f0efe9;
    margin-top: 20px;
  }
  .page-txt-box .pSw1 .btn-box .item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .page-txt-box .pSw1 .btn-box .item:first-child {
    margin-right: 14px;
  }
  .page-txt-box .pSw1 .btn-box .item .hover {
    opacity: 0;
  }
  .page-txt-box .pSw1 .btn-box .item:hover {
    background-color: #BA251E;
  }
  .page-txt-box .pSw1 .btn-box .item:hover img {
    opacity: 0;
  }
  .page-txt-box .pSw1 .btn-box .item:hover .hover {
    opacity: 1;
  }
  .page-txt-box .team-cate {
    margin-top: 20px;
    width: 100px;
    height: 40px;
    background: #F0EFE9;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
  }
  .page-txt-box .team-cate:first-child {
    margin-right: 12px;
  }
  .page-txt-box .cate-active {
    background: #BA251E;
    color: #fff;
  }
  .page-txt-box .pSw2 .swiper-slide {
    margin-top: 30px;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-txt-box .pSw2 .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .page-txt-box .pSw2 .swiper-slide .act-name {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 15px;
  }
  .page-txt-box .brand-box {
    margin-top: 100px;
  }
  .page-txt-box .brand-items .item {
    margin-top: 20px;
    width: 18%;
    min-width: 160px;
  }
  .page-txt-box .brand-items .item img {
    width: 100%;
    height: auto;
  }
  .page-txt-box .brand-items .item > div {
    text-align: center;
    font-size: 16px;
    color: #1D1D1D;
    margin-top: 20px;
  }
  .page-txt-box .year-box {
    font-size: 60px;
    color: #BA251E;
    font-weight: 500;
    opacity: 0.1;
    position: absolute;
    left: -150px;
    top: 50px;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .nav-box {
    background-color: #BA251E;
  }
  .nav-box .nav-items > div a {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFFFFF;
    height: 60px;
    background-color: #ba251e;
    margin-top: 0;
    margin-right: 0;
  }
  .nav-box .nav-items .active a {
    background-color: #fff;
    color: #000;
  }
}
@media (min-width: 1200px) {
  .page-txt-box {
    border-right: 1px dashed #DCDACF;
    border-left: 1px dashed #DCDACF;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
  }
  .page-txt-box .title-box .title {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
  }
  .page-txt-box .title-box .title .cn-t {
    font-size: 32px;
    color: #000000;
  }
  .page-txt-box .title-box .title .en-t {
    font-size: 14px;
    color: #5F5F5F;
  }
  .page-txt-box .title-box .line {
    width: 160px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .page-txt-box .pSw1 .swiper-slide {
    width: 840px;
    margin-right: 20px;
  }
  .page-txt-box .pSw1 .sw-slide-1 {
    margin-top: 20px;
    width: 840px;
    padding: 30px;
    background-color: #fff;
  }
  .page-txt-box .pSw1 .sw-slide-1 .head-img img {
    width: 270px;
    height: 340px;
  }
  .page-txt-box .pSw1 .sw-slide-1 .info-box {
    margin-left: 30px;
    font-size: 16px;
    color: #4A4947;
    line-height: 34px;
  }
  .page-txt-box .pSw1 .sw-slide-1 .info-box .name {
    font-size: 22px;
    color: #000000;
    margin-top: 10px;
  }
  .page-txt-box .pSw1 .sw-slide-1 .info-box .job {
    font-size: 16px;
    color: #000000;
    margin-top: 8px;
    margin-bottom: 15px;
  }
  .page-txt-box .pSw1 .btn-box .item {
    cursor: pointer;
    width: 46px;
    height: 46px;
    position: relative;
    background-color: #f0efe9;
    margin-top: 20px;
  }
  .page-txt-box .pSw1 .btn-box .item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .page-txt-box .pSw1 .btn-box .item:first-child {
    margin-right: 14px;
  }
  .page-txt-box .pSw1 .btn-box .item .hover {
    opacity: 0;
  }
  .page-txt-box .pSw1 .btn-box .item:hover {
    background-color: #BA251E;
  }
  .page-txt-box .pSw1 .btn-box .item:hover img {
    opacity: 0;
  }
  .page-txt-box .pSw1 .btn-box .item:hover .hover {
    opacity: 1;
  }
  .page-txt-box .team-cate {
    margin-top: 20px;
    width: 100px;
    height: 40px;
    background: #F0EFE9;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
  }
  .page-txt-box .team-cate:first-child {
    margin-right: 12px;
  }
  .page-txt-box .cate-active {
    background: #BA251E;
    color: #fff;
  }
  .page-txt-box .pSw2 .swiper-slide {
    margin-top: 30px;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-txt-box .pSw2 .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .page-txt-box .pSw2 .swiper-slide .act-name {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 15px;
  }
  .page-txt-box .brand-box {
    margin-top: 100px;
  }
  .page-txt-box .brand-items .item {
    margin-top: 20px;
    width: 18%;
    min-width: 160px;
  }
  .page-txt-box .brand-items .item img {
    width: 100%;
    height: auto;
  }
  .page-txt-box .brand-items .item > div {
    text-align: center;
    font-size: 16px;
    color: #1D1D1D;
    margin-top: 20px;
  }
  .page-txt-box .year-box {
    font-size: 60px;
    color: #BA251E;
    font-weight: 500;
    opacity: 0.1;
    position: absolute;
    left: -150px;
    top: 50px;
    z-index: -1;
  }
}
/*# sourceMappingURL=team.css.map */