@charset "UTF-8";
.outer {
  position: relative;
  float: left;
  left: 50%;
}
.inner {
  position: relative;
  left: -50%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.topIntro {
  height: 257px;
  width: 100%;
  background: url('../images/constractDemo/highStandard.png') no-repeat center;
}
.topIntro .vertical_center {
  display: table;
  height: 275px;
}
.topIntro .intro,
.topIntro .des {
  color: #fff;
  text-align: center;
}
.topIntro .intro {
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 500;
}
.topIntro .des {
  font-size: 14px;
}
.crumbs {
  margin: 24px 0 28px 0;
}
.crumbs .loc {
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url('../images/constractDemo/localIcon.png') no-repeat center;
  margin-right: 15px;
  vertical-align: bottom;
}
.crumbs a {
  color: #555;
  font-size: 14px;
}
.crumbs a.active {
  color: #ff9500;
}
.crumbs s {
  padding: 0 5px;
  text-decoration: none;
}
.demo {
  border-top: 1px solid #e1e1e1;
  padding-bottom:80px;
}
.demo .contTitle {
  width: 150px;
  padding: 30px 0 16px 0 ;
  border-bottom: 2px solid #ff9500;
  font-size: 24px;
  color: #ff9500;
}
.demo .detail {
  border-top: 1px solid #e1e1e1;
  padding-top: 38px;
  padding-bottom: 80px;
}
.demoList li {
  -webkit-box-shadow: 0 0 6px 1px rgba(8, 1, 3, 0.35);
     -moz-box-shadow: 0 0 6px 1px rgba(8, 1, 3, 0.35);
          box-shadow: 0 0 6px 1px rgba(8, 1, 3, 0.35);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  float: left;
  margin: 0 34px 50px 0;
  width: 377px;
  height: 310px;
}
.demoList li img {
  width: 377px;
  height: 229px;
  display: block;
  -webkit-border-radius: 8px 8px 0 0;
     -moz-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0;
  transition: .9s;
  -moz-transition: .9s;
  -webkit-transition: .9s;
  -o-transition: .9s;
}
.demoList li a:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
       transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transition: scale(1.1);
}
.proName {
  margin: 14px 0 16px 14px;
  font-size: 24px;
  color: #333;
}
.proName:hover {
  color: #ff9500;
}
.proDate {
  padding: 0 0 17px 14px;
  color: #555;
  font-size: 16px;
}
/* 项目介绍页面*/
.managerIntro {
  float: left;
  min-height: 600px;
  padding-top: 22px;
  padding-bottom:30px;
  width: 346px;
  margin-right: 14px;
  background-color: #E1E1E1;
}
.managerIntro .bgIntro {
  margin-bottom: 28px;
  width: 165px;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #ff9500;
  -webkit-border-radius: 0 8px 8px 0;
     -moz-border-radius: 0 8px 8px 0;
          border-radius: 0 8px 8px 0;
}
.personIntro {
  padding: 0 26px;
  font-size: 16px;
  color: #666;
}
.personIntro .managerImg {
  width: 128px;
  height: 160px;
}
.personIntro .managerName,
.personIntro .personTitle {
  color: #333;
}
.personIntro .managerName {
  margin-top: 35px;
}
.personIntro .personTitle {
  margin: 10px 0 25px 0;
}
.personIntro .enducation {
  /*text-indent: 20px;*/
  line-height: 21px;
  font-size: 14px;
}
.personIntro .proExpress span {
  display: inline-block;
  margin: 25px 0 5px;
  color: #333;
}
.personIntro .proExpress p {
  font-size: 14px;
  line-height: 21px;
}
.projectDes {
  /*padding-left:360px;*/
  width: 840px;
  float: left;
}
.projectDes .top {
  margin-top: 10px;
  height: 155px;
  padding: 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F2F2F2;
}
.projectDes .top .proName {
  margin: 0 0 25px;
  color: #333;
  font-size: 28px;
}
.projectDes .top .startTime {
  display: inline-block;
  margin-right: 78px;
}
.projectDes .top .address {
  display: inline-block;
  margin-top: 25px;
}
.projectDes .bottom {
  margin-top: 25px;
  padding: 25px;
  background-color: #f2f2f2;
}
.projectDes .proDetailDes {
  line-height: 25px;
  text-indent: 25px;
  color: #444;
  font-size: 16px;
}
.viewShow {
  margin-top: 10px;
}
.viewShow .bigImg {
  background: #000;
  text-align: center;
}
.viewShow .bigImg img {
  width: 800px;
  height: 300px;
  border: none;
}
.viewShow .imgList {
  margin-top: 10px;
}
.viewShow .imgList li {
  float: left;
  margin-right: 20px;
  width: 152px;
  height: 94px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.viewShow .imgList li.noMgRt {
  margin-right: 0;
}
.viewShow .imgList li.active {
  border-color: #ff9500;
}
.viewShow .imgList li img {
  width: 150px;
  height: 92px;
  -o-object-fit: cover;
     object-fit: cover;
}
