/* 详情页 3 */
/* start */
.top.detail_3 {
  background: url('../../images/product/gzgq/detail_bg_3.png') no-repeat;
  background-size: cover;
}

.top-inner {
  margin: 21.3rem auto 0 31.7rem;
 
}

.top-inner h1  {
  text-align: left;
}


.detail-container-desc-wrapper {
  height: 70rem;
  position: relative;
  margin-bottom: 5.1rem;
}

.detail-container-desc-wrapper > div:first-child {
  position: absolute;
  top: 22.7rem;
  right: 120rem;
  width: 49.2rem;
  height: 45.5rem;
  background: #F1F2F7;
}

.detail-container-desc-wrapper > div:nth-child(2) {
  width: 72.1rem;
  height: 49rem;
  position: absolute;
  top: 11.9rem;
  right: 93.1rem;
}

.detail-container-desc-wrapper > div:nth-child(2) img {
  width: 100%;
  height: 100%;
}

.detail-container-desc {
  position: absolute;
  top: 5rem;
  right: 0rem;
  width: 104.6rem;
  height: 51rem;
  background: #F1F2F7;
  padding: 12.7rem 9rem 12.7rem 18.3rem ;
  box-sizing: border-box;
  z-index: -1;
} 

.detail-container-desc .detail-title {
  text-align: left !important;
}

.detail-container-desc .detail-title span {
  left: 0;
  transform: unset;
}


.detail-container-desc-content {
  margin-top: 7rem;
  width: 52.9rem;
  font-size: max(1.6rem, 14px);
  color: #333;
}


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

.detail-advantage-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
  width: 50rem;
  /* height: 56rem; */
  padding: 7.1rem 5.6rem;
  box-sizing: border-box;
  margin: 1rem;
  background: #01449b;
  color: #fff;
  transition: all 0.2s linear;
}

.detail-advantage-item:hover {
  background: #FFFFFF;
  color: #002D76;
}


.detail-advantage-item-icon {

  width: 6rem;
  height: 6.7rem;
  background-size: 100% 100%;
}

.detail-advantage-item-icon.icon1 {
  background-image:  url('../../images/product/gzgq/detail_icon_3.1.png');
}

.detail-advantage-item:hover .detail-advantage-item-icon.icon1  {
  background-image:  url('../../images/product/gzgq/detail_icon_3.1_active.png');
}


.detail-advantage-item-icon.icon2 {
  background-image:  url('../../images/product/gzgq/detail_icon_3.2.png');
}

.detail-advantage-item:hover .detail-advantage-item-icon.icon2  {
  background-image:  url('../../images/product/gzgq/detail_icon_3.2_active.png');
}


.detail-advantage-item-icon.icon3 {
  background-image:  url('../../images/product/gzgq/detail_icon_3.3.png');
}

.detail-advantage-item:hover .detail-advantage-item-icon.icon3  {
  background-image:  url('../../images/product/gzgq/detail_icon_3.3_active.png');
}


.detail-advantage-item-title {
  text-align: center;
  font-size: 3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-top: 4.8rem;
}


.detail-advantage-item-desc {
  margin-top: 4.8rem;
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 4.8rem;
}

.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_3.2.png') no-repeat;
  background-size: 100% 100%;
  padding: 6rem 16rem !important;
}


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


.solution-list {
  all: unset;
  /* width: 160rem; */
  height: 12rem;
  margin-top: 13.6rem;
  position: relative;
}



.solution-item {
  all: unset;
  cursor: pointer;
  will-change: background, color;
  transition: background 0.4s linear, color 0.3s linear;
  position: relative;
  font-size: 3rem;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #0E0911;
  line-height: 3.2rem;
}


.solution-item .triangle {
  position: absolute;
  bottom: -4.8rem;
  border: 1.6rem solid transparent;
  border-bottom-color: #F1F2F7;
  display: none;
}


.solution-item.active {
  /* background: #054EAC; */
  font-weight: bold;
  color: #0B3D8E;
}

.solution-item.active .triangle {
  display: block;
}

.solution-item img {
  width: 6.4rem;
  height: 6.4rem;
  margin-bottom: 4.9rem;
}

.solution-content {
  margin-top: 5.8rem;
  font-size: 2.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 3.2rem;
}

.solution-content-item {
  display: none;
  /* width: 160rem; */
  /* height: 20rem; */
  background: #F1F2F7;
  padding: 6.6rem 5.1rem;
  box-sizing: border-box;
}

.solution-content-item.active {
  display: block;
}


/* end */