 #c101 {
   height: 400px;
   background:url(../image/jishuzhichi.jpg) center center no-repeat;
   background-size: auto 100%
 }
 @media screen and (max-width:1600px) {
   #c101 {
     height: 333px;
   }
 }
 @media screen and (max-width:1440px) {
   #c101 {
     height: 300px;
   }
 }
 @media screen and (max-width:1360px) {
   #c101 {
     height: 283px;
   }
 }
 @media screen and (max-width:1280px) {
   #c101 {
     height: 267px;
   }
 }
 @media screen and (max-width:1024px) {
   #c101 {
     height: 213px;
   }
 }
 @media screen and (max-width:640px) {
   #c101 {
     height: 200px;
   }
 }
 .j-img {
   margin: 30px auto;
 }
 .xuanxiang .tab {
   height: 66px;
   width: 160px;
   float: left;
   line-height: 66px;
 }
 .xuanxiang .tab a {
   display: block;
   padding-left: 20px;
 }
 .row .jidown {
   margin: 0;
 }
 .btn.btn-dark {
   background: #fff;
   width: 40px;
   min-width: 40px;
   text-align: center;
 }
 .btn.btn-dark:hover {
   background: #ddd;
 }
 input[type=text]#search {
   padding-left: 10px;
   padding-right: 40px;
   outline: none;
   border: 0;
 }
 .search-container {
   background: #fff;
   border-bottom: solid 1px #333
 }
 table.data-list thead, .table-head {
   border-top: 0
 }
 a:not([href]).hotview {
   padding: 4px 8px;
   color: #000;
   font-size: 14px;
   margin: 6px;
 }
 a:not([href]).hotview:hover, a:not([href]).curren {
   background: #fff;
   color: #000;
   border-bottom: solid 1px #000
 }