a{
    text-decoration:none;
}
footer{
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 7777;
    background-color: #FAFAFA;
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 1px;
    height: 5rem;
}
.foot ul{
	text-align: center;
	display: flex;
	justify-content: space-around;
    padding: 5px
}
.foot a{
	color: #999;
}
.foot ul>li{
    width: 25%;
    height: 2rem;
    padding: 8px 0;
    
    list-style: none;
}
.foot ul>li img{
	width: 25px;
	height: 25px;
    display: block;
    margin: 0 auto;
}
.foot ul>li span{
	display: block;
    font-size: 12px;
}
.foot .cur{
	color: #2CB5CB;
}

.nav{
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: #FFFFFF;
	border-radius: 5px;
	padding-top: 20px;
	position: relative;
	z-index: 1000;
    padding: 5px;
}
.nav li{
	width: 25%;
	text-align: center;
	margin-bottom: 20px;
    list-style: none;
}
.nav li a{
    text-decoration:none;
}
.nav li a p{
	font-size: 13px;
	color: #333;
	margin: 10px 0 0;
}
.nav li img{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.banner_s{
	margin: 0 auto 10px;
}
.banner_s .swiper-pagination-bullet {
    background: #0FC3DA;
    opacity: .6;
    width: 4px;
    height: 4px;
}
.banner_s .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0FC3DA;
    width: 12px;
    height: 4px;
    border-radius: 45px;
}
.banner_s img{
	width: 100%;
}
.wrap{
    margin-top: 10px;
}
.wrap .item {
    box-sizing: border-box;
    display: inline-flex;
    margin-bottom: 5px;
  }
  
  .wrap .item .item_img,.wrap .item .item_img img {
    /*border-radius: 10px;*/
    display: block;
    height: 150px;
    width: 150px;
    
  }
  .item_text{
    margin-left: 8px;
  }
  .item_text h3 {
    margin: 10px auto;
    color: #333;
  }
  
  .item_text span {
    display: table;
    height: 25px;
    line-height: 25px;
    color: #666;
  }
  div,ul,li{margin: 0;padding: 0}/*先初始化一下默认样式*/
  .notice {
  
   height: 35px;/*固定公告栏显示区域的高度*/
   padding: 0 30px;
   background-color:beige;
   overflow: hidden;
   margin-bottom: 10px;
  }
  .notice ul li {
   list-style: none;
   line-height: 35px;
   /*以下为了单行显示，超出隐藏*/
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   color: sandybrown;
  }
