/*
* @Author: Marte
* @Date:   2017-09-06 23:49:44
* @Last Modified by:   Marte
* @Last Modified time: 2017-12-11 17:40:06
*/



/* 头部开始 */
#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: 62%;
    margin-left: 5%;
    text-align: center;
    margin-top: 7px;
    color: rgb(255, 255, 255);
}
.search h1{
     font-size:1.3rem;
       margin-bottom: 0.6rem;
     overflow : hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-line-clamp: 2!important;
    -moz-box-orient: vertical;
}
.blogsingle ul li {
    list-style: circle;
    list-style-position: inside;
}
.search h1:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "...";
    padding: 0 5px 1px 30px;
    position: absolute;
    right: 0;
}


.lgleimu{width:width:15%;margin-top:20px;padding-right:20px;}
#menu img{width:25px;}


.slow{
  position: absolute;
  right: 20px;
   top: 57px;
   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{
  width: 100%;
  background: url(../image/body_bg.png);
  position: relative;
}
.ser{
  overflow: hidden;
}
.ser-t img{
   display: block;
  position: absolute;
  left: 10px;
  padding: 2px;
}
.ser-t p{
   padding-left: 30px;
   font-size: 14px;
 }
.about{
  background-color: #fff;
   margin:10px;
   margin-top: -15px;
  position: relative;
  padding: 20px;
}
.about li{
  width: 100%;
  margin-top: 5px;
}
.about img{
   width: 100%;
  display: block;
}
.about table{
background-color: transparent;
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
}
.about tbody{
 overflow-x: scroll;
    overflow-y: hidden;
    float: left;
    display: inline-block;
}
.about td, th {
    padding: 6px;
}
.about .duan iframe{
  width: 100%;
}
.duan{
 color: #5a5a5a;
 line-height: 24px;
 margin: 0;

}
.about .btd{
  background: #ececec;
  border: 1px solid #cacaca;
padding: 5px;
}

 @media screen and (device-width: 640px){
   .search{
        margin-top: 17px;
}
}
}



