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;
}
b {
  font-weight: 700;
}
body {
  background: #f3f7fe;
  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: #0020d9;
  text-decoration: none;
}
a:visited {
  color: #999;
}
a:hover,
a:active,
a:focus {
  color: #0020d9;
  text-decoration: none;
}
.blue,
a.blue,
a.blue:visited,
a.blue:hover {
  color: #0020d9;
}
.white,
a.white,
a.white:visited,
a.white:hover {
  color: #fff;
}
a.c8d8dff,
a.c8d8dff:visited,
a.c8d8dff:hover {
  color: #c8d8df;
}
a.c85deff,
a.c85deff:visited,
a.c85deff:hover {
  color: #85deff;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.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-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);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -o-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-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-wrap {
  height: 100vh;
}
.loading {
  margin: 0 auto;
  position: relative;
  width: 1px;
  height: 1px;
}
.loading:before,
.loading:after {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  border-radius: 100%;
  background-color: #000;
}
.loading:before {
  left: -15px;
  animation: ball-pulse infinite 0.75s -0.4s cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loading:after {
  right: -15px;
  animation: ball-pulse infinite 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
@keyframes ball-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* sidebar */
.sidebar {
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 200px;
  margin-left: 550px;
  width: 100px;
  overflow: hidden;
  background: #197cff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.sidebar-fixed {
  right: 0;
  left: auto;
  margin-left: 0;
}
.sidebar li {
  padding-left: 36px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.sidebar a,
.sidebar a:visited,
.sidebar a:hover {
  color: #fff !important;
}
.sidebar li.btn-wb {
  background-repeat: no-repeat;
  background-position: 8px 50%;
  background-size: 22px 18px;
  background-image: url(https://n.sinaimg.cn/finance/jiashi2025/images/icon-wb.png);
  background-image: -webkit-image-set(url(https://n.sinaimg.cn/finance/jiashi2025/images/icon-wb.png) 1x,
   url(https://n.sinaimg.cn/finance/jiashi2025/images/icon-wb-2x.png) 2x);
}
.sidebar li.btn-wx {
  background-repeat: no-repeat;
  background-position: 8px 50%;
  background-size: 22px 18px;
  background-image: url(https://n.sinaimg.cn/finance/jiashi2025/images/icon-wx.png);
  background-image: -webkit-image-set(url(https://n.sinaimg.cn/finance/jiashi2025/images/icon-wx.png) 1x,
   url(https://n.sinaimg.cn/finance/jiashi2025/images/icon-wx-2x.png) 2x);
}
.sidebar li.btn-top {
  background-repeat: no-repeat;
  background-position: 8px 50%;
  background-size: 21px 10px;
  background-image: url(https://n.sinaimg.cn/finance/jiashi2025/images/icon-top.png);
  background-image: -webkit-image-set(url(https://n.sinaimg.cn/finance/jiashi2025/images/icon-top.png) 1x,
   url(https://n.sinaimg.cn/finance/jiashi2025/images/icon-top-2x.png) 2x);
}
.sidebar li:hover {
  background-color: #1213ff;
}
/* top-logo */
.top-logo .wrap {
  height: 154px;
  display: flex;
  align-items: center;
}
.top-logo img {
  margin: 0 30px;
}
.section {
  scroll-margin: 70px;
}
/* navTop */
.navTop {
  background-color: #0220d9;
  position: sticky;
  top: 0;
  z-index: 99999;
}
.navTop ul {
  display: flex;
  height: 70px;
  justify-content: space-between;
  white-space: nowrap;
}
.navTop li {
  line-height: 70px;
}
.navTop a,
.navTop a:visited,
.navTop a:hover {
  font-size: 24px;
  padding: 0 18px;
  display: block;
  color: #b8bcf0;
  text-decoration: none;
}
.navTop li.nav-item-active a,
.navTop li.nav-item-active a:visited,
.navTop li.nav-item-active a:hover {
  color: #fff;
}
.navTop .wrap-size-9 li a {
  font-size: 20px !important;
}
.navTop .wrap-size-10 li a {
  font-size: 18px !important;
}
/* banner */
.banner {
  background-color: #0000b6;
  height: 600px;
}
.top-video {
  background-color: #025ceb;
  background-image: url(../images/bg-topvideo.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 1920px 758px;
  padding-top: 50px;
  padding-bottom: 31px;
}
.video-container {
  width: 960px;
  height: 540px;
  margin: 0 auto;
}
.video-container video {
  width: 100%;
  height: 100%;
}
.top-video .tabs-menu {
  background: rgba(2, 32, 217, 0.6);
  border-radius: 24px;
  display: flex;
  width: 900px;
  margin: 31px auto 0;
}
.top-video .tabs-menu li {
  flex: 1;
  height: 48px;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.top-video .tabs-menu li:hover,
.top-video .tabs-menu li.current {
  background-image: linear-gradient(
    -90deg,
    rgb(7, 216, 250) 1%,
    rgb(18, 188, 171) 100%
  );
  border-radius: 24px;
}
.top-video .tabs-menu li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
}
.tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.tit h2 {
  font-size: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 74px;
  height: 74px;
  width: 100%;
}
.tit-01 h2 {
  background-image: url(../images/tit1.png);
}
.tit-02 h2 {
  background-image: url(../images/tit2.png);
}
.tit-03 h2 {
  background-image: url(../images/tit3.png);
}
.tit-04 h2 {
  background-image: url(../images/tit4.png);
}
.tit-05 h2 {
  background-image: url(../images/tit5.png);
}
.tit-06 h2 {
  background-image: url(../images/tit6.png);
}
.tit-07 h2 {
  background-image: url(../images/tit7.png);
}
.tit-08 h2 {
  background-image: url(../images/tit8.png);
}
.tit-09 h2 {
  background-image: url(../images/tit9.png);
}
.tit-10 h2 {
  background-image: url(../images/tit10.png);
}
.tit-11 h2 {
  background-image: url(../images/tit11.png);
}
/* 活动现场 */
.top-about-live {
  padding: 40px 0 20px;
}
.top-about p {
  font-size: 18px;
  line-height: 1.7;
  text-align: justify;
  color: #333;
  padding-top: 18px;
}
.top-live {
  margin-top: 88px;
}
.top-live-video {
  margin-top: 10px;
  width: 100%;
  height: 562px;
}
.top-live-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part {
  margin-top: 20px;
}
.partC {
  background: #d9e6fe url(../images/bg2.png) no-repeat 50% 50%;
}
.partC .part-cont {
  background: url(../images/bg1.png) no-repeat 100% 0;
  padding: 50px 70px;
}
.yicheng-list {
  margin-top: 25px;
}
.yicheng-list img {
  max-width: 100%;
}
.partD {
  padding: 40px 0;
}
.partD .p-list {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 93px;
}
.partD .p-item {
  width: 200px;
}
.partD .p-item img {
  border: solid 1px #ddd;
  width: 200px;
  height: 200px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.partD .p-item p {
  font-size: 18px;
  color: #666;
  line-height: 26px;
  margin-top: 16px;
  text-align: center;
}
.partE {
  padding: 40px 0;
}
.partE .touzi-item-txt {
  margin-top: 10px;
}
.partE .slider-wrap-container .slider_prev,
.partE .slider-wrap-container .slider_next {
  margin-top: 80px;
}
.part-news {
  background: url(../images/bg-news.png) no-repeat 0 0;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  background-size: 100% 100%;
}
.part-theme {
  background: #0161ec;
  margin-top: 0;
}
.part-theme .zhici-item {
  background-image: none;
}
/* 美好伊利 */
.part-meihao {
  background: #0161ec;
  margin: 0;
  padding-top: 30px;
}
/* 头条新闻 */
.part-news .p-cont {
  display: flex;
  gap: 0;
  margin-top: 30px;
}
.news-pic {
  width: 560px;
  height: 373px;
  flex-shrink: 0;
}
.news-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-list {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* 少于6条：等高平分，撑满 373px */
.news-list.news-list-equal {
  height: 373px;
}
.news-list.news-list-equal li {
  flex: 1;
}
/* 大于等于6条：每条固定高度，超出滚动 */
.news-list.news-list-scroll {
  height: 373px;
  overflow-y: auto;
}
.news-list.news-list-scroll::-webkit-scrollbar {
  width: 4px;
}
.news-list.news-list-scroll::-webkit-scrollbar-track {
  background: #0046b0;
}
.news-list.news-list-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
}
.news-list.news-list-scroll li {
  min-height: 62px;
  flex-shrink: 0;
}
.news-list li {
  display: flex;
  align-items: center;
  padding: 0 20px 0 35px;
  position: relative;
  background: #0052cc;
}
/* 每条之间的分隔线（第一条除外） */
.news-list li + li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.news-list li a {
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li a:hover {
  opacity: 0.8;
}
.news-list li.news-list-active {
  background: transparent;
}
.news-list li.news-list-active::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.touzi-list {
  margin-top: 50px;
}
.touzi-item {
  width: 340px;
}
.touzi-item img {
  width: 100%;
}
#slider3 .touzi-item {
  width: 524px;
}
#slider3 .touzi-item img {
  width: 524px;
  height: 295px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.touzi-item h3 {
  font-size: 24px;
  color: #000;
  line-height: 32px;
  margin-top: 0;
  font-weight: 400;
}
.touzi-item h3.blue {
  color: #0101b6;
}
.touzi-item p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 10px;
}
.touzi-item p.grey {
  color: #666;
}
.touzi-item p a,
.touzi-item p a:visited,
.touzi-item p a:hover {
  /* color: #fff; */
}
.touzi-item p a.blue,
.touzi-item p a.blue:visited,
.touzi-item p a.blue:hover {
  color: #0101b6;
}
.slider-wrap-container {
  position: relative;
}
.slider-wrap-container .slider_prev,
.slider-wrap-container .slider_next {
  background-image: url(../images/icon-arr2.png);
  background-position: 50% 50%;
  background-size: 16px 32px;
  width: 32px;
  height: 108px;
  top: 69px;
  margin-top: 0;
}
.slider-wrap-container .slider_prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  left: -32px;
}
.slider-wrap-container .slider_next {
  right: -32px;
}
footer {
  background: #d9e6fe;
}
.footer-logos {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: center;
  padding: 50px 0;
}
.copyright {
  background: url(../images/bg-footer.png) no-repeat 50% 0;
  font-size: 20px;
  height: 200px;
  color: #fff;
  line-height: 2;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-inwindow {
  position: fixed;
  z-index: 9999;
}
.popup-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  background-color: #000 \9;
  filter: alpha(opacity=40);
}
.popup-container {
  position: absolute;
}
.popup-inner {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  background-color: #e7d0ac;
}
.popup-close {
  position: absolute;
  z-index: 11;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 10px;
  line-height: 16px;
  text-align: center;
  color: #999;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}
.popup-close:hover {
  background-position: 0 -15px;
}
.weixin_popup {
  padding: 10px;
  width: 240px;
  background: #fff;
  border: solid 1px #d8d8d8;
  z-index: 9999;
  font-size: 12px;
  font-family:
    "Microsoft YaHei", "\u5FAE\u8F6F\u96C5\u9ED1", "Arial", "SimSun",
    "\u5B8B\u4F53", "Arial Narrow", "HELVETICA";
}
.weixin_popup .weixin_popup_head {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 16px;
  height: 16px;
  position: relative;
  color: #000;
}
.weixin_popup .weixin_popup_head .weixin_popup_close:hover {
  text-decoration: none;
}
.weixin_popup .weixin_popup_main {
  width: 240px;
  height: 240px;
}
.weixin_popup .weixin_popup_img {
  width: 100%;
  height: 100%;
}
.weixin_popup .weixin_popup_foot {
  font-size: 12px;
  text-align: left;
  line-height: 22px;
  color: #666;
}
/* 开场致辞 */

.zhici-item .wrap {
  position: relative;
}
#speech2 .zhici-item {
  background-image: none;
}
.zhici-item-person {
  position: absolute;
  left: -100px;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}
.zhici-item-person img {
  z-index: 2;
  max-width: 420px;
  max-height: 512px;
  filter: drop-shadow(0px 100px 50px rgba(255, 255, 255, 0.2));
  -webkit-filter: drop-shadow(0px 100px 50px rgba(255, 255, 255, 0.2));
  -moz-filter: drop-shadow(0px 100px 50px rgba(255, 255, 255, 0.2));
  -o-filter: drop-shadow(0px 100px 50px rgba(255, 255, 255, 0.2));
  -ms-filter: drop-shadow(0px 100px 50px rgba(255, 255, 255, 0.2));
}
.zhici-item-person p {
  position: relative;
  font-size: 20px;
  transform: translate(-100px, -30px);
  z-index: 1;
  width: 330px;
}
.zhici-item-person p b {
  color: #fff;
  display: block;
  background: url(../images/bg-name.png) no-repeat left 0;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  width: 113px;
  padding-left: 70px;
}
.zhici-item-person p i {
  display: block;
  padding-left: 70px;
  margin-top: 5px;
}
.zhici-item-body {
  padding: 63px 0;
  padding-left: 324px;
  position: relative;
  z-index: 4;
}
.zhici-item-title {
  display: flex;
  justify-content: flex-end;
}
.zhici-item-title h2 {
  display: flex;
  align-items: center;
  font-size: 36px;
  color: #aec1d8;
  gap: 20px;
}
.zhici-item-title h2::before {
  content: "";
  width: 94px;
  height: 74px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  background-image: url(https://n.sinaimg.cn/finance/jiashi2026/pc/bg-tit-left.png);
  background-image: -webkit-image-set(url(https://n.sinaimg.cn/finance/jiashi2026/pc/bg-tit-left.png) 1x,
   url(https://n.sinaimg.cn/finance/jiashi2026/pc/bg-tit-left-2x.png) 2x);
}
.zhici-item-article {
  margin-top: 50px;
}
.zhici-item-article h3 {
  font-size: 34px;
  color: #0020d9;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}
.zhici-item-article p {
  margin-top: 28px;
  font-size: 18px;
  color: #000;
  text-align: justify;
  line-height: 30px;
  font-weight: 400;
}
.zhici-item-moreBtn {
  display: flex;
  justify-content: flex-end;
  padding-top: 43px;
}
.zhici-item-moreBtn a {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  font-weight: 400;
  background-image: linear-gradient(90deg, #3ba5fa 0%, #025ceb 50%, #3ba5fa 100%);
  background-size: 200% 100%;
  background-position: 0% 0;
  border-radius: 24px;
  width: 240px;
  height: 43px;
  text-align: center;
  transition: all 0.3s ease 0s;
  line-height: 43px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.zhici-item-moreBtn a:hover {
  color: #fff;
  animation: gradientFlow 1.5s linear infinite;
  -webkit-animation: gradientFlow 1.5s linear infinite;
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@-webkit-keyframes gradientFlow {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.zhici-item-right .zhici-item-title {
  justify-content: flex-start;
}
.zhici-item-right .zhici-item-title h2::before {
  display: none;
}
.zhici-item-right .zhici-item-title h2::after {
  content: "";
  width: 94px;
  height: 74px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  background-image: url(https://n.sinaimg.cn/finance/jiashi2026/pc/bg-tit-left.png);
  background-image: -webkit-image-set(url(https://n.sinaimg.cn/finance/jiashi2026/pc/bg-tit-left.png) 1x,
   url(https://n.sinaimg.cn/finance/jiashi2026/pc/bg-tit-left-2x.png) 2x);
}
.zhici-item-right .zhici-item-body {
  padding-left: 0;
  padding-right: 324px;
}
.zhici-item-right .zhici-item-article h3 {
  text-align: right;
}
.zhici-item-right .zhici-item-person {
  left: auto;
  right: -100px;
  flex-direction: row-reverse;
}
.zhici-item-right .zhici-item-person {
  flex-direction: row-reverse;
}
.zhici-item-right .zhici-item-person p {
  transform: translate(107px, -21px);
  width: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.zhici-item-right .zhici-item-person p i {
  padding-left: 0;
  padding-right: 93px;
  text-align: right;
}
.zhici-item-right .zhici-item-person p b {
  background-image: url(../images/bg-name2.png);
  text-align: right;
  padding-left: 0;
  padding-right: 93px;
  width: 90px;
}
.zhici-item-right .zhici-item-moreBtn {
  justify-content: flex-start;
}
.zhici-item .tit {
  width: 1000px;
  margin: 0 auto;
  display: none;
}
.zhici-item-left {
  background-image: linear-gradient(180deg, #e9f0fd 0%, #c4dafc 100%);
}
.zhici-item-first .tit {
  display: block;
  padding-top: 45px;
}
.zhici-item-first .zhici-item-article {
  margin-top: 0;
}
.zhici-item-first .zhici-item-body {
  padding-top: 60px;
}
/* 重磅发布 */
.partB {
  background-image: linear-gradient(180deg, #0000b6 0%, #005 100%);
}
.partB .part-body {
  padding: 60px 0 56px;
}
.partB .p1 {
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
  text-align: justify;
  line-height: 34px;
}
.partB .blk-tw {
  display: flex;
  margin-top: 38px;
}
.partB .blk-tw .b-pic {
  flex-shrink: 0;
  width: 540px;
}
.partB .blk-tw img {
  width: 540px;
  height: 360px;
  display: block;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.partB .blk-tw span {
  display: block;
  font-size: 15px;
  color: #64a0e1;
  text-align: justify;
  line-height: 20px;
  margin-top: 12px;
}
.partB .b-txt {
  flex: 1;
  margin-left: 36px;
}
.partB .b-txt h3 {
  font-size: 36px;
  color: #fff;
  letter-spacing: 0;
  line-height: 46px;
  font-weight: 600;
}
.partB .b-txt p {
  font-size: 20px;
  color: #fff;
  text-align: justify;
  line-height: 34px;
  margin-top: 20px;
}
.partB .blk-video {
  display: flex;
  margin-top: 7px;
  justify-content: space-between;
}
.partB .b-desc {
  flex: 1;
  text-align: right;
  padding-right: 36px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.partB .b-desc p {
  font-family: PingFangSC-Semibold;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0;
  line-height: 46px;
  font-weight: 600;
}
.partB .video-box {
  width: 1080px;
  height: 608px;
  background-color: #000;
  margin-top: 30px;
}
.roundtable-container {
  background-image: -webkit-linear-gradient(
    to bottom,
    #1075f1 0%,
    #0346da 100%
  );
  background-image: linear-gradient(to bottom, #1075f1 0%, #0346da 100%);
  padding: 50px 0;
}
.roundtable-01 {
  background-image: -webkit-linear-gradient(top, #fff 0%, #d2e3fd 100%);
  background-image: linear-gradient(top, #fff 0%, #d2e3fd 100%);
  padding: 0;
}
.roundtable-02 {
  background-image: -webkit-linear-gradient(top, #fff 0%, #d2e3fd 100%);
  background-image: linear-gradient(top, #fff 0%, #d2e3fd 100%);
  padding: 20px 0 0;
}
.roundtable-container .roundtable-container-wrap {
  padding: 35px 0;
}
.roundtable-01 .roundtable-container-wrap {
  background: url(../images/bg1.png) no-repeat 100% 0;
}
.roundtable-container .roundtable-title {
  font-size: 24px;
  color: #0020d9;
  line-height: 36px;
  font-weight: 400;
  margin-top: 30px;
}
.roundtable-02 .roundtable-title {
  font-size: 34px;
  line-height: 44px;
}
.roundtable-desc {
  font-size: 18px;
  color: #000;
  text-align: justify;
  line-height: 30px;
  margin-top: 12px;
}
.roundtable-container h4 {
  font-size: 30px;
  color: #788beb;
  line-height: 24px;
  font-weight: 600;
  margin-top: 38px;
}
.roundtable-03 {
  padding: 20px 0 0;
}
.roundtable-03 .roundtable-title {
  font-size: 34px;
  color: #fff;
}
.roundtable-03 .roundtable-desc {
  color: #b5d4fa;
}
.roundtable-03 h4 {
  color: #6aa7f4;
}
.roundtable-03 .guest-name {
  color: #fff;
}
.roundtable-03 .guest-position {
  color: #6aa7f4;
}
.roundtable-03 .touzi-item .touzi-item-txt p {
  color: rgba(255, 255, 255, 0.6);
}
.guest-list {
  display: flex;
  margin-top: 30px;
  gap: 0;
}
.guest-item {
  width: 200px;
  padding: 0 28px;
}
.guest-avator {
  width: 144px;
  height: 144px;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d1e3fc;
  margin: 0 auto;
}
.guest-avator img {
  width: 132px;
  height: 132px;
  border: solid 6px #adc8f9;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.guest-avator span {
  background-image: linear-gradient(to right, #3ba5f9 0%, #025beb 100%);
  border-radius: 12px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #fff;
  padding: 0 9px;
  height: 14px;
  line-height: 1;
  font-size: 14px;
  height: 20px;
  display: flex;
  align-items: center;
}
.roundtable-container .slider-wrap-container {
  padding-top: 20px;
}
.guest-name {
  margin-top: 22px;
  font-size: 22px;
  color: #000;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
}
.guest-position {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  margin-top: 5px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}
.zhici-item-article h3:hover,
.zhici-item-article p:hover,
.partB .b-txt h3:hover,
.partB .b-txt p:hover,
.touzi-item h3:hover,
.touzi-item p:hover {
  text-decoration: underline;
  opacity: 0.8;
  cursor: pointer;
}
/* 图文列表 */
.blk-tw-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
}
.blk-tw-item img {
  width: 100%;
  display: block;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.blk-tw-item h3 {
  color: #fff;
  line-height: 1.6;
  margin-top: 16px;
  font-size: 20px;
}
.partJ .j-title {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  font-weight: 400;
  margin-top: 60px;
}
.partJ .j-desc {
  font-size: 20px;
  color: #fff;
  text-align: justify;
  line-height: 34px;
  margin-top: 20px;
}
.j-jiabin {
  display: flex;
  align-items: center;
  gap: 10px;
}
.j-jiabin h2 {
  color: #93aece;
  font-size: 24px;
}
.j-jiabin .guest-list {
  flex: 1;
}
.newsflex {
  display: flex;
  gap: 30px;
}
/* 主题演讲 */
.part-theme .zhici-item-article h3 {
  color: #fff;
}
.part-theme .zhici-item-article p {
  color: #fff;
}
.part-theme .zhici-item-moreBtn a {
  background-image: -webkit-linear-gradient(left, #06d8fa 0%, #15bcab 100%);
  background-image: linear-gradient(left, #06d8fa 0%, #15bcab 100%);
  cursor: pointer;
}
.part-theme .zhici-item-moreBtn a:hover {
  opacity: 0.8;
}
.part-theme .zhici-item-left .zhici-item-person p b {
  background-image: url(../images/bg-name4.png);
}
.part-theme .zhici-item-right .zhici-item-person p b {
  background-image: url(../images/bg-name3.png);
}
.part-theme .zhici-item .zhici-item-person p i {
  color: #fff;
}
.part-tuji {
  background: url(../images/bg1.png) no-repeat 100% 0;
  padding: 20px 0;
  margin-top: 0;
}
/* blk-01 */
.blk-01 {
  background: #0161ec;
  padding: 50px 0;
}
.blk-01 .wrap {
  display: flex;
  gap: 30px;
  align-items: stretch;
}
.blk-01 .blk-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.blk-left h3 {
  font-size: 22px;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
}
.blk-left p {
  font-size: 16px;
  color: #ccdefb;
  line-height: 1.8;
  margin-top: 20px;
}
.blk-left .blk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #06d8fa 0%, #15bcab 100%);
  border-radius: 24px;
  width: 180px;
  height: 44px;
  font-size: 18px;
  color: #fff;
  margin-top: 36px;
  cursor: pointer;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.blk-left .blk-btn:hover {
  opacity: 0.85;
}
.blk-right {
  width: 500px;
  flex-shrink: 0;
}
.blk-01 .blk-swiper-wrap {
  position: relative;
}
.blk-01 .blk-swiper-item {
  float: left;
}
.blk-01 .blk-swiper-item a {
  display: block;
}
.blk-01 .blk-swiper-item img {
  width: 500px;
  height: 375px;
  object-fit: cover;
  display: block;
}
.blk-01 .blk-swiper-item span {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
  margin-top: -44px;
  position: relative;
}
.blk-01 .blk-swiper-wrap .slider_next,
.blk-01 .blk-swiper-wrap .slider_prev {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.blk-02 {
  margin-top: 20px;
}
.blk-02 .blk-swiper-wrap {
  width: 960px;
  margin: 0 auto;
}
.blk-02 .slider_item_img img {
  width: 960px;
  height: 540px;
  display: block;
}
.blk-02 .slider_item_txt {
  line-height: 50px;
  font-size: 20px;
  color: #fff !important;
  background: #4183f0;
  padding: 0 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  gap: 12px;
}
.blk-02 .slider_item_txt .slider_item_dot {
  padding-right: 10px;
}
.blk-02 .slider_item_txt b {
  font-weight: bold;
}
.blk-02 .slider_item_title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blk-02 .slider_next {
  width: 30px;
  height: 80px;
  background: rgba(112, 112, 112, 0.5) url(../images/icon-arr4.png) no-repeat
    center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  right: 0;
}
.blk-02 .slider_prev {
  width: 30px;
  height: 80px;
  background: rgba(112, 112, 112, 0.5) url(../images/icon-arr5.png) no-repeat
    center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  left: 0;
}
.blk-02 .slider_next:hover,
.blk-02 .slider_prev:hover {
  opacity: 0.8;
}
/* 美好伊利 blk-03 */
.part-meihao .blk-03 {
  margin-top: 30px;
}
.blk-03 {
  padding-bottom: 30px;
}
.blk-03 .blk-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 15px 0;
}
.blk-03 .blk-item-pic {
  width: 370px;
  display: block;
  flex-shrink: 0;
}
.blk-03 .blk-item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blk-03 .blk-item-txt {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}
.blk-03 .blk-item-txt p {
  font-size: 26px;
  color: #fff;
  line-height: 1.7;
  text-align: justify;
}
.blk-03 .blk-more {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.roundtable-more {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
.blk-03 .blk-more .moreBtn,
.roundtable-more .moreBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #06d8fa 0%, #15bcab 100%);
  border-radius: 24px;
  width: 300px;
  height: 48px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.blk-03 .blk-more .moreBtn:hover,
.roundtable-more .moreBtn:hover {
  opacity: 0.85;
}
.part-theme .zhici-item {
  overflow: hidden;
}
.section {
  scroll-margin: 70px;
}
.v-cover:hover .v-play-btn {
  box-shadow: 0 0 20px rgba(59, 165, 250, 0.8),              0 0 40px rgba(59, 165, 250, 0.6),              0 0 60px rgba(59, 165, 250, 0.4);
  border-radius: 50%;
  animation: playBtnGlow 1.5s ease-in-out infinite;
  -webkit-animation: playBtnGlow 1.5s ease-in-out infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@keyframes playBtnGlow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(59, 165, 250, 0.8),
                0 0 40px rgba(59, 165, 250, 0.6),
                0 0 60px rgba(59, 165, 250, 0.4);
  }
  50% {
    box-shadow: 0 0 30px rgba(59, 165, 250, 1),
                0 0 60px rgba(59, 165, 250, 0.8),
                0 0 90px rgba(59, 165, 250, 0.6);
  }
}
@-webkit-keyframes playBtnGlow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(59, 165, 250, 0.8),
                0 0 40px rgba(59, 165, 250, 0.6),
                0 0 60px rgba(59, 165, 250, 0.4);
  }
  50% {
    box-shadow: 0 0 30px rgba(59, 165, 250, 1),
                0 0 60px rgba(59, 165, 250, 0.8),
                0 0 90px rgba(59, 165, 250, 0.6);
  }
}