/* create by zxf*/


/*用于生平事迹的样式*/

.bgfff {
  background-color: #fff;
}

.storys {
  text-align: center;
  padding: 0 120px 0 88px;
  box-sizing: border-box;
  font-size: 14px;
  color: #202020;
  text-align: left;
}

.storys h2 {
  line-height: 1.5;
  color: #212121;
  font-size: 30px;
  font-weight: normal;
}

.stage {
  margin-top: 20px;
  text-align: left;
}

.stage .li-title {
  font-size: 0;
}

.stage .li-title span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 16px;
  font-weight: normal;
  height: 38px;
  line-height: 38px;
  color: #6f6049;
  background-size: 100% 100%;
  vertical-align: middle;
}

.stage .li-title .title-left {
  width: 12px;
  background-image: url('../image/border_1_l.png');
}

.stage .li-title .title-right {
  width: 12px;
  background-image: url('../image/border_1_r.png');
}

.stage .li-title .title-middle {
  background-image: url('../image/border_1_c.png');
  background-repeat: repeat-x;
}

.storys p {
  line-height: 28px;
  margin-bottom: 24px;
}

.storys .imgtc img {
  display: block;
  margin: 24px auto;
}


/*概述发展页面的样式*/

.summarize .li-title {
  font-size: 0;
  text-align: center;
}

.summarize .li-title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 48px;
  line-height: 48px;
  color: rgb(32, 32, 32);
  vertical-align: middle;
  background-position: center center;
}
.centerdiv{
	display:inline-block;
}
.summarize .li-title .title-left {
  width: 12px;
  background-image: url('../image/border_2_l.png');
  background-repeat: no-repeat;
}

.summarize .li-title .title-right {
  width: 12px;
  background-image: url('../image/border_2_r.png');
  background-repeat: no-repeat;
}

.summarize .li-title .title-middle {
  padding: 0 22px;
  font-size: 24px;
  background-image: url('../image/border_2_c.png');
  background-repeat: repeat-x;
}

.summarize .intro-text {
  text-align: left;
}

.summarize .intro-text p {
  line-height: 28px;
  margin-bottom: 24px;
}
/*20190311 add*/
.summarize .li-title{
	font-size:30px;
	background:none;
	overflow:hidden;
}
.summarize span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 40px;
  line-height: 40px;
  color: #6d5b3e;
  vertical-align: middle;
  background-position: center center;
  float:left;
  font-weight:normal;
}
.summarize p{
	padding-top: 10px;
	overflow:hidden;
}
.summarize p img{
    display:inline-block;
}
.summarize .title-left {
  width: 12px;
  background-image: url('../image/border_2_l.png');
  background-repeat: no-repeat;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -moz-background-size:100% 100%;
  -webkit-background-size:100% 100%;
  background-size:100% 100%;
}

.summarize .title-right {
  width: 12px;
  background-image: url('../image/border_2_r.png');
  background-repeat: no-repeat;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -moz-background-size:100% 100%;
  -webkit-background-size:100% 100%;
  background-size:100% 100%;
}

.summarize .title-middle {
  padding: 0 0;
  font-size: 18px;
  background-image: url('../image/border_2_c.png');
  background-repeat: repeat-x;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  -moz-background-size:100% 100%;
  -webkit-background-size:100% 100%;
  background-size:100% 100%;
}

@media screen and (max-width:1024px){
.storys{
	padding:0;
}
.storys p{
	margin-bottom:0;
}
}