body{font-family: Poppins,sans-serif;font-size: 16px;font-weight: 400;}
.top{width: 100%; height: 150px; background-color: #556c4f;}
.dhfx{width: 1110px; height: 31px; margin: 0 auto; padding-top: 15px; text-align: right;}
.dhfx a{color: white; margin-left: 10px;
      text-decoration: none; /* 取消下划线 */}
.dhfx a:hover {
      color: black;
    }
.navbar{width: 100%; background-color: #fff; height: 105px;transition: all 0.3s ease;}
.navbar-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 105px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.dht{width: 1110px; margin: 0 auto; z-index: 10;}
.dht .logo{width: 300px; margin-top:27px;}
.dht .dhtwz{font-size: 15px;font-family: Inter,sans-serif;font-weight:600; text-align:right; padding-top: 45px;}
.dhtwz a{color: #000; margin-left: 15px; text-decoration: none;}
.dhtwz a:hover {color: #e9ae5e;}
.dht .dhtwz2{font-size: 15px;font-family: Inter,sans-serif;font-weight:600; text-align:right; padding-top: 45px;}
.dhtwz2 a{color: #fff; margin-left: 15px; text-decoration: none;}
.dhtwz2 a:hover {color: #e9ae5e;}
.zcd{margin-left: 3px; font-weight: bold;}
.banner{width: 100%; height:850px; background-image: url('/images/slider1.jpg'); background-repeat: no-repeat;background-position: center;background-size: cover;}
.bnwz{width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); text-align: center; color: #fff;}
.bnan{display: inline-block; width: 190px; height: 63px; border-radius: 5px; background-color: #ffc80a;font-family: Poppins,sans-serif; font-size: 16px; line-height: 63px; font-weight: bold; color:#fff; text-align: center; margin: 0 auto; transition: background-color 1s ease;}
.bnan:hover {background-color: #303747;  color: #fff;}
.programbk{display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* 设置子元素之间的间距 */
  padding: 0 30px;
  margin: 100px auto 0;
  width: 1110px;}
.block {
    width: calc(100% / 3 - 30px); /* 计算每个块宽度以保证有30px的间距 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 阴影效果 */
    text-align: center;
  }
.pbkbt{font-family: Inter,sans-serif; font-weight: 700; font-size: 24px; padding: 20px 0 10px;}
.pbkbt a{color: #303849;transition:all 1s;}
.pbkbt a:hover{color: #f6ca46;}
.pbkwz{font-weight: 400;font-size: 16px;line-height: 1.6; padding: 0 30px;}
.pbkgd{text-align: right; width: 90%; height: 36px; border-top: solid 1px #ddd; font-weight: bold; padding-top: 10px; margin: 10px auto;}
.wdsm{width:80px; height:80px; border-radius:50%; background-color:#ffc80a; line-height:80px; text-align:center;}
.wdsm:hover{background-color:#1f282c;}
.cjwt{background-color: #fbfbfb; padding-top:100px; margin-top: 30px;}
.cjwtbk{display: flex;margin: 0 auto; width: 1110px;justify-content: space-between;}
.cjleft,.cjright {
  flex: 1; /* 让左右两个子元素各占一半宽度 */
  box-sizing: border-box; /* 包含内边距和边框在内的计算宽度 */
  padding: 0 15px; /* 设置内部左右间距 */
}
.cjwtbt{font-size:33px; font-weight: 700; line-height: 1.4; font-family: Inter,sans-serif; padding-bottom: 20px;}
.accordion {
    width: 100%;
  }
  
  .accordion-title {
	display: flex;
    background-color: #fff;
    cursor: pointer;
    padding: 11px 15px 11px 15px;
    border: 1px solid #ddd;
	border-radius: 5px;
    transition: background-color 0.5s ease;
	margin-top: 10px;
	font-size: 17px;
	font-weight: 600;
	color:#323848;
  }
  .accordion-title:hover {
    background-color: #f6ca46;
	color:#fff;
  }
  .accordion-title.active {
    background-color: #f6ca46;
	color:#fff;
	border-radius: 5px 5px 0 0;
  }
.part1 {flex: 0 0 5%;}
.part2 {flex: 0 0 85%;}
.part3 {flex: 0 0 10%; text-align: center;}
.accordion-content {
    display: none;
    padding: 10px 15px;
	line-height: 1.6;
	color:#303849;
    border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
  }
.gywmbk{display: flex;margin: 100px auto 0; width: 1110px;justify-content: space-between;}
.khs{position: relative;border-top:solid 3px #303747; padding:50px 35px; font-family: Poppins,sans-serif; border-radius: 5px; box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%); background-color:#fff;z-index: 2;}
.dsjx{
	position: absolute;
	content: '';
	left: 50%;
	top: 240px;
	border-radius: 15px;
	width: 50px;
	height: 50px;
	background: #fff;
	transform: rotate(45deg) translateX(-50%);
	z-index: 1;
	box-shadow: 0 2px 29px 0 rgb(0 0 0 / 8%);
	margin-top: -50px;
}
.khs:hover{
  background-color: #303747;
  color:#fff;
}
.khs:hover ~ .dsjx {
   background: #303747;
}
.khtx{text-align: center; margin-top: 30px;}
.khtx img{width:60px; height:60px; border-radius:50%;}
.khmc{font-family: Inter,sans-serif;font-weight:700;font-size: 24px;color: #303849; text-align: center;}
.khzy{font-size: 15px; text-align: center;}
.dban{width:40px; height: 40px; background-color: #47526a; text-align: center; line-height: 40px; color:#fff; margin-right: 10px;}
.dban:hover{background-color: #f6ca46;}
.dbdh{padding-left: 120px;}
.dbdh a{color:#fff;}
.dbdh a:hover{color:#f6ca46;}
.dhbn{width: 100%; height: 140px; padding-top: 60px; text-align: center; color:#fff; background-image: url('/images/dhtbg.jpg'); background-size: cover;}
.dhdbt{font-size: 30px; font-weight: 700; margin-bottom: 5px; font-family: Inter,sans-serif;}
.lxwman{width: 80px; height: 80px; border-radius: 50%; background-color: #dfd8c5; text-align: center; line-height: 80px; color:#303747; margin: 30px auto;}
.lxwman:hover{background-color: #f6ca46;}
.lxwmkj{border:solid 1px #556c4f; width: 31%; padding-bottom: 30px;}
.lxwmtbwz{font-size: 24px;font-family: Inter,sans-serif;font-weight: 700;color: #303849; margin-top: 30px;}
.lxwmtbwz:hover{color: #f6ca46;}
.lxwmwzxq{color: #303849; margin-top: 20px; padding: 0 30px;}
.wzpb{position: relative;}
.wzpb p{margin-bottom: 1rem;line-height: 1.6;color: #303849;}