	
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
embed,
hr {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

table,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    /* text-decoration: underline; */
}

body {
    /* font-family: "宋体"; */
    
    font-size: 14px;
    min-width: 1200px;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  
  background: url('../images/top-bg.jpg') no-repeat 0 0/100% auto;
  margin: 0; /* 确保没有额外的 margin */
  padding: 0; /* 确保没有额外的 padding */
}

.banner img {
  margin-top: 0px;
	width: 100%; display: block;
}

.main-box {
 /* background: url('../images/bg.jpg') no-repeat top center;*/
  background:#c4eafc;
  margin: 0; /* 确保没有额外的 margin */
  padding: 0; /* 确保没有额外的 padding */
}
.hkt-box {
  background: url('../images/hkt-bg.jpg') no-repeat top center;
  
  margin: 0; /* 确保没有额外的 margin */
  padding: 0; /* 确保没有额外的 padding */
}
.hkt-container {
    width: 1200px;
    margin: 0 auto;
   
}
.v-container {
    width: 1200px;
    margin: 120px auto 40px;
    display: flex;          
    gap: 20px;              
    flex-wrap: wrap;       
}

.v-container img {
    flex: 1 1 calc(33.333% - 20px); 
    max-width: calc(33.333% - 20px); 
    height: auto;          
    object-fit: cover;      
}

.xcsp-box {
  background: url('../images/xcsp-bg.jpg') no-repeat top center;
  
  margin: 0; 
  padding: 0;  height:852px
}

.zskp-box {
  background: url('../images/zskp-bg.jpg') no-repeat top center;
  
  margin: 0; 
  padding: 0; 
}
.zskp-container {
    width: 1200px;
    margin: 0 auto;
   
}
.pic-container { 
	padding-top:90px;
    width: 1200px;
	display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
}

.pic-container img {
    width: calc(50% - 10px); 
    height: auto; 
    object-fit: cover; 
}
.zskp-news-box {
  background: url('../images/footer.jpg') no-repeat top center;
  
  margin: 0; 
  padding: 0;  height:930px
}
.tit {
    display: block;
    max-width: 100%;
    margin: 0px auto;
	padding-bottom: 50px;
   
}


#section1 {
    padding: 40px  0;
}

#section2 {
    padding: 100px 0 100px;
}

#section3 {
    padding: 100px 0 0px;
}
.news-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
}
.left-image {
    width: 580px;
   
}
.right-content {
    width: 620px;
    padding-left: 40px;
    box-sizing: border-box;
}
.item {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #1ba5fe;
}

.item-title {
    font-size: 18px; 
    color: #fff;
    position: relative;
   
}

.item-title a {font-size: 18px;  
    color: #008feb; 
	font-weight:bold; 
	line-height:34px;
	
}
.more-btn { 
    display: block;
    margin: 20px auto;
    color: #008feb;
    padding-right: 40px;
    text-align: right; 
    width: 1200px; 
	font-size: 16px;  
   
	font-weight:bold; 
}
.more-btn:hover {
  
    color: #008feb;
}
.more-btn2 { 
    display: block;
    margin: 20px auto;
    color: #fff;
    padding-right: 40px;
    text-align: right; 
    width: 1200px; 
	font-size: 16px;  
   
	font-weight:bold; 
}
.more-btn2:hover {
  
    color: #ffc37b;
}

.zskp-news-content {
    width: 1200px; margin: 0px auto; padding-top:30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    column-gap: 80px;
	row-gap: 40px;
}

.news-item {
    padding: 15px;
    border-bottom: 1px dashed #fff;
}

.news-item-title {
    position: relative;
    padding-left: 15px; /* space for bullet */
    font-size: 18px;
    line-height: 30px;
}

.news-item-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%; /* makes it circular */
}

.news-item-title a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.news-item-title a:hover {
    color: #ffc37b;
}

/*精选合集*/	
.container {
    width: 1200px;
    height: 558px;
    display: flex;
    margin: 0 auto;
    gap: 10px;
}

/* 左侧小图区域 */
.small-images-container {
    width: 220px;
    height: 100%;
    overflow: hidden;
}

/* 右侧视频播放区域 */
.big-image {
    width: 970px;
    height: 100%;
}

.big-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-images-swiper {
    height: 100%;
    position: relative;
}

/* 重写小图轮播样式 */
.small-images-swiper .swiper-button-prev,
.small-images-swiper .swiper-button-next {
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 0;
}

.small-images-swiper .swiper-button-prev:after,
.small-images-swiper .swiper-button-next:after {
    content: none; /* 移除Swiper默认的箭头 */
}

.small-images-swiper .swiper-button-prev {
    top: 0;
}

.small-images-swiper .swiper-button-next {
    top: 95%; /* 定位到第4张图片的位置（3 * 25% = 75%） */
    bottom: auto;
}

.small-images-swiper .swiper-button-prev svg,
.small-images-swiper .swiper-button-next svg {
    color: white;
    width: 30px;
    height: 30px;
}

.small-images-swiper .swiper-button-prev:hover,
.small-images-swiper .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.7);
}

.small-images-swiper .swiper-button-disabled {
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.small-images-swiper .swiper-slide {
    height: calc(100% / 4);
    cursor: pointer;
}

.small-images-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-images-swiper .swiper-slide:hover {
    opacity: 0.8;
}

.small-images-swiper .swiper-slide.active {
    border: 2px solid #4eb5e6;
}

/* 自定义滚动条样式 */
.small-images-swiper .swiper-scrollbar {
    right: 0;
    width: 4px;
    background-color: rgba(0, 0, 0, 0.1);
}

.small-images-swiper .swiper-scrollbar-drag {
    background-color: #4eb5e6;
}

.left {
    width: 540px;
    height: auto;
    position: relative;
}

/* 新闻轮播图样式 */
.news-swiper {
    width: 100%;
    height: 100%;
}

.news-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.news-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 重写新闻轮播图导航按钮样式 */
.news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.news-swiper .swiper-button-prev:after,
.news-swiper .swiper-button-next:after {
    content: none; /* 移除Swiper默认的箭头 */
}

.news-swiper .swiper-button-prev {
    left: 20px;
}

.news-swiper .swiper-button-next {
    right: 20px;
}

.news-swiper .swiper-button-prev svg,
.news-swiper .swiper-button-next svg {
    color: white;
    width: 30px;
    height: 30px;
}

.news-swiper .swiper-button-prev:hover,
.news-swiper .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.7);
}

.news-swiper .swiper-button-disabled {
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

/* 视频弹窗样式 */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.video-modal-content {
    position: relative;
    margin: 5% auto;
    width: 80%;
    max-width: 1000px;
    height: 70%;
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.video-close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

#modalVideo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 为可点击的图片添加样式 */
.clickable-image {
    cursor: pointer;
    transition: all 0.3s ease;
}

.clickable-image:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

