.container {
  min-width: 1200px;
}

/* 顶部 */
.top {
  width: 100%;
  /* min-width: 1200px; */
  height: 41.67vw;
  min-height: 500.04px;
  background-image: url("https://zbhk-new.lnyun.com.cn/www/bdkj/images/202503/759352305169469613.png");
  background-size: 100% 100%;
  
  padding-bottom: 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 顶部结束 */

/* 四大核心功能 */
.hxgn {
  padding: 4vw 0;
  background-image: url("/channel-home/network/static/szhzg/hxgnbg.png");
  background-size: 100% 100%;
  box-sizing: border-box;
}

.black-title {
  color: #000000;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}

.black-tip {
  color: #75797e;
  font-weight: 400;
  font-size: 18px;
  margin-top: 1vw;
  text-align: center;
}

.hxgnlist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4vw 0;
}

.hxgnone {
  padding: 1.5vw;
  box-sizing: border-box;
  background-color: #fff;
  width: 264px;
  height: 374px;
  margin-right: 12px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: width 0.5s ease;
}

.hxgnone-title {
  color: #252d47;
  font-weight: 700;
  font-size: 26px;
  margin-top: 1.5vw;
}

.hxgnone-title-active {
  color: #fff;
}

.hxgnone-tip {
  color: #75797e;
  font-weight: 400;
  font-size: 18px;
  margin-top: 16px;
}

.hxgnone-tip-active {
  color: #fff;
}

.hxgn-right {
  width: 64px;
  height: 48px;
  margin-top: 3.5vw;
}

.hxgnactive {
  width: 452px;
}

/* 四大核心功能结束 */

/* 技术创新 */
.jscxlist {
  display: flex;
  justify-content: center;
  margin: 4vw auto;
  justify-content: center;
  border-bottom: 2px solid #e1e1e1;
  max-width: 1200px;
  margin-bottom: 0;
}

.jscxone {
  width: 140px;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  color: #75797e;
  font-weight: 400;
  padding-bottom: 8px;
  border-bottom: 4px solid transparent;
}

.jscxone img {
  margin-bottom: 8px;
}

.jscxone-active {
  border-bottom: 4px solid #006dff;
  font-weight: 700;
}

.jscxone:nth-child(2n) {
  margin: 0 16vw;
}

.jscxcontent {
    width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

.jscxcont-title {
  color: #000000;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 36px;
}

.jscxcont-tips {
  margin-bottom: 32px;
}

.jscxcont-tips-title {
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
}

.blue {
  width: 12px;
  height: 12px;
  background-color: #006dff;
  margin-right: 16px;
}

.jscxcont-tips-tip {
  color: #75797e;
  font-weight: 400;
  font-size: 16px;
  margin-top: 8px;
}

.jscxcont-left {
  margin-top: 4vw;
  min-width: 478px;margin-right: 32px;
}

.jscxcontent img{
width:684px;height:447.97px
}

/* 核心功能结束 */

/* 产品案例 */
.cpal {
  width: 100%;
  height: 22.65vw;
  background-image: url("/channel-home/network/static/szhzg/cpalbg.png");
  background-size: 100% 100%;
  padding: 4vw 0;
  box-sizing: border-box;
}

.white-title {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}

.cpalbox {
  display: flex;
  justify-content: center;
  margin-top: 4vw;
}

.cpalone {
  width: 200px;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cpalone:nth-child(2) {
  margin: 0 7.5vw;
}

.cpalone img {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}
/* 产品案例结束 */

.contentbox {
  display: flex;
  background-color: #f2f4f8;
}

.content-left {
width: 50%;
    padding: 0 6vw 0 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-left2 {
  width: 50%;
  padding: 0 0 0 6vw;
display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-left-title {
  color: #000000;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 40px;
}

.content-cont {
  color: #75797e;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
}


.content-cont img {
  width: 20.75px;
  height: 20px;
  margin-right: 8px;
}

.content-img {
  width: 50%;
}

.cpal2 {
  width: 100%;
  height: 14.42vw;
  background-image: url("/channel-home/network/static/szhzg/cpalbg2.png");
  background-size: 100% 100%;
  padding-top: 4vw;
  box-sizing: border-box;
}

.cpalbox2 {
  margin-top: 0;
}
