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


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

.scheme .detail-title {
  margin-bottom: 0;
  height: 0;
}
.scheme .detail-title span {
  bottom: -9rem;
}

.scheme-content {
  position: relative;
  height: 90rem;
}

.scheme-content img {
  position: absolute;
  right: 78.2rem;
  width: 81.8rem;
  height: 70rem;
}

.scheme-info {
  padding-left: 8rem;
  position: absolute;
  right: 0;
  width: 70.1rem;
}

.scheme-title {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 3.4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.scheme-desc {
 
  font-size: 1.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 4rem;
}


.core-advantages {
  padding: 8rem 16rem 16rem  !important;
  background: url('../../images/product/gzgq/detail_img_2.2.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  perspective: 50rem;
  transform-style: flat;
  height: 86.8rem;
}

.core-advantages .detail-title {
  color: #fff;
}

.core-advantages .detail-title  span {
  opacity: 0.2;
}

.core-advantages .stand1 {
  position: absolute;
  left: 15.9rem;
  bottom: 3rem;
  width: calc(100% - 32rem);
  height: 10.8rem;
  background: #111D63;
  box-shadow: 0 0.6rem 1.6rem 0 rgba(62,87,172,0.27);
}

.core-advantages .stand2 {
  position: absolute;
  left: 15.9rem;
 
  bottom: 13.8rem;
  width: calc(100% - 32rem);
  height: 9.7rem;
  background: #12297E;
  box-shadow: 0 -0.6rem 3.5rem 0 inset rgba(62,87,172,0.48);
  opacity: 0.78;
  transform-origin: bottom;   
  transform:  rotateX(25deg);
}

.core-advantages-list {
  margin-top: 16rem;
  padding: 0 10rem;
  /* width: calc(100% - 48.2rem); */
}

.core-advantages-item {
  position: relative;
  cursor: pointer;
  width: 34rem;
  height: 39.2rem;
}

.core-advantages-item:hover .core-advantages-index {
  color: #FFFFFF;
}

.core-advantages-item:hover .core-advantages-shadow {
  box-shadow: 0px -0.6rem 1rem 0px inset rgba(255,255,255,0.25);
  background-image: linear-gradient( to top, #ACCCF4 10%, #ACCCF400),
   radial-gradient(10rem at 0% 8rem, #ACCCF466, #ACCCF400 80%),
   radial-gradient(10rem at 100% 8rem, #ACCCF466, #ACCCF400 80%);
}

.core-advantages-item:hover .core-advantages-bg {
  background: linear-gradient(to bottom, #9DC1F0, #D9EBFF);
  box-shadow: 0px 0.3rem 0.8rem 0 inset rgba(230,237,255,0.35);
}

.core-advantages-item:hover .core-advantages-desc ,
.core-advantages-item:hover .core-advantages-title h1  {
  color: #011C4C;
}

.core-advantages-index {
  position: absolute;
  top: -9rem;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-size: 6rem;
  font-family: DIN;
  font-weight: bold;
  color: #63A5F6;
  transition: all 0.3s linear;
}

.core-advantages-shadow {
  position: absolute;
  top: -5.3rem;
  width: 100%;
  height: 5.6rem;
  transform-origin: bottom;   
  transform:  rotateX(20deg);
  mix-blend-mode: color;
  /* transition: all 0.3s linear; */
  background-image: linear-gradient( to top, #2C77D3 10%, #2C77D300),
   radial-gradient(10rem at 0% 8rem, #2C77D366, #2C77D300 80%),
   radial-gradient(10rem at 100% 8rem, #2C77D366, #2C77D300 80%);
  box-shadow: 0px -0.6rem 1rem 0px inset rgba(30,75,193,0.25);
} 

.core-advantages-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(49, 127, 217, 1) 70%, rgba(32, 94, 192, 0.4)), 
  linear-gradient(180deg, rgba(34, 100, 176, 1) , rgba(34, 100, 176, 0.6) 90%);
  box-shadow:  0 0.3rem 1.8rem 0 inset rgba(30,75,193,0.4);
  perspective: 50rem;
  transform-style: flat;
  /* transition: all 0.3s linear; */
}


.core-advantages-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.5rem;
}

.core-advantages-title h1 {
  font-size: 4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.8;
  transition: all 0.3s linear;
}


.core-advantages-desc {
  margin-top: 4.8rem;
  font-size: max(1.8rem, 14px);
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 3rem;
  opacity: 0.7;
  transition: all 0.3s linear;
  text-align: center;
}


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

.solution-desc {
  margin-top: 7rem;
  margin-bottom: 4.9rem;
}

.solution-desc h1 {
  font-size: 3.6rem;
  line-height: 3.6rem;
  margin-bottom: 2.9rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}


.solution-desc p {
  font-size: max(1.8rem, 14px);
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.solution-item {
  /* width: 520px; */
  height: 32rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 4.5rem 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.2s linear;
}

.solution-item img {
  width: 6.7rem;
  height: 7.8rem;
}

.solution-title {
  font-size: 3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0E0911;
}

.solution-text {
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 3.2rem;
}

.solution-item:hover{
  background: #F1F2F7;
}
/* end */



