html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
  font-style: normal;
}
fieldset,
img {
  border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
html {
  scrollbar-gutter: stable;
}
ul,
ol {
  list-style: none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
table {
  border-collapse: collapse;
}
body {
  background: #fff;
  color: #333;
  min-width: 1000px;
  font: 12px/22px "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearit {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
a {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #999;
}
a:hover,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
}
.ani-opacity {
  filter: Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ani-rotate {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ani-scale {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  filter: drop-shadow(2px 4px 6px black);
  -webkit-filter: drop-shadow(2px 4px 6px black);
}
.ani-popIn {
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.ani-popOut {
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceIn {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
.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 {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 1920 / 750;
}
.banner .slider_item a {
  display: block;
  height: 100%;
}
.banner .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.7;
  width: 10px;
  height: 10px;
  margin: 0 9px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.link-blue {
  border-radius: 6px;
  background-color: rgb(28, 74, 183);
  width: 111px;
  height: 27px;
  color: #fff;
  gap: 10px;
  font-size: 16px;
}
.link-blue:hover {
  opacity: 0.8;
  color: #fff;
}
#slider {
  display: flex;
}
.slider_list_p1 {
  padding-bottom: 75px;
  padding-top: 20px;
}
.slider_list_p1_1 {
  padding-bottom: 20px;
}
.slider_list_p1 .slider_item {
  width: 230px;
  height: 331px;
  overflow: hidden;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.slider_list_p1 .s-img {
  height: 100%;
  border: solid 1px #ccc;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: none;
}
.slider_list_p1 .s-img-top {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 250px;
  background-color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.slider_list_p1 .s-img img {
  max-width: 100%;
}
.slider_list_p1 .s-title {
  position: absolute;
  top: 250px;
  width: 100%;
  background-color: #1c4ab7;
  height: 80px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
.slider_list_p1 .s-title h3 {
  font-size: 18px;
}
.slider_list_p1 .s-popover {
  width: 100%;
  height: 251px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: absolute;
  top: 0;
}
.slider_list_p1 .s-popover-content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  align-content: center;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -ms-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -o-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.slider_list_p1 .s-popover-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  background: rgb(29 74 183 / 80%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.slider_list_p1 .slider_item:hover .s-popover-content {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.slider_list_p1 .slider_item:hover .s-popover-bg {
  width: 500px;
  height: 500px;
}
.slider_list_p1 .s-popover span {
  font-size: 13px;
  white-space: normal;
  color: #fff;
  border: solid 1px #e2e2e2;
  padding: 2px 10px;
  border-radius: 6px;
}
.buy-btn {
  margin-top: 30px;
}
.buy-btn a {
  height: 40px;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
  border: solid 1px #2b56bc;
  color: #2b56bc;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.buy-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
  background-color: #2b56bc;
  color: #fff;
}
.partA {
  margin-top: 50px;
}
.partB {
  margin-top: 50px;
}
.partB .p-cont {
  padding-top: 50px;
}
.partB .news-item {
  padding: 20px 0;
  cursor: pointer;
}
.partB .news-item:hover {
  background-color: #f5f5f5;
}
.partB .news-date {
  width: 85px;
  flex-shrink: 0;
  padding-right: 25px;
  text-align: right;
  padding-top: 8px;
}
.partB .news-date span {
  font-size: 16px;
  color: #555;
}
.partB .news-date p {
  color: #333;
  padding-top: 8px;
  font-size: 32px;
}
.partB .news-date i {
  font-size: 20px;
  padding: 0 3px;
}
.partB .news-img {
  flex-shrink: 0;
}
.partB .news-img img {
  width: 300px;
  height: 200px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.partB .news-body {
  flex: 1;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partB .news-body h2 {
  font-size: 24px;
  line-height: 1.5;
}
.partB .news-body p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}
.partB .news-body .btn {
  display: flex;
  justify-content: flex-end;
}
.partB .news-body .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  gap: 6px;
}
.partB .news-item:hover .news-body .btn a,
.partB .news-body .btn a:hover {
  color: #1c4ab7;
}
.partC {
  margin-top: 50px;
}
.partC .p-cont {
  margin-top: 60px;
}
.partC .s-video img {
  height: 180px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* 幻灯片样式 */
.partC .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 400px; /* 根据需要调整幻灯片的宽度 */
  transition: transform 0.4s ease, opacity 0.4s ease;
}
/* 激活状态的幻灯片样式 */
.partC .swiper-slide-active {
  transform: scale(1.1);
  /*激活时放大*/
  opacity: 1;
  /*激活时完全不透明*/
  z-index: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* 幻灯片内部结构 */
.partC .slide-inner {
  border-radius: 12px;
  overflow: hidden;
  background-color: #f8f9fa;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.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: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #fff;
}
.partC .play-icon svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.partC .slide-content {
  padding: 20px;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.partC .slide-content h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.partC .slide-content .separator {
  width: 30px;
  height: 2px;
  background-color: #333;
  margin-bottom: 10px;
  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: 14px;
  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;
}
.footer {
  text-align: center;
  background-color: #f5f5f5;
  padding: 30px 0;
  font-size: 14px;
}
.bannerad {
  width: 1000px;
  margin: 30px auto;
}
.bannerad img {
  width: 100%;
}
a.link-blue:visited {
  color: #fff;
}
a.link-blue:focus {
  color: #fff;
}
a.link-blue:hover {
  color: #fff;
}
#slider2 {
  display: flex;
}
#slider2 .slider_item {
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.partB .news-item img {
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.partC .slide-image img {
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.slider_list_p1 .s-img {
  background-color: #fff;
}
.partA .swiper-container {
  overflow: visible !important;
}
body .pop_content .popClose {
  font: 12px 宋体, Arial, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  font-family: "SourceHanSansCN-Regular";
  outline: 0;
  box-sizing: border-box;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(27, 144, 206, 0.8);
  -webkit-transition: 0.5s;
  width: 30px;
  height: 30px;
  right: -12px;
  top: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .pop_content .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;
}
body .pop_content .pop_contentWrap {
  padding: 0;
}
