* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.BODY {
  width: 100%;
  height: 1956px;
  background: #407feb url("background.png") no-repeat;
  background-position: center top;
  overflow: hidden;
}
.titleWord{
  width: 938px;
  height: 128px;
  font-family: PangMenZhengDao;
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: 6.25px;
  text-align: center;
  line-height: 64px;
  margin: 56px auto;
}
.body {
  width: 1260px;
  height: 1668px;
  margin: 115px auto;
  background: #ffffff;
  overflow: hidden;
}
.bodyTopWord {
  width: 112px;
  height: 40px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin-left: 30px;
  margin-top: 45px;
  margin-bottom: 0;
}
.TopWordLine {
  width: 30px;
  height: 4px;
  background: linear-gradient(180deg, #2b7ef9 0%, #1764ff 100%);
  border-radius: 2px;
  margin-left: 30px;
  margin-top: 10px;
}
.TopContent {
  width: 100%;
  height: 356px;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.TopContentLeft {
  width: 502px;
  height: 356px;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 #dae1ec;
  border-radius: 8px;
}
.TopWord {
  height: 36px;
  margin-left: 20px;
  font-family: PingFang-SC-Bold;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  line-height: 36px;
}

.TopContentRight {
  width: 668px;
  height: 356px;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 #dae1ec;
  border-radius: 8px;
}
.TopContentRight ul {
  list-style: none;
  margin-top: 10px;
}
.TopContentRight ul li {
  height: 45px;
  line-height: 45px;
}
.TopUlPoint {
  width: 10px;
  height: 10px;
  color: #0a76ef;
  margin-left: 20px;
}
.TopWord .hide { display: none; }
	.active { 
	  /* 在这里定义 active 样式 */
	  font-weight: bold; /* 例如，粗体显示 */
	  color: orange; /* 或者设置颜色为橙色 */
	}
.TopContentRight ul a {
  text-decoration: none;
  color: #333333;
  font-size: 18px;
  font-face: PingFangSC;
  font-weight: 400;
  letter-spacing: 0;
  paragraph-spacing: 0;
  margin-left: 5px;
}
.TopUlTime {
  color: #999999;
  font-size: 18px;
  font-face: PingFangSC;
  font-weight: 400;
  letter-spacing: 0;
  paragraph-spacing: 0;
  margin-left: 10px;
  float: right;
  padding-right: 20px;
}
.bodyCenterWord {
  width: 112px;
  height: 40px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin-left: 30px;
  margin-top: 40px;
  margin-bottom: 0;
}
.CenterWordLine {
  width: 30px;
  height: 4px;
  background: linear-gradient(180deg, #2b7ef9 0%, #1764ff 100%);
  border-radius: 2px;
  margin-left: 30px;
  margin-top: 10px;
}
.CenterContent {
  width: 100%;
  height: 330px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between;
}
.CenterContent1 {
  width: 380px;
  height: 150px;
  border-radius: 24px 0 24px 0;
  background: url("centerP1.png") no-repeat;
}
.CenterContent2 {
  width: 380px;
  height: 150px;
  border-radius: 24px 0 24px 0;
  background: url("centerP2.png") no-repeat;
}
.CenterContent3 {
  width: 380px;
  height: 150px;
  border-radius: 24px 0 24px 0;
  background: url("centerP3.png") no-repeat;
}
.CenterContent4 {
  width: 380px;
  height: 150px;
  border-radius: 24px 0 24px 0;
  background: url("centerP4.png") no-repeat;
}
.CenterContent5 {
  width: 380px;
  height: 150px;
  border-radius: 24px 0 24px 0;
  background: url("centerP5.png") no-repeat;
}
.CenterContent6 {
  width: 380px;
  height: 150px;
  border-radius: 24px 0 24px 0;
  background: url("centerP6.png") no-repeat;
}
.CenterContentWord {
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  color: #333333;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.CenterHref {
  width: 94px;
  margin-left: 20px;
}
.bodyBottomWord {
  width: 112px;
  height: 40px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin-left: 30px;
  margin-top: 40px;
  margin-bottom: 0;
}
.BottomWordLine {
  width: 30px;
  height: 4px;
  background: linear-gradient(180deg, #2b7ef9 0%, #1764ff 100%);
  border-radius: 2px;
  margin-left: 30px;
  margin-top: 10px;
}
.BottomContent {
  width: 1200px;
  height: 415px;
  margin: 30px auto;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 #dae1ec;
  border-radius: 8px;
  display: flex;
}
.BottomLeft {
  width: 160px;
  height: 415px;
  background-image: linear-gradient(-23deg, #96b7f8 0%, #408ae6 100%);
  border-radius: 8px 0 0 8px;
}
.BottomDiv {
  width: 120px;
  height: 50px;
  background: rgba(119, 170, 238, 0.2);
  border-radius: 4px;
  margin-left: 20px;
  margin-top: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
}

.BottomA {
  color: #ffffff;
}

.BottomDiv:hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 140px;
  background-color: #ffffff;
}

.BottomDiv:hover .BottomA {
  color: #386bf3;
}
.light {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 140px;
  background: #ffffff;
  color: #386bf3;
}
.Light {
  color: #386bf3;
}
.BottomMore {
  width: 62px;
  height: 22px;
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  /* color: #ffffff; */
  letter-spacing: 0;
  margin-left: 20px;
  margin-top: 83px;
  background: url("jiantou.png") no-repeat;
}
.BottomRight ul {
  width: 979px;
  margin-left: 34px;
  margin-top: 7px;
}
.BottomRight ul li {
  width: 100%;
  height: 66px;
  display: flex;
  border-bottom: 1px dashed grey;
}
.BottomRight ul li:nth-child(6) {
  border-bottom: none;
}
.BottomUlImg {
  width: 17px;
  height: 20px;
  margin-top: 23px;
}
.BottomUlWord {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  height: 66px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.BottomP {
  margin-top: 15px;
  margin-left: 30px;
}
.hide {
  display: none;
}
li {
  list-style: none;
}
#wrap {
  position: relative;
  width: 462px;
  height: 260px;
  margin: 20px auto;
  overflow: hidden;
}
#wrap .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 462px;
  height: 260px;
  display: flex;
}
.pic li {
  float: left;
  width: 462px;
  height: 260px;
  color: #fff;
  font-size: 80px;
  text-align: center;
  line-height: 400px;
}
.pic li img {
  width: 462px;
  height: 260px;
  /*width:700px;
	height:400px;
	*/
}
.tab {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: 70px;
  height: 30px;
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  transition: 0.5s;
}
.tab:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: scale(1.2);
}
.tab li {
  width: 20px;
  height: 20px;
  float: left;
  background: #fff;
  border-radius: 50%;
  margin: 5px 10px 0 0;
  line-height: 20px;
  text-align: center;
  /*opacity:0.35;
	*/
  cursor: pointer;
}
.tab li.on {
  /*position:absolute;
	top:0;
	*/
  background: #f60;
  /*opacity:1;
	z-index:99;
	*/
}
