@charset "utf-8";
body{
  background: #f2f9ff no-repeat center top;
  width: 100%;
}
html,body *{
    padding:0;
    margin:0;
}
body *{
    padding:0;
    margin:0;
    font-family:'Microsoft YaHei','Î¢ÈíÑÅºÚ';
    font-size: .16rem;    
    color: #383838;
}
a:hover{
  color:#5b6efd;
}
.com-view-more{
  padding: .2rem 0;
  text-align: center;
}
.com-view-more a{
  display: inline-block;
  width: 2.6rem;
  height: .48rem;
  border: 1px solid #5b6efd;
  text-align: center;
  line-height: .48rem;
  border-radius: .3rem;
  background: #5b6efd;
  color: #fff;
}
.com-view-more a:hover{
  background: #fff;
  color: #5b6efd;
}
.com-w{
  width: 1280px;
  margin: 0 auto;
  padding: .5rem;
}
.com-title{
  margin-bottom: .5rem;  
}
.com-title h3{
  position: relative;
  font-size: .37rem;
  color: #5b6efd;
  font-weight: 700;
  text-align: center;
}
.com-title h3::before{
  content:'';
  height:2px;
  background: #bd1b26;
  border-radius: 1px;
  display: block;
  bottom: -10px;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  position: absolute;
}
.com-title h6{
  position: relative;
  font-size: .16rem;
  text-align: center;
  margin-top: .1rem;
  padding-top: .3rem;
}
.com-title h6::before{
  position: absolute;
    content: "";
    width: .32rem;
    height: 2px;
    top: 30%;
    left: 50%;
    background: #498f85;
    margin-left: -.16rem;

}
.com-bg{  
  background: rgba(255,255,255,.9);
}
.com-img-responsive {
    width:100%;
    height:0;
    overflow:hidden;
    display:block;
    background-color:#d8e3e6;
}
.com-img-responsive img {
    width:100%;
    transition:all 0.5s ease-in-out;
}
.com-img-responsive img:hover {
    transform:scale(1.03);
    opacity:0.85;
}
.ellipsis {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:block;
}
.footer{
   text-align: center;
   padding: 1rem 0;
}
.footer p{
  line-height: .36rem;
  display: block;
}
.theme-news,.theme-pic{
  padding: 0rem 0;
}
.theme-pic{
  border-bottom:1px solid #efefef;
}
.theme-news .cover{
   overflow: hidden;
   background-color: #efefef;
   box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
.theme-news .ct{
  display: flex;
  justify-content: space-between;
  margin-bottom: .2rem;
}
.theme-news .pic-news,.theme-news .news-list{
  width: 48%;
  background-color: #fff;
}
.theme-news .pic-news .cover{
   width: 100%;
   height: 3.2rem;
}
.theme-news .pic-news .new-info{
  display: flex;
  flex-direction: column;
  margin-top: .2rem;
  padding: .2rem;
}
.theme-news .pic-news .new-info .des{
  font-size: .14rem;
  color: #636363;
  margin-bottom: .1rem;
  line-height: .22rem;  
}
.theme-news .news-list a{
  display: flex;
  justify-content: space-between;
}
.theme-news .news-list li{
  margin-bottom: .2rem;
}
.theme-news .news-list li:last-child{
  margin-bottom: 0rem;
}
.theme-news .news-list .cover{
   width: 3.5rem;
   height: 2rem;
   overflow: hidden;
}
.theme-news  .cover img{
  width: 100%;
}
.theme-news .news-list .new-info{
  width: calc( 100% - 3.7rem ) ;
}
.theme-news .bm-list{
  overflow: hidden;
  border-bottom: 1px solid #efefef;
}
.theme-news .bm-list li{
  width: 33.333%;
  margin-bottom: .2rem;
  padding: 0 .1rem;
  float: left;
  box-sizing: border-box;
}
.theme-news .bm-list .cover{
   width: 100%;
   height: 2.6rem;
   overflow: hidden;
}
.theme-news .bm-list .new-info{
  padding: .2rem 0;
}
.theme-news h2{
  font-size: .18rem;
  line-height: .22rem;
  margin-bottom: .1rem;
}
.theme-news a:hover h2{
  color: #498f85;
}
.theme-news .new-info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme-news .date{
  font-size: .14rem;
  color: #999;
}
.theme-pic ul{
  overflow: hidden;
}
.theme-pic li{
  width: 33.333%;
  float:left;
  padding: 0 .1rem;
  box-sizing: border-box;
  margin-bottom: .32rem;
}
.theme-pic  .cover {
    width:100%;
    height:2.6rem;
    margin-top:0px;
    overflow:hidden;
    position: relative;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
.theme-nav{
  height: 39.3vw;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.theme-nav img{
  width: 100%;
}
.theme-article h1{
   font-size: .3rem;
   margin-bottom: .3rem;
   text-align: center;
}
.article-info{
  font-size: .14rem;
  margin-bottom: .3rem;
  text-align: center;
}
.article-info span{
  margin:  0 .1rem;
}
.theme-article .content p{
  line-height: 3;
  font-size: 16px;
}
.page-pos{
  padding: .2rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px  solid #efefef;
  margin-bottom: .5rem;
}
.page-pos img{
  width: .2rem;
  margin-right: .1rem;
}

#backtotop{
  position: fixed;
  right: 0;
  bottom: 5%;
  width: .8rem;
  height: .8rem;
  padding: .2rem;
  background: rgba(69,86,255,.8);
  border-radius: 50%;
  z-index: 100;
}
#backtotop img{
  width: 100%;
}
#backtotop:hover{
  background: rgba(69,86,255,1);
}
.theme-video ul{
  overflow: hidden;
}
.theme-video li{
  width: 33.333%;
  float:left;
  padding: 0 .1rem;
  box-sizing: border-box;
  margin-bottom: .32rem;
}
.theme-video  .cover {
    width:100%;
    height:2.6rem;
    margin-top:0px;
    overflow:hidden;
    position: relative;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    position: relative;
}
.theme-video  h5 {
    height: .26rem;
    line-height: .266rem;
    padding: .2rem 0;
    font-size: .18rem;
}
.theme-video  .pic{
  width: 100%;
  height: 100%;
}
.theme-video .video-act{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s; 
}
.theme-video .video-act img{
  width: .58rem;
}
.theme-video .video-act:hover{
  background: rgba(0,0,0,.1);
}
.theme-video a:hover img {
    transform:scale(1.03);
    opacity:0.85;
}
@media (max-width: 1279px) {
   .com-w{
     width: 100%;
   }

}

