@charset "utf-8";
/* CSS Document */
body{ margin:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; background-color:#EEE;}
*{list-style-type:none;margin:0;padding:0;}

.box{ margin:0 auto; width:950px;background-color:#FFF;}
.headbg01{ height:250px; background:url(../images/bg_01.png);}

/*专题导读*/
.headbg02{ height:215px; background:url(../images/bg_02.png); width:950px;}
.headbg02 p{ padding:60px 55px 0 200px; line-height:23px;text-indent:2em;text-align:justify; font-size:14px;}

/*筑梦太湖*/
.headbg03{ height:350px; width:950px; padding-top:50px; background:url(../images/bg_03.png); }
.content{width:600px; margin:0px 0px 20px 160px;}
.content h1{ font-size:14px; color:#FFF; line-height:24px;}
.content p{margin:35px 0 0 30px; line-height:24px;text-indent:2em;}
.content img{ margin-bottom:-5px;}

/*标题*/
.title01{ height:70px; background:url(../images/title_01.png);}
.title02{ height:70px; background:url(../images/title_02.png);}
.title03{ height:70px; background:url(../images/title_03.png); }
.title04{ height:70px; background:url(../images/title_04.png); }
.title05{ height:70px; background:url(../images/title_05.png); }

/*配图*/
.pic01{ height:750px; }
.pic02{ height:440px; background:url(../images/pic_02.png); }
.pic03{ height:445px;  }
.pic04{ height:400px;  }
.pic05{ height:290px; background:url(../images/pic_05.png); padding:70px 0 0 80px; }




/*传道与解惑*/
.people{ height:auto;}
.people ul li{ float:left; margin:25px 0 0 55px;}
.people p{
	display:block;
	position:absolute;
	top:120px;
	width:170px;
	font-size:12px;
	text-align:center;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	
}
.ren01{ height:95px; background:url(../images/ren_01.png); padding:40px 55px 0 150px;float:left;}
.ren01 h2{line-height:24px;font-size:18px;}
.ren01 p{ line-height:24px;text-indent:2em; margin-top:10px;}
.ren01 a{display:block; float:right;height:27px; width:27px; background:url(../images/close.png) no-repeat; padding-top:-30px; }

/*授课内容与培训感言*/
.ctn1{ display:block;float:left; width:275px; color:#FFF;}
.ctn1 h3{ border-bottom:1px solid #FFF; height:16px; margin-bottom:10px;}
.ctn2{ display:block;width:140px; float:left;color:#FFF;margin:0 50px 0 60px;}
.ctn2 h3{ margin-bottom:10px; text-align:center;}


.list {
	float: left;
	padding-left:2px;
	font-size:10px; line-height:17px;
}
.list li {
	background-image: url(../images/icon_1.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 6px;
}

.list a {
	text-decoration: none;
	color: #FFF;
}
.list a:hover{
	color:#ff0000;
	text-decoration:underline;
	cursor:hand;
}
.list a:active{
	color:#ff0000;
	text-decoration:underline;
	cursor:hand;
}

.list1 {
	float: left;
	padding-left:8px;
	font-size:10px; line-height:17px;
}
.list1 li {
	background-image: url(../images/icon_1.gif);
	background-repeat: no-repeat;
		padding-left: 8px;
	background-position: 0px 6px;
	
	line-height: 20px;
}
.list1 a {
	text-decoration: none;
	color: #FFF;
}
.list1 a:hover{
	color:#ff0000;
	text-decoration:underline;
	cursor:hand;
}
.list1 a:active{
	color:#ff0000;
	text-decoration:underline;
	cursor:hand;
}

/*底部版权*/
.foot{height:100px; background-color:#CCC; color:#333; padding:40px 0 0 300px;}
