* {
  font-family: "微软雅黑";
  outline: 0;
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  font-size: 14px;
}
dd,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.auto {
  margin: 0 auto;
}
.w1280 {
  width: 1280px;
}
.w1200 {
  width: 1200px;
}
.w1160 {
  width: 1160px;
}
.bg-white {
  background: #FFF;
}
.pointernone {
  pointer-events: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs34 {
  font-size: 34px;
}
.fs36 {
  font-size: 36px;
}
.fbold {
  font-weight: 700;
}
.fnormal {
  font-weight: 400;
}
.disblock {
  display: block;
}
.disbinline {
  display: inline-block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.hide {
  display: none;
}
.flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.three-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.four-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.five-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.m35 {
  margin: 35px;
}
.m40 {
  margin: 40px;
}
.m50 {
  margin: 50px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.ml80 {
  margin-left: 80px;
}
.ml90 {
  margin-left: 90px;
}
.ml100 {
  margin-left: 100px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr55 {
  margin-right: 55px;
}
.mr60 {
  margin-right: 60px;
}
.mr70 {
  margin-right: 70px;
}
.mr80 {
  margin-right: 80px;
}
.mr90 {
  margin-right: 90px;
}
.mr100 {
  margin-right: 100px;
}
.mb3 {
  margin-bottom: 3px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.p50 {
  padding: 50px;
}
.pt3 {
  padding-top: 3px;
}
.pt4 {
  padding-top: 4px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt75 {
  padding-top: 75px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pb3 {
  padding-bottom: 3px;
}
.pb4 {
  padding-bottom: 4px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl65 {
  padding-left: 65px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl90 {
  padding-left: 90px;
}
.pl100 {
  padding-left: 100px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr55 {
  padding-right: 55px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}
.pr100 {
  padding-right: 100px;
}
.ScrollStyle {
  overflow: auto !important;
}
.ScrollStyle::-webkit-scrollbar {
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  background: #ECECEC;
  border-radius: 5px;
}
.ScrollStyle::-webkit-scrollbar-button {
  width: 9px;
  height: 0px;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start {
  background-position: 0 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:hover {
  background-position: -10px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:active {
  background-position: -20px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end {
  background-position: -30px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:hover {
  background-position: -40px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:active {
  background-position: -50px 0;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start {
  background-position: 0 -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:hover {
  background-position: -10px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:active {
  background-position: -19px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end {
  background-position: -30px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:hover {
  background-position: -40px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:active {
  background-position: -50px -11px;
}
.ScrollStyle::-webkit-scrollbar-track-piece {
  background-color: #FFF;
  border-radius: 5px;
}
.ScrollStyle::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: #F7B882;
  border-radius: 5px;
}
.ScrollStyle::-webkit-scrollbar-thumb:hover {
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: #F7B882;
}
.ScrollStyle::-webkit-scrollbar-thumb:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7B882), to(#F7B882));
}
.ScrollStyle::-webkit-scrollbar-corner {
  background-color: #FFF;
  border-radius: 5px;
}
.zt_20260119 .box01 .top-bg {
  height: 585px;
  background: url(zt_20260119_02.png) no-repeat center top;
}
.zt_20260119 .box01 .top-bg h1 {
  padding-top: 120px;
}
.zt_20260119 .box01 .nav {
  background: url(zt_20260119_03.png) no-repeat center top;
  height: 82px;
  background: #CA0010;
}
.zt_20260119 .box01 .nav ul {
  width: 1220px;
  display: flex;
  justify-content: space-between;
}
.zt_20260119 .box01 .nav ul li {
  padding: 0 9px;
}
.zt_20260119 .box01 .nav ul li:hover {
  background: #FBE0B1;
}
.zt_20260119 .box01 .nav ul li:hover a {
  color: #C80C0B;
  font-weight: bold;
}
.zt_20260119 .box01 .nav ul li a {
  display: block;
  color: #FFF;
  font: bold 19px/82px "microsoft yahei";
}
.zt_20260119 .box0203 {
  background: url(zt_20260119_06.png) no-repeat center 420px;
}
.zt_20260119 .box02 .header {
  text-align: center;
  margin-bottom: 10px;
}
.zt_20260119 .box02 .header h2 a {
  font-size: 36px;
  line-height: 45px;
  font-weight: bold;
  color: #C80000;
}
.zt_20260119 .box02 .header .list span {
  width: 118px;
  height: 37px;
  background: #D00000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zt_20260119 .box02 .header .list .txtMarquee {
  width: 1052px;
  padding: 0 15px;
  background: #FDF9EE;
}
.zt_20260119 .box02 .header .list .txtMarquee li {
  display: block;
  float: left;
  width: 33%;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  line-height: 37px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20260119 .box02 .header .list .txtMarquee li a {
  color: #060606;
}
.zt_20260119 .box02 .focus {
  width: 700px;
  height: 524px;
  position: relative;
}
.zt_20260119 .box02 .focus .bd {
  width: 700px;
  height: 524px;
}
.zt_20260119 .box02 .focus .bd ul li {
  width: 700px;
  height: 524px;
  position: relative;
}
.zt_20260119 .box02 .focus .bd ul li img {
  width: 700px;
  height: 454px;
}
.zt_20260119 .box02 .focus .bd ul li p {
  height: 70px;
  background: #C50E00;
  text-align: center;
}
.zt_20260119 .box02 .focus .bd ul li p a {
  display: block;
  color: #FFCD8C;
  line-height: 47px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20260119 .box02 .focus .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.zt_20260119 .box02 .focus .hd ul {
  text-align: center;
}
.zt_20260119 .box02 .focus .hd ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFCD8C;
  margin: 0 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.zt_20260119 .box02 .focus .hd ul li.on {
  background: #FFF;
  width: 30px;
  border-radius: 5px;
}
.zt_20260119 .box02 .listbox {
  width: 480px;
}
.zt_20260119 .box02 .listbox .list li {
  height: 74px;
  background: #F7F7F7;
  position: relative;
  font-size: 18px;
  margin-bottom: 1px;
  padding-left: 18px;
  display: flex;
  align-items: center;
}
.zt_20260119 .box02 .listbox .list li a {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zt_20260119 .box02 .listbox .list li:before {
  content: "";
  width: 7px;
  height: 74px;
  background: #EA2313;
  position: absolute;
  left: 0;
  top: 0;
}
.zt_20260119 .box03 .container {
  height: 597px;
  background: url(zt_20260119_08.png) no-repeat center top;
}
.zt_20260119 .box03 .hywj-box {
  width: 615px;
  height: 407px;
}
.zt_20260119 .box03 .hywj-box .list {
  padding-left: 17px;
}
.zt_20260119 .box03 .hywj-box .list li {
  position: relative;
  line-height: 51px;
  font-size: 20px;
  text-indent: 25px;
}
.zt_20260119 .box03 .hywj-box .list li a {
  color: #000;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20260119 .box03 .hywj-box .list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D70000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zt_20260119 .box03 .hyrc-box {
  width: 585px;
  height: 407px;
}
.zt_20260119 .box03 .hyrc-box .timeTab {
  position: relative;
}
.zt_20260119 .box03 .hyrc-box .timeTab .bd {
  width: 360px;
  font-size: 20px;
  line-height: 45px;
}
.zt_20260119 .box03 .hyrc-box .timeTab .bd .item {
  height: 376px;
  overflow: hidden;
  padding: 20px 20px 10px 10px;
  color: #FFF;
}
.zt_20260119 .box03 .hyrc-box .timeTab .bd .item p {
  color: #FFF;
}
.zt_20260119 .box03 .hyrc-box .timeTab .bd .item a {
  color: #FFF;
}
.zt_20260119 .box03 .hyrc-box .timeTab .bd .item span {
  text-wrap: wrap !important;
}
.zt_20260119 .box03 .hyrc-box .timeTab .bd .item:first-child {
  display: block;
}
.zt_20260119 .box03 .hyrc-box .timeTab .hd {
  width: 220px;
}
.zt_20260119 .box03 .hyrc-box .timeTab .hd h3 {
  padding-top: 60px;
}
.zt_20260119 .box03 .hyrc-box .timeTab .hd h3 span {
  display: block;
  text-indent: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #d40008;
}
.zt_20260119 .box03 .hyrc-box .timeTab .hd h3 p {
  text-indent: 38px;
  font-size: 18px;
  color: #d40008;
}
.zt_20260119 .box03 .hyrc-box .timeTab .hd ul li {
  display: inline-block;
  background: url(zt_20260119_11.png) no-repeat left top;
  height: 41px;
  line-height: 41px;
  margin-bottom: 4px;
  color: #000;
  font-size: 20px;
  text-align: right;
  cursor: pointer;
}
.zt_20260119 .box03 .hyrc-box .timeTab .hd ul li span {
  display: block;
  margin-right: 50px;
}
.zt_20260119 .box03 .hyrc-box .timeTab .hd ul li:nth-child(1) {
  width: 197px;
  margin-left: 10px;
}
.zt_20260119 .box03 .hyrc-box .timeTab .hd ul li:nth-child(2) {
  width: 187px;
  margin-left: 20px;
}
.zt_20260119 .box03 .hyrc-box .timeTab .hd ul li:nth-child(3) {
  width: 176px;
  margin-left: 31px;
}
.zt_20260119 .box03 .hyrc-box .timeTab .hd ul li:nth-child(4) {
  width: 166px;
  margin-left: 41px;
}
.zt_20260119 .box03 .hyrc-box .timeTab .hd ul li:nth-child(5) {
  width: 156px;
  margin-left: 51px;
}
.zt_20260119 .box03 .hyrc-box .timeTab .hd ul li.on {
  background: url(zt_20260119_16.png) no-repeat left top;
  color: #FFF;
  font-weight: bold;
}
.zt_20260119 .box03 .imgbtn {
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zt_20260119 .box03 .imgbtn img {
  transition: all 0.3s ease;
}
.zt_20260119 .box03 .imgbtn img:hover {
  transform: scale(1.02);
}
.zt_20260119 .box04 .baogao-box {
  height: 665px;
  position: relative;
  background: url(zt_20260119_22.png) no-repeat center top;
}
.zt_20260119 .box04 .baogao-box .hd {
  width: 430px;
  position: relative;
}
.zt_20260119 .box04 .baogao-box .hd .list {
  width: 400px;
}
.zt_20260119 .box04 .baogao-box .hd .list li {
  display: flex;
  align-items: center;
  font-size: 25px;
}
.zt_20260119 .box04 .baogao-box .hd .list li:nth-child(1) {
  height: 120px;
  margin-left: 200px;
}
.zt_20260119 .box04 .baogao-box .hd .list li:nth-child(2) {
  height: 130px;
  margin-left: 170px;
}
.zt_20260119 .box04 .baogao-box .hd .list li:nth-child(3) {
  height: 116px;
  margin-left: 200px;
}
.zt_20260119 .box04 .baogao-box .hd .list li:nth-child(4) {
  font-size: 24px;
  height: 145px;
  margin-left: 133px;
}
.zt_20260119 .box04 .baogao-box .hd .list li:nth-child(5) {
  height: 100px;
  margin-left: 250px;
}
.zt_20260119 .box04 .baogao-box .hd .list li.on a {
  color: #C70806;
}
.zt_20260119 .box04 .baogao-box .hd .list li a {
  color: #3F2C05;
}
.zt_20260119 .box04 .baogao-box .bd {
  width: 770px;
}
.zt_20260119 .box04 .baogao-box .bd .list {
  width: 640px;
  display: none;
}
.zt_20260119 .box04 .baogao-box .bd .list:first-child {
  display: block;
}
.zt_20260119 .box04 .baogao-box .bd .list li {
  position: relative;
  text-indent: 15px;
  font-size: 20px;
  margin-bottom: 25px;
}
.zt_20260119 .box04 .baogao-box .bd .list li a {
  color: #140000;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20260119 .box04 .baogao-box .bd .list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D70000;
  position: absolute;
  left: 0;
  top: 10px;
}
.zt_20260119 .box05 .syfy-box {
  width: 1238px;
  height: 533px;
  background: url(zt_20260119_24.png) no-repeat center top;
}
.zt_20260119 .box05 .syfy-box .container {
  padding: 50px 110px 0;
}
.zt_20260119 .box05 .syfy-box .container .syfy-item {
  width: 470px;
}
.zt_20260119 .box05 .syfy-box .container .syfy-item h4 {
  width: 325px;
  padding-left: 75px;
  font-size: 25px;
  background: url(zt_20260119_25.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zt_20260119 .box05 .syfy-box .container .syfy-item h4 img {
  vertical-align: middle;
}
.zt_20260119 .box05 .syfy-box .container .syfy-item h4 a {
  color: #c70806;
}
.zt_20260119 .box05 .syfy-box .container .syfy-item .list li {
  width: 465px;
  line-height: 55px;
  position: relative;
  text-indent: 18px;
  font-size: 18px;
}
.zt_20260119 .box05 .syfy-box .container .syfy-item .list li a {
  color: #242424;
  display: block;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20260119 .box05 .syfy-box .container .syfy-item .list li:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #D70000;
  position: absolute;
  left: 0;
  top: 21px;
}
.zt_20260119 .box06 {
  position: relative;
}
.zt_20260119 .box06 .bd {
  width: 1131px;
  margin: 0 auto;
}
.zt_20260119 .box06 .bd .list li {
  float: left;
  position: relative;
  width: 357px;
  height: 300px;
  font-size: 18px;
  margin: 10px 10px;
}
.zt_20260119 .box06 .bd .list li a img {
  width: 357px;
  height: 226px;
}
.zt_20260119 .box06 .bd .list li a p {
  padding: 10px 0 0;
  color: #333333;
  line-height: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zt_20260119 .box06 .bd .next1,
.zt_20260119 .box06 .bd .prev1 {
  width: 21px;
  height: 38px;
  display: block;
  position: absolute;
  top: 280px;
  z-index: 999;
}
.zt_20260119 .box06 .bd .prev1 {
  left: 0;
  background: url(zt_20260119_12.png) 0 0 no-repeat;
}
.zt_20260119 .box06 .bd .next1 {
  right: 0;
  background: url(zt_20260119_12.png) 0 0 no-repeat;
  transform: rotate(180deg);
}
.zt_20260119 .box06 .lz-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zt_20260119 .box06 .lz-list ul li {
  width: 580px;
  line-height: 68px;
  position: relative;
  text-indent: 18px;
  font-size: 18px;
  border-bottom: 1px dashed #242424;
}
.zt_20260119 .box06 .lz-list ul li a {
  color: #242424;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20260119 .box06 .lz-list ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D70000;
  position: absolute;
  left: 0;
  top: 29px;
}
.zt_20260119 .box07 .box07-slider {
  background: url(zt_20260119_28.png) no-repeat center 0;
  height: 592px;
  padding-top: 50px;
}
.zt_20260119 .box07 .swiper2 {
  overflow: hidden;
  position: relative;
}
.zt_20260119 .box07 .swiper2 .swiper-container {
  width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}
.zt_20260119 .box07 .swiper2 .swiper-wrapper .swiper-slide {
  margin-top: 30px;
  text-align: center;
}
.zt_20260119 .box07 .swiper2 .swiper-wrapper .swiper-slide img {
  width: 200px;
  height: 223px;
  object-fit: cover;
  padding: 4px;
  border: 1px dashed #e13c39;
}
.zt_20260119 .box07 .swiper2 .swiper-wrapper .swiper-slide-active {
  margin-top: 0;
  background: url(zt_20260119_15.png) no-repeat center 300px;
  height: 311px;
}
.zt_20260119 .box07 .swiper2 .swiper-wrapper .swiper-slide-active img {
  width: 200px !important;
  height: 280px !important;
}
.zt_20260119 .box07 .swiper2 .swiper-button-prev,
.zt_20260119 .box07 .swiper2 .swiper-button-next {
  width: 24px;
  height: 48px;
  background: url(zt_20260119_13.png);
  left: 0px;
}
.zt_20260119 .box07 .swiper2 .swiper-button-next {
  background: url(zt_20260119_14.png);
  right: 0px;
  left: auto;
}
.zt_20260119 .box07 .swiper3 {
  width: 1100px;
  height: 228px;
  margin: 0 auto;
  padding: 0 50px;
  background: url(zt_20260119_17.png) no-repeat center 0;
  overflow: hidden;
}
.zt_20260119 .box07 .swiper3 .title {
  line-height: 72px;
  color: #ed0202;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20260119 .box07 .swiper3 .summary {
  line-height: 36px;
  height: 120px;
  color: #000000;
  font-size: 20px;
  text-indent: 2em;
}
.zt_20260119 .box07 .swiper3 .summary span {
  color: #C70806;
}
.zt_20260119 .box08 .list li {
  width: 288px;
  height: 450px;
  float: left;
  margin-left: 16px;
  background: #F1F0EF;
  text-align: center;
}
.zt_20260119 .box08 .list li:first-child {
  margin-left: 0;
}
.zt_20260119 .box08 .list li a img {
  width: 288px;
  height: 236px;
  margin-bottom: 20px;
}
.zt_20260119 .box08 .list li a h3 {
  display: inline-block;
  min-width: 136px;
  max-width: 86%;
  padding: 0 15px;
  background-color: #ca0500;
  height: 43px;
  line-height: 43px;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  border-radius: 20px;
  margin-bottom: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20260119 .box08 .list li a P {
  padding: 0 10px;
  text-indent: 2em;
  line-height: 33px;
  font-size: 20px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zt_20260119 .box09 .list {
  width: 576px;
  counter-reset: item -1;
}
.zt_20260119 .box09 .list li {
  counter-increment: item 2;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.zt_20260119 .box09 .list li:last-child {
  margin-bottom: 0;
}
.zt_20260119 .box09 .list li h4 {
  height: 50px;
  line-height: 50px;
  background: #FBDFB5;
  position: relative;
  transition: all 0.3s ease;
}
.zt_20260119 .box09 .list li h4 a {
  float: left;
  width: calc(100% - 100px);
  color: #000000;
  transition: all 0.3s ease;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20260119 .box09 .list li h4::before {
  float: left;
  content: counter(item);
  width: 60px;
  text-align: center;
  color: #EF786B;
  font-size: 36px;
  font-style: italic;
  font-family: "黑体";
  transition: all 0.3s ease;
}
.zt_20260119 .box09 .list li h4::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "+";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  background: #C50E00;
  text-align: center;
  color: #F7D8D6;
  font-size: 14px;
}
.zt_20260119 .box09 .list li.on h4 {
  background: #CE1C13;
}
.zt_20260119 .box09 .list li.on h4 a {
  color: #FFF;
}
.zt_20260119 .box09 .list li.on h4::before {
  color: #FEC752;
}
.zt_20260119 .box09 .list li.on h4::after {
  display: none;
}
.zt_20260119 .box09 .list li.on .desc {
  display: block;
}
.zt_20260119 .box09 .list li .desc {
  display: none;
  padding: 20px 0 0 0;
  font-size: 20px;
  text-indent: 2em;
  color: #000;
  line-height: 1.75;
}
.zt_20260119 .box09 .list li .desc a {
  color: #ce1c13;
}
.zt_20260119 .box09 .list.list2 {
  counter-reset: item;
}
.zt_20260119 .box10 {
  background: url(zt_20260119_33.png) no-repeat center bottom;
  padding-bottom: 200px;
}
.zt_20260119 .box10 .container {
  width: 1231px;
  height: 416px;
  background: url(zt_20260119_32.png) no-repeat center top;
}
.zt_20260119 .box10 .container .list {
  width: 562px;
}
.zt_20260119 .box10 .container .list li {
  line-height: 60px;
  text-indent: 20px;
  background: #F5F5F5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20260119 .box10 .container .list li:nth-child(2n) {
  background: #FFF;
}
.zt_20260119 .box10 .container .list li a {
  font-size: 20px;
  color: #333333;
}
.zt_20260119 .box11 {
  background: url(zt_20260119_35.png) no-repeat center top;
}
.zt_20260119 .picscroll-box {
  background: url(zt_20260119_36.png) no-repeat center 34px;
}
.zt_20260119 .gallery {
  width: 500px;
  height: 380px;
  margin-left: 160px;
  position: relative;
}
.zt_20260119 .gallery .btnMask {
  position: absolute;
  width: 87px;
  height: 265px;
  top: 51px;
  cursor: pointer;
  z-index: 999;
}
.zt_20260119 .gallery .btnMask-prev {
  left: -99px;
}
.zt_20260119 .gallery .btnMask-next {
  right: -110px;
}
.zt_20260119 .gallery .galleryContainer {
  position: relative;
  margin: 0 auto;
}
.zt_20260119 .roundabout-holder {
  width: 100%;
  height: 354px;
  margin: 0 auto;
}
.zt_20260119 .roundabout-moveable-item {
  padding: 9px 8px;
  width: 535px;
  height: 336px;
  cursor: pointer;
  overflow: hidden;
  background: #CAAE7F;
}
.zt_20260119 .roundabout-moveable-item img {
  width: 100%;
  height: 100%;
}
.zt_20260119 .myRoundaboutBBoxImgs {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 9%;
}
.zt_20260119 .txtScroll-top {
  width: 360px;
  padding-top: 35px;
  position: relative;
}
.zt_20260119 .txtScroll-top .bd li {
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.zt_20260119 .txtScroll-top .bd li a {
  color: #FFF;
  font-family: bold;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zt_20260119 .txtScroll-top .tpprev,
.zt_20260119 .txtScroll-top .tpnext {
  position: absolute;
  background: url(zt_20260119_18.png) no-repeat center top;
  width: 40px;
  height: 66px;
  left: 140px;
  cursor: pointer;
}
.zt_20260119 .txtScroll-top .tpprev {
  top: -5px;
  transform: rotate(360deg);
}
.zt_20260119 .txtScroll-top .tpnext {
  top: 310px;
  transform: rotate(180deg);
}
.zt_20260119 .box12 {
  background: url(zt_20260119_38.png) no-repeat center top;
}
.zt_20260119 .box12 .mtjz {
  position: relative;
  left: -70px;
  background: url(zt_20260119_37.png) no-repeat center top;
  width: 770px;
  height: 775px;
}
.zt_20260119 .box12 .mtjz .hd ul li {
  position: absolute;
  border: 1px dashed #c70806;
  border-radius: 50%;
  width: 105px;
  height: 105px;
}
.zt_20260119 .box12 .mtjz .hd ul li:nth-child(1) {
  background: #FFF0DA url(zt_20260119_42.png) no-repeat center center;
  top: 30px;
  right: 204px;
}
.zt_20260119 .box12 .mtjz .hd ul li:nth-child(2) {
  background: #FFF0DA url(zt_20260119_43.png) no-repeat center center;
  top: 110px;
  right: 26px;
}
.zt_20260119 .box12 .mtjz .hd ul li:nth-child(3) {
  background: #FFF0DA url(zt_20260119_44.png) no-repeat center center;
  top: 275px;
  right: -45px;
}
.zt_20260119 .box12 .mtjz .hd ul li:nth-child(4) {
  background: #FFF0DA url(zt_20260119_45.png) no-repeat center center;
  top: 435px;
  right: 29px;
}
.zt_20260119 .box12 .mtjz .hd ul li.on:nth-child(1) {
  background: #CE1C13 url(zt_20260119_42_1.png) no-repeat center center;
}
.zt_20260119 .box12 .mtjz .hd ul li.on:nth-child(2) {
  background: #CE1C13 url(zt_20260119_43_1.png) no-repeat center center;
}
.zt_20260119 .box12 .mtjz .hd ul li.on:nth-child(3) {
  background: #CE1C13 url(zt_20260119_44_1.png) no-repeat center center;
}
.zt_20260119 .box12 .mtjz .hd ul li.on:nth-child(4) {
  background: #CE1C13 url(zt_20260119_45_1.png) no-repeat center center;
}
.zt_20260119 .box12 .mtjz .bd {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 480px;
  left: 320px;
  transform: rotate(345deg);
}
.zt_20260119 .box12 .mtjz .bd .item {
  width: 150px;
  height: 150px;
}
.zt_20260119 .box12 .mtjz .bd .item img {
  width: 100%;
  height: 100%;
}
.zt_20260119 .box12 .zhuankan {
  width: 422px;
}
.zt_20260119 .box12 .zhuankan .pic {
  width: 406px;
  height: 586;
  padding: 7px;
  background: #FEC752;
}
.zt_20260119 .box12 .zhuankan .pic img {
  width: 100%;
  height: 100%;
}
.zt_20260119 .box13 {
  background: url(zt_20260119_40.png) no-repeat center bottom;
}
.zt_20260119 .box13 .focus {
  width: 1257px;
  height: 733px;
  background: url(zt_20260119_41.png) no-repeat center 0;
  padding-top: 50px;
  position: relative;
}
.zt_20260119 .box13 .focus .bd {
  width: 1140px;
}
.zt_20260119 .box13 .focus .bd ul li {
  width: 1140px;
  position: relative;
}
.zt_20260119 .box13 .focus .bd ul li img {
  width: 1140px;
  height: 650px;
}
.zt_20260119 .box13 .focus .bd ul li p {
  text-align: center;
  line-height: 50px;
}
.zt_20260119 .box13 .focus .bd ul li p a {
  color: #CA0500;
  font-size: 18px;
}
.zt_20260119 .box13 .focus .hd {
  width: 100%;
}
.zt_20260119 .box13 .focus .hd ul {
  text-align: center;
}
.zt_20260119 .box13 .focus .hd ul li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #F15633;
  margin: 0 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.zt_20260119 .box13 .focus .hd ul li.on {
  background: #D90102;
  width: 44px;
  border-radius: 5px;
}