@media (max-width: 750px) {
  body *{
    font-size: .26rem;
  } 
  #backtotop{
  width: 1rem;
  height: 1rem;
}
  .theme-nav{
    height: auto;
    overflow: hidden;
  }
  .theme-nav img{
    width: 100%;
  }
  .com-title{
    font-size: .48rem;
  }
  .com-title h3{
    text-align: center;
  }
  .page-pos img{
    width: .4rem;
   }
  .footer p{
    line-height: .46rem;
  }
  .theme-news h2,.theme-video h5{
    font-size: .26rem;
    line-height: .4rem;
  }
  .theme-news .pic-news .cover,.theme-news .bm-list .cover,.theme-pic li .cover{
    height: 4.2rem;
  }
  .theme-news .pic-news,.theme-news .bm-list li {
    margin-bottom: .5rem;
  }
 .theme-news .bm-list li:last-child {
    margin-bottom: 0rem;
  }
  .theme-news .pic-news .new-info .des,.theme-news .date{
    font-size: .22rem;
    line-height: .36rem;
  }
  .theme-news .cover{
    margin-bottom: .3rem;
  }
  .com-w{
    width: 90%;
    padding:  .5rem .2rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  .theme-news .ct{
    display: block;
  }
  .theme-news .pic-news,.theme-news .bm-list li,.theme-pic li,.theme-video li{
     width: 100%;
  }
  .theme-pic li{
    margin-bottom: .36rem;
  }
  .theme-article .content img,.theme-article .content video{
    width: 100% !important;
    height: auto !important;
  }
  .theme-article h1{
    font-size: .38rem;
    line-height: .48rem;
  }
  .com-view-more a{
    height: .68rem;
    line-height: .68rem;
  }
  .theme-video .video-box{
    width: 100%;
  }

}