﻿/*搜索框*/
.search_box {
 width: 100%;
    height: 66px;
    background: #fff;
    padding: 0 24px;
    min-width: 1186px;
    position: relative;
    box-sizing: border-box;
}
    .search_box b {
        background: url(/image/2018image/public/sousuo-2.png) no-repeat #29bf9c 50%;
        /* position: absolute;*/
        /*right: 25px;*/
        top: 0px;
        width: 112px;
        height: 52px;
        cursor: pointer;
        float: right;
    }
        .search_box b:hover
        {
            background: url(/image/2018image/public/sousuo-2.png) no-repeat #29bf9c 50%;
        }
.search_box i {
    background: url(/image/2018image/public/xj.png) no-repeat;
    position: absolute;
    right: 255px;
    top: 16px;
    cursor: pointer;
    width: 28px;
    height: 22px;
}
.search_box i:hover {
  background: url(/image/2018image/public/xj-1.png) no-repeat;
}
#SearchPic b {
    display: none;
    width: 150px;
      height: 46px;
    line-height: 53px;
    font-size: 12px;
    color: #666;
    background: url('/image/2018image/header/ytst.png') no-repeat ;
    position: absolute;
       top: 30px;
    left: -30px;
    text-align: center;
    border-radius: 6px;
    z-index: 99;
}
.search_box .all_picture {
     width: 105px;
    float: right;
    text-align: center;
    font-size: 16px;
    color: #666;
    background: url(/image/2018image/public/gd.png) no-repeat 94% 25px #eee;
    /*margin-right: 112px;*/
    position: relative;
    height: 52px;
    line-height: 52px;
    padding-right: 9px;
    box-sizing: border-box;
}
.search_box input {
     width: calc(100% - 247px);
    height: 100%;
    border: none;
    padding:0;
    padding-left: 30px;
    background: #eee;
    font-size: 16px;
    color: #333;
    height: 52px;
}
.all_picture ul {
  position: absolute;
  top: 50px;
  left: 0;
  border: 1px solid #bdb9b3;
  border-top: none;
    z-index: 9999;
}
.all_picture ul li {
  width: 105px;
  height: 46px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #bdb9b3;
  line-height: 46px;
  cursor:pointer;
    color: #333;
}
.all_picture span {
    height: 17px;
    width: 1px;
    float: left;
    border-left: 1px solid #333;
    margin-top: 18px;
}
/*.all_picture:hover {
  color: #333;
  cursor: pointer;
}*/
.all_picture ul li:hover {
  background: #999;
  color: #fff;
}
.fixed {
    height: 53px !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    left: 0 !important;
    z-index: 10000;
    margin: 0 !important;
    background: #fff !important;
    /* padding: 20px 71px !important; */
    min-width: 588px;
    border-bottom: 1px solid #ddd !important;
    padding: 0px !important;
}
    .fixed input {
        background: #fff !important;
    }
    .fixed .all_picture {
        background: #fff !important;
    }