.head-text {
	margin: 0 auto;
	width: 1200px;
	padding: 180px 0 0 50px;
	color: #fff;
}

.head-text h3 {
	font-size: 40px;
	color: #fff;
	font-weight: normal;
font-weight: bold;
}

.head-text p {
	margin-top: 23px;
	line-height: 33px;
	font-size: 1.4rem;
	font-family: "Microsoft Yahei";
}



.container_copy {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zhanwei {
  flex: 1;
}



.head-text1 {
  max-width: 50%;
}

.advantage {
  width: 100%;
  padding: 20px 0;
}

.auto {
  margin: 0 auto;
}

.head-title {
  font-size: 32px;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 40px;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item {
  width: 48%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.item img {
  margin-right: 20px;
}

.advantage-content {
  flex-grow: 1;
}

.advantage-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.advantage-info {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}



/* .features-section {
  text-align: center;
  margin: 50px 0;
} */

.features-section {
  text-align: center;
  margin: 50px 0;
  background: url(/template/Home/AllNew/PC/Static/images/sdwan/dci/cpbg.png) no-repeat center center;
}

.features {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.feature-item {
  text-align: center;
  width: 18%;
  margin-bottom: 20px;
}

.icon-container {
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon {
  border-radius: 50%;
  transition: opacity 0.5s ease-in-out;
}

h4 {
  margin-top: 20px;
  font-size: 16px;
}





.scene {
  margin-bottom: 50px;
}

.text-center {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  color: #3c3c3c;
  margin: 50px 0;
}

.scene-box {
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
}

.scene-content {
  width: 50%;
  line-height: 1.8;
}

.scene-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.scene-info {
  list-style-type: none;
  padding-left: 0;
}

.scene-info li {
  margin-bottom: 8px;
  line-height: 40px;
}

.imgbox {
  width: 40%;
}

.imgbox img {
  width: 100%;
  height: auto;
  display: block;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
