@charset "utf-8";
/* CSS Document */

/*--about start here--*/
.about {
	padding:2em 0em 3em 0em;
	background: url(../images/banner.jpg);
}
.about-left img {
	width: 100%;
}
.about-left h3 {
	font-size: 2em;
	font-weight: 400;
	color: #4FC242;
	margin: 0px 0px 15px 0px;
	font-family:'隶书';
}
.about-left h4 {
	font-size: 1.2em;
	font-weight: 400;
	color: #413F3F;
	margin: 0px 0px 5px 0px;
	font-family:'Viga-Regular';
}
.about-left p {
	font-size: 1em;
	font-weight: 500;
	 color: #7C7C7C;
     line-height: 1.8em;
	margin: 0px 0px 10px 0px;
}
.team-main h3 {
	font-size: 2.5em;
	font-weight: 500;
	color:  #FF6347;
	margin: 0px 0px 12px 13px;
	font-family:'隶书';
}


.team {
	padding-bottom: 4em;
}

.team-grids img {
	width: 100%;
}
.histort {
  padding: 2em 0em 4em 0em;
  text-align:center;
}
.histort h3 {
  font-size: 2.5em;
  font-weight: 500;
  color:#4FC242;
  margin: 0px 0px 15px 0px;
  font-family:'隶书';
}
.histort p {
  font-size: 0.95em;
  font-weight: 400;
  width: 90%;
  color: #7C7C7C;
  line-height: 1.8em;
  margin: 0 auto 0.5em;
}
/*--about end here--*/