/* this website */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
@import "//at.alicdn.com/t/c/font_2702389_9x7inmwjn7u.css";
.whmax {
  width: 100%;
  height: 100%;
}
.ind_banner {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
  max-height: 1080px;
  z-index: 1;
  transition: transform 0.1s ease-out;
}
.ind_banner .swiper-pagination {
  justify-content: flex-start;
  padding-left: 7rem;
}
.ind_banner .banner_mouse {
  position: absolute;
  z-index: 5;
  bottom: 3rem;
  animation: moveY 2s linear infinite;
  right: 7rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0.8;
}
.ind_banner .banner_mouse i {
  color: #fff;
  user-select: none;
  -webkit-user-select: none;
  margin-bottom: 1rem;
  font-size: 3rem;
}
.ind_banner .banner_mouse p {
  color: #fff;
  user-select: none;
  -webkit-user-select: none;
  font-size: 1.4rem;
}
.ind_banner .ind_swi {
  height: 100vh;
  max-height: 1080px;
  overflow: hidden;
}
.ind_banner .ind_swi .swiper-slide {
  height: 100%;
}
.ind_banner .mimg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ind_banner .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_banner .mimg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_banner .mfont {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_banner .mfont .mfont_main {
  max-width: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ind_banner .mfont .mfont_main h1 {
  font-size: 7rem;
  letter-spacing: 0.5rem;
  color: #cc0000;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 4rem;
}
.ind_banner .mfont .mfont_main p {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
}
.ind_banner .mfont .mfont_main span {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  margin-top: 3rem;
}
.ind_banner .ind_swi_prev,
.ind_banner .ind_swi_next {
  transition: all 0.3s;
  opacity: 1;
}
.ind_banner .ind_swi_prev i,
.ind_banner .ind_swi_next i {
  color: #cc0000;
  font-size: 3rem;
  opacity: 1;
  transition: all 0.3s;
  color: #fff;
}
.ind_banner .ind_swi_prev {
  transform: translateX(0%);
}
.ind_banner .ind_swi_next {
  transform: translateX(0%);
}
.ind_banner .ind_swi_prev {
  left: 3rem;
}
.ind_banner .ind_swi_next {
  right: 3rem;
}
.ind_banner .ind_swi_prev,
.ind_banner .ind_swi_next:active {
  transform: scale(0.9);
}
.ind_banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 18rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.ind_banner2 {
  height: 80rem;
  z-index: 1!important;
}
.ind_banner2 .ind_swi {
  height: 100%;
}
.ind_banner2 .mfont .mfont_main h1 {
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
}
@keyframes moveY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation-moveY {
  animation: moveY 3s linear infinite;
}
.swiper-pagination {
  bottom: 4rem!important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #ccc;
  opacity: 1;
  transition: 0.2s all ease-in;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #fff;
}
.swiper-pagination_b {
  bottom: -4rem !important;
}
.swiper-pagination_b .swiper-pagination-bullet {
  background: #ddd;
  opacity: 1!important;
  transition: 0.2s all ease-in;
}
.swiper-pagination_b .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cc0000;
}
/*服务*/
.ind_service {
  background: url(/Static/images/bg02.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  max-height: 1080px;
  min-height: 910px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease-out;
}
.ind_service .ind_service_main {
  position: relative;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
}
.ind_service .ind_service_main .font {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, 20px);
  user-select: none;
  flex-direction: column;
}
.ind_service .ind_service_main .font h3 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.ind_service .ind_service_main .font p {
  font-size: 30px;
  color: #fff;
}
.ind_service .ind_service_main .main {
  width: 1320px;
  height: 100%;
  position: absolute;
  transform: scale(0.9) translate(13px, 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
}
.ind_service .ind_service_main .main ul {
  width: 100%;
  height: 80%;
}
.ind_service .ind_service_main .main li {
  cursor: pointer;
}
.ind_service .ind_service_main .main li .service_items .img-b {
  width: 100%;
  z-index: 10;
  transition: 0.2s all ease-in;
}
.ind_service .ind_service_main .main li .service_items .img-w {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  opacity: 0;
  transition: 0.2s all ease-in;
}
.ind_service .ind_service_main .main li .service_items .service_icon {
  z-index: 30;
  transition: 0.2s all ease-in;
}
.ind_service .ind_service_main .main li .service_title {
  z-index: 30;
}
.ind_service .ind_service_main .main li .service_title h3 {
  transition: 0.2s all ease-in;
}
.ind_service .ind_service_main .main li .service_title p {
  transition: 0.2s all ease-in;
}
.ind_service .ind_service_main .main li .service_conment {
  position: absolute;
  font-size: 16px;
  width: 460px;
  color: #fff;
  line-height: 26px;
  opacity: 0;
  transition: 0.2s all ease-in;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  visibility: hidden;
  padding: 20px;
  z-index: -1;
}
.ind_service .ind_service_main .main li .service_conment span {
  opacity: 1;
  transition: 0.3s all ease-in;
  transition-delay: 0.4s;
  display: block;
}
.ind_service .ind_service_main .main li:nth-child(1) {
  position: absolute;
  top: 123px;
  left: 480px;
}
.ind_service .ind_service_main .main li:nth-child(1) .service_icon {
  display: block;
  position: absolute;
  top: 40px;
  left: 120px;
  width: auto!important;
  height: 35px;
}
.ind_service .ind_service_main .main li:nth-child(1) .service_title {
  position: absolute;
  top: 80px;
  right: 47px;
}
.ind_service .ind_service_main .main li:nth-child(1) .service_title h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.ind_service .ind_service_main .main li:nth-child(1) .service_title p {
  font-size: 14px;
  text-align: center;
}
.ind_service .ind_service_main .main li:nth-child(1) .service_conment {
  top: -71px;
  right: -384px;
  visibility: visible;
}
.ind_service .ind_service_main .main li:nth-child(2) {
  position: absolute;
  top: 181px;
  right: 319px;
}
.ind_service .ind_service_main .main li:nth-child(2) .service_icon {
  display: block;
  position: absolute;
  top: 149px;
  right: 76px;
  width: auto!important;
  height: 35px;
}
.ind_service .ind_service_main .main li:nth-child(2) .service_title {
  position: absolute;
  bottom: 112px;
  right: 32px;
}
.ind_service .ind_service_main .main li:nth-child(2) .service_title h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.ind_service .ind_service_main .main li:nth-child(2) .service_title p {
  font-size: 14px;
  text-align: center;
}
.ind_service .ind_service_main .main li:nth-child(2) .service_conment {
  top: 100px;
  right: -360px;
  width: 360px;
  visibility: visible;
}
.ind_service .ind_service_main .main li:nth-child(3) {
  position: absolute;
  top: 500px;
  right: 320px;
}
.ind_service .ind_service_main .main li:nth-child(3) .service_icon {
  display: block;
  position: absolute;
  top: 86px;
  right: 70px;
  width: auto!important;
  height: 35px;
}
.ind_service .ind_service_main .main li:nth-child(3) .service_title {
  position: absolute;
  bottom: 84px;
  right: 123px;
}
.ind_service .ind_service_main .main li:nth-child(3) .service_title h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.ind_service .ind_service_main .main li:nth-child(3) .service_title p {
  font-size: 14px;
  text-align: center;
}
.ind_service .ind_service_main .main li:nth-child(3) .service_conment {
  top: 140px;
  right: -323px;
  width: 360px;
  visibility: visible;
}
.ind_service .ind_service_main .main li:nth-child(4) {
  position: absolute;
  top: 594px;
  right: 514px;
}
.ind_service .ind_service_main .main li:nth-child(4) .service_icon {
  display: block;
  position: absolute;
  top: 79px;
  left: 37px;
  width: auto!important;
  height: 35px;
}
.ind_service .ind_service_main .main li:nth-child(4) .service_title {
  position: absolute;
  bottom: 52px;
  right: 169px;
}
.ind_service .ind_service_main .main li:nth-child(4) .service_title h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.ind_service .ind_service_main .main li:nth-child(4) .service_title p {
  font-size: 14px;
  text-align: center;
}
.ind_service .ind_service_main .main li:nth-child(4) .service_conment {
  bottom: -68px;
  right: 292px;
  visibility: visible;
}
.ind_service .ind_service_main .main li:nth-child(5) {
  position: absolute;
  top: 381px;
  left: 286px;
}
.ind_service .ind_service_main .main li:nth-child(5) .service_icon {
  display: block;
  position: absolute;
  bottom: 119px;
  left: 91px;
  width: auto!important;
  height: 35px;
}
.ind_service .ind_service_main .main li:nth-child(5) .service_title {
  position: absolute;
  top: 122px;
  right: 65px;
}
.ind_service .ind_service_main .main li:nth-child(5) .service_title h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.ind_service .ind_service_main .main li:nth-child(5) .service_title p {
  font-size: 14px;
  text-align: center;
}
.ind_service .ind_service_main .main li:nth-child(5) .service_conment {
  top: 200px;
  left: -360px;
  width: 360px;
  visibility: visible;
}
.ind_service .ind_service_main .main li:nth-child(6) {
  position: absolute;
  top: 169px;
  left: 287px;
}
.ind_service .ind_service_main .main li:nth-child(6) .service_icon {
  display: block;
  position: absolute;
  top: 50px;
  left: 168px;
  width: auto!important;
  height: 35px;
}
.ind_service .ind_service_main .main li:nth-child(6) .service_title {
  position: absolute;
  top: 129px;
  right: 189px;
}
.ind_service .ind_service_main .main li:nth-child(6) .service_title h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.ind_service .ind_service_main .main li:nth-child(6) .service_title p {
  font-size: 14px;
  text-align: center;
}
.ind_service .ind_service_main .main li:nth-child(6) .service_conment {
  top: -42px;
  left: -300px;
  width: 350px;
  visibility: visible;
}
.ind_service .ind_service_main .main li:hover .service_conment {
  opacity: 1;
  transition: 0.2s all ease-in;
  transform: scale(1.02);
}
.ind_service .ind_service_main .main li:hover .service_conment span {
  opacity: 1;
  transition: 0.3s all ease-in;
  transition-delay: 0.2s;
}
.ind_service .ind_service_main .main li:hover .service_items .img-w {
  opacity: 1;
  transition: 0.2s all ease-in;
}
.ind_service .ind_service_main .main li:hover .service_items .img-b {
  filter: brightness(0);
  transition: 0.2s all ease-in;
}
.ind_service .ind_service_main .main li:hover .service_icon {
  filter: brightness(0) invert(1);
  transition: 0.2s all ease-in;
  transform: scale(1.1);
}
.ind_service .ind_service_main .main li:hover .service_title h3 {
  color: #fff;
  transition: 0.2s all ease-in;
}
.ind_service .ind_service_main .main li:hover .service_title p {
  color: #fff;
  transition: 0.2s all ease-in;
}
/* 案例区域 */
.ind_case {
  background: #fff;
}
.ind_case_list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.ind_case_list li {
  width: calc(33.33% - 2rem);
}
.case_items {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.case_items .mimg {
  padding-top: 56%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.case_items .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.case_items:hover {
  transform: translateY(-0.8rem);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.1);
}
.case_items:hover .mimg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 2;
}
.case_items:hover .mimg::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 200%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.1) 60%, transparent 100%);
  transform: skewX(-15deg);
  animation: lightSweep 1s ease-in-out;
  z-index: 3;
  border: none;
  outline: none;
}
.case_items:hover .mimg .play_icon {
  opacity: 1;
  transform: scale(1.1) rotate(0deg);
  animation: playButtonPulse 1.5s ease-in-out infinite;
}
.case_items:hover .mimg img {
  transform: scale(1.15) rotate(1deg);
  filter: brightness(0.8) saturate(1.2);
}
.case_items:hover .mfont h3 {
  color: #cc0000;
  transform: translateY(-0.2rem);
}
.case_items .mimg {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_items .mimg .play_icon {
  position: absolute;
  top: 48%;
  left: 47%;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_items .mimg .play_icon i {
  font-size: 3rem;
  color: #FFFFFF;
}
.case_items .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.case_items .mfont {
  padding: 2rem 0.6rem;
}
.case_items .mfont h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 1.6rem;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.case_items .mfont dl {
  display: none;
  gap: 0.8rem;
}
.case_items .mfont dl dd {
  display: inline-block;
  background: #F5F6F7;
  color: #666666;
  padding: 0.6rem 1.2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  width: fit-content;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.case_items .mfont dl dd::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s ease;
}
.case_items .mfont dl dd:hover::before {
  left: 100%;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
/* 酷炫悬停动画关键帧 */
@keyframes lightSweep {
  0% {
    transform: translateX(-70%) skewX(30deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(170%) skewX(30deg);
    opacity: 0;
  }
}
@keyframes playButtonPulse {
  0%,
  100% {
    transform: scale(1.1) rotate(0deg);
  }
  50% {
    transform: scale(1.2) rotate(5deg);
  }
}
/*横图*/
.ind_imgbg {
  position: relative;
  width: 100%;
  z-index: 2;
  height: 49rem;
  background: url(/Static/images/img02.jpg) no-repeat center center;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ind_imgbg h2 {
  color: #fff;
  font-size: 6rem;
  font-family: cnFont;
  position: relative;
  z-index: 99;
  color: #2CF2EB;
  width: 100%;
  text-align: center;
}
.ind_imgbg h2::before {
  content: var(--before-content, '影像赋能品牌');
  font-family: cnFont;
  position: absolute;
  color: #FF2D50;
  left: 0;
  top: -0.15rem;
  z-index: 10;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ind_imgbg h2::after {
  content: var(--after-content, '影像赋能品牌');
  font-family: cnFont;
  position: absolute;
  color: #fff;
  left: 0;
  bottom: -0.15rem;
  z-index: 10;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ind_imgbg span {
  width: 15rem;
  height: 0.1rem;
  background: #fff;
  margin: 4rem 0;
}
.ind_imgbg p {
  color: #fff;
  font-size: 4rem;
}
/*流程*/
.ind_flow {
  position: relative;
  z-index: 2;
  background: #fff;
}
.ind_flow .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.ind_flow .main .flow_item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ind_flow .main .flow_item div {
  width: 16.5rem;
  height: 16.5rem;
  flex-shrink: 0;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.2s all ease-in;
  z-index: 20;
}
.ind_flow .main .flow_item div h3 {
  font-size: 2rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  transition: 0.2s all ease-in;
}
.ind_flow .main .flow_item div p {
  font-size: 1.4rem;
  transition: 0.2s all ease-in;
}
.ind_flow .main .flow_item span {
  height: 6rem;
  width: 0.1rem;
  background: #cc0000;
  opacity: 0;
  transition: 0.3s all ease-in;
  transform: translateY(-6rem);
}
.ind_flow .main i {
  font-size: 2.5rem;
  color: #ebebeb;
  margin-top: 7rem;
}
.ind_flow .main .flow_item.curr div {
  background: #cc0000;
  border: 1px solid #cc0000;
  transition: 0.2s all ease-in;
}
.ind_flow .main .flow_item.curr div h3 {
  color: #fff;
  transition: 0.2s all ease-in;
}
.ind_flow .main .flow_item.curr div p {
  color: #fff;
  transition: 0.2s all ease-in;
}
.ind_flow .main .flow_item.curr span {
  opacity: 1;
  transition: 0.3s all ease-in;
  transform: translateY(0);
}
.ind_flow .font {
  width: 100%;
  padding: 3rem;
  border-top: 1px solid #cc0000;
  position: relative;
}
.ind_flow .font h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.ind_flow .font p {
  font-size: 1.5rem;
}
.ind_flow .font ul {
  width: 100%;
}
.ind_flow .font ul li {
  position: absolute;
  top: 3rem;
  width: 100%;
  opacity: 0;
  transition: 0.3s all ease-in;
}
.ind_flow .font ul li:first-child {
  position: relative;
  top: 0;
  left: 0;
}
.ind_flow .font ul li:nth-child(2) {
  left: 20%;
}
.ind_flow .font ul li:nth-child(3) {
  left: 35%;
}
.ind_flow .font ul li:nth-child(4) {
  right: 35%;
  text-align: end;
}
.ind_flow .font ul li:nth-child(5) {
  right: 20%;
  text-align: end;
}
.ind_flow .font ul li:nth-child(6) {
  right: 3rem;
  text-align: end;
}
.ind_flow .font ul li.curr {
  opacity: 1;
  transition: 0.3s all ease-in;
}
/*业界动态*/
.ind_news {
  position: relative;
  z-index: 2;
  background: url(/Static/images/img03.jpg) no-repeat center center;
  background-size: cover;
}
.ind_news ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.ind_news ul li {
  width: calc(25% - 2rem);
}
.ind_news ul li a {
  transition: 0.2s all ease-in;
  display: block;
}
.ind_news ul li a .mimg {
  padding-top: 56%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.ind_news ul li a .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ind_news ul li a .mimg {
  width: 100%;
  overflow: hidden;
}
.ind_news ul li a .mimg img {
  transition: 0.3s all ease-in;
}
.ind_news ul li a p {
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 5rem;
}
.ind_news ul li a:hover {
  transform: translateY(-3px);
  transition: 0.2s all ease-in;
}
.ind_news ul li a:hover .mimg img {
  transform: scale(1.05);
  transition: 0.3s all ease-in;
  filter: grayscale(0%) brightness(100%);
}
/*服务客户*/
.ind_partner {
  position: relative;
  z-index: 2;
  background: #f6f7f8;
}
.ind_partner .ind_partner_main {
  position: relative;
}
.ind_partner .botp {
  color: #666;
  text-align: center;
  margin-top: 8rem;
  letter-spacing: 2rem;
}
.ind_partner .mimg {
  width: 100%;
  height: 100%;
  transition: 0.2s all ease-in;
  opacity: 0.7;
}
.ind_partner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: filter 0.3s, transform 0.3s;
}
.ind_partner .mimg:hover {
  transition: 0.2s all ease-in;
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05) translateY(-3px);
}
.service_banner {
  position: relative;
  background: #000;
  overflow: hidden;
}
.service_banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 18rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.service_banner .video_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_banner .video_play i {
  font-size: 6rem;
  color: #fff;
  cursor: pointer;
  z-index: 20;
}
.service_banner .video_stop {
  width: 8rem;
  position: absolute;
  left: 0;
  bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 30;
}
.service_banner .video_stop i {
  color: #999;
  font-size: 2rem;
  cursor: pointer;
}
.service_banner .video_stop i:first-child {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.service_banner .main {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.service_banner .main .font {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service_banner .main .font h3 {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 3.6rem;
  text-transform: uppercase;
  font-family: enFont;
}
.service_banner .main .font h2 {
  font-size: 3.4rem;
  color: #fff;
  margin-bottom: 3.5rem;
}
.service_banner .main .font h1 {
  font-size: 3.4rem;
  color: #fff;
}
.service_banner .main .font span {
  width: 3.2rem;
  height: 0.4rem;
  background: #cc0000;
  margin-bottom: 2.5rem;
}
.service_banner .main .font2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 4rem;
}
.service_banner .main .font2 h1 {
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 14rem;
  text-align: center;
}
.service_banner .main .font2 p {
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 1rem;
  margin-bottom: 4rem;
  text-align: center;
}
.service_banner .main .font2 h3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.service_banner .main .font2 h3 span {
  color: #cc0000;
}
.service_banner .service_banner_video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75rem;
  overflow: hidden;
  margin: 0 auto;
}
.service_banner .service_banner_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*品牌案例*/
.hot_case_title {
  background: #f4f4f4;
  padding: 4rem 0rem;
  width: 17rem;
}
.hot_case_title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #cc0000;
  text-align: center;
  margin-bottom: 5px;
  font-family: enfont;
}
.hot_case_title p {
  font-size: 22px;
  font-family: HanSansCNMEDIUM;
  text-align: center;
}
@keyframes playPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
.hot_case {
  padding-top: 0;
  position: relative;
  background: #fff;
}
.hot_case .hot_case_main {
  position: relative;
  z-index: 5;
}
.hot_case .hot_case_bg {
  height: 100%;
  width: 80%;
  background: #f4f4f4;
  position: absolute;
  top: 0rem;
  right: 0;
  z-index: 1;
}
.hot_case .main {
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
}
.hot_case .main .left {
  z-index: 20;
  position: relative;
  width: 50%;
  padding: 0 4rem 0 7.5rem;
}
.hot_case .main .left h2 {
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 6rem;
  font-family: enFont;
}
.hot_case .main .left h2 span {
  color: #cc0000;
}
.hot_case .main .left p {
  font-size: 1.6rem;
  line-height: 3.6rem;
  margin-bottom: 4.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
}
.hot_case .main .left h3 {
  text-align: end;
  font-weight: bold;
  font-size: 1.8rem;
}
.hot_case .main .list_case_img {
  width: 50%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.hot_case .main .list_case_img i {
  color: #fff;
  font-size: 4rem;
}
.hot_case .main .list_case_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.hot_case .main .list_case_img > div {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s all ease-in;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hot_case .main .list_case_img > div span {
  width: 30%;
  background: #fff;
  height: 0.1rem;
}
.hot_case .main .list_case_img > div p {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 2rem 0;
}
.hot_case .main .list_case_img > div span:first-child {
  transform: translateX(-50rem);
  transition: 0.3s all ease-in;
}
.hot_case .main .list_case_img > div span:last-child {
  transform: translateX(50rem);
  transition: 0.3s all ease-in;
}
.hot_case .main .list_case_img:hover img {
  transform: scale(1.05);
  transition: 0.2s all ease-in;
}
.hot_case .main .list_case_img:hover > div {
  transition: 0.3s all ease-in;
  opacity: 1;
}
.hot_case .main .list_case_img:hover > div span:first-child {
  transform: translateX(0rem);
  transition: 0.3s all ease-in;
}
.hot_case .main .list_case_img:hover > div span:last-child {
  transform: translateX(0rem);
  transition: 0.3s all ease-in;
}
.hot_case .play_icon {
  position: relative;
  width: 6rem;
  display: none!important;
  height: 6rem;
  background: rgba(204, 0, 0, 0.9);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 0.8rem 2.4rem rgba(204, 0, 0, 0.3);
  border: 0.3rem solid #FFFFFF;
}
.hot_case .play_icon i {
  color: #fff;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.hot_case .play_icon:hover {
  background: #cc0000;
  transform: scale(1.1);
  box-shadow: 0 1.2rem 3.6rem rgba(204, 0, 0, 0.4);
  border-color: #FFFFFF;
}
.hot_case .play_icon:hover i {
  color: #FFFFFF;
  transform: scale(1.1);
}
.hot_case .play_icon:active {
  transform: scale(0.95);
}
.hot_case .play_icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(204, 0, 0, 0.3);
  animation: playPulse 2s ease-in-out infinite;
  z-index: -1;
}
.hot_case .play_icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  border-radius: 50%;
  transition: left 0.6s ease;
}
.hot_case .play_icon:hover::after {
  left: 100%;
}
/*作品案例*/
.case_list {
  background: #fff;
}
.case_list .case_list_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.case_list .mtabs li:last-child {
  margin-right: 0;
}
/*关于我们——begin *****************************************/
/* banner ↓ */
.picBanner {
  width: 100%;
  height: calc(100vw * 702 / 1920);
  overflow: hidden;
  position: relative;
}
.picBanner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 18rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.picBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.picBanner div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.picBanner div h1 {
  font-size: 5rem;
  line-height: 7.4rem;
}
.picBanner div h2 {
  font-size: 5rem;
  line-height: 6rem;
  margin: 1.5rem 0;
  font-family: enFont;
}
.picBanner div p {
  font-size: 2.5rem;
  line-height: 4rem;
}
.aboutInfo {
  position: relative;
}
.aboutInfo .about_bg {
  background: #e4e4e4;
  width: 50%;
  height: 26rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.aboutInfo .aboutInfo_main {
  display: flex;
}
.aboutInfo .about_img {
  width: 36%;
  height: 60rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
}
.aboutInfo .about_img img {
  transition: 0.2s all ease-in;
}
.aboutInfo .about_img:hover img {
  transform: scale(1.03);
  transition: 0.2s all ease-in;
}
.aboutInfo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutInfo strong {
  display: block;
  width: 32.9rem;
  height: 42.8rem;
  background-color: #F6F6F6;
  position: absolute;
  right: 0;
  bottom: 0;
}
.aboutInfo .main {
  padding: 0 6rem;
  width: 62%;
  border-left: 0.1rem solid #e3e3e3;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.aboutInfo h2 {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 1rem;
  color: #cc0000;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
.aboutInfo span {
  font-size: 1.6rem;
  color: #666;
  margin-left: 0.3rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 5;
}
.aboutInfo i {
  width: 1.6rem;
  height: 0.4rem;
  margin-left: 0.3rem;
  background-color: #cc0000;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}
.aboutInfo ul {
  margin: 3rem 0;
  position: relative;
  z-index: 5;
}
.aboutInfo li {
  margin-bottom: 1rem;
  line-height: 3rem;
  display: flex;
  font-size: 1.7rem;
  color: #666;
}
.aboutInfo li:last-of-type {
  margin-bottom: 0;
}
.aboutInfo label {
  width: 7rem;
  color: #333;
  flex-shrink: 0;
}
.aboutInfo .minfo {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.8rem;
  text-align: justify;
  text-indent: 2em;
  position: relative;
  z-index: 5;
}
.aboutGood {
  background: #fff;
}
.aboutGood .aboutGood_main {
  position: relative;
}
.aboutGood i {
  display: block;
  width: 3.2rem;
  height: 0.4rem;
  background: #cc0000;
  margin-bottom: 3rem;
}
.aboutGood .aboutGood_list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.aboutGood .aboutGood_item {
  width: calc(50% - 1rem);
  background: #f8f8f8;
  display: flex;
  overflow: hidden;
  transition: 0.2s all ease-in;
}
.aboutGood .aboutGood_item:hover {
  box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.06);
}
.aboutGood .aboutGood_item .mimg {
  width: 46%;
  position: relative;
  overflow: hidden;
}
.aboutGood .aboutGood_item .mimg .mimg {
  padding-top: 66%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.aboutGood .aboutGood_item .mimg .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aboutGood .aboutGood_item .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.aboutGood .aboutGood_item .mimg::after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transition: left 0.6s ease;
}
.aboutGood .aboutGood_item .mfont {
  width: 54%;
  padding: 4rem 2.4rem 2.4rem 4rem;
}
.aboutGood .aboutGood_item .mfont h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.aboutGood .aboutGood_item .mfont ul li {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.8rem;
  margin: 2rem 0;
}
.aboutGood .aboutGood_item:hover .mimg img {
  transform: scale(1.06);
}
.aboutGood .aboutGood_item:hover .mimg::after {
  left: 100%;
}
.contact01 ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 4rem;
}
.contact01 li {
  width: 33.33%;
  padding: 0 1rem;
}
.contact01 li h3 {
  font-size: 3rem;
  color: #2b2b2b;
}
.contact01 li span {
  width: 2rem;
  height: 1px;
  transition: 0.2s all ease-in;
  display: inline-block;
  background: #cc0000;
  margin: 2.5rem 0;
}
.contact01 li p {
  font-size: 1.8rem;
  color: #2b2b2b;
  margin-bottom: 2rem;
}
.contact01 li img {
  width: 10rem;
}
.contact01 li .imgcode_box {
  display: flex;
  position: relative;
  left: -1rem;
}
.contact01 li .imgcode {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contact01 li .imgcode .mimg {
  border: 1px solid #d9d9d9;
  padding: 0.5rem;
  border-radius: 1rem;
}
.contact01 li .imgcode h5 {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: #666;
}
.contact02 {
  padding: 0 6rem 7rem 6rem;
}
.contact02 .mtop {
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact02 .mtop .mleft h3 {
  font-size: 1.6rem;
  color: #2b2b2b;
  margin-bottom: 2rem;
}
.contact02 .mtop .mleft p {
  font-size: 2rem;
  color: #2b2b2b;
}
.contact02 .mtop .mright a {
  display: flex;
  align-items: center;
  color: #cc0000;
}
.contact02 .mtop .mright span {
  font-size: 1.6rem;
  margin-right: 2rem;
}
.contact02 .mtop .mright .xhi {
  color: #cc0000;
  font-size: 3rem;
  transition: 0.2s all ease-in;
}
.contact02 .mtop .mright p {
  transition: 0.2s all ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  border: 1px solid #cc0000;
}
.contact02 .mtop .mright a:hover p {
  background: #cc0000;
}
.contact02 .mtop .mright a:hover .xhi {
  color: #fff;
}
.contact02 .xhmap {
  width: 100%;
}
.newsSection {
  width: 100%;
  height: 6rem;
  position: relative;
  padding: 0 7rem;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
.newsSection ul {
  margin: -6rem auto 0 auto;
  display: flex;
  justify-content: flex-start;
}
.newsSection ul li {
  padding: 1.5rem 0;
  margin-right: 3rem;
  line-height: 3rem;
}
.newsSection ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 3rem;
  color: #fff;
  font-size: 1.6rem;
}
.newsSection ul li a.curr {
  background-color: #fff;
  color: #333;
}
/*咕咚动态*/
.gd_news {
  background: #f4f4f4;
}
.gd_news_item {
  width: 100%;
  margin-bottom: 3rem;
}
.gd_news_item a {
  height: 100%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.gd_news_item a .gd_news_item_img {
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gd_news_item a .gd_news_item_img .mimg {
  padding-top: 50%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.gd_news_item a .gd_news_item_img .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gd_news_item a .gd_news_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.gd_news_item a .gd_news_item_img:hover img {
  transform: scale(1.05);
  transition: 0.3s all ease-in;
}
.gd_news_item .main {
  background: #fff;
  width: 50%;
  height: 100%;
  display: flex;
  padding: 4rem;
  transition: 0.2s all ease-in;
}
.gd_news_item .main .left {
  width: 10.5rem;
  height: 10.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 6rem;
}
.gd_news_item .main .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gd_news_item .main .right {
  flex: 1;
  transition: 0.2s all ease-in;
}
.gd_news_item .main .right h3 {
  font-size: 1.8rem;
  font-weight: bold;
  transition: 0.2s all ease-in;
}
.gd_news_item .main .right div {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin: 2.4rem 0;
  padding: 2.8rem 0;
}
.gd_news_item .main .right div p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #666;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.gd_news_item .main .right > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gd_news_item .main .right > p span {
  color: #999;
  font-size: 1.4rem;
  transition: 0.2s all ease-in;
}
.gd_news_item .main .right > p i {
  font-size: 2rem;
  color: #bebebe;
  transition: 0.2s all ease-in;
}
.gd_news_item .main:hover {
  transition: 0.2s all ease-in;
}
.gd_news_item .main:hover .right {
  transform: translateY(-0.3rem);
}
.gd_news_item .main:hover .right h3 {
  color: #cc0000;
  transition: 0.2s all ease-in;
}
.gd_news_item .main:hover .right > p i {
  color: #cc0000;
  transform: translateX(0.3rem);
  transition: 0.2s all ease-in;
}
.gd_news_item:nth-child(2n) a {
  flex-direction: row-reverse;
}
.newshow {
  padding: 8rem 7rem;
}
.newshow .newshow_rich {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newshow h1 {
  font-size: 4rem;
  color: #2b2b2b;
  margin-bottom: 3rem;
}
.newshow .newshow_ul {
  display: flex;
  align-items: center;
  margin-bottom: 4.5rem;
  padding: 1.2rem 3.2rem;
  width: 100%;
  background: linear-gradient(90deg, #F5F6F7 0%, #FFF 85.5%);
}
.newshow .newshow_ul li {
  display: flex;
  align-items: center;
  margin-right: 10rem;
}
.newshow .newshow_ul li p {
  font-size: 1.4rem;
  color: #999;
  margin-right: 2rem;
}
.newshow .newshow_ul li:last-child {
  margin-right: 0;
}
.newshow .newshow_left {
  max-width: 940px;
  width: 100%;
}
.newshow .newshow_mright {
  position: sticky;
  padding-left: 6rem;
  top: 120px;
}
.newshow .newshow_mright h4 {
  font-size: 1.8rem;
  color: #9e9e9e;
  margin-bottom: 4rem;
}
.newshow .newshow_mright ul {
  margin-bottom: 4rem;
}
.newshow .newshow_mright ul li {
  margin-bottom: 2rem;
}
.newshow .newshow_mright ul li a {
  position: relative;
  height: 6rem;
  width: 6rem;
  border: 1px solid #F4F4F4;
  transition: 0.2s all ease-in;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newshow .newshow_mright ul li a img {
  opacity: 1;
  transition: 0.2s all ease-in;
  width: 3rem;
}
.newshow .newshow_mright ul li a img:first-child {
  opacity: 0;
  position: absolute;
}
.newshow .newshow_mright ul li a:hover {
  border: 1px solid rgba(204, 0, 0, 0.2);
}
.newshow .newshow_mright ul li a:hover img:first-child {
  opacity: 1;
}
.newshow .newshow_mright .backbtn a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.newshow .newshow_mright .backbtn a span {
  color: #9e9e9e;
  font-size: 1.4rem;
  margin-top: 1rem;
  transition: 0.2s all ease-in;
}
.newshow .newshow_mright .backbtn a i {
  font-size: 3.5rem;
  color: #cc0000;
  transition: 0.2s all ease-in;
}
.newshow .newshow_mright .backbtn a:hover span {
  color: #cc0000;
}
.newshow .newshow_mright .backbtn a:hover i {
  transform: scale(0.9);
}
/*手机端服务*/
.md_ind_service {
  display: none;
  padding: 3rem 0;
}
.md_ind_service .main {
  background: url(/Static/images/ind_bg007.jpg) no-repeat center center;
  background-size: cover;
}
.md_ind_service .gd_title h3 {
  color: #fff;
}
.md_ind_service ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.md_ind_service ul li {
  width: 50%;
  height: 32rem;
  border: 1px solid #fff;
  padding: 4rem 2rem 0rem 2rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.2s all ease-in;
}
.md_ind_service ul li img {
  height: 4.6rem;
  width: auto;
  margin-bottom: 1.5rem;
  filter: brightness(400);
  transition: 0.2s all ease-in;
}
.md_ind_service ul li h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.md_ind_service ul li p {
  color: #fff;
  margin-top: 1rem;
  line-height: 2.2rem;
  font-size: 1.6rem;
  text-align: center;
}
.md_ind_service ul li .service_title p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.md_ind_service ul li:hover {
  background: #cc0000;
}
.md_ind_service ul li:hover img {
  filter: brightness(0) invert(1);
}
.md_ind_service ul li:hover h3 {
  color: #fff;
}
.md_ind_service ul li:hover p {
  color: #fff;
}
@media screen and (max-width: 1368px) {
  .gd_news_item .main .left {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .contact01 li h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .ind_banner {
    height: 80rem;
  }
  .ind_banner .ind_swi {
    height: 80rem;
  }
  .ind_banner:after {
    display: none;
  }
  .ind_service {
    display: none;
  }
  .md_ind_service {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .aboutGood {
    padding: 4rem 1.5rem;
  }
  .aboutGood .aboutGood_item {
    flex-direction: column;
  }
  .aboutGood .aboutGood_item .mimg {
    width: 100%;
  }
  .aboutGood .aboutGood_item .mfont {
    width: 100%;
    padding: 1.6rem;
  }
  .picBanner {
    width: 100%;
    height: calc(100vw);
  }
  .picBanner div h1 {
    font-size: 3rem;
    line-height: 180%;
    text-align: center;
  }
  .picBanner div h2 {
    font-size: 4rem;
    line-height: 180%;
    margin: 0.5rem 0;
    text-align: center;
  }
  .picBanner div p {
    font-size: 2.4rem;
    line-height: 180%;
    text-align: center;
  }
  .ind_imgbg {
    height: 20rem;
    background-attachment: scroll;
    background-size: 100%;
  }
  .ind_imgbg h2 {
    font-size: 3rem;
  }
  .ind_imgbg span {
    margin: 1.5rem 0;
  }
  .ind_imgbg p {
    font-size: 2rem;
  }
  .ind_flow {
    padding: 3rem 0;
  }
  .ind_flow .ind_flow_main {
    padding: 4rem 1rem 0 1rem;
  }
  .ind_flow .ind_flow_main .font {
    padding: 3rem 1rem;
  }
  .ind_flow .ind_flow_main .font ul li {
    position: absolute;
    left: 1rem;
    top: 3rem;
    text-align: start;
  }
  .ind_flow .ind_flow_main .font ul li:first-child {
    position: relative;
    top: 0;
    left: 0;
  }
  .ind_flow .ind_flow_main .font ul li:nth-child(2) {
    left: 1rem;
  }
  .ind_flow .ind_flow_main .font ul li:nth-child(3) {
    left: 1rem;
  }
  .ind_flow .ind_flow_main .font ul li:nth-child(4) {
    right: auto;
  }
  .ind_flow .ind_flow_main .font ul li:nth-child(5) {
    right: auto;
  }
  .ind_flow .ind_flow_main .font ul li:nth-child(6) {
    right: auto;
  }
  .ind_flow .ind_flow_main .font ul h3 {
    font-size: 1.8rem;
  }
  .ind_flow .ind_flow_main .font ul p {
    font-size: 1.8rem;
  }
  .ind_flow .main {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 3rem;
  }
  .ind_flow .main .flow_item {
    width: 33%;
  }
  .ind_flow .main .flow_item div {
    width: 30vw;
    height: 30vw;
  }
  .ind_flow .main .flow_item div h3 {
    font-size: 2.2rem;
  }
  .ind_flow .main .flow_item div p {
    font-size: 1.6rem;
  }
  .ind_flow .main .flow_item span {
    display: none;
  }
  .ind_flow .main .flow_item:nth-child(n+7) {
    position: relative;
    top: -3rem;
  }
  .ind_flow .main i {
    display: none;
  }
  .section_box {
    padding: 6rem 3rem;
  }
  .mtitle {
    margin-bottom: 3rem;
  }
  .contact01 ul {
    display: block;
  }
  .contact01 li {
    width: 100%;
    margin-bottom: 3rem;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 3rem;
  }
  .contact01 li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .contact02 {
    padding: 0 2rem 7rem 2rem;
  }
  #map_box {
    height: 28rem!important;
  }
  .contact02 .mtop {
    margin-bottom: 3.5rem;
  }
  .contact01 li p {
    margin-bottom: 0;
    font-size: 2rem;
  }
  .contact02 .mtop .mright p {
    flex-shrink: 0;
  }
  .contact02 .mtop .mright span {
    flex-shrink: 0;
    display: none;
  }
  .gd_news_item {
    height: auto;
  }
  .gd_news_item a {
    height: auto;
    display: block;
  }
  .gd_news_item a .gd_news_item_img {
    width: 100%;
  }
  .gd_news_item .main {
    width: 100%;
    padding: 3rem;
  }
  .gd_news_item .main .left {
    display: none;
  }
  .gd_news_item .main .right h3 {
    font-size: 2.2rem;
  }
  .gd_news_item .main .right div {
    padding: 2rem 0;
    margin: 3rem 0;
  }
  .gd_news_item .main .right div p {
    font-size: 1.8rem;
  }
  .newsSection ul {
    justify-content: space-around;
  }
  .newsSection ul li {
    margin: 0;
  }
  .newsSection ul li a {
    height: 4rem!important;
    font-size: 2rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .newshow {
    padding: 6rem 1rem 6rem 3rem;
  }
  .newshow h1 {
    font-size: 3rem;
  }
  .newshow .newshow_ul li {
    margin-right: 4rem;
  }
  .newshow .newshow_ul li:last-child {
    display: none;
  }
  .newshow .newshow_mright {
    padding-left: 2rem;
  }
  .xhcrumbs {
    padding: 3rem 3rem 0 3rem;
  }
  .xhcrumbs .mleft {
    width: 100%;
  }
  .xhcrumbs a {
    white-space: nowrap;
  }
  .xhcrumbs a:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .aboutInfo .aboutInfo_main {
    flex-direction: column-reverse;
  }
  .aboutInfo .about_img {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 3rem;
  }
  .aboutInfo .main {
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
  }
  .aboutInfo .about_bg {
    top: -6rem;
    right: -3rem;
    height: 20rem;
  }
  .aboutInfo li {
    height: auto;
    font-size: 1.8rem;
  }
  .aboutInfo label {
    width: 8rem;
    white-space: nowrap;
  }
  .aboutInfo .minfo {
    font-size: 1.7rem;
  }
  .aboutInfo .main {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .aboutInfo h2 {
    text-align: center;
  }
  .aboutInfo i {
    display: none;
  }
  .aboutInfo p {
    font-size: 1.8rem;
  }
  .aboutInfo span {
    font-size: 1.8rem;
  }
  .aboutInfo ul {
    margin-top: 0;
  }
  .ind_partner .botp {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
  .service_banner:after {
    display: none;
  }
  .picBanner:after {
    display: none;
  }
  .service_banner .main .font2 h1 {
    font-size: 3rem;
    text-align: center;
    width: 80%;
  }
  .service_banner .main .font2 p {
    font-size: 1.8rem;
  }
  .hot_case {
    padding-bottom: 0rem;
  }
  .hot_case .hot_case_bg {
    display: none;
  }
  .hot_case_title h2 {
    font-size: 3rem;
  }
  .hot_case_title p {
    font-size: 2rem;
  }
  .hot_case_title {
    padding: 0;
    width: auto;
    background: none;
  }
  .hot_case .main {
    flex-direction: column-reverse;
    margin-top: 2rem;
  }
  .hot_case .main .list_case_img {
    width: 100%;
  }
  .hot_case .main .left {
    width: 100%;
    padding: 0;
    margin-top: 3rem;
  }
  .hot_case .main .left h2 {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
  .hot_case .main .left p {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
  .hot_case .play_icon {
    margin: 0 3rem 0 auto;
    display: none;
  }
  .hot_case .main .list_case_img > div {
    opacity: 1;
    background: none;
  }
  .case_list .case_list_top {
    justify-content: center;
    flex-direction: column;
  }
  .case_list .mtabs {
    margin-top: 3rem;
  }
  .mtabs li {
    margin-right: 0;
  }
  .mtabs {
    gap: 1rem;
    width: 100%;
    justify-content: space-between;
  }
  .mtabs a {
    padding: 1rem;
  }
  .ind_case_list li {
    width: 100%;
  }
  .case_items .mfont h3 {
    font-size: 2.2rem;
  }
  .case_items .mfont dl dd {
    font-size: 1.5rem;
  }
  .ind_case .tabs_box_right {
    display: none;
  }
  .ind_news ul {
    flex-wrap: wrap;
  }
  .ind_news ul li {
    width: calc(50% - 2rem);
  }
  .ind_news ul li a p {
    height: 8rem;
  }
}
