@charset "UTF-8";
/* 管理团队 begin*/
.manageTeam .photoArea {
  float: left;
  margin-right: 20px;
  width: 144px;
  height: 195px;
  background-color: #cacaca;
}

/* 管理团队 end */
/* 历史进程 begin */
.lsjcPage .main-content .swiper-container {
  height: 400px;
}

.lsjcPage .timer .f-l {
  text-align: right;
}

.lsjcPage .main-content .line {
  height: 100%;
  position: absolute;
}

.lsjcPage .main-content .line-before {
  left: 43%;
  top: 87px;
  margin-left: -2px;
}

.lsjcPage .main-content .line-after {
  right: 43%;
  top: 26px;
  margin-right: -2px;
}

.lsjcPage .timer li{
  position: relative;
}

.lsjcPage .timer .year {
  width: 14%;
  /* margin: 0 auto; */
  text-align: center;
  font-size: 30px;
  color: #666;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -7%;

}

.lsjcPage .timer .title {
  font-size: 14px;
  width: 43%;
  height: 60px;
  padding: 0 10px;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
}

.lsjcPage .timer .title:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  content: "";
  background: #d4d4d4;
  top: 50%;
  margin-top: -4px;
}

.lsjcPage .timer .title.f-r:before {
  left: 0;
  margin-left: -3.5px;
}

.lsjcPage .timer .title.f-l:before {
  right: 0;
  margin-right: -3.5px;
}

.lsjcPage .row {
  padding: 50px 0;
  margin-bottom: 40px;
  background: #ececec;
}

.lsjcPage .th {
  width: 43%;
  text-align: center;
}

.lsjcPage .intro {
  padding: 0 160px;
  font-size: 14px;
  margin-top: 28px;
}

.lsjcPage .timer .bl-n {
  border-left-color: transparent;
}

.lsjcPage .timer .br-n {
  border-right-color: transparent;
}

.lsjcPage .icon-slider {
  background: url("../images/icon-next.png")/*tpa=http://www.caeg.cn/caeg/images/icon-next.png*/;
  width: 50px;
  height: 37px;
}

.lsjcPage .btn-next {
  margin-top: 20px;
}

.lsjcPage .btn-pre {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: 20px;
}

.lsjcPage .first.title:after {
  content: "";
  position: absolute;
  top: 50%;
  border: 1px #d4d4d4 solid;
  width: 1px;
  height: 5000%;
}

.lsjcPage .last.title:after {
  content: "";
  position: absolute;
  top: 50%;
  border: 1px #fff solid;
  width: 1px;
  height: 5000%;
  z-index: 2;
  margin-top: 4px;
}

.lsjcPage .first.title.f-r:after,
.lsjcPage .last.title.f-r:after {
  left: -1px;
}

.lsjcPage .first.title.f-l:after,
.lsjcPage .last.title.f-l:after {
  right: 0;
}

.en .lsjcPage .row {
  background: none;
  border: 1px solid #d4d4d4;
  border-right: none;
  border-left: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin-bottom: 20px;
}

.en .lsjcPage .timer .title {
  font-size: 16px;
}

.en .lsjcPage .intro {
  padding: 20px 120px;
  border: 1px solid #d4d4d4;
  border-left: none;
  border-right: none;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

/* 历史进程 end */
/*  */
/* 荣誉资质 begin */
.zh .certificatePage .main-content-desc ul {
  margin-right: -34px;
}
.zh .certificatePage .main-content-desc li {
  width: 223px;
  margin-bottom: 35px;
  vertical-align: top;
  float: left;
  margin-right: 34px;
}
.zh .certificatePage .main-content-desc img{
  height: 150px;
  width: 223px;
}

.en .certificatePage .main-content-desc li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}

.en .certificatePage .rewardBox {
  padding: 28px 0;
}

.en .certificatePage .rewardBox .photoArea {
  width: 60px;
  height: 60px;
  background: url("../images/icon-cup.png")/*tpa=http://www.caeg.cn/caeg/images/icon-cup.png*/ no-repeat;
  background-position: center;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
}

/* 荣誉资质 end */
