
.introduce_idea_title {
	height: 70px;
	text-align: center;
	font-size: 30px;
	color: #2A3F6F;
	line-height: 60px;
	font-weight: bold;
}

.introduce_title_line {
	height: 1px;
	background-color: #CACACA;
	width: 635px;
}

.row .introduce_idea_title_down {
	text-align: center;
	font-size: 18px;
	color: #646464;
	line-height: 30px;
	font-weight: bold;
	margin-top: 10px;
}

.row .IdeaLeft{
	/*background-image: url(../img/about/idea1.png);
	background-repeat: no-repeat;*/
	width: 376px;
	height: 540px;
	margin-top: 18px;
	display: inline;
	float: left;
	text-align: justify;
	font-size: 18px;
	color: #315266;
	font-weight: 599;
	font-family: "微软雅黑";

	overflow: hidden;
	position: relative;
}

.row .IdeaMid{
	/*background-image: url(../img/about/idea2.png);
	background-repeat: no-repeat;*/
	width: 376px;
	height: 540px;
	margin-top: 18px;
	margin-left: 10px;
	display: inline;
	float: left;
	text-align: justify;
	font-size: 18px;
	color: #315266;
	font-weight: 599;
	font-family: "微软雅黑";

	overflow: hidden;
	position: relative;
}

.row .IdeaRight{
	/*background-image: url(../img/about/idea3.png);
	background-repeat: no-repeat;*/
	width: 376px;
	height: 540px;
	margin-top: 18px;
	margin-left: 10px;
	display: inline;
	float: left;
	text-align: justify;
	font-size: 18px;
	color: #315266;
	font-weight: 599;
	font-family: "微软雅黑";
	background-color: #8aa1e3;
	
	overflow: hidden;
	position: relative;
}

.row .IdeaLeft:hover img,.row .IdeaMid:hover img,.row .IdeaRight:hover img{
    transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    -o-transform:scale(1.04, 1.04); 
    -moz-transform:scale(1.04, 1.04); 
}

.row .IdeaLeft img,.row .IdeaMid img,.row .IdeaRight img{
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.row .introduce_service_title {
	text-align: center;
	font-size: 30px;
	color: #2A3F6F;
	line-height: 60px;
	font-weight: bold;
	margin-top: 10px;
}

.row .introduce_service_title_down {
	text-align: center;
	font-size: 18px;
	color: #646464;
	line-height: 30px;
	font-weight: bold;
}

.row .service{
	background-image: url(../img/about/service.png);
	background-repeat: no-repeat;
	width: 1141px;
	height: 915px;
	margin-top: 18px;
	/*margin-left: 9px;*/
	/*display: inline;*/
	/*float: left;*/
	text-align: justify;
	font-size: 18px;
	color: #315266;
	font-weight: 599;
	font-family: "微软雅黑";
}

.row .introduce_tenet_title {
	text-align: center;
	font-size: 30px;
	color: #2A3F6F;
	line-height: 60px;
	font-weight: bold;
	margin-top: 10px;
}

.row .introduce_tenet_title_down {
	text-align: center;
	font-size: 18px;
	color: #646464;
	line-height: 30px;
	font-weight: bold;
}

.row .tenet{
	background-image: url(../img/about/tenet.png);
	background-repeat: no-repeat;
	width: 1140px;
	height: 500px;
	margin-top: 12px;
	text-align: left;
	font-size: 18px;
	color: #315266;
	font-weight: bold;
	font-family: "微软雅黑";
}