@import "./active.css";
/* ............版型............ */
.w1200 {
  width: 1200px;
  margin: auto;
}


/* ..... 二级菜单 ..... */
#info-page-2 .menu-child {
  border-top: 1px solid #f0f1f2;
  display: flex;
  padding: 32px 0;
  color: rgba(0, 0, 0, 0.85);
}
#info-page-2 .menu-child .menu2 {
  width: 200px;
  font-size: 14px;
  position: relative;
}
#info-page-2 .menu-child .menu2 .active {
  width: 100%;
  height: 44px;
  position: absolute;
  z-index: 1;
  left: 0;
  background-color: rgba(165, 160, 160, 0.1);
  transition: all 0.3s ease;
  pointer-events: none;
}
#info-page-2 .menu-child .menu2 li {
  padding: 12px 16px;
  box-sizing: border-box;
  height: 44px;
}

/* ..... 三级菜单 ..... */
#info-page-2 .menu-child .menu3 {
  font-size: 14px;
  margin-left: 48px;
  margin-top: 12px;
  position: relative;
  flex: 1;
}
#info-page-2 .menu-child .menu3 .select {
  flex: 1;
  display: flex;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
#info-page-2 .menu-child .menu3 .title {
  font-weight: 900;
  margin-bottom: 16px;
  display: block;
  line-height: 19px;
}
#info-page-2 .menu-child .menu3 .box {
  width: 226px;
  margin-left: 16px;
}
#info-page-2 .menu-child .menu3 .box li {
  line-height: 28px;
}
/* ......................................... 顶部头部 ......................................... */
#info-page-2 .header {
  height: 400px;
  width: 100%;
  background-size: 100% 100%;
}
#info-page-2 .header .content {
  color: white;
  padding-top: 128px;
  text-align: center;
}
#info-page-2 .header .title {
  font-size: 48px;
  line-height: 52px;
  font-weight: 900;
}

#info-page-2 .header .text {
  font-size: 20px;
  line-height: 28px;
  max-width: 693px;
  margin: 0 auto 0;
}

/* ........................................ 中间主体 ...................................... */

#info-page-2 .main .module {
  display: flex;
  padding: 64px 0;
}
#info-page-2 .main .module li {
  width: 50%;
}
#info-page-2 .main .module li div {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-bottom: 24px;
}

#info-page-2 .main .module li p {
  display: flex;
  padding: 12px 64px 12px 0;
  color: rgba(0, 0, 0, 0.85);
}

/* ............... 解决方案 ............ */
#info-page-2 .main .solution {
}
#info-page-2 .main .solution_bg {
  padding: 64px 0 64px 48px;
  color: #fff;
  max-width: 600px;
  box-sizing: border-box;
}

#info-page-2 .main .solution h3 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.85);
}

#info-page-2 .main .conter {
  height: 480px;
  width: 100%;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

#info-page-2 .main .conter .title {
  font-weight: 600;
  font-size: 32px;
  padding: 0;
  line-height: 40px;
  letter-spacing: -0.03em;
}
#info-page-2 .main .conter .info {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin: 16px 0;
}
#info-page-2 .main .conter .btn {
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-top: 32px;
  border-radius: 999px;
  background-color: #fff;
  color: black;
  display: inline-block;
}

/* ................ 应用案例 ............... */

#info-page-2 .main .Apply {
  padding: 96px 0;
  margin-top: 48px;
  background-color: #f5f5f5;
}
#info-page-2 .main .Apply h3 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.85);
}
#info-page-2 .main .Apply ul {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

#info-page-2 .main .Apply li {
  height: 260px;
  cursor: pointer;
  outline: none;
  position: relative;
  background-size: 100% 100%;
  height: 260px;
  width: 32%;
}
#info-page-2 .main .Apply li a {
  height: 100%;
  width: 100%;
}
#info-page-2 .main .Apply li p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
  font-size: 16px;
  line-height: 20px;
}
#info-page-2 .header .content{
    padding-top: 0!important;
}