body,
button,
dd,
dl,
dt,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
header,
img,
input,
legend,
li,
nav,
ol,
p,
section,
textarea,
ul {
  outline: 0;
  border: 0;
}
:not(input, textarea) {
  -webkit-touch-callout: inherit;
  -webkit-user-select: auto;
  user-select: auto;
}
body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.24rem;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  min-height: 100vh;
}
* {
  box-sizing: border-box;
}
form {
  display: inline;
}
li,
ol,
ul {
  list-style: none;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  color: #333;
  text-decoration: none;
}
a,
img {
  -webkit-touch-callout: none;
  max-width: 100%;
}
img {
  -ms-interpolation-smode: bicubic;
}
fieldset,
img {
  border: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: middle;
  outline: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
  transition: background-color 50000s ease-in-out 0s;
}
input,
textarea {
  resize: none;
  -webkit-appearance: none;
  appearance: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
}
input:focus:-moz-placeholder,
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.nodata,
.wrongdata span {
  color: #999;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1rem;
}
mark {
  background: #ff0;
  color: #1a1a1a;
}
dfn {
  font-style: italic;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.flex {
  display: flex;
}
.fdc {
  flex-direction: column;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.justify-space-between {
  justify-content: space-between;
}
.align-end {
  align-items: flex-end;
}
.banner .slider_item img {
  display: block;
}
.banner .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.7;
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 0.16rem;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.sliderBanner {
  position: relative;
}
.partA {
  margin: 0 0.4rem;
  overflow: hidden;
}
.partA .p-cont {
  margin-top: 0.3rem;
}
.partA .tit-img img {
  width: 3.8rem;
}
.partA .slider_wrap {
  overflow: hidden;
  position: relative;
}
.partA .slider_wrap_max {
  padding-bottom: 0.9rem;
}
.partA #hd_slider_dot2 {
  bottom: 0.2rem !important;
  top: auto !important;
  height: 0.2rem;
}
.link-blue {
  height: 0.4rem;
  border-radius: 0.06rem;
  background-color: rgb(28, 74, 183);
  padding: 0.03rem 0.2rem;
  color: #fff !important;
  font-size: 0.2rem;
  gap: 0.05rem;
  -webkit-border-radius: 0.06rem;
  -moz-border-radius: 0.06rem;
  -ms-border-radius: 0.06rem;
  -o-border-radius: 0.06rem;
}
.link-blue:hover {
  opacity: 0.8;
}
.link-blue svg {
  width: 0.16rem;
  height: 0.3rem;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}

.slider_list_p1 .slider_item {
  width: 3.14rem;
  height: 5.56rem;
  overflow: hidden;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.slider_list_p1 .s-desc{
 text-align: center;
    width: 100%;
    display: block;
    line-height: 1rem;
    font-size: .26rem;
    color: #1d4ab7;
    font-weight: bold;
}
.slider_list_p1 .s-img {
  height: 3.43rem;
  border: solid 1px #ccc;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.slider_list_p1 .s-img img {
  max-width: 100%;
  max-height: 100%;
}
.slider_list_p1 .s-title {
  background-color: #1c4ab7;
  height: 1.11rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.6;
}
.slider_list_p1 .s-title h3 {
  font-size: 0.24rem;
}
.buy-btn {
  margin-top: 0.6rem;
}
.buy-btn a {
  height: 0.8rem;
  font-weight: bold;
  border: solid 1px #2b56bc;
  color: #2b56bc;
  font-size: 0.3rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.buy-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
  background-color: #2b56bc;
  color: #fff;
}
.partA {
  margin-top: 0.5rem;
}
.partB {
  margin: 0.5rem 0.4rem 0;
}
.partB .tit-img img {
  width: 2.6rem;
}
.partB .p-cont {
  padding-top: 0.3rem;
}
.partB .news-item {
  padding: 0.3rem 0;
  cursor: pointer;
}
.partB .news-item:hover {
  background-color: #f5f5f5;
}
.partB .news-date {
  width: 85px;
}
.partB .news-date span {
  font-size: 0.28rem;
  color: #555;
}
.partB .news-date i {
  font-size: 0.2rem;
}
.partB .news-img {
  flex-shrink: 0;
}
.partB .news-img img {
  width: 2.4rem;
  height: 1.6rem;
  display: block;
}
.partB .news-body {
  flex: 1;
  padding-left: 0.27rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partB .news-body h2 {
  font-size: 0.3rem;
  line-height: 0.42rem;
  margin-top: 0.2rem;
  height: 0.84rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  word-wrap: break-word;
}
.partB .news-body .btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.1rem;
}
.partB .news-body .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  gap: 0.08rem;
}
.partB .news-body .btn svg {
  width: 0.16rem;
  height: 0.3rem;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.partB .news-item:hover .news-body .btn a,
.partB .news-body .btn a:hover {
  color: #1c4ab7;
}
.partC {
  margin: 0.5rem 0.4rem 0;
  overflow: hidden;
}
.partC .p-cont {
  margin-top: 0.6rem;
}
.partC .tit-img img {
  width: 2.6rem;
}
.partC .s-video img {
  width: 2.6rem;
  display: block;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
/* 幻灯片样式 */
.partC .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 6.3rem; /* 根据需要调整幻灯片的宽度 */
  transition: transform 0.4s ease, opacity 0.4s ease;
}
/* 激活状态的幻灯片样式 */
.partC .swiper-slide-active {
  transform: scale(1);
  /*激活时放大*/opacity: 1;
  /*激活时完全不透明*/z-index: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
/* 幻灯片内部结构 */
.partC .slide-inner {
  border-radius: 0.12rem;
  overflow: hidden;
  background-color: #f8f9fa;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  -webkit-border-radius: 0.12rem;
  -moz-border-radius: 0.12rem;
  -ms-border-radius: 0.12rem;
  -o-border-radius: 0.12rem;
}
.partC .slide-image {
  position: relative;
  width: 100%;
  background-color: #c4c4c4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partC .slide-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.partC .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.58rem;
  height: 0.58rem;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 0.02rem #fff;
}
.partC .play-icon svg {
  width: 0.58rem;
  height: 0.58rem;
  fill: #fff;
}
.partC .slide-content {
  padding: 0.1rem 0.25rem;
}
.partC .slide-content h3 {
  margin: 0 0 0.1rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.partC .slide-content .separator {
  width: 0.25rem;
  height: 1px;
  background-color: #333;
  margin-bottom: 0.071rem;
  transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
}
.partC .slide-content .date {
  margin: 0;
  font-size: 0.2rem;
  color: #888;
}
/* 激活状态下内容的特殊样式 */
.partC .swiper-slide-active .slide-inner {
  box-shadow: 0 10px 30px rgba(0, 74, 153, 0.3);
}
.partC .swiper-slide-active .slide-content {
  background-color: #0d47a1; /* 深蓝色背景 */
  color: #fff; /* 白色文字 */
}
.partC .swiper-slide-active .slide-content h3,
.swiper-slide-active .slide-content .date {
  color: #fff;
}
.partC .swiper-slide-active .slide-content .separator {
  background-color: #fff;
}
.partD {
  margin-top: 80px;
}
.partD img {
  width: 100%;
}
.footer {
  text-align: center;
  background-color: #f5f5f5;
  padding: 0.5rem 0;
  font-size: 0.2rem;
  color: #999;
  line-height: 1.4;
}
body .pop_content_wap .pop_contentWrap {
  padding: 0;
}
body .pop_content_wap .popClose {
  bottom: -1rem;
  top: auto;
  right: auto;
  left: 50%;
  background: rgba(27, 144, 206, 0.8);
  width: 30px;
  border-radius: 50%;
  background-position: -264px 5px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

body .pop_content_wap .popClose::before {
  content: "";
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-color: white;
  -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
}

.partC .swiper-no {
  display: block;
}
.partC .swiper-no .swiper-slide {
  width: 100%;
  margin-bottom: 0.2rem;
}

.banner {
  width: 100%;
  overflow: hidden;
}

.swiper-slide-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.26rem;
}

.partA .slider_wrap_max {
  padding-bottom: 0.9rem;
}

.partA .slider_wrap_min #hd_slider_dot2 {
  display: none;
}