@charset "UTF-8";
/*走进新蓝*/
.column {
  padding: 70px 0;
}
.contents {
  padding-top: 30px;
}
.contents p {
  /* text-indent: 2em; */
  font-size: 14px;
  color: #383838;
  line-height: 24px;
}
/*集团简介*/
.intros {
  background: #fff;
}
/*董事长致辞*/
.speech {
  color: #fff;
}
.speech .fex-bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/stepInBG.jpg);
  background-size: cover;
}
.speech .column-title {
  color: #fff;
}
.speech .column-title:after {
  background: #fff;
}
.speech .contents p {
  color: #fff;
}
.speech .contents .name {
  width: 105px;
  height: 46px;
  float: right;
  margin-top: 30px;
  background: url(../images/name.png);
}
.speech-page-top {
  min-height: 350px;
  background: url(../images/page-top-spech.jpg) center bottom no-repeat;
  background-color: rab(244, 247, 249);
}
.speech-page-top .column-title {
  color: #bf983b;
}
.speech-page-top .column-title::after {
  background-color: #bf983b;
}
/*组织架构*/
.organization {
  background-color: #fff;
}
/*企业年志*/
.nianzhi {
  background: url(../images/nianzhi-BG.jpg) center no-repeat;
  background-size: cover;
}
.nianzhi .column-title {
  color: #fff;
  margin-bottom: 10px;
}
.nianzhi .column-title:after {
  background: #fff;
}
.nianzhi .more {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  width: 130px;
  height: 35px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  color: #313131;
}
/*管理之道*/
.glzd {
  background: #fff;
}
.glzd img {
  margin-top: 20px;
  max-width: 100%;
}
/*合作企业*/
.friendly {
  padding-top: 70px;
  padding-bottom: 100px;
  background: #EFEFEF;
}
.friendly .friendly-box {
  position: relative;
  min-height: 496px;
  padding-left: 456px;
}
.friendly .friendly-left {
  position: absolute;
  left: 0;
  top: 0;
}
.friendly .friendly-left > img {
  width: 425px;
  height: 455px;
}
.friendly .img-box {
  font-size: 0;
  display: block;
  padding: 8px 0;
  background: #fff;
}
.friendly .text {
  display: block;
  margin-top: 12px;
  margin-bottom: 42px;
  font-size: 14px;
  text-align: center;
  color: #464646;
}
/*intro-page*/
.intro-page {
  padding-top: 0;
  padding-right: 450px;
  background: url(../images/intro-page-img.jpg) top right no-repeat;
}
.intro-page p {
  color: #4c4c4c;
}
