/* 头部 */
.top_nav {
  width: 100%;
  height: 72px;
  color: #fff;
  line-height: 72px;
  background-color: #b01b2e;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.top_nav_in {
  width: 83%;
  margin-left: 13.5%;
}
.top_nav .top_title {
  margin-top: 10px;
  text-align: center;
}
.top_nav .top_title img {
  width: 222px;
  height: 56px;
} 
.top_nav ul {
  font-weight: 400;
  color: #FFFFFF;
}
.top_nav ul li {
  float: left;
  margin: 0 8px;
}
.top_nav ul li a {
  font-size: 12px;
  color: #fff;
  padding: 8px 0;
  box-sizing: border-box;
}
.top_nav ul li a:hover {
  border-bottom: 1px solid #fff;
}
.top_nav .search input {
  width: 109px;
  height: 22px;
  border: 1px solid #FFFFFF;
  opacity: 0.5;
  border-radius: 11px;
  padding: 8px;
  background-color: transparent;
  box-sizing: border-box;
  color: #fff;
  margin-left: 102px;
  margin-top: 12%;
}
input::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: #fff;
}
input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  color: #fff;
}
input::-ms-input-placeholder {
  /*Internet Explorer*/
  color: #fff;
}

/* banner图 */
.banner {
  position: relative;
  width: 100%;
  height: 526.5px;
}
.banner .banner_lun {
  position: absolute; 
  top: 22%;
  left: 22%;
  height: 300px;
  transform: translate(0, -22%);
}
.banner .banner_lun .zt {
  padding: 50px 50px 10px;
  box-sizing: border-box;
  font-weight: bold;
}
.banner .banner_lun .zt p {
  font-size: 29px;
}
.banner .banner_lun .zt .ine {
  width: 96%;
  height: 2px;
  background-color: #000;
  margin: 10px 9px;
  box-sizing: border-box;
}
.banner .banner_lun .lunbo {
  position: absolute;
  top: 50%;
  left: 12%;
  width: 700px;
  height: 102px;
}
.lunbo .bd {
  padding: 10px;
}
.lunbo .bd ul {
  overflow: hidden;
  zoom: 1;
}
.lunbo .bd ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.lunbo .bd ul li .pic {
  text-align: center;
}
.lunbo .bd ul li .pic img {
  width: 100px;
  height: 100px;
  display: block;
  padding: 2px;
  border-radius: 50%;
}
.lunbo .bd ul li .pic a:hover img {
  border-color: #999;
}
.lunbo .bd ul li .title {
  line-height: 24px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  /* width: 70px !important;
  height: 70px !important; */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  width: 100px;
  height: 100px;
}



