.banner-container {
    position: relative;
    padding-top: 54px;
}
.banner-container img {
    width: 100%;
	min-height: 410px;
	object-fit: cover;
}

/* .banner-container .slide-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding-top: 72px;
	display: flex;
	align-items: center;
	color: #fff;
}
.banner-container .slide-info .container {
  width: 100%;
  max-width: 1400px;
  margin: 320px auto;
} */

.banner-container .slide-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding-top: 72px;
	display: flex;
	align-items: center;
	color: #fff;
}
.banner-container .slide-info .container {
  width: 100%;
  max-width: 1400px;
  margin: 320px auto;
}
/* .banner-container img {
    height: 600px !important;
} */
.banner-container a {
    display: inline-block;
    width: 180px;
    height: 44px;
    background: #4F7CFD;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
.banner-container h3 {
    font-size: 36px;
    padding-bottom: 40px;
    color: #FFFFFF; 
}
.banner-container p {
    color: #FFFFFF; 
    max-width: 531px;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 40px;
}
/* .banner-container a {
    position: absolute;
    bottom: 22%;
    left: 50%;
    margin-left: -90px;
    display: inline-block;
    width: 180px;
    height: 44px;
    background: #4F7CFD;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    line-height: 44px;
} */

.section-architecture .section-container{
	padding-bottom: 0;
}
.section-architecture .section-container-bg{
	/* padding: 90px 16px; */
}
.section-architecture .nav-tabs {
	display: flex;
	justify-content: center;
	border: 0;
}
.section-architecture .architecture-item{
	position: relative;
	padding: 90px 0;
	/* padding-right: 310px; */
}
.section-architecture .architecture-item img{
	padding: 0 50px;
	max-width: 100%;
}
.section-architecture .architecture-item .architecture-info{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 90px 30px;
	width: 310px;
	background: #F1F6FC;
}
.section-architecture .architecture-item .architecture-info h5{
	font-size: 18px;
	margin-bottom: 20px;
	color: #3A4666;
}
.section-architecture .architecture-item .architecture-info p{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 26px;
	color: #586586;
}


/* 大屏幕（大桌面显示器 1200px） */
@media only screen and (max-width: 874px) {
	.section-architecture .architecture-item {
		padding-right: 0;
	}
	.section-architecture .architecture-item .architecture-info {
		position: relative;
		width: 100%;
		padding: 30px 12px;
		margin-top: 40px;
	}
	.section-architecture .architecture-item {
		/* padding-bottom: 0; */
            position: relative;
        padding: 40px 0;
	}
	.section-architecture .architecture-item img{
		padding: 0 12px;
	}
} 

.section-trait .trait-item-box{
    display: flex;
}

.section-trait .trait-item-img{
    text-align: center;
}
.section-trait .trait-item{
    padding: 32px 16px;
    position: relative;
    text-align: center;
    border: 6px solid #fff;
    box-sizing: border-box;
    background: linear-gradient(15deg, #FFFFFF 0%, #F6FAFF 100%);
    box-shadow: 2px 2px 18px 0px rgba(100,156,225,0.3);
    border-radius: 10px;
}
.section-trait .trait-item-bottom .trait-item{
    box-shadow: 0 4px 20px 0px rgba(100,156,225,0.3);
}
.section-trait .trait-item-top .trait-item{
    box-shadow: 0 -4px 20px 0px rgba(100,156,225,0.3);
}
.section-trait .trait-item img{
    width: 62px;
    margin-bottom: 40px;
}
.section-trait .trait-item h5{
    font-size: 18px;
    color: #3A4666;
    margin-bottom: 18px;
}
.section-trait .trait-item p{
    font-size: 14px;
    color: #6F7A9A;
}
.section-trait .trait-item-bottom span{
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #FFFFFF;
}
.section-trait .trait-item-top span{
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #FFFFFF;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
}

.section-trait .trait-item-bottom b{
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFFFFF;
}
.section-trait .trait-item-top b{
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #F6FAFF;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
}


.section-trait .trait-item-bottom .trait-item{
    margin-bottom: 86px;
}
.section-trait .trait-item-top .trait-item{
    margin-top: 86px;
}
.section-trait .trait-item-img{
    height: 208px;
    position: relative;
}
.section-trait .trait-item-bottom .trait-item-img img{
    position: absolute;
    left: 0;
    right: 0;
    top: -144px;
    width: 100%;
}
.section-trait .trait-item-top .trait-item-img img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -145px;
    width: 100%;
}
/* 大屏幕（大桌面显示器 1200px） */
@media only screen and (max-width: 1250px) {
	.section-trait .trait-item-img{
        display: none;
    }
    .section-trait .trait-item span,
    .section-trait .trait-item b {
        display: none;
    }
} 
@media only screen and (min-width: 1000px) {
    .section-trait .trait-item-box>div{
        flex: 1;
    }
}
@media only screen and (max-width: 1000px) {
    .trait-item-box  {
        flex-wrap: wrap;
        justify-content: center;
    }
    .section-trait .trait-item-bottom .trait-item,
    .section-trait .trait-item-top .trait-item {
        margin: 16px;
        min-width: 200px;
        max-width: 268px;
    }
} 


.section-product {
    padding-bottom: 100px;
}
.section-product .product-item{
    margin-bottom: 20px;
    padding: 35px 40px;
    background: #FFFFFF;
    box-shadow: 0px 3px 29px 2px rgba(178,192,205,0.28);
    border-radius: 10px;
}
.section-product .product-item h4{
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 34px;
    color: #3A4666;
}
.section-product .product-item h4 img{
    width: 32px;
    margin-right: 18px;
  
}
.section-product .product-item p{
    font-size: 14px;
    margin-bottom: 24px;
    color: #6F7A9A;
}
.section-product .product-item .bottom{
    display: flex;
    align-items: center;
}
.section-product .product-item .bottom a {
    font-size: 14px;
    color: #3A4666;
}
.section-product .product-item .bottom>span{
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 0 18px;
    border-right: 1px solid #E8ECF7;
    font-size: 14px;
    color: #3A4666;
}
.section-product .product-item .bottom>span>span{
    position: absolute;
    display: none;
    right: 50px;
    top: -50px;
    width: 120px;
    height: 120px;
}
.section-product .product-item .bottom>span:hover>span{
    display: block;
}
.section-product .product-item .bottom>span:first-child{
    padding-left: 0;
}
.section-product .product-item .bottom>span:last-child{
    border-right: 0;
}
.section-product .product-item .bottom a:hover,
.section-product .product-item .bottom>span:hover{
    color: #4B82FF;
}
.section-product .product-item .bottom>span img:nth-child(1){
    display: none;
}
.section-product .product-item .bottom>span img:nth-child(2){
    display: inline-block;
}
.section-product .product-item .bottom>span:hover img:nth-child(1){
    display: inline-block;
}
.section-product .product-item .bottom>span:hover img:nth-child(2){
    display: none;
}
.section-product .product-item .bottom span img{
    width: 12px;
    margin-left: 8px;
    vertical-align: -1px;
}

.section-product .product-item .bottom>span>span>img{
    width: 100%;
    margin-left: 0;
}
/* @media only screen and (max-width:768px) {
  .banner-container h3 {
      position: absolute;
      top: 25%;
      left: 5%;
      transform: translateX(0%);
      font-size: 26px;
      font-weight: bold;
      color: #FFFFFF;
  }
  .banner-container p {
      position: absolute;
      top: 36%;
      left: 5%;
      color: #FFFFFF;
      text-align: left;
      transform: translateX(0%);
      max-width: 355px;
      font-size: 15px;
      line-height: 28px;
      margin-bottom: 24px;
  }
  .banner-container a {
      position: absolute;
      top: 85%;
      left: 5%;
      transform: translateX(0%);
      display: inline-block;
      width: 180px;
      height: 44px;
      background: #4F7CFD;
      border-radius: 22px;
      color: #fff;
      text-align: center;
      line-height: 44px;
  }
} */



.section-trait {
  padding: 80px 0;
  background: #fff;
}

/* .section-trait h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 48px;
} */

/* 外层容器 */
.section-trait .containe > div {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* 单个卡片 */
.section-trait .containe > div > div {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 200px;
  display: flex;
  align-items: center;   /* 改这里 */
}

.section-trait .containe > div > div:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* 左侧图标 */
.section-trait .containe > div > div > div:first-child {
  width: 56px;
  height: 56px;
  margin-right: 16px;
  flex-shrink: 0;
}

.section-trait .containe > div > div > div:nth-child(2) {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

 
.section-trait img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 右侧文字 */
.section-trait .containe > div > div > div:last-child > div:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.section-trait .containe > div > div > div:last-child > div:last-child {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

@media (max-width: 992px) {
  .section-trait .containe > div {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .section-trait .containe > div {
    grid-template-columns: 1fr;
  }
}




@media only screen and (max-width:768px) {
  .banner-container h3 {
      position: absolute;
      bottom: 60%;
      left: 5%;
      font-size: 26px;
      font-weight: bold;
      color: #FFFFFF;
  }
  .banner-container p {
      position: absolute;
      bottom: 16%;
      left: 5%;
      color: #FFFFFF;
      max-width: 355px;
      font-size: 15px;
      line-height: 28px;
      margin-bottom: 0;
  }
  .banner-container a {
      position: absolute;
      bottom: 15%;
      left: 5%;
      display: inline-block;
      width: 180px;
      height: 44px;
      background: #4F7CFD;
      border-radius: 22px;
      color: #fff;
      text-align: center;
      line-height: 44px;
  }
  .section-trait {
    padding: 40px 0;
    background: #fff;
}
}
