/*引入全站公用样式*/
@import "reset.css";
@import "public.css";

/* 集团要闻 */
.news {
  background: #ffffff;
  margin-bottom: 30px;
}
/* 标题 */
.titleBox {
  height: 60px;
  padding-right: 20px;
  background: url(../images/imgs/title.jpg) left top;
}
.titleBox:after {
  /* 解决高度坍塌问题 */
  content: "";
  display: table;
  clear: both;
}
.index_title {
  height: 100%;
  line-height: 60px;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  padding: 0 20px;
  background: #00589e;
}
.i_moreBtu {
  line-height: 60px;
}
.i_moreBtu a {
  font-size: 14px;
  color: #00589e;
}
.containerBox {
  height: 279px;
  padding: 30px 20px;
}
.containerBox:after {
  /* 解决高度坍塌问题 */
  content: "";
  display: table;
  clear: both;
}
/* 要闻轮播图 */
.focus-left {
  width: 330px;
  height: 216px;
  margin-right: 31px;
}
.focusBox {
  float: left;
  position: relative;
  width: 330px;
  height: 216px;

  overflow: hidden;
  font-family: Arial;
  text-align: left;
  background: #fff;
}
.focusBox .pic img {
  width: 330px;
  height: 216px;
  display: block;
}
.focusBox .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 42px;
  width: 100%;
  background: #000;
  filter: alpha(opacity=40);
  opacity: 0.6;
  overflow: hidden;
}
.focusBox .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 42px;
  width: 100%;
  overflow: hidden;
}
.focusBox .txt li {
  width: 260px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  bottom: -36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
}
.focusBox .txt li a {
  /*display: block;*/
  color: white;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.focusBox .num {
  position: absolute;
  z-index: 3;
  bottom: 17px;
  right: 19px;
}
.focusBox .num li {
  float: left;
  position: relative;
  width: 8px;
  height: 8px;
  line-height: 8px;
  border-radius: 50%;
  border: 2px #ffffff solid;
  overflow: hidden;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
}
.focusBox .num li a,
.focusBox .num li span {
  position: absolute;
  z-index: 2;
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}
.focusBox .num li span {
  z-index: 1;
  filter: alpha(opacity=50);
}
.focusBox .num li.on a,
.focusBox .num a:hover {
  background: #ffffff;
}
.i_container {
  width: 429px;
}
.i_container ul li {
  float: left;
  margin-bottom: 10px;
}
.conti_containerainer ul li:last-child {
  margin-bottom: 0px;
}
.i_container ul li a {
  float: left;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spot {
  padding-left: 15px;
  padding-bottom: 5px;
  width: 375px;
  background: url(../images/icon/icon_11.png) left center no-repeat;
}
.notice {
  padding-left: 25px;
  width: 300px;
  margin-bottom: 5px;
  background: url(../images/icon/icon_05.png) left center no-repeat;
}
.i_container ul li a:hover {
  color: tomato;
}
.datetime {
  font-size: 16px;
  color: #999999;
  margin-left: 9px;
}

/* 小图轮播 */
.control-box {
  width: 1200px;
  height: 80px;
  margin-bottom: 30px;
}
.control-box ul {
  list-style: none;
  position: relative;
  z-index: 99;
}
.control-box ul li {
  position: absolute;
  top: 15px;
  cursor: pointer;
}
.prev {
  left: 0;
}
.i_next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 1200px;
  height: 80px;
}
#switcher {
  height: 80px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition: all 0.7s ease 0s;
  width: 285px;
  height: 80px;
  float: left;
  margin-right: 20px;
}
.box:hover {
  opacity: 0.5;
}
.box img {
  width: 100%;
  height: 100%;
}
.shadow {
  width: 285px;
  height: 80px;
  /* opacity: 1; */
  background-color: rgba(0, 0, 0, 0.45);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  margin-top: 130px;
  color: white;
  font-size: 14px;
}
.shadow a {
  display: inline-block;
  width: 285px;
  height: 80px;
  color: white;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 10px;
}

/* 企业文化 */
.current {
  height: 80px;
  margin-bottom: 15px;
}
.current_a {
  float: left;
}
.current_a img {
  width: 120px;
  height: 80px;
  margin-right: 20px;
}
.current h3 {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: bold;
}
.current_a span {
  display: block;
  margin-top: 15px;
  color: #888888;
  font-size: 14px;
  width: 400px;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 工程管理 */
.i_list {
  width: 278px;
  height: 142px;
  margin: 0 16px 0 0;
}
.i_list:last-child {
  margin-right: 0px;
}
.i_list img {
  width: 278px;
  position: relative;
  z-index: 1;
}
.listBtu {
  width: 278px;
  height: 40px;
  background: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  z-index: 10;
  margin-top: 100px;
}

.serviceMr {
  margin-right: 3px;
}
.serviceMb {
  margin-bottom: 3px;
}
/* 服务指南 */
.serviceContainer {
  padding: 14px;
}
.service {
  width: 314px;
  height: 52px;
  background: #e7e7e7;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.service:hover .imgcode {
  display: block;
  top: -25px;
  left: -20px;
  border: 1px solid #e7e7e7;
}
.serviceBtu {
  position: relative;
  height: 30px;
  margin-left: 75px;
  line-height: 30px;
  padding-left: 40px;
  text-align: left;
  color: #333333;
  font-size: 18px;
}
.fw::before {
  content: '';
  width: 42px;
  height: 42px;
  left: -8px;
  top: -5px;
  position: absolute;
  background: url(../images/icon/icon_02.png) left center no-repeat;
}
.sh::before {
  content: '';
  width: 42px;
  height: 42px;
  left: -8px;
  top: -5px;
  position: absolute;
  background: url(../images/icon/icon_04.png) left center no-repeat;
}
.fy::before {
  content: '';
  width: 42px;
  height: 42px;
  left: -8px;
  top: -5px;
  position: absolute;
  background: url(../images/icon/icon_01.png) left center no-repeat;
}
.wd::before {
  content: '';
  width: 42px;
  height: 42px;
  left: -8px;
  top: -5px;
  position: absolute;
  background: url(../images/icon/icon_03.png) left center no-repeat;
}
.serviceMr {
  margin-right: 3px;
}
.serviceMb {
  margin-bottom: 3px;
}
.friendLink {
  position: absolute;
  right: -30px;
  bottom: 60px;
}