/*广告*/
.left {
  width: 1200px;
  margin: auto;
}
.left .banner {
  width: 1200px;
  height: 350px;
}
.left .banner img {
  width: 1200px;
  height: 350px;
}
/*menu*/
.menu_dropDown {
  width: 930px;
}
.renovation_style {
  height: 40px;
  overflow: hidden;
  margin-left: 3px;
}
.renovation_style b{ display:none}
.renovation_style span{ display:inline-block; background:#298acd; line-height:25px; width:65px !important; color:#fff; text-align:center}
/*案例列表页*/
.content {
  padding: 20px 0 20px 0;
  background: #f7f7f7;
  margin-right: -30px;
}
.content .item .bgbox {
  width: 378px;
  margin-right: 10px;
  float: left;
  margin-bottom: 16px;
  height: 370px;
  background: #fff;
  border: 2px solid #fff;
  padding: 6px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content .item .bgbox:hover {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  padding: 6px;
}
.content .item .txt {
  font-weight: bold;
  font-size: 14px;
  height: 28px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 290px;
}
.content .item .txt a {
  color: #3e3a39;
}
.content .item .desc {
  display: block;
  width: 290px;
  color: #6e6e6e;
  height: 20px;
  margin-bottom: 5px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .item .type-title {
  display: inline-block;
  width: 100px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  vertical-align: middle;
}
.content .item .btnbox-gray {
  background: #7b7b7b;
  color: #fff !important;
  border: 1px solid #7b7b7b !important;
}
.content .item .btnbox {
  border-radius: 10px;
  font-size: 12px;
  display: inline-block;
  height: 25px;
  width: 75px;
  text-align: center;
  line-height: 25px;
  color: #929292;
  border: 1px solid #cfcfcf;
  margin-right: 8px;
}
.content .item .btnbox:hover {
  background-color: #298acd;
  color: #fff;
  border: 1px solid #298acd;
}
.content .item .desbox {
  position: relative;
  padding-left: 96px;
  top: 5px;
}
.content .item .desbox img {
  position: absolute;
  border-radius: 5px;
  width: 80px;
  height: 80px;
  display: block;
  left: 0px;
  top: 6px;
}
.content .rlast {
  margin-right: 0px;
}
/*翻页*/
.page {
  clear: both;
  width: 100%;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  padding: 15px 0;
}
#pages {
  font-size: 12px;
}
#pages a {
  border: 1px solid #e5e5e5;
  color: #3e3a39;
  overflow: hidden;
  margin: 0 2px 0 0;
  padding: 5px 10px;
}
#pages a:hover {
  background: #3e3a39;
  color: #fff;
}
#pages span {
  font-weight: 700;
  color: #5ea910;
  margin: 0 5px;
}
.clear {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.mbx {
  height: 40px;
  line-height: 30px;
  font-size: 12px;
  width: 1200px;
  margin: 0 auto;
}
.mbx span {
  padding: 0 2px;
}
.mbx a {
  color: #000;
}
