body {
  margin: 0;
  padding: 0;
}
.flex {
  display: flex;
}
.fdc {
  flex-direction: column;
}
.jsb {
  justify-content: space-between;
}
.jsa {
  justify-content: space-around;
}
.jc {
  justify-content: center;
}
.alc {
  align-items: center;
}
a {
  text-decoration: none;
}
.top {
  width: 100%;
  height: 546px;
  background: url(../2025/top.png) no-repeat;
  background-size: 100% 100%;
}
.headlines {
  width: 100%;
  height: 200px;
  /* background-color: #fff0ec; */
}
.headlines-box {
  width: 1200px;
  padding-top: 50px;
  margin: 0 auto;
  display: flex;
}
.headlines-box img {
  width: 73px;
  height: 90px;
  margin-right: 27px;
}
.title {
  font-size: 32px;
  font-weight: bold;
  color: #b80000;
}
.subtitle {
  font-size: 16px;
  color: #111111;
  /* 溢出三个点 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1200px;
  */
}
.content {
  width: 1200px;
  height: 2900px;
  margin: auto;
  /* margin-bottom: 50px; */
  /* background-color: aqua; */
}
.content-box1 {
  height: 435px;
  /* background-color: skyblue; */
}
.carousel01 {
  width: 580px;
  height: 384px;
}
.box1-right {
  height: 100%;
  margin-left: 41px;
  width: 579px;
}
.box1-rightBox {
  flex: 1;
  border-bottom: dashed 1px #cfcdce;
  display: flex;
  align-items: center;
}
.box1-right img {
  width: 10px;
  height: 10px;
  margin: 0 14px 0 12px;
}
.box1-right p {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.news {
  /* flex: 1; */
  display: flex;
  padding-bottom: 10px;
  /* align-items: center; */
  border-bottom: solid 1px #cd0200;
}
.news :first-child {
  font-weight: bold;
  font-size: 32px;
  color: #b80000;
  line-height: 48px;
  background: linear-gradient(-67deg, #a80200 0%, #ff1e00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-01 {
  margin-bottom: 60px;
}
.title-01 img {
  /* padding-top: 69px; */
  width: 1140px;
  height: 44px;
}
.title-01 a {
  color: #767373;
}
.content-box2 {
  height: 553px;
  /* background-color: aquamarine; */
  margin-bottom: 50px;
  /* background-color: #fff; */
}
.content-box3 {
  margin-top: 60px;
  height: 510px;
}
.box3-box {
  width: 579px;
  height: 454px;
  /* background-color: aquamarine; */
}
.box3-box img {
  width: 576.59px;
  height: 44px;
}
.title-02 {
  position: relative;
  margin-bottom: 25px;
}
.title-02 .titleImg{
  width: auto;
  height: 35px;
  margin: 0;
  /* margin-left: 10%; */
}
.title-02 .more {
  position: absolute;
  right: 14px;
  bottom: -1px;
  width: 50px;
  height: 12px;
  margin: 0;
}

.title-03 {
  position: relative;
  margin-bottom: 25px;
}
.title-03 .titleImg{
  width: auto;
  height: 70px;
  margin-left: 10%;
}
.title-03 .more {
  position: absolute;
  right: 11px;
  bottom: -4px;
  width: 50px;
  height: 12px;
}

.box3-box02 {
  width: 100%;
  height: 392px;
  /* background-color: #fff; */
}
.box3-box02 img {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.box3-box02 div {
  flex: 1;
  border-bottom: dashed 1px #cfcdce;
  display: flex;
  align-items: center;
}
.box3-box02 p {
  font-size: 18px;
  color: #333;
}
.title-03 {
  height: 82px;
  /* background-color: #767373; */
}
.title-03 img {
  width: 1140px;
  height: 44px;
}
.content-box4 {
  margin-top: 21px;
  height: 315px;
  width: 100%;
}
.box4-box {
  width: 575px;
  height: 100%;
  /* background-color: skyblue; */
}
.box4-box img {
  width: 183px;
  height: 126px;
  margin-right: 20px;
}
.box4-title {
  margin: 0;
  font-size: 18px;
  color: #000000;
}
.box4-content {
  margin: 0;
  font-size: 14px;
  color: #666666;
}
.box4-box span {
  font-size: 14px;
  color: #ac0520;
}
.bottomBg {
  position: absolute;
  top: 2860px;
  /* bottom: 0px; */
  width: 100%;
  height: 587px;
  background: url(../imgs/bottomBg.png) no-repeat;
  /* background-color: aquamarine; */
  background-size: 100% 100%;
}
.bottom {
  height: 198px;
  background-color: #f3f4f7;
  /* margin-top: 44px; */
}
.bottom p {
  margin: 0;
}
.bottom-01 {
  margin-top: 30px;
}
.bottom-01 a {
  color: #474747;
  font-size: 18px;
  font-weight: bold;
}
.bottom-01 span {
  margin: 0 20px;
}
.bottom-02 {
  color: #474747;
  font-size: 14px;
}
.bottom img {
  margin-right: 12px;
  width: 18px;
  height: 20px;
}

.Box {
  position: relative;
}

.Box .content1 {
  width: 1200px;
  margin: 0 auto;
}

.Box h2 {
  text-align: center;
  margin-bottom: 35px;
  padding-top: 250px;
}

.Box .Box_con {
  position: relative;
}

.Box .Box_con .btnl {
  position: absolute;
}

.Box .Box_con .btn {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 80px;
  cursor: pointer;
}

.Box .Box_con .btnl {
  background: url(/zt/jj2025/image2025/jianTouZuo.png) no-repeat center;
  width: 58px;
  height: 88px;
  left: -72px;
  top: 200px;
}

.Box .Box_con .btnr {
  background: url(/zt/jj2025/image2025/jianTouYou.png) no-repeat center;
  width: 58px;
  height: 88px;
  right: -115px;
  top: 200px;
}

/* .Box .Box_con .btnl:hover {
background: url(img/jtl03.png) no-repeat center;
}
.Box .Box_con .btnr:hover {
background: url(img/jtr03.png) no-repeat center;
} */
.Box .Box_con .conbox {
  position: relative;
  overflow: hidden;
}

.Box .Box_con .conbox ul {
  position: relative;
  list-style: none;
}

.Box .Box_con .conbox ul li {
  position: relative;
  float: left;
  width: 285px;
  height: 480px;
  margin-left: 20px;
  overflow: hidden;
}

.Box .Box_con .conbox ul li span {
  display: block;
  position: absolute;
  bottom: 0;
  height: 40px;
  background: #000;
  opacity: 0.5;
  width: 100%;
  color: #D2D2D2;
  display: flex;
  align-items: center;
}

.Box .Box_con .conbox ul li:first-child {
  margin-left: 0;
}

.Box .Box_con .conbox ul li img {
  display: block;
  width: 285px;
  height: 480px;
  transition: all 0.5s;
}

.Box .Box_con .conbox ul li:hover img {
  transform: scale(1.1);
}

.Box .BoxSwitch {
  margin-top: 30px;
  text-align: center;
}

.Box .BoxSwitch span {
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.Box .BoxSwitch span.cur {
  background: red;
}


