html body{
	background-color: #fcfbff;
}
.tengchuang_investment_group {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
}
.tengchuang_group{
	font-size: 28px;
	font-family: "Microsoft YaHei";
	color: rgb(51, 51, 51);;
}

/*公司简介样式*/
.tc_mgtop_15{
	margin-top: 15%;
}
.tc_mgtop_25{
	margin-top: 25%;
}
.tc_introduce_bg{
	width: 100%;
	min-height: 860px;
	background-image: url(../images/introduce_bg.png);
	background-size:cover;
}
/*企业文化样式*/
.tc_culture_bg{
	background-image: url(../images/font.png);
	background-size: 100% 100%;
}
.tc_mgtop_40{
	margin-top: 40%;
}
.tc_mgtop_60{
	margin-top: 60%;
}
h4,h3{
	font-weight: bold;
}

/*企业动态样式*/
.tc_dynamic_bg{
	background-image: url(../images/dynamic_bg.png);
	background-size: 100% 100%;
}
.tc_mgtop_10{
	margin-top: 10%;
}

/*动态详情页样式*/
.tc_pre_left{
	border-radius: 50%;
	background-color: #106bc0;
	width: 20px;
	height: 20px;
	color: white;
	text-align: center;
	line-height: 20px;
}

/*媒体查询*/
@media (min-width: 1600px) {
	.oaStyle{
		margin-top:-60px;
		margin-right:200px;
	}
}