/* 头部开始 */
#header{
      background-color: rgb(143, 84, 4);
 }
.logo img{width:100px;padding-left:2px;}
.logo1{width:10%;margin-top:20px;margin-left:5%;padding-bottom:10px;}
.logo1 img{width:25px;padding-left:2px;}
.search{
      width:60%;
    text-align: center;
    margin-top: 15px;
    margin-left: 5%;
    color: rgb(255, 255, 255);

}

 .search input {
   width: 100%;
    vertical-align: middle;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 15px;
}
.search input{

    background-color:#9E691C;
    outline: none;
    border:0;
    padding-left: 10px;
}
.search form{
  position: relative;
}
.search img{
  position: absolute;
  display: block;
  left: 5px;
  top: 2px;
}
.lgleimu{width:width:15%;margin-top:20px;padding-right:20px;}
#menu img{width:25px;}


.slow{
  position: absolute;
  right: 20px;
   top: 60px;
   display:none;
   z-index: 99;
}
.slow li{
   background-color: #555;
    opacity: 0.9;
   margin-top: 5px;
   text-align: center;
  min-width: 120px;

}
.slow li a{
  color:#fff;
  display: block;
  padding: 6px 8px;
}
/* 头部结束 */

nav{
  position: relative;
  margin-top: 10px;
}
.ser{
  overflow: hidden;
}
.ser ul li{
  float: left;
  width: 48%;
  margin: 1%;
}
.ser ul li a{
  font-size:14px;
  background-color: #fff;
   padding: 0.08rem;
  border-radius: 8px;
   color: #5a5a5a;
   display: block;
   text-align: center;
}
.example{
    width: 100%;
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
}
.example .ul li{
    width: 50%;
    float: left;
   min-height: 156px;
}
.example .ul li a{
    display: block;
    width: 98%;
   text-align:center;
}
.example .ul li img{
   width: 100%;
    border: 1px solid #ccc;
}

.example .ul li p{
    text-align: center;
     overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    height: 60px;
    overflow: hidden;
}



h1{
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}



 .case-b{
  text-align: center;
  list-style-type:none;
background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.case-b li{
     display: -webkit-inline-box;


}

.case-b li a{
  border:1px solid #bfbfbf;
  border-radius: 5px;
  padding: 8px 8px;
}

.case-b  input{
     line-height: normal;
    width: 27px;
    height: 36px;
     border-radius: 5px;

}

.case-b  input:hover{
    outline: none;
}

.active{
  background-color: #9b5f05;
  color:#fff;
}

 nav .ser ul .tive{
  background-color: #9b5f05;
  color:#fff;
}


.case-b li .shift{
  border: 0;
}