﻿.left {
  width: 1200px;
  margin: auto;
}
.left .banner {
  width: 1200px;
  height: 90px;
}
.left .banner img {
  width: 1200px;
  height: 90px;
}
/*menu*/
.menu_dropDown {
  width: 1084px;
}
.renovation_style {
    min-height: 40px;
  overflow: hidden;
  margin-left: 3px;
}
.renovation_style1{max-height: 80px;}
.renovation_style b{ display:none}
.renovation_style span{display:inline-block;background: #635240;line-height:25px;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: auto;
  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: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 378px;
  text-align: center;
}
.content .item .txt a {
  color: #3e3a39;
}
.content .item .desc {
    margin: 10px 0px;
    display: block;
    width: 378px;
    color: #6e6e6e;
    height: 25px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 2em;
}
.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: #7C312D;
  color: #fff !important;
  border: 1px solid #7C312D;
}
.content .item .btnbox {
  border-radius: 10px;
  font-size: 16px;
  display: inline-block;
  height: 40px;
  width: 175px;
  text-align: center;
  line-height: 40px;
  color: #929292;
  border: 1px solid #cfcfcf;
  margin-right: 8px;
}
.content .item .btnbox:hover {
  background-color: #7C312D;
  color: #fff;
  border: 1px solid #7C312D;
}
.content .item .desbox {
  position: relative;
  top: 2px;
}
.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;
}
/*新加*/
.caseTab {
    width: 1212px;
    height: 56px;
    margin-bottom: 25px;
}
.caseTab li {
    width: 136px;
    height: 56px;
    line-height: 56px;
    background-color: #fff;
    text-align: center;
    margin-right: 12px;
    font-size: 16px;
    border: 1px solid #e7e7e7;
    float: left;
    position: relative;
    cursor: pointer;
}
.caseTab li a {
    display: block;
    color: #333;
    text-decoration: none;
}
.caseTab li a h3{
  font-size:16px;
}
.caseTab li:hover{
  background-color: #db0000 !important;
}
.caseTab li:hover a{
  color: #fff !important; 
}
.caseTab li:hover i {display: block;position: absolute;bottom: -7px;left: 45px;width: 0;height: 0;border-width: 18px 24px 0;border-style: solid;border-color: #db0000 transparent transparent;}

.liait {background-color: #db0000 !important;}
.liait a { color: #fff !important; }
.liait i {display: block;position: absolute;bottom: -7px;left: 45px;width: 0;height: 0;border-width: 18px 24px 0;border-style: solid;border-color: #db0000 transparent transparent;}
.caseimg {
    background: url(../images/banner-case.jpg) no-repeat center top;
    height: 280px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    text-align: center;
}