.fix_search_box {
  float: right;
  width: 290px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px dashed #ccc;
  border-radius: 6px;
  background: #fff;
}
.fix_search_box .hd .search_box {
  margin-bottom: 20px;
  border: 1px solid #F0F0F0;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 20px;
}
.fix_search_box .hd .search_box .txt {
  display: block;
  height: 36px;
  line-height: 36px;
  border: 0;
  width: 180px;
  box-sizing: border-box;
}
.fix_search_box .hd .search_box .icon_search {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
    background: url(/images/icon/icon_search.png);
    border: 0px;
}
.fix_search_box .bd {
  border-bottom: 1px solid #F0F0F0;
  border-top: 1px solid #F0F0F0;
}
.fix_search_box .bd .cat_list {
  padding: 15px 0;
}
.fix_search_box .bd .cat_list .item {
  height: 30px;
  line-height: 30px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.fix_search_box .bd .cat_list .item.act {
  color: #BC9B63;
}
.fix_search_box .ft {
  padding-top: 10px;
}
.fix_search_box .ft .title {
  line-height: 36px;
  height: 36px;
}
.fix_search_box .ft .group {
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  overflow: hidden;
}
.fix_search_box .ft .group .item {
  height: 42px;
  line-height: 42px;
  border-top: 1px solid #F0F0F0;
  margin-top: -1px;
  padding: 0 10px 0 20px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.fix_search_box .ft .group .item:hover {
  color: #BC9B63;
}
.banner {
  margin: 0 auto;
  min-width: 1200px;
  height: 400px;
}
.crumbs_box {
  padding: 10px 0;
  border-bottom: 1px dashed #A9A9A9;
}
.crumbs_box .content {
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  width: 1200px;
}
.crumbs_box .nav .item {
  display: inline-block;
  height: 30px;
  padding: 0 20px 0 10px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 13px;
}
.crumbs_box .nav .item::before {
  content: "";
  width: 6px;
  height: 1px;
  border-bottom: 1px solid #BC9B63;
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
}
.crumbs_box .nav .item.act {
  background: #BC9B63;
  color: #fff;
}
.crumbs_box .nav .item.act::before {
  border-bottom: 1px solid #fff;
}
.crumbs_box .crumbs {
  float: right;
}
.crumbs_box .crumbs .local {
  display: inline-block;
  font-size: 12px;
}
.crumbs_box .crumbs .group {
  display: inline-block;
  font-size: 0;
}
.crumbs_box .crumbs .item {
  font-size: 12px;
}
.crumbs_box .crumbs .item.act {
  color: #BC9B63;
}
.crumbs_box .crumbs .sign {
  margin: 0 10px;
}
.line_search_box {
  border-bottom: 1px dashed #A9A9A9;
  padding: 40px 0;
}
.line_search_box .content {
  margin: 0 auto;
  width: 1200px;
  font-size: 0;
}
.line_search_box a {
  font-size: 14px;
  margin-right: 30px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.line_search_box a .icon {
  width: 11px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
.line_search_box a .icon.icon_top {
  background: url("/images/icon/icon_top.png") no-repeat top center;
}
.line_search_box a .icon.icon_down {
  background: url("/images/icon/icon_down.png") no-repeat top center;
}
.pro_box {
  padding-top: 20px;
  background: #F2F2F2;
  min-height: 830px;
  width: 100%;
}
.pro_box .content {
  width: 1200px;
  margin: 0 auto;
}
.pro_content {
  width: 880px;
}
.pro_content .list_box {
  overflow: hidden;
  padding-bottom: 20px;
}
.pro_content .list_box .item {
  width: 210px;
  margin-right: 10px;
  box-sizing: border-box;
  padding: 10px;
  float: left;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(214, 210, 206, 0.5);
  margin-bottom: 10px;
}
.pro_content .list_box .item .img {
  width: 190px;
  height: 190px;
  display: block;
}
.pro_content .list_box .item p {
  height: 35px;
  line-height: 35px;
  margin-bottom: 5px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 300;
}
.pro_content .list_box .item .line {
  border-bottom: 2px solid #BC9B63;
  width: 32px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.page_box {
  padding-bottom: 60px;
}
/*.page_box .page_content {
  font-size: 0;
  text-align: center;
}
.page_box .page_content a {
  display: inline-block;
  font-size: 14px;
  box-sizing: border-box;
  height: 42px;
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
}
.page_box .page_content a.prev,
.page_box .page_content a.next {
  width: 75px;
  color: #CFD8DE;
  background: #fff;
  border: 1px solid #CFD8DE;
}
.page_box .page_content a.prev:hover,.page_box .page_content a.next:hover {
  width: 75px;
}

.page_box .page_content a {
  width: 40px;
  color: #CFD8DE;
  background: #FFF;
  border: 1px solid #CFD8DE;
}
.page_box .page_content a.current,.page_box .page_content a:hover {
  width: 40px;
  color: #fff;
  background: #BC9B63;
  border: 1px solid #BC9B63;
}*/
.pagination{
  text-align: center;
}
    .pagination a,.pagination a,.pagination span {
        font-size: 14px;
        line-height: 42px;
        text-align: center;
        padding: 10px 20px;
        margin: 0px;
  color: #CFD8DE;
  border: 1px solid #CFD8DE;
  background: #fff;
    }
.pagination .current,.pagination .at,.pagination a:hover{background:#BC9B63;color:#fff;border: 1px solid #BC9B63;}
.pagination .current.next,.pagination .current.prev{
  color: #CFD8DE;
  background: #fff;
  border: 1px solid #CFD8DE;
}