/* 经典案例 */
.al {
  margin-top: 115px;
}
.al .cont {
  width: 100%;
}
.al .cont ul .item {
  position: relative;
  float: left;
  width: 340px;
  height: 333px;
  margin: 0 26px 30px 0;
  color: #999999;
  border: 1px solid #eee;
  box-sizing: border-box;
  overflow:hidden;
  text-overflow:ellipsis; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.al .cont ul .item a {
  display: block;
}
.al .cont ul .item h3 {
  position: absolute;
  top: 20%;
  left: 50%;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  width: 200px;
  transform: translate(-50%, 0);
  text-align: center;
}
.al .cont ul .item img {
  width: 100%;
  height: 183px;
}
.al .cont .item .time {
  font-size: 12px;
  padding: 13px -1px 0 23px;
  box-sizing: border-box;
}
.al .cont .time span {
  display: inline-block;
  width: 18px;
  height: 15px;
  vertical-align: middle;
}
.al .cont .item p{
  font-size: 15px;
  padding: 17px 0 0 18px;
  box-sizing: border-box;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  -webkit-line-clamp:3;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  text-overflow: ellipsis;
}
.al .cont .item p.item_tit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.al .cont .item p.nr {
  font-size: 11px;
  color: #001E28;
  line-height: 17px;
  margin-bottom: 10px;
}

/* 工作流程 */
.work {
  width: 100%;
  color: #000;
  box-sizing: border-box;
}
.work .w1100 {
  padding: 50px 0;
}
.work .title {
  margin: 50px 0;
}
.work .title .line {
  background-color: #B01B2E;
}
.work .title .en {
  color: #fff;
}
.work .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 0 24px;
}
.work .cont .item {
  width: 240px;
  height: 200px;
  color: #1295DB;
  text-align: center;
  margin-bottom: 50px;
  overflow:hidden;
  text-overflow:ellipsis; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.work .cont .item .img {
  width: 110px; 
  height: 105px; 
  background-color: #1295DB;
  margin-left: 69px; 
  border-radius: 50%;
}
.work .cont .item img {
  width: 71px;
  height: 65px;
  margin-top: 20px;
}
.work .cont .item p {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.work .cont .item span {
  font-size: 12px;
}

/* 风采展示 */
.fc {
  background-color: #A6B8C4;
  width: 100%;
  box-sizing: border-box;
}
.fc .w1100 {
  padding: 70px 0;
}

/* 评估项目 */
.pg {
  width: 100%;
  box-sizing: border-box;
}
.pg .title {
  color: #000;
  margin-bottom: 50px;
}
.pg .title .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 10px;
  background: #B01B2E;
  transform: translate(-50%,-50%);
}
.pg .title .en {
  color: #fff;
}
.pg .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pg .cont .item {
  line-height: 13px;
  border: 2px solid #fff;
  margin: 0 20px 50px 0;
}
.pg .cont .item a {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #1295DB;
}
.pg .cont .item a img {
  width: 172px;
  height: 110px;
  vertical-align: middle;
}
.pg .cont .item a span {
  margin: 0 15px;
}

/* 行业新闻 */
.hy {
  width: 100%;
  box-sizing: border-box;
}
.hy .cont li {
  float: left;
  width: 500px;
  padding: 13px 12px;
  margin: 0 25px 20px 0;
  box-sizing: border-box;
  background-color: #fff;
}
.hy .cont li a {
  display: block;
}
.hy .cont .time {
  float: left;
  position: relative;
  margin-right: 12px;
  width: 126px;
  height: 105px;
}
.hy .cont .time p {
  width: 100%;
  height: 81px;
  line-height: 81px;
  font-size: 28px;
  text-align: center;
  background-color: #EFEFEF;
}
.hy .cont .time span {
  width: 100%;
  height: 25px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  background-color: rgba(215, 21, 15, .5);
  font-size: 12px;
}
.hy .cont .cont_nr p {
  font-size: 15px;
  color: #333333;
  line-height: 16px;
  overflow:hidden;
  text-overflow:ellipsis; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hy .cont .cont_nr span {
  font-size: 12px;
  color: #001E28;
  line-height: 18px;
  text-overflow:ellipsis; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 38px;
}
.hy .btn {
  display: block;
  width: 155px;
  height: 47px;
  line-height: 47px;
  background: #B01B2E;
  border-radius: 8px;
  margin: 71px auto 24px;
  text-align: center;
  font-size: 17px;
  color: #FFFFFF;
}

/* 底部信息 */
.foot {
  width: 100%;
  height: 850px;
  background-color: #A6B8C4;
  margin-top: 100px;
}
.foot_1 {
  width: 100%;
  height: 573px;
  padding-top: 75px;
  box-sizing: border-box;
}
.foot .foot_1 .lixi {
  width: 1081px;
  height: 100%;
  margin: 0 auto;
}
.foot .foot_1 .lixi .box1 {
  width: 707px;
  height: 428px;
}
.foot .foot_1 .lixi .box1 .img {
  width: 398px;
  height: 100%;
}
.foot .foot_1 .lixi .box1 .img img {
  width: 100%;
  height: 100%;
}
.foot .foot_1 .contact {
  width: 300px;
  height: 100%;
  padding-top: 110px;
  box-sizing: border-box;
  font-size: 12px;
  color: #001E28;
} 
.foot .foot_1 .contact .tit {
  font-size: 17px;
  color: #000000;
  font-weight: bold;
}
.foot .foot_1 .contact .tit span {
  font-size: 18px;
  color: #999999;
}
.foot .foot_1 .contact .tel {
  margin-top: 36px;
}
.foot .foot_1 .contact span img {
  width: 13px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.foot .foot_1 .lixi .box2 {
  width: 374px;
  height: 428px;
  background-color: #B01B2E;
}
.foot .foot_1 .lixi .box2 .time {
  margin-top: 102px;
  padding-left: 111px;
  box-sizing: border-box;
}
.foot .foot_1 .lixi .box2 .time p {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.foot .foot_1 .lixi .box2 .time p span {
  font-size: 18px;
  color: #FFFFFF;
}

.foot_2 {
  width: 100%;
  height: 278px;
  background-color: #1A1A1A;
}
.foot_2 .pt {
  width: 25%;
  height: 100%;
  padding-top: 41px;
  box-sizing: border-box;
}
.foot_2 .pt table {
  color: #fff;
  font-size: 12px;
}
.foot_2 .pt tr td {
  padding: 10px;
  box-sizing: border-box;
}
.foot_2 .ph {
  width: 45%;
  height: 100%;
  padding-top: 41px;
  box-sizing: border-box;
}
.foot_2 .ph span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
  box-sizing: border-box;
}
.foot_2 .ph .add {
  margin-left: 20px;
  color: #fff;
  font-size: 12px;
}
.foot_2 .ph .add p {
  margin: 10px 0;
}
.foot_2 .sm {
  width: 30%;
  height: 100%;
  color: #fff;
  padding-top: 81px;
  box-sizing: border-box;
}
.foot_2 .sm .er1 {
  text-align: center;
  margin: 10px;
}
.foot_2 .sm .er2 {
  text-align: center;
  margin: 10px;
}
.foot_2 .sm img {
  width: 82px;
  height: 82px;
  margin-top: 10px;
}

