/* 详情页 1 */
/* start */
.top.detail_1 {
  background: url('../../images/product/gzgq/detail_bg_1.png?v=1') no-repeat;
  background-size: cover;
  padding: 4.3rem 28.5rem 0 18.6rem;
}

.top.detail_1  img {
  width: 45.3rem;
  height:  20.9rem;
}

.top.detail_1 .top-inner {
  margin: 0;
}

.detail-container {

}

.detail-container-desc-wrapper {
  padding: 6rem 16rem !important;
}

.detail-container-desc{
  height: 51.4rem;
  position: relative;
}




.detail-container-desc-bg {
  height: 40rem;
  width: 72rem;
  position: absolute;
  right: 86.6rem;
  top: 6.1rem;      
 
}

.detail-container-desc-bg div {
  font-size: 2.8rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.detail-container-desc-bg img {
  position: absolute;
  left: 0;
  top: 0;
  height: 40rem;
  width: 72rem;
  z-index: -1;
}


.detail-container-decs-info {
  position: absolute;
  right: -7rem;
  top: 9.1rem;
  width: 98rem;
  /* min-height: 32.8rem; */
  min-width: 80rem;
  background: #EAF3FC;
  padding: 7rem 9.6rem 7rem 8.7rem  ;
  box-sizing: border-box;
}

.detail-container-desc-title {
  font-size: 4.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 1.2rem;
}
.detail-container-desc-content {
  margin-top: 3rem;
  font-size: max(1.6rem, 14px);
  color: #333;
}


.detail-container-desc-content {
  font-size: max(1.6rem, 14px);
  text-indent: 2em;
}

.detail-advantage-list {
  color: #fff;
  margin-top: 10rem;
}

.detail-advantage-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detail-advantage-item-top {
  /* border: 0.2rem solid #FFFFFF; */
  margin-bottom: 10rem;
  /* width: 12rem;
  height: 21.7rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 4rem 4rem 0 4rem;
}

.detail-advantage-item-index {
  font-size: 3.6rem;
  font-family: DIN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 3.6rem;
  white-space: nowrap;
}

.detail-advantage-item-title {
  position: relative;
  margin-top: 3rem;
  font-size: 2.3rem;
  font-weight: bold;
  left: 50%;
  transform: translate(-50%, 0);
  width: 19rem;
  text-align: center;
  background-blend-mode: screen;
}

.detail-advantage-item-title::before {
  content: '';
  position: absolute;
  width: 12rem;
  height: 11.5rem;
  border: 0.2rem solid #FFFFFF;
  border-bottom: none; 
  left: 50%;
  top: -12rem;
  transform: translate(-50%, 0);
}


.detail-advantage-item-title::after {
  content: '';
  position: absolute;
  width: 12rem;
  height: 4.8rem;
  border: 0.2rem solid #FFFFFF;
  border-top: none; 
  left: 50%;
  bottom: -5.3rem;
  transform: translate(-50%, 0);
}

.detail-advantage-item-desc {
  max-width: 29.2rem;
  font-size: max(1.6rem,14px);
  line-height: 2.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.detail-advantage .detail-title {
  color: #fff;
}

.detail-advantage .detail-title  span {
  opacity: 0.2;
}

.detail-advantage {
  width: 100%;
  /* height: 67rem; */
  background: url('../../images/product/gzgq/detail_img_1.3.png') no-repeat;
  background-size: 100% 100%;
  padding: 6rem 16rem !important;
}

.detail-solution {
  padding: 6rem 16rem 0 16rem !important;
}

.detail-solution-content {
  /* width: 160rem; */
  height: 68rem;
  margin-top: 8rem;
  overflow: hidden;
}

.detail-solution-content img {
  width: 100%;
  height: 100%;
}


.application-scenarios {
  padding: 6rem 16rem !important;
}


.application-scenarios-list {
  all: unset;
  /* width: 160rem; */
  height: 12rem;
  background: #E3EEFB;
  margin-top: 2rem;
  position: relative;
}



.application-scenarios-item {
  all: unset;
  font-size: 1.6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 3.2rem;
  height: 12rem;
  width: 17.7rem;
  cursor: pointer;
  will-change: background, color;
  transition: background 0.4s linear, color 0.3s linear;
  position: relative;
  
}


.application-scenarios-item .triangle {
  position: absolute;
  top: -3rem;
  border: 1.6rem solid transparent;
  border-bottom-color: #054EAC;
  display: none;
}


.application-scenarios-item.active {
  background: #054EAC;
  color: #fff;
}

.application-scenarios-item.active .triangle {
  display: block;
}

.application-scenarios-item img {
  width: 3.4rem;

}

.application-scenarios-item span {
  margin-top: 1.2rem;
  font-size: max(1.4rem, 14px);
}


.application-scenarios-content {
  margin-top: 9rem;
}

.application-scenarios-content-item {
  display: none;
  position: relative;
  height: 100%;
}

.application-scenarios-content-item.active {
  display: block;
}

.application-scenarios-content-desc {
  position: absolute;
  width: 65rem;
  height: 40rem;
  background: #EAF3FC;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  padding: 0 11rem;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: leftMove 0.5s ease-in-out ;
}

.application-scenarios-content-desc h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 2rem 0;
}

.application-scenarios-content-desc p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.application-scenarios-content-bg  {
  position: absolute;
  top: 0;
  right: 0;
  animation: rightMove 0.5s ease-in-out;
}


.application-scenarios-content-bg img {
  width: 106.8rem;
  height: 52rem;
}


@keyframes leftMove {
  0% {
    transform: translate(6rem, -50%) scale(0.9);
  }
  100% {
    transform: translate(0, -50%) scale(1);
  }
}


@keyframes rightMove {
  0% {
    transform: translateX(-6rem) scale(0.9);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}

/* end */