.header {
    /* height: 500px; */
    background: url(../pic/bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.nav {
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    /* top: 30px; */
    width: 100%;
    z-index: 999;
    display: flex;
}.nav-item__selected >a

.juzhong{margin:0 auto;}

.nav-list a {
    font-size: 18px;
    padding: 0 9px;
}

.nav-list a.cur {
    color: #f00;
}

.search{
    padding: 20px 0;
}
.search input{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    width: 200px;
}
.search button{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    
}



.tabs {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: 10px;
    text-align: left;
  }
  .tabs span{
    font-size: 18px;
    cursor: pointer;
    padding: 20px 24px;
  }
  .item  p img{width:100%;}  .tabs .cur {
  color: #4699e5;
    border-bottom: 2px solid #4699e5;
  }

.content .item {
    display: flex;
    /* flex-direction: column; */
    display: none;
}


.item-list{
  display: flex;
  flex-wrap: wrap;  
}

.item-list-item{
    width: 280px;
    border: 1px solid #eaeaea;
    padding-bottom: 20px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    margin:0 18px 18px 0;
}
.item-list-item p{
    padding: 10px 0;
}
.item-list-item img{
    width: 280px;
    min-height: 300px;
    overflow: hidden;
}

.more{  
    background: #0264ab;
    padding: 5px 10px;
    border: 0;
    
}
.more a{
    color: #fff; 
    
}
.page {
    margin: 20px 0;
   padding: 20px 0;
   border-bottom: 1px solid #ccc;
   border-top: 1px solid #ccc;
   text-align: center;
}
.title p{text-align: left;}
.page a{
    padding: 5px 10px;
    font-size: 20px;
}
.page a.cur{
    color: #0264ab;
}

.title{
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 100;
}
.title p{font-size:20px;margin-left: 20px;}

.more-content .item{
  width: 310px;
  overflow: hidden;
  /* margin-right: 27px; */
  background: #fff;
  border-radius: 10px;
}
.more-content .item .img{
    width: 310px;

  }
  .juzhong{width:60%;text-align: center;}
   .juzhong img{width:60%!important;}
  .w40{
    width: 40%;
    margin-right: 20px;
  }
  .btn{
    padding: 5px 20px;
    background: #eaeaea;
    margin-top: 5%;
    border-radius: 5px;
  }
  .nav-item__selected >a{
      font-size: 14px;
      padding: 10px 0;
      line-height: 30px;
  }
  #pic-swiper{
      width: 100%;
      overflow: hidden;
      padding: 0 6px;
  }