@charset "UTF-8";
body {
  background: #fff url(../images/body-bg.png) no-repeat center top;
  min-height: 2254px;
  padding-top: 926px;
}

/* 打卡新国标 */
.path {
  height: 1248px;
  padding-top: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
}
.path::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top-bg.png) no-repeat center top;
  overflow: hidden;
  z-index: -1;
  opacity: 0.79;
}
.path .path-sec {
  width: 831px;
  margin: 0 auto;
}
.path .path-title {
  margin: 30px 0 30px -40px;
  width: 565px;
}
.path .path-main {
  width: 99%;
  min-height: 857px;
  background: url(../images/line.png) no-repeat center top;
}
.path .path-main ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 40px;
}
.path .path-main ul:first-child {
  margin-top: 0;
}
.path .path-main ul:nth-child(2n+1) {
  float: right;
  margin-right: 46px;
}
.path .path-main ul:nth-child(2n) {
  float: left;
}
.path .path-main ul:last-child {
  margin-left: 330px;
}
.path .path-main ul .path-item {
  width: 311px;
  height: 185px;
  float: left;
  margin-right: 21px;
  position: relative;
}
.path .path-main ul .path-item::after {
  content: "";
  width: 62px;
  height: 57px;
  background: url(../images/hover-btn.png) no-repeat;
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateX(-20%);
     -moz-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
       -o-transform: translateX(-20%);
          transform: translateX(-20%);
}
.path .path-main ul .path-item:last-child {
  margin-right: 0;
}
.path .path-main ul .path-item a {
  display: block;
}
.path .path-main ul .path-item.current::after {
  bottom: -25%;
  -webkit-animation: move 2s linear infinite;
     -moz-animation: move 2s linear infinite;
       -o-animation: move 2s linear infinite;
          animation: move 2s linear infinite;
  opacity: 1;
}
@-webkit-keyframes move {
  0% {
    bottom: -20%;
  }
  25% {
    bottom: -25%;
  }
  50% {
    bottom: -20%;
  }
  75% {
    bottom: -25%;
  }
  100% {
    bottom: -20%;
  }
}
@-moz-keyframes move {
  0% {
    bottom: -20%;
  }
  25% {
    bottom: -25%;
  }
  50% {
    bottom: -20%;
  }
  75% {
    bottom: -25%;
  }
  100% {
    bottom: -20%;
  }
}
@-o-keyframes move {
  0% {
    bottom: -20%;
  }
  25% {
    bottom: -25%;
  }
  50% {
    bottom: -20%;
  }
  75% {
    bottom: -25%;
  }
  100% {
    bottom: -20%;
  }
}
@keyframes move {
  0% {
    bottom: -20%;
  }
  25% {
    bottom: -25%;
  }
  50% {
    bottom: -20%;
  }
  75% {
    bottom: -25%;
  }
  100% {
    bottom: -20%;
  }
}

/* 第二块bg */
.containr-bg {
  background: #172a58;
  padding: 85px 0 120px;
}

/* 人物 */
.person .person-title {
  margin-bottom: 80px;
}
.person .person-main li {
	float: left;
	width: 165px;
	height: 450px;
	margin-right: 33px;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}
.person .person-main li:last-child {
	margin-right: 0;
}
.person .person-main li:nth-child(2n) {
	margin-top: 37px;
}
.person .person-main li:hover {
	scale: 1.1;
}
/* 昆明 文山 红河 */
.table-container {
  margin-top: 123px;
}

