.banner {
  margin-bottom: 32px;
}
.banner .pc,
.banner .phone {
  width: 100%;
}
.banner .phone {
  display: none;
}
.floatad {
  display: block;
  position: absolute;
  top: 877px;
  left: 10px;
}
.floatad.fix {
  position: fixed;
  top: 20px;
}
.scrollbox::-webkit-scrollbar {
  display: none;
}
.fontB {
  font-weight: bold;
}
.overtext {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overtext2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 省略号效果 */
}
.img_pc {
  display: block;
  width: 100%;
}
.img_xs {
  display: none;
  width: 100%;
}
.mainw {
  width: 1200px;
  margin: 0 auto;
}
.mainw:after {
  content: "";
  display: block;
  clear: both;
}
.crumbs_box {
  font-size: 14px;
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  line-height: 50px;
  background-color: #f2f2f2;
  color: #333333;
}
.crumbs_box .content {
  width: 1200px;
  box-sizing: border-box;
  padding-left: 30px;
  margin: 0 auto;
  position: relative;
}
.crumbs_box .icon-location1 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #275297;
  margin-right: 4px;
}
.crumbs_box a {
  margin: 0 5px 0 5px;
  cursor: pointer;
}
.mb24 {
  margin-bottom: 24px;
}
.bgtit {
  height: 47px;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}
.bgtit img {
  height: 100%;
}
.bgtit img.bg_pc {
  display: inline-block;
}
.bgtit img.bg_xs {
  display: none;
}
.bgtit p {
  line-height: 47px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-weight: bold;
  font-size: 24px;
  color: #F8F7F1;
}
.main_toptit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main_toptit div {
  display: flex;
  align-items: center;
}
.main_toptit div img {
  width: 24px;
  height: 14px;
  margin-right: 12px;
}
.main_toptit div .name,
.main_toptit div a {
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  margin-right: 16px;
  color: #583F26;
}
.main_toptit div .name {
  position: relative;
}
.main_toptit div a {
  position: relative;
  padding-left: 16px;
  color: #666;
}
.main_toptit div a:hover {
  color: #583F26;
}
.main_toptit div a::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #E7E8EA;
  position: absolute;
  left: 0px;
  top: 5px;
}
.main_toptit .more {
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}
.main_toptit .more:hover {
  color: #275297;
}
.part1 {
  margin-bottom: 32px;
}
.part1 .mainw {
  position: relative;
}
.part1 .mainw .floatad {
  position: absolute;
  width: 130px;
  bottom: 0;
  left: -160px;
}
.part1 .mainw .floatad img {
  width: 100%;
}
.part1 .p1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.part1 .p1 .imgbox {
  width: 500px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.part1 .p1 .imgbox img {
  width: 100%;
  height: 100%;
}
.part1 .p1 .imgbox p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 52px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.part1 .p1 .infobox {
  width: 668px;
}
.part1 .p1 .infobox .top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E7E8EA;
  margin-bottom: 16px;
}
.part1 .p1 .infobox .top div {
  display: flex;
  align-items: center;
}
.part1 .p1 .infobox .top div img {
  width: 24px;
  height: 14px;
  margin-bottom: 10px;
  margin-right: 12px;
}
.part1 .p1 .infobox .top div .name,
.part1 .p1 .infobox .top div a {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 8px;
  display: inline-block;
  margin-right: 16px;
  color: #583F26;
}
.part1 .p1 .infobox .top div .name {
  position: relative;
}
.part1 .p1 .infobox .top div .name .bg {
  position: absolute;
  bottom: -15px;
  width: 40px;
  height: 6px;
  left: 50%;
  margin-left: -20px;
}
.part1 .p1 .infobox .top div a {
  position: relative;
  padding-left: 16px;
  color: #666;
}
.part1 .p1 .infobox .top div a:hover {
  color: #583F26;
}
.part1 .p1 .infobox .top div a::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #E7E8EA;
  position: absolute;
  left: 0px;
  top: 5px;
}
.part1 .p1 .infobox .top .more {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  padding-bottom: 9px;
}
.part1 .p1 .infobox .top .more:hover {
  color: #583F26;
}
.part1 .p1 .infobox .cont p {
  font-size: 16px;
  color: #999999;
  line-height: 28px;
  text-align: left;
  margin-bottom: 16px;
  text-indent: 32px;
}
.part1 .p1 .infobox .cont a {
  font-size: 16px;
  color: #275297;
  line-height: 24px;
}
.part1 .ad {
  margin-bottom: 32px;
}
.part2 {
  position: relative;
  padding: 32px 0 0;
  margin-bottom: 32px;
}
.part2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.part2 .cbox {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-bottom: 32px;
}
.part2 .cbox .pp {
  width: 584px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}
