/*图标库*/
@font-face {
  font-family: "iconfont"; /* Project id 4234729 */
  src: url('//at.alicdn.com/t/c/font_4234729_0x5z9j4qioe.woff2?t=1693630716644') format('woff2'),
       url('//at.alicdn.com/t/c/font_4234729_0x5z9j4qioe.woff?t=1693630716644') format('woff'),
       url('//at.alicdn.com/t/c/font_4234729_0x5z9j4qioe.ttf?t=1693630716644') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zhongyingqiehuan-qiehuanyingwen:before {
  content: "\e663";
}

.icon-yuandianfengefu:before {
  content: "\e603";
  color:blue;
}

.icon-zhongyingqiehuan-qiehuanzhongwen:before {
  content: "\e664";
}

.icon-huaban-:before {
  content: "\e62d";
}

.icon-zhongwen:before {
  content: "\e600";
}

/*页面css */
.brand-title{
  text-align: center;font-size: 16px;height: 50px;line-height: 50px;width: 90%;padding-left: 20px;
}
.brand-p{
  font-size: 12px;text-align: center;width: 90%;padding-left: 20px;
}
.brand-a{
  width: 80%;
}
.info-content p{
  list-style: none;
  line-height: 30px;
}
.info-content .title{
  line-height: 40px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.info-content .sub{
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.image-container {
  width: 100%;
  /* 让容器与手机屏幕宽度100%相等 */
  height: auto;
  /* 高度自适应，根据图片宽高比自动计算高度 */
  display: flex;
  /* 使用flex布局 */
  justify-content: center;
  /* 图片水平居中 */
  align-items: center;
  /* 图片垂直居中 */
}

.image-container img {
  max-width: 100%;
  /* 图片最大宽度100%，避免拉伸或变形 */
  height: auto;
  /* 图片高度自适应，根据宽高比自动计算高度 */
}
.section-second{
  height:430px;
  width:100%;
}
