body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { 
  margin:0; 
  padding:0; 
}
body { 
  font-size:14px; 
  font-family: MicrosoftYaHei; 
  min-width: 1200px;
  max-width: 1920px;
}
td,th,caption { 
  font-size:14px; 
}
h1, h2, h3, h4, h5, h6 { 
  font-weight:normal; 
  font-size:100%; 
}
address, caption, cite, code, dfn, em, strong, th, var { 
  font-style:normal; 
  font-weight:normal;
}
a { 
  text-decoration:none; 
}
a:hover { 
  text-decoration:none; 
}
img { 
  border:none; 
}
ol,ul,li { 
  list-style:none; 
}
input, textarea, select, button { 
  font:14px Verdana,Helvetica,Arial,sans-serif; 
}
table { 
  border-collapse:collapse; 
}
html {
  background: #F7F8FA;
  min-width: 1200px;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height:0; 
  clear:both; 
  visibility: hidden;
}
.clearfix { 
  *zoom:1; 
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.w1200{
  width: 1200px;
  margin: auto;
}
.banner{
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 998px;
  margin: auto;
  background: url("../images/banner.png") no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 55px;
}
.logo{
  display: block;
  width: 158px;
  height: 96px;
}
.banner-title{
  display: block;
  margin:95px auto 181px;
}
/* 申报端口 */
.sbdk{
  display: block;
  height: 110px;
  margin: 41px auto;
}
.sbdk img{
  width: 100%;
  height: 100%;
}
/* l栏目标题 */
.title{
  height: 90px;
  margin-bottom: 37px;
}
.title img{
  width: 930px;
  height: 89px;
}
/* 新闻 */
.news{
  width: 100%;
  max-width:100vw;
  height: 850px;
  overflow:hidden;
  position: relative;
  padding-top: 63px;
  box-sizing: border-box;
}
.news-bg{
  width: 1098px;
  height: 672px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/news-bg.png");
}
.news-bg-txt{
  width: 360px;
  height: 112px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/news-bg-txt.png") no-repeat;
}
.swiper-container {
  width:1200px !important;
  height: 462px;
  overflow:hidden !important;
  position: relative;
}

.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container .swiper-pagination-bullet {
  display: none;
  margin: 0 !important;
}

.swiper-container .swiper-pagination-bullet-active {
  display: block;
  width: 90px;
  height: 90px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 100% 0 0;
  background: linear-gradient(0deg, #0BBAFB, #4285EC);
  opacity: 0.9;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
  box-sizing: border-box;
  padding:34px 0 0 23px;
  text-align: left;
}
.swiper-container .swiper-pagination-bullet-active p{
  width: 14px;
  height: 2px;
  background: #fff;
  margin: 0 0 14px 2px;
}
.swiper-container .swiper-button-prev:after,.swiper-container .swiper-container-rtl .swiper-button-next:after,.swiper-container .swiper-button-next:after,.swiper-container .swiper-container-rtl .swiper-button-prev:after {
  content: none;
}
.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 125px;
  left: auto;
  width: 125px;
  height: 80px;
  margin: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-container .swiper-button-next,.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.swiper-container .swiper-slide img{
  width: 789px;
  height: 462px;
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-container .swiper-slide .news-txt{
  width: 376px;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 40px;
}
.swiper-container .swiper-slide .news-txt h3{
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #40404C;
  line-height: 34px;
  margin-bottom: 70px;
}
.swiper-container .swiper-slide .news-txt p{
  width: 100%;
  height: 130px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A0A0AB;
  line-height: 34px;
  overflow: hidden;
  text-align: left;
}
.news-box{
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 100px;
  transform: translate(-50%,0);
}
.news-col3{
  float: left;
  width: 378px;
  height: 166px;
  margin-left: 33px;
  background: #E6F6FD;
  /* background: linear-gradient(90deg, #E6F6FD, #2CA1FA); */
  /* background-size: 1000%; */
  /* background-position: -378px; */
  box-sizing: border-box;
  padding: 25px 25px 25px 30px;
}
.news-col3:nth-child(1){
  margin-left: 0;
}
.news-col3 h3{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2CA1FA;
  line-height: 16px;
}
.news-col3 p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #90BCD0;
  line-height: 24px;
  height: 48px;
  width: 100%;
  overflow: hidden;
  margin: 16px 0 10px;
}
.news-col3 span{
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: italic;
  color: #B2C1C7;
  line-height: 34px;
  background: url("../images/news-span.png") no-repeat center right;
}
.news-col3:hover{
  box-shadow: 0px 0px 30px 0px rgba(90, 123, 168, 0.55);
  background: #2CA1FA;
  /* animation: newsbg 1s forwards; */
}
.news-col3:hover h3{
  color: #FEED9E;
}
.news-col3:hover p{
  color: #AEE6FE;
}
.news-col3:hover span{
  color: #fff;
  background: url("../images/news-span1.png") no-repeat center right;
}
@keyframes newsbg {
  0%{
    background: #E6F6FD;
  }
  100%{
    background: #2CA1FA;
  }
}
/* 融媒体解读 */
.rmtjd{
  width: 100%;
  height: 1171px;
  max-width: 1920px;
  background: url("../images/rmtjdbg.png") no-repeat  center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 71px;
}
.rmtjd-title{
  display: block;
  width: 330px;
  height: 92px;
  margin: auto;
}
.rmt-video-box{
  overflow: hidden;
}
.rmtjd-swiper .gallery-thumbs .swiper-slide {
  background-size: cover;
  background-position: center;
}

.rmtjd-swiper.gallery-top {
  height: 650px;
  margin: 30px auto 40px;
  position: relative;
  z-index: 999;
}
.rmtjd .rmtjd-swiper.gallery-top video{
  width: 1200px;
  height: 650px;
}
.gallery-top .swiper-button-prev:after,.gallery-top .swiper-container-rtl .swiper-button-next:after,.gallery-top .swiper-button-next:after,.gallery-top .swiper-container-rtl .swiper-button-prev:after {
  content: none;
}
.gallery-top .swiper-button-next,.gallery-top .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: -190px;
  right: 0px;
  left: auto;
  width: 47px;
  height: 89px;
  margin: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.gallery-top .swiper-button-prev{
  right: auto;
  left: 0;
}
.rmtjd-swiper.gallery-thumbs {
  height: 206px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
}

.rmtjd-swiper.gallery-thumbs .swiper-slide {
  width: 262px;
  height: 146px;
  opacity: 0.4;
}

.rmtjd-swiper.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
/* 典型案例 */
.dxal{
  width: 100%;
  max-width: 1920px;
  height: 856px;
  position: relative;
}
.ytkd{
  width: 482px;
  height: 856px;
  background: url("../images/ytkd.png") no-repeat;
  box-sizing: border-box;
  padding: 192px 14px 37px 36px;
}
.ytkd-scroll{
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.ytkd-scroll::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 7px; /*高宽分别对应横竖滚动条的尺寸*/
}
.ytkd-scroll::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  background: #FEE5AF;
}
.ytkd-scroll::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 4px;
  background: #fff;
}
.ytkd-img{
  width: 410px;
}
.dxal-box{
  width: 960px;
  height: 856px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 60px;
}
.dxal-title{
  width: 330px;
  height: 92px;
}
.dxal-box-ul{
  width: 960px;
  height: 665px;
  overflow: hidden;
  margin-top: 35px;
}
.dxal-box-ul .swiper-slide{
  width: 960px;
  height: 140px;
  background: #FFFFFF;
  /* margin-top: 35px; */
  box-sizing: border-box;
  padding: 48px 60px;
}
.dxal-box-ul .swiper-slide p{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #40404C;
  line-height: 27px;
}
.dxal-box-ul .swiper-slide .dxal-time{
  font-size: 14px;
  color: #A0A0AB;
  height: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}