.part2 .cbox .pp .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.part2 .cbox .pp .top div {
  display: flex;
  align-items: center;
}
.part2 .cbox .pp .top div img {
  width: 24px;
  height: 14px;
  margin-right: 12px;
}
.part2 .cbox .pp .top div .name,
.part2 .cbox .pp .top div a {
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  margin-right: 16px;
  color: #583F26;
}
.part2 .cbox .pp .top div .name {
  position: relative;
}
.part2 .cbox .pp .top div a {
  position: relative;
  padding-left: 16px;
  color: #666;
}
.part2 .cbox .pp .top div a:hover {
  color: #583F26;
}
.part2 .cbox .pp .top div a::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #E7E8EA;
  position: absolute;
  left: 0px;
  top: 5px;
}
.part2 .cbox .pp .top .more {
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}
.part2 .cbox .pp .top .more:hover {
  color: #275297;
}
.part2 .cbox .pp .bigbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 16px;
}
.part2 .cbox .pp .bigbox .imgbox {
  width: 160px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding-top: 16.54%;
}
.part2 .cbox .pp .bigbox .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.part2 .cbox .pp .bigbox .info {
  width: 364px;
}
.part2 .cbox .pp .bigbox .info .tit {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  margin-bottom: 16px;
  height: 48px;
  display: block;
  cursor: pointer;
  -webkit-line-clamp: 2;
}
.part2 .cbox .pp .bigbox .info span {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.part2 .cbox .pp .list {
  display: flex;
  flex-direction: column;
}
.part2 .cbox .pp .list li {
  display: flex;
  border-top: 1px dashed #d5d5d5;
  align-items: center;
}
.part2 .cbox .pp .list li .point {
  width: 3px;
  height: 3px;
  background: rgba(51, 51, 51, 0.85);
  margin-right: 10px;
}
.part2 .cbox .pp .list li a {
  flex: 1;
  font-size: 16px;
  color: #666666;
  line-height: 55px;
}
.part2 .cbox .pp .list li a:hover {
  color: #B40000;
}
.part2 .cbox .pp .list li .time {
  font-size: 16px;
  color: #999999;
  line-height: 55px;
}
.part2 .vbox {
  position: relative;
  padding-bottom: 32px;
}
.part2 .vbox .list {
  display: flex;
  justify-content: start;
  gap: 32px;
}
.part2 .vbox .list li {
  width: 276px;
}
.part2 .vbox .list li .vimg_box {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4px;
}
.part2 .vbox .list li .vimg_box::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.part2 .vbox .list li .vimg_box img {
  width: 100%;
  height: 155px;
}
.part2 .vbox .list li .vimg_box .icon-shipin1 {
  position: absolute;
  width: 40px;
  height: 24px;
  background: #B40000;
  border-radius: 8px 12px 12px 0px;
  top: 0;
  left: 0;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}
.part2 .vbox .list li .vimg_box .icon-bofang2 {
  width: 32px;
  height: 32px;
  font-size: 32px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
.part2 .vbox .list li .tit {
  background: #C8AE95;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  display: block;
}
.part3 {
  position: relative;
  padding-bottom: 32px;
}
.part3 .cbox {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 16px;
}
.part3 .cbox .pp {
  width: 584px;
}
.part3 .cbox .pp:nth-child(1) .list li:nth-child(even) {
  background: #FAF7F4;
  border-color: #FAF7F4;
}
.part3 .cbox .pp:nth-child(2) .list li:nth-child(odd) {
  background: #FAF7F4;
  border-color: #FAF7F4;
}
.part3 .cbox .pp .list {
  display: flex;
  flex-direction: column;
}
.part3 .cbox .pp .list li {
  display: flex;
  border-radius: 8px;
  border: 1px solid #E5D4C3;
  align-items: center;
  margin-bottom: 16px;
  padding: 20px;
}
.part3 .cbox .pp .list li .bigbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.part3 .cbox .pp .list li .bigbox .imgbox {
  width: 160px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding-top: 16.54%;
}
.part3 .cbox .pp .list li .bigbox .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.part3 .cbox .pp .list li .bigbox .info {
  width: 364px;
}
.part3 .cbox .pp .list li .bigbox .info .tit {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  margin-bottom: 16px;
  height: 48px;
  display: block;
  cursor: pointer;
  -webkit-line-clamp: 2;
}
.part3 .cbox .pp .list li .bigbox .info span {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.part3 .ad {
  margin-bottom: 32px;
}
.part4 {
  padding-bottom: 32px;
}
.part4 .cbox {
  display: flex;
  justify-content: space-between;
}
.part4 .cbox .aa {
  width: 584px;
  background: url(2024zt_sss.png);
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
}
.part4 .cbox .aa .bgg {
  position: absolute;
  top: 0;
  left: 0;
  width: 383px;
}
.part4 .cbox .aa .tit {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #583F26;
  line-height: 39px;
  letter-spacing: 24px;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.part4 .cbox .aa .tit .bg {
  position: absolute;
  width: 172px;
  height: 39px;
  top: 0;
  left: 50%;
  margin-left: -99px;
}
.part4 .cbox .aa .tit .more {
  position: absolute;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  right: 20px;
  top: 8px;
  font-weight: 200;
  letter-spacing: 0px;
}
.part4 .cbox .aa .list {
  margin: 0 12px;
  font-size: 0;
}
.part4 .cbox .aa .list .btn_next {
  width: 32px!important;
  line-height: 32px!important;
  height: 32px!important;
  text-align: center;
  background: #B40000;
  font-family: iconfont_xha;
  position: absolute;
  font-size: 17px;
  color: white;
  border-radius: 100%;
  right: -5px;
  top: 60px;
  cursor: pointer;
}
.part4 .cbox .aa .list .btn_next::before {
  content: "\e8d3";
}
.part4 .cbox .aa .list .btn_next.o_lose {
  background: #D9D9D9;
  cursor: default;
}
.part4 .cbox .aa .list .btn_prev {
  width: 32px!important;
  line-height: 32px!important;
  height: 32px!important;
  text-align: center;
  background: #B40000;
  font-family: iconfont_xha;
  position: absolute;
  font-size: 17px;
  color: white;
  border-radius: 100%;
  left: -5px;
  top: 60px;
  cursor: pointer;
}
.part4 .cbox .aa .list .btn_prev::before {
  content: "\e8d4";
}
.part4 .cbox .aa .list .btn_prev.o_lose {
  background: #D9D9D9;
  cursor: default;
}
.part4 .cbox .aa .list ul {
  white-space: nowrap;
}
.part4 .cbox .aa .list ul li {
  width: 50%;
  display: inline-block;
}
.part4 .cbox .aa .list ul li .box {
  margin: 0 12px;
}
.part4 .cbox .aa .list ul li .box .imgbox {
  position: relative;
  padding-top: 62.4%;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  background: url(2024zt_s.png) no-repeat bottom left;
  background-size: 100% auto;
  padding-bottom: 24px;
  margin-bottom: 12px;
}
.part4 .cbox .aa .list ul li .box .imgbox img {
  position: absolute;
  width: 100%;
  bottom: 24px;
  border: 3px solid #c9ae96;
  box-sizing: border-box;
  border-radius: 6px;
  top: 0;
  height: calc(100% - 24px);
}
.part4 .cbox .aa .list ul li .box .textbox {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  display: block;
  margin-bottom: 20px;
}
