
/* 头部 */

.header {
    height: 4.0rem;
    box-shadow: 0px 0px 0.4rem rgba(102,102,102,0.2);
    position: relative;
    z-index: 7 !important;
    line-height: 2.0rem;

}
.header .header-top{
  background: #003B89;
  height: 2.0rem;
}
.logo {
  width: auto;
  height: 1.12rem;
  line-height: 1;
  margin: 0.44rem 0 0.44rem 0.8rem;
}
.logo img {
  display: inline-block;
  height: 100%;
  width: auto;
  vertical-align: inherit;
  margin-right: 0.1rem;
}
.logotitle{
  color: #fff;
}
.drop {
  margin-right: 0.8rem;
  color: #fff;
}


/* 搜索 */

.search-top{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 1.4rem;
  background: #fff;
  margin-top: 0.3rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 59, 137, 100);

}

.header-bot{
  width: 100%;
  position: absolute;
}

.search-input{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 3.6rem 0 0.8rem;
  font-size: 0.56rem;
}

.search-btn{
  display: block;
  width: 2.8rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  outline: none;
  border: none;
  z-index: 1;
  background: #003B89;
  font-size: 0.5rem;
  color: #fff;
  border-radius: 1rem;
  position: relative;
  top: 0.08rem;
  right: 0.08rem;

}

.search-icon{
  position:relative;
  left: 0.6rem;
  top: 0.36rem;
  z-index: 1;
  font-size: 0.6rem;
  color: #999;
  line-height: 1;
  height: 0.65rem;
}

/* 轮播图 */

.banner{

}

.swiper-banner {
  position: absolute;
  height: 10rem;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-banner img {
  display: block;
  width: 100%;
  border-radius: 0.16rem;
}

.maskbg{
  height: 1.5rem;
  background:rgba(29, 28, 28, 0.6);
  color: white;
  position: relative;
  bottom: 1.5rem;
  z-index: 1000;
  line-height: 1.5rem;
}

.maskbg a{
  margin-left: 0.2rem;
}

.banner .swiper-container{
  --swiper-navigation-size: 0.8rem;/* 设置按钮大小 */
  --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
}

.banner .swiper-button-prev{
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background:rgba(242, 240, 240, 0.6);

}
.banner .swiper-button-next{
  width:  1.2rem;
  height:  1.2rem;
  border-radius: 50%;
  background:rgba(242, 240, 240, 0.6);
}

/* 首页内容 */
.navbox{
  margin-top: 0.4rem;
}
.navtitle{
  border-left: #003B89 0.1rem solid;
  height: 1rem;
  line-height: 1rem;
  padding-left: 0.2rem;
  font-size: 0.7rem;
  margin-left: 0.5rem;
  color: #000;
}

.navreplace{
  font-size: 0.6rem;
  color: #999;
  margin-right: 0.5rem;
}


.navreplace .navicon{
  margin-right: 0.2rem;

}

.navlist li{
  background: rgba(217, 217, 217, 0.2);
  border-radius: 0.1rem;
  padding: 0.4rem 0.5rem;
  margin-top: 0.4rem;
}



.listimg {

}

.content{
  display: block;
  overflow: hidden;
  display: -webkit-box;
}

.navcontent{
  -webkit-box-flex: 1;
  text-align: justify;
}

.navimg{
  display: block;
  width: 4.0rem;
  height: 2.68rem;
  margin-left: 0.5rem;
  margin-top: 0.45rem;
}
.navimg img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.16rem;
}

.navgreen{
  background: #16733B 100%;
  border-radius: 0.5rem;
  padding: 0.01rem 0.2rem;
  width: 0。8rem;
  height: 0.7rem;
  line-height: 0.7rem;
  white-space: nowrap;
}