.table-menu {
  padding: 0 112px;
  position: relative;
  min-height: 84px;
}
.table-menu li {
  position: absolute;
  width: 285px;
  height: 84px;
  text-align: center;
  line-height: 84px;
  background: #1b3a86;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}
.table-menu li.current {
  position: absolute;
  background: #3d67c7;
  width: 390px;
  top: -43px;
  height: 127px;
  line-height: 168px;
  border-radius: 0;
  -webkit-clip-path: polygon(0 0, 100% 42px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 42px, 100% 100%, 0 100%);
}
.table-menu li:nth-child(2) {
  left: 430px;
}
.table-menu li:nth-child(3) {
  left: 748px;
}
.table-menu li:first-child.current {
  left: 22px;
}
.table-menu li:nth-child(2).current {
  top: -43px;
}
.table-menu li:nth-child(2).current ~ li {
  margin-left: 100px;
}
.table-menu li img {
  width: 201px;
  height: 57px;
}

.table-main {
  margin: 0 auto;
  width: 1198px;
  height: 492px;
  background: url(../images/table-bg.png) no-repeat;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 55px 87px 65px 28px;
  display: none;
}
.table-main .table-swiper {
  width: 555px;
  height: 330px;
}
.table-main .table-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.table-main .table-swiper .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 5em 0 1em;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.table-main .table-swiper .swiper-slide:hover {
  font-weight: bold;
}
.table-main .table-swiper .swiper-pagination-bullets {
  bottom: 0;
  height: 38px;
  line-height: 48px;
  text-align: right;
  padding-right: 1em;
}
.table-main .table-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 18px;
  height: 18px;
}
.table-main .table-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5beab0;
}
.table-main .table-list {
  width: 500px;
}
.table-main .table-list li {
  width: 100%;
  line-height: 52px;
  list-style-type: square;
  text-indent: 2em;
  position: relative;
}
.table-main .table-list li::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #333;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.table-main .table-list li a {
  display: block;
  width: 100%;
}
.table-main .table-list li:hover a {
  color: #3d67c7;
  font-weight: bold;
}
.table-main .table-list li:hover::after {
  width: 6px;
  height: 6px;
  background: #3d67c7;
}

/* 精彩视频 */
.video-container {
}
.video-container .video-title {
  width: 273px;
  margin: 0 auto 62px;
}
.video-container .video-swiper .swiper-slide {
  width: 690px;
  height: 470px;
  border-radius: 25px;
  position: relative;
}
.video-container .video-swiper .swiper-slide a i {
  position: absolute;
  left: 1em;
  bottom: 95px;
  width: 58px;
  height: 58px;
  background: url(../images/video-play.png) no-repeat;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.video-container .video-swiper .swiper-slide a img {
  height: 378px;
}
.video-container .video-swiper .swiper-slide a p {
  height: 89px;
  background: #fff;
  line-height: 90px;
  font-size: 20px;
  text-align: center;
  border-radius: 0 0 25px 25px;
}
.video-container .video-swiper .swiper-slide a:hover {
  color: #3d67c7;
  font-weight: bold;
}
.video-container .video-swiper .swiper-slide.swiper-slide-active i {
  opacity: 1;
}
.video-container .video-swiper .video-prev,
.video-container .video-swiper .video-next {
  color: #fff;
  font-weight: 900;
}
.video-container .video-swiper .video-prev::after,
.video-container .video-swiper .video-next::after {
  font-size: 70px;
}
.video-container .video-swiper .video-prev {
  left: 16%;
}
.video-container .video-swiper .video-next {
  right: 16%;
}

/* 云南国资国企传播矩阵 */
.qrCode-bg {
  background: url(../images/qr-bg.png) no-repeat center top;
  min-height: 889px;
  padding-top: 67px;
}
.qrCode-bg .qrCode-title {
  margin-bottom: 60px;
}
.news-container .news-title {
  width: 273px;
  margin: 88px auto 55px;
}
.news-container .table-main {
  background: none;
  height: 415px;
  padding-bottom: 0;
  padding-top: 0;
}
.news-container .table-main .km-list li a {
  color: #fff;
}
.news-container .table-main .km-list li::after {
  background: #fff;
}
.bottom {
  color: #fff;
  text-align: center;
}
.bottom a,.bottom a:hover {
  color: #fff;
}
@media screen and (max-width: 1199px) {
	body {
		min-width: 1200px;
	}
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2024-05-28 17:58:50" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->