.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;
}
.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 .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;
}
.pro_box {
  padding-top: 20px;
  min-height: 500px;
}
.pro_box .content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.pro_box .slider_box {
  width: 740px;
  height: 500px;
  overflow: hidden;
  float: left;
}
.pro_box .slider_box .img {
  width: 740px;
  height: 500px;
  display: block;
}
.pro_box .detail_box {
  margin-left: 760px;
}
.pro_box .detail_box .detail_title {
  font-size: 0;
  margin-bottom: 15px;
}
.pro_box .detail_box .detail_title .title {
  width: 175px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  display: inline-block;
  margin-right: 30px;
}
.pro_box .detail_box .detail_title .col {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #74726E;
  display: inline-block;
}
.pro_box .detail_box .tab_box {
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 15px;
}
.pro_box .detail_box .tab_box a {
  line-height: 45px;
  height: 45px;
  display: inline-block;
  padding: 0 20px;
}
.pro_box .detail_box .tab_box a.act {
  border-bottom: 2px solid #BC9B63;
  color: #BC9B63;
}
.pro_box .detail_box .tab_content .ggcs_box .item {
  color: #74716D;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 30px;
}
.pro_box .detail_box .tab_content .xxxx_box {
  display: none;
}
.pro_box .detail_box .tab_content .xxxx_box p {
  line-height: 30px;
  color: #74726E;
  font-size: 16px;
}
.pro_box .detail_box .tab_content .xxxx_box .prodetail_tese {
  margin-top: 15px;
}
.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: 130px;
  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.num {
  width: 40px;
  color: #fff;
  background: #BC9B63;
}