.summary{
  /* display: block; */
  /* justify-content: space-between;
  overflow: hidden; */
  /* display: -webkit-box; */
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.summary span{
  -webkit-box-flex: 1;
  text-align: justify;
  white-space: nowrap;
}

/* 信息系统 */

.bulebg{
  color: white;
  background: #003B89;
  border-radius: 0.6rem;
  padding: 0.4rem;
}
.orangebg{
  color: white;
  background: #EC6810;
  border-radius: 0.6rem;
  padding: 0.4rem;
}
.greenbg{
  color: white;
  background: #16733B;
  border-radius: 0.6rem;
  padding: 0.4rem;
}
.infosystem{
  padding: 0 0.6rem;
}

.infosystem li{
  margin-top: 0.8rem;
}

.infosystem li a{
  margin-left: 20%;
}


/* 照片图库 */

.swiperloop{
  --swiper-navigation-size: 24px;/* 设置按钮大小 */
  --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
}

.rotateimg{
  width: 100%;
  height: 4rem
}
.swiperloop{
  position: relative;
  overflow: hidden;
  margin: 1rem 1rem;

}
.swiperloop .swiper-slide{
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
   padding-bottom: 0.4rem;
   border-radius: 0.2rem;
}
 .swiper-button-next{
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background:rgba(221, 219, 219, 0.6);
}

.swiper-button-next:after{
  font-size: 0.8rem;
  color: #fff;
}

.swiper-button-prev:after{
  font-size: 0.8rem;
  color: #fff;
}
 .swiper-button-prev{
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background:rgba(221, 219, 219, 0.6);
}
.swiper-wrapper{
  margin-bottom: 1rem;
}

.indexlunbo{
  position: relative;
  margin-bottom: 4rem;
}

/* 底部 */

.footerbule{
  position: relative;
  bottom: 0;
  color: white;
  background: #003B89;
  padding: 1rem 0.8rem;
  width: 100%;
  z-index: 1;

}
.footerbule ul li{
  font-size: 0.5rem;
}

.footerbule p{
  margin-top: 0.6rem;
  font-size: 0.05rem
}



/* 面包屑 */

ul.breadcrumb {
  padding: 0.6rem 0.6rem;
  list-style: none;
  background: #fff;
}

ul.breadcrumb li {display: inline;}
ul.breadcrumb li+li:before {
    padding: 0.02rem;
    color: rgb(101, 104, 101);
    content: "/\00a0";
}

ul.breadcrumb li a {color: rgb(101, 104, 101);}


/* 导航 */

.navbg{
  background: #849bc7;
}

ul.navbglist {
  padding: 0.6rem 0.6rem;
  list-style: none;
}
ul.navbglist li {display: inline; margin-right: 0.5rem;}
ul.navbglist li a{color: #fff;}

.navbglist .navbgindex{
  border-bottom: #EC6810 0.1rem solid;
  padding-bottom: 0.3rem;
}


.navbglist .navbgindex a{
  color: #000;
}




.clickviewbg{
  padding: 0.4rem 0.6rem;
}

.clickviewbg .clickview{
    color: rgb(131, 130, 130);
    background: #d7d9dd;
    border-radius: 0.6rem;
    padding: 0.3rem;
    margin-bottom: 0.2rem;
}

.clickviewbg .clickload{
  padding: 0.4rem 0.6rem;
}


/* 文章详情 */

.articletag{
  border-bottom: 0.02rem solid #EC6810;
  margin: 0.1rem 0.6rem;
}

.articletitle{
  padding: 0.6rem 0.6rem;
}

.articlecontent p{
  margin-bottom: 0.4rem;
}

.articlecontent{
  padding: 0.6rem 0.6rem;
}
.articlecontent img{
  width: 13rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.searchresult{
  margin-top: 0.5rem;
  background: #eae9e9;
  color: #999;
  padding: 0.4rem 0.4rem;
}

.greyicon{
  padding: 0.4rem 0.4rem;
}
.greyicon p{
  margin-bottom: 0.2rem;
}

.navtitlesearch{
  border-left: #f3a034 0.1rem solid;
  height: 1rem;
  line-height: 1rem;
  padding-left: 0.2rem;
  font-size: 0.7rem;
  margin-left: 0.5rem;
}

.rearchno{
  padding: 0.6rem 0.4rem;
}

/* 图库列表 */

.libraybox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.6rem 1rem;
}

.libraybox li{
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
  padding-bottom: 0.4rem;
  margin-bottom: 0.8rem;
}

.libraybg{
  width: 6.2rem;
  height:  7.5rem;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
  border-radius: 0.02rem;

}


.libraybg img{
  width: 100%;
  height: 4rem

}

.libraybg p{
 margin-top: 0.2rem;

}
