* {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
}
.block {
  margin-bottom: 60px;
}
video {
  width: 100%;
}
.setwidth {
  max-width: 95%;
  width: 1200px;
  margin: 0 auto 60px;
}
.header1 img{display: block;}

#cbody{
  background-image: url('/2025nscyzx/bg.png');
  background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.titlebox{
  position: relative;
  text-align: center;
  background-image: url('/2025nscyzx/bg_title.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
  margin-bottom: 30px;
}
.titlebox h2{
  display: inline-block;
  color: #fff;
  letter-spacing: 7px;
  font-size: 35px;
  line-height: 60px;
}
.titlebox .btnMore{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}



.vedio-box{
  min-height: 300px;
}
.block1.container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}
.block1 .swiper-container {
  width: 43%;
  height: auto;
}
.block1 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.block1 .list-container {
  width: 57%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;

}

.block1 .list-container ul {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  margin-top: 21px;
  background: #e1eeff;
  position: relative;
  border: 1px solid #4ed9ff;
}
.block1 .list-container ul::before,.block1 .list-container ul::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 20px;
  left: -1px;
  background-repeat: no-repeat;
  background-size: contain;
}
.block1 .list-container ul::before{
  background-image: url('/2025nscyzx/sanjiao1.png');
  top: -21px;
}
.block1 .list-container ul::after{
  background-image: url('/2025nscyzx/sanjiao2.png');
  bottom: -21px;
}
.block1 .list-container ul li {
  display: flex;
  align-items: center;
  padding: 17.7px 0;
  border-bottom: 1px dashed #dddddd;
}
.block1 .list-container ul li:last-child{
  border-bottom:none;
}
.block1 .list-container ul li img {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.block1 .list-container ul li a {
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1; 
  font-size: 16px;
}
.block1 .h3{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}
.block1 .h3 p{
  padding-left: 5%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}
.block1 .swiper-pagination{
  width: unset;
  left: unset;
  right:10px;
}
.block1 .swiper-pagination-bullet{
  border: none;
  background: #b0aead;
  opacity: 1;
  border-radius: 0;

}
.block1 .swiper-pagination-bullet-active{
  background: #ce251f;
}


.block3 .titlebox{
  margin-bottom: 0;
}

.block3swiper {
  margin: 0;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  position: relative;
}
.block3 .swiper-container {
  width: 100%;
  max-width: 1100px;
  padding: 70px 0;
}
.block3 .swiper-slide {
  transition: transform 0.8s ease, opacity 0.8s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block3 .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  transition: all 0.8s ease;
}
.block3 .swiper-slide img {
  transform: scale(0.8);
  z-index: 1;
}
.block3 .swiper-slide-prev img,
.block3 .swiper-slide-next img {
  transform: scale(0.9);
  z-index: 2;
}
.block3 .swiper-slide-active img {
  transform: scale(1.1);
  z-index: 3;
}
.block3 .swiper-button-prev{
  background-image: url(/2025nscyzx/icon_to_left.png);
  left: 0;
}
.block3 .swiper-button-next{
  background-image: url(/2025nscyzx/icon_to_right.png);
  right: 0;
}
.csscpdf{
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  height: 960px;
  overflow: hidden;
}



.jcspjtp .titlebox{
  background-image: url(/2025nscyzx/bg_title2.png);
  padding-left:30px
}


.block4swiper{
  width: 100%;
  position: relative;
}
.block4swiper .swiper-slide img{
  display: block;
}
.block4swiper .h3{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0,91,172,.8);
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}
.block4swiper .h3 p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  margin: 0 auto;
}
.block4swiper .swiper-button-prev,.block4swiper .swiper-button-next{
  width: 30px;
  height: 68px;
  background-size: auto;
}
.block4swiper .swiper-button-prev{
  background-image: url(/2025nscyzx/icon_to_left2.png);
  left: 0;
}
.block4swiper .swiper-button-next{
  background-image: url(/2025nscyzx/icon_to_right2.png);
  right: 0;
}
.tplist{
  margin-top: 20px;
}
.tplist ul{
  display: flex;
  gap:10px;
}
.tplist ul li{
  flex: 1 1 0;
}
.tplist ul img{
  width: 100%;
}