@charset "utf-8";
/* CSS Document */

#Main_container {
	position:relative;
	width:100%;
	height:870px;
	margin:0;
	padding:0;
}
#Main {
	position:relative;
	width:940px;
	height:870px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/rightProject/background.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
/*-------------LeftStart------------*/
#leftGroup {
	position:absolute;
	width:200px;
	height:870px;
	top:0;
	left:0;
	background-image: url(images/leftProject/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#Project_title {
	position:absolute;
	width:200px;
	height:45px;
	top:0;
	left:0;
}
#tips {
	position:absolute;
	width:185px;
	height:600px;
	top:45px;
	left:5px;
}
#pre_area {
	position:absolute;
	width:173px;
	height:200px;
	top:650px;
	left:10px;
	background-image: url(images/leftProject/pre_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#pre_title {
	position:absolute;
	width:173px;
	height:30px;
	top:0;
	left:0;
}
#pre_table {
	position:absolute;
	width:173px;
	height:auto;
	top:30px;
	left:0;
}
#pre_bottom {
	position:absolute;
	width:173px;
	height:15px;
	bottom:0;
	left:0;
}
/*-------------LeftEnd------------*/

/*-------------RightStart------------*/
#rightGroup {
	position:absolute;
	width:740px;
	height:870px;
	top:0;
	left:200px;
}
#new_title {
	position:absolute;
	width:720px;
	height:56px;
	top:10px;
	left:0;
	
}
#tips_txt{
	position:absolute;
	width:660px;
	height:56px;
	top:0;
	left:50px;
	padding: 0 0 0 10px;
	background-image: url(images/tips/tips_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#tips_img{
	position:absolute;
	width:50px;
	height:56px;
	top:0;
	left:0;
}
#tips_h{
	position:absolute;
	width:660px;
	height:30px;
	top:15px;
	left:0;
}
#news_table {
	position:absolute;
	width:680px;
	height:110px;
	top:66px;
	left:35px;
}
#news_Area1 {
	position:absolute;
	width:225px;
	height:110px;
	top:0;
	left:0;
}
#news_Area2 {
	position:absolute;
	width:225px;
	height:110px;
	top:0;
	left:225px;
}
#news_Area3 {
	position:absolute;
	width:225px;
	height:110px;
	top:0;
	left:450px;
}
#ctintro {
	position:absolute;
	width:720px;
	height:680px;
	top: 180px;
}
#ctintro_title {
	position:absolute;
	width:720px;
	height:56px;
	top:0;
	left:0;
}
#txt_pic {
	position:absolute;
	width:299px;
	height:264px;
	top:60px;
	right:0;
}
#txt_area1 {
	position:absolute;
	width:370px;
	height:300px;
	top:60px;
	left:36px;
	font-size:13px;
	line-height:1.5em;
	text-indent:2em;
}
#txt_area2 {
	position:absolute;
	width:685px;
	height:319px;
	bottom:0;
	left:35px;
	font-size:13px;
	line-height:1.5em;
	text-indent:2em;
}
/*-------------RightEnd------------*/