.dxal-time span{
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #A0A0AB;
  margin:0 5px 5px 0;
}
.dxal-box-ul .swiper-slide:hover{
  background: #2CA1FA;
  box-shadow: 0px 0px 30px 0px rgba(90, 123, 168, 0.55);
}
.dxal-box-ul .swiper-slide:hover p{
  color: #fff;
}
.dxal-box-ul .swiper-slide:hover .dxal-time{
  color: #AEE6FE;
}
.dxal-box-ul .swiper-slide:hover .dxal-time span{
  background: #A5DCF3;
}
@media screen and (max-width: 1400px) {
  .dxal-box{
    width: 710px;
  }
  .dxal-box-ul{
    width: 710px;
  }
  .dxal-box-ul .swiper-slide{
    width: 710px;
  }
}
/* 聚焦直播现场 */
.jjzbxc{
  width: 100%;
  max-width: 1920px;
  height: 602px;
  background: url("../images/jjzbxc-bg.png") no-repeat bottom;
  margin: 70px 0;
}
.jjzbcx-box{
  height: 100%;
  position: relative;
}
.jjzbxc-title{
  width: 92px;
  height: 339px;
  position: absolute;
  top: 0;
  right: -41px;
}
.jjzbxc-video{
  width: 1070px;
  height: 602px;
  /* margin-right: 79px; */
  position: relative;
}
.jjzbxc-video img{
  width: 100%;
  height: 100%;
}
.jjzbxc-video-b{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba( 0, 0, 0, 0.7);
}
.jjzbxc-video .play{
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/* 页脚 */
.foot{
  width: 100%;
  max-width: 1920px;
  height: 197px;
  background: url("../images/foot.png") no-repeat;
  box-sizing: border-box;
  padding-top: 115px;
}
/* 案例经验 */
.aljy{
  width: 104px;
  height: 806px;
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 99;
  transform: translate(0,-50%);
  background: url("../images/aljy.png") no-repeat;
  text-align: center;
  box-sizing: border-box;
  padding-top: 230px;
}
.aljy ul{
  width: 75px;
  height: 550px;
  margin: auto;
  overflow-y: auto;
}
.aljy ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px; /*高宽分别对应横竖滚动条的尺寸*/
}
.aljy ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  background: rgba(202, 250, 255, 0.47);
}
.aljy ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 4px;
  background: none;
}
.aljy li{
  width: 70px;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  color: #fff;
  margin:8px auto;
}
.aljy a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 19px;
}
.aljy li a:hover{
  background: #FEED9E;
}
.aljy li a:hover{
  color: #26A0F4;
}
.video-play{
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.video-box{
  width: 1010px;
  height: 620px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* background: #f00; */
}
.close{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.video-box video{
  width: 1010px;
  height: 568px;
  /* background: #00f; */
  position: absolute;
  bottom: 0;
}
/* 加载 */
.loadin{position: fixed;left: 0;top:0;width: 100%;height: 100%;background:linear-gradient(180deg,rgba(117,157,206,1) 0%,rgba(117,199,223,1) 50%,rgba(234,234,230,1) 100%);z-index: 100;}
.loadin-left{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: url(https://www.kunming.cn/zhuanti/statics/2020/20200817zmq/img/poster-drop-animate2.png)  no-repeat center;background-size: cover;animation: posterDrop1 6000s linear infinite;}
@keyframes posterDrop1 {
    from { background-position: 0 0; }
    to { background-position: 4000% 0; }
}
.loadin-right{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: url(https://www.kunming.cn/zhuanti/statics/2020/20200817zmq/img/poster-drop-animate1.png) no-repeat center;background-size: cover;animation: posterDrop2 8000s linear infinite;}
@keyframes posterDrop2 {
    from { background-position: 0 0; }
    to { background-position: 30000% 0; }
}
.clear-left{animation: clearLeft 0.2s linear;}
@keyframes clearLeft{
    from {}
    to {
        transform: translateX(-100%);
    }
}
.clear-right{animation: clearRight 0.25s linear;}
@keyframes clearRight{
    from {}
    to {
        transform: translateX(100%);
    }
}
.loadin-text{position: absolute;left: 50%;bottom: 150px;width: 360px;height: auto;margin-left: -180px;}
.loadin-text img{display: block;width: 120px;margin: 0 auto;}
.loadin-text p{width: 100%;text-align: center;margin-top:20px;font-weight: bold;background:-webkit-linear-gradient(left,#147B96,#E6D205 25%,#147B96 50%,#E6D205 75%,#147B96);color:transparent;-webkit-background-clip:text;background-size:200% 100%;animation:masked-animation 1s infinite linear;}
.loadin-text p span,.loadin-text p em{display: block;}
.loadin-text p span{font-size: 18px;line-height: 32px;}
.loadin-text p em{font-size: 14px;line-height: 18px;}
@-webkit-keyframes masked-animation {
    0% {
        background-position:0 0;
    }
    100% {
        background-position:-100% 0;
    }
}