﻿body {
	margin: 0px 0px 0px 0px;
	background-color: #F2F2F2;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
/*
	CURSOR: url('image/link.cur');
*/
	font-style: normal;
	font-variant: normal;
	color: #DD7400;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/*-----------------------------层---------------------*/

.BlackScreen {
	filter: Alpha(Opacity=90);
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	right: 0px;
	bottom: 0px;
	z-index:9;
	position:fixed;
	background-color:#000000;
	/*
	
	-moz-opacity:0.6;
	*/
	opacity: 0.9;
	display:none;
	
}
* html .BlackScreen {
	/*
	background-image:url(image/AlphaBG.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="image/AlphaBG.png", sizingMethod="scale");
	background-color:transparent;
	filter: Alpha(Opacity=100);
	padding: 50% 0px 50% 0px;
	*/
	position:absolute;
	
}
.float_program_flash {
	top:0px;
	position:fixed;
	z-index:10;
	width:100%;
	height:100%;
	display:none;
}
* html .float_program_flash {
	position:absolute;
	overflow-y:hidden;
}
.flag {
	top:60px;
	z-index:1;
	width:150px;
	position:absolute;
}


/*-----------------------------窗体---------------------*/


.navigation {
	text-align: center;
	width: 100%;
	height:110px;
	margin: 0px 0px 10px 0px;
	background-image: url(image/navigationBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
	.navigation_950 {
		margin:0 auto;
		text-align: center;
		width: 950px;
	}
	.navigation_main {
		float:left;
		width: 800px;
	}
	.navigation_flag {
		top:60px;
		float:right;
		width: 150px;
		position:relative;
	}
.MainAdvertising {
	text-align: center;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.FramePart1 {
	width: 100%;
	background-color:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
.FramePart2 {
	width: 100%;
	padding: 0px;
	text-align: center;
}


.Main {
	width: 970px;
	margin: 0 auto 20px auto;
	padding: 0 10px;
	background-color:#FFFFFF;
	/*border: 1px solid blue;*/
}
	.MainShowTitle950 {
		width: 950px;
		height:33px;
		margin: 0 auto;
		padding: 0 8px;
		overflow:hidden;	/*border: 1px solid blue;*/
	}
		.MainShowTitleL {
			float:left;
			width: 8px;
			height:33px;
			background-image: url(image/MainShowTitleL.gif);
			background-repeat: no-repeat;
			background-position: left top;
			background-color:#FFFFFF;
			overflow:hidden;	/*border: 1px solid blue;*/
		}
		.MainShowTitle950C {
			float:left;
			width: 934px;
			height:33px;
			/*padding: 6px 0 0 2px;*/
			background-image: url(image/MainShowTitleC.gif);
			background-repeat: repeat-x;
			background-position: center top;
			background-color:#FFFFFF;
			overflow:hidden;	/*border: 1px solid blue;*/
			font-family: "黑体";
			font-size: 12px;
			font-variant: normal;
			color: #da5a05;
			line-height:19px;
			font-weight: bold;
		}
			.MainShowTitle950C-L {
				float:left;
				width: 297px;/*max width-L-padding*/
				padding: 0 20px 0 25px;
				background-image: url(image/ico_title.gif);
				background-repeat: no-repeat;
				background-position: 2px 6px;
				overflow:hidden;				/*border: 1px solid blue;*/
			}
				.MainShowTitle950C-L-name {
					float:left;
					width: 100px;
					padding: 0 10px 0 0;
					overflow:hidden;
					/*border: 1px solid blue;*/
				}
				.MainShowTitle950C-L-other1 {
					float:right;
					padding: 6px 0 0 10px;
					/*border: 1px solid blue;*/
				}
			.MainShowTitle950C-C {
				float:left;
				width: 253px;/*max width-L-padding*/
				padding: 0 20px 0 25px;
				background-image: url(image/ico_title.gif);
				background-repeat: no-repeat;
				background-position: 2px 6px;
				overflow:hidden;
				/*border: 1px solid blue;*/
			}
			.MainShowTitle950C-R {
				float:right;
				width: 267px;
				padding: 0 0 0 25px;
				background-image: url(image/ico_title.gif);
				background-repeat: no-repeat;
				background-position: 2px 6px;
				overflow:hidden;
				/*border: 1px solid blue;*/
			}
				.MainShowTitle950C-R-name {
					float:left;
					width: 100px;
					padding: 0 10px 0 0;
					overflow:hidden;
					/*border: 1px solid blue;*/
				}
				.MainShowTitle950C-R-other1 {
					float:right;
					padding: 6px 0 0 10px;
					/*border: 1px solid blue;*/
				}
			
			
			
			
		.MainShowTitleR {
			float:right;
			width: 8px;
			height:33px;
			background-image: url(image/MainShowTitleR.gif);
			background-repeat: no-repeat;
			background-position: right top;
			background-color:#FFFFFF;
			overflow:hidden;	/*border: 1px solid blue;*/
		}
		
	.MainShow950L {
		float:left;
		width: 320px;
		height:200px;
		margin: 0 0 0 10px;
		padding: 10px 0 0 9px;
		background-color:#FCFCFC;
		overflow:hidden;	/*border: 1px solid blue;*/
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #e6e6e6;
	}
	* html .MainShow950L {
		margin: 0 0 0 5px;
	}
	.MainShow950L a {
		border:0;
		cursor: pointer;
	}
		.MainShow950L img {
			float:left;
			width: 100px;
			height:75px;
			margin: 0 0 10px 0;
			overflow:hidden;	/*border: 1px solid blue;*/
		}
		.MainShow950LspaceX {
			float:left;
			width: 10px;
			height:10px;
			/*border: 1px solid blue;*/
		}
	.MainShow950C {
		float:left;
		width: 280px;
		height:200px;
		padding: 10px 0 0 0;
		background-color:#FCFCFC;
		line-height:26px;
		overflow:hidden;	/*border: 1px solid blue;*/
	}
	.MainShow950C p {
		text-indent:2em;
	}
	.MainShow950R {
		float:right;
		width: 299px;
		height:200px;
		margin: 0 10px 0 0;
		padding: 10px 0 0 0;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #e6e6e6;
		background-color:#FCFCFC;
		overflow:hidden;	/*border: 1px solid blue;*/
	}
	* html .MainShow950R {
		margin: 0 5px 0 0;
	}
	.MainShow950R li {
		width: 289px;
		margin: 10px 0 0 0;
		display:inline;
		line-height:15px;
	}
	
	
	
	
	
	
.MainShowSpaceX {
	float:left;
	width: 20px;
	height:170px;
	margin:20px 0;
	background-image: url(image/SpacePoint.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color:#FCFCFC;
	overflow:hidden;	/*border: 1px solid blue;*/
}
* html .MainShowSpaceX {
	margin: 20px 0 10px 0;
}
	.MainShowBottom950 {
		width: 950px;
		height:5px;;
		margin: 0 auto;
		overflow:hidden;	/*border: 1px solid blue;*/
	}
		.MainShowBottom950C {
			float:left;
			width: 940px;
			height:4px;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #e6e6e6;
			background-color:#FCFCFC;
			overflow:hidden;
		}
	.MainShowBottomL {
		float:left;
		width: 5px;
		height:5px;
		background-image: url(image/MainShowBottomL.gif);
		background-repeat: no-repeat;
	}
	.MainShowBottomR {
		float:right;
		width: 5px;
		height:5px;
		background-image: url(image/MainShowBottomR.gif);
		background-repeat: no-repeat;
	}
	
	
	.MainSideMaxMenu {
		width:200px;
		float:left;
		margin:0 10px 0 10px;
		/*border: 1px solid blue;*/
	}
		.MainSideMenu1 {
			width:200px;
			height:207px;
			margin: 0 0 10px 0;
			overflow:hidden;
		}
			.MainSideMenu-Title-service {
				width:200px;
				height:36px;
				background-image: url(image/SideMenuTitle_service.png);
				background-repeat: no-repeat;
			}
			* html .MainSideMenu-Title-service {
				background:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/SideMenuTitle_service.png");
			}
			.MainSideMenu-Title-scope {
				width:200px;
				height:36px;
				background-image: url(image/SideMenuTitle_scope.png);
				background-repeat: no-repeat;
			}
			* html .MainSideMenu-Title-scope {
				background:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/SideMenuTitle_scope.png");
			}
			.MainSideMenu-Title-3DDigitalVideo {
				width:200px;
				height:36px;
				background-image: url(image/SideMenuTitle_3DDigitalVideo.png);
				background-repeat: no-repeat;
			}
			* html .MainSideMenu-Title-3DDigitalVideo {
				background:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/SideMenuTitle_3DDigitalVideo.png");
			}
			.MainSideMenu-Title-DigitalMuseum {
				width:200px;
				height:36px;
				background-image: url(image/SideMenuTitle_DigitalMuseum.png);
				background-repeat: no-repeat;
			}
			* html .MainSideMenu-Title-DigitalMuseum {
				background:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/SideMenuTitle_DigitalMuseum.png");
			}
			.MainSideMenu-Title-2DDigitalAnimation {
				width:200px;
				height:36px;
				background-image: url(image/SideMenuTitle_2DDigitalAnimation.png);
				background-repeat: no-repeat;
			}
			* html .MainSideMenu-Title-2DDigitalAnimation {
				background:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/SideMenuTitle_2DDigitalAnimation.png");
			}
			.MainSideMenu-Title-QQShow {
				width:200px;
				height:36px;
				background-image: url(image/SideMenuTitle_QQShow.png);
				background-repeat: no-repeat;
			}
			* html .MainSideMenu-Title-QQShow {
				background:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/SideMenuTitle_QQShow.png");
			}
			
			.MainSideMenu-Title-contact {
				width:200px;
				height:36px;
				background-image: url(image/SideMenuTitle_contact.png);
				background-repeat: no-repeat;
			}
			* html .MainSideMenu-Title-contact {
				background:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/SideMenuTitle_contact.png");
			}
			.MainSideMenu-Title-about {
				width:200px;
				height:36px;
				background-image: url(image/SideMenuTitle_About.png);
				background-repeat: no-repeat;
			}
			* html .MainSideMenu-Title-about {
				background:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/SideMenuTitle_About.png");
			}
			.MainSideMenu-Title-news {
				width:200px;
				height:36px;
				background-image: url(image/SideMenuTitle_News.png);
				background-repeat: no-repeat;
			}
			* html .MainSideMenu-Title-news {
				background:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/SideMenuTitle_News.png");
			}
			
			.MainSideMenu-Panel1 {
				width:200px;
				height:171px;
				padding:15px 10px 10px 10px;
				background-image: url(image/SideMenuPanel1.png);
				background-repeat: no-repeat;
				overflow: hidden;
			}
			* html .MainSideMenu-Panel1 {
				background:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/SideMenuPanel1.png");
			}
			.MainSideMenu-Panel1 li {
				display: inline;
				float:left;
				width:80px;
				height:30px;
				padding:0 0 0 10px;
				background-image: url(image/ico3.gif);
				background-repeat: no-repeat;
				background-position: 0px 5px;
				position:relative;
				/*border: 1px solid blue;*/
			}
			.MainSideMenu-Panel1 li a {
				font-family: "宋体";
				font-size: 12px;
				font-style: normal;
				font-weight: normal;
				font-variant: normal;
				color: #666;
			}
			.MainSideMenu-Panel1 li a:hover {
				color: #FF0000;
			}
			.MainSideMenu-Panel1 ul {
				display: inline;
				float:left;
				width:170px;
				height:30px;
				padding:0 0 0 10px;
				margin:0;
				background-image: url(image/ico3.gif);
				background-repeat: no-repeat;
				background-position: 0px 5px;
				position:relative;
				/*border: 1px solid blue;*/
			}
			* html .MainSideMenu-Panel1 ul {
				display: inline;
				float:left;
				width:170px;
				height:30px;
				padding:0 0 0 10px;
				margin:0;
				background-image: url(image/ico3.gif);
				background-repeat: no-repeat;
				background-position: 0px 1px;
				position:relative;
				/*border: 1px solid blue;*/
			}
			*+html .MainSideMenu-Panel1 ul {
				display: inline;
				float:left;
				width:170px;
				height:30px;
				padding:0 0 0 10px;
				margin:0;
				background-image: url(image/ico3.gif);
				background-repeat: no-repeat;
				background-position: 0px 1px;
				position:relative;
				/*border: 1px solid blue;*/
			}
			.MainSideMenu-Panel1 ul a {
				font-family: "宋体";
				font-size: 12px;
				font-style: normal;
				font-weight: normal;
				font-variant: normal;
				color: #666;
			}
			.MainSideMenu-Panel1 ul a:hover {
				color: #FF0000;
			}
		.MainSideMenu2 {
			width:200px;
			height:249px;
			margin: 0 0 10px 0;
			overflow:hidden;
		}
			.MainSideMenu-Panel2 {
				width:200px;
				height:213px;
				padding:10px;
				background-image: url(image/SideMenuPanel2.png);
				background-repeat: no-repeat;
				overflow: hidden;
			}
			* html .MainSideMenu-Panel2 {
				background:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/SideMenuPanel2.png");
			}
			.MainSideMenu-Panel2 li {
				display: inline;
				width:180px;
				position:relative;
				line-height:12px;
			}
						
	* html .MainSideMaxMenu {
		margin:0 0 0 5px;
		overflow: hidden;
		/*border: 1px solid blue;*/
	}	
		
		
	.MainSideInfo {
		width:740px;
		float:left;
		line-height:20px;
		/*border: 1px solid blue;*/
	}
	* html .MainSideInfo {
		margin:0 0 0 10px;
		/*border: 1px solid blue;*/
	}
	.MainSideInfo p {
		text-indent:2em;
		/*border: 1px solid blue;*/
	}
	.TitleImg {
		width: 950px;
		margin: 0 auto 20px auto;
		/*border: 1px solid blue;*/
	}

.Main p {
	margin: 0;
	padding: 0;
}
	.Main_Title {
		text-align: center;
		margin: 10px auto;
	}
	.Main_text {
		text-align: left;
		width: 930px;
		margin: 0 auto 10px auto;
		padding: 0;
		background-color:#FFFFFF;
		line-height:20px;
		/*border: 1px solid #CCC;*/
	}
	.Main_text p {
		text-indent:2em;
	}
	.Main_text_img {
		width:100%;
		text-align:center;
		margin: 10px auto;
	}
	.Main_text_img img {
		margin: 10px auto;
	}
	.Main_text-environmental {
		float:left;
		margin: 0 5px 10px 15px;
	}
	* html .Main_text-environmental {
		margin: 0 5px 5px 11px;
	}
	.Main_textForContact {
		text-align: left;
		width: 930px;
		margin: 0 auto 10px auto;
		padding: 0;
		background-color:#FFFFFF;
		clear:both;
		line-height:20px;
		background-image: url(image/contact_pic.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		/*border: 1px solid #CCC;*/
	}
	.TitleList li {
		text-indent:0em;
		height:20px;
		margin:0 20px 10px 20px;
	}
	
	
	
	.CaseImage {
		text-align: left;
		width: 592px;
		height:363px;
		margin: 10px auto;
		padding: 0 0 0 18px;
		background-image: url(image/FilmBG.png);
		background-repeat: no-repeat;
		overflow:hidden;
		/*border: 1px solid #CCC;*/
	}
	* html .CaseImage {
		background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/FilmBG.png");
		/*border: 1px solid #CCC;*/
	}
	.CaseImage_Title {
		float:left;
		text-align: left;
		width:400px;
		height:24px;
		padding:10px 0 0 0;
		overflow:hidden;
		font-family: "黑体";
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #000;
	}
	.CaseImage_Title-more {
		float:right;
		text-align: right;
		width:50px;
		height:24px;
		margin:0 40px 0 0;
		padding:10px 0 0 0;
		overflow:hidden;
		font-family: "黑体";
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #333;
		position:relative;
	}
	.CaseImage_Title-more a {
		font-family: "黑体";
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #333;
	}
	.CaseImage_Title-more a:hover {
		color: #FF0000;
	}
	* html .CaseImage_Title-more {
		margin:0 20px 0 0;
	}
	.CaseImage img {
		width: 554px;
		height:312px;
		clear:both;
	}
	
.Map_left {
	float:left;
	text-align: left;
	width: 460px;
	margin: 0 0 0 20px;
	padding: 0;
	/*border: 1px solid #CCC;*/
}
* html .Map_left {
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0;
	/*border: 1px solid #CCC;*/
}
.Map_right {
	float:left;
	text-align: left;
	width: 460px;
	margin: 0 0 0 10px;
	padding: 0;
	/*border: 1px solid #CCC;*/
}
	
.CustomerTable {
		text-align: center;
		width: 950px;
		margin: 0 auto 10px auto;
		padding: 0;
		background-color:#FFFFFF;
		line-height:15px;
		/*border: 1px solid #CCC;*/
		
}
	.CustomerTableForBorder {
			height:100px;
			border-collapse:collapse;
			border: 1px solid #ddd;
	}
		.CustomerTableForBorder td {
				width:20%;
				height:100px;
		}
.TableForBorder {
		border-collapse:collapse;
		border: 1px solid #ddd;
}

.NavigationBar {
	width:950px;
	height:24px;
	margin: 10px auto 10px auto;
}
	.NavigationBar_l {
	float:left;
	width:7px;
	height:24px;
	background-image: url(image/navigation_smallL.gif);
	background-repeat: no-repeat;
	}
	.NavigationBar_c {
	float:left;
	width:936px;
	height:19px;
	padding:5px 0 0 0;
	overflow:hidden;
	background-color:#999;
	}
	.NavigationBar_c a:hover {
		color: #000;
		text-decoration: underline;		
	}
	.NavigationBar_r {
	float:left;
	width:7px;
	height:24px;
	background-image: url(image/navigation_smallR.gif);
	background-repeat: no-repeat;
	}
	
.TitleBar {
	height:30px;
	margin: 0 10px 10px 10px;
	padding: 0px;
}
	.TitleBar_l {
		float:left;
		width:8px;
		height:30px;
		background-image: url(image/title_l.gif);
		background-repeat: no-repeat;
	}
	.TitleBar_c {
		float:left;
		width:934px;
		height:30px;
		text-align: left;
		background-image: url(image/title_c.gif);
		background-repeat:repeat-x;
	}
		.TitleBar_c_title {
			float:left;
			line-height:25px;
			padding: 0px 0px 0px 5px;
			/*border:1px solid red;*/
		}
		* html .TitleBar_c_title {
			padding: 5px 0px 0px 5px;
			/*border:1px solid red;*/
		}
		*+html .TitleBar_c_title {
			padding: 4px 0px 0px 5px;
			/*border:1px solid red;*/
		}
		.TitleBar_c_more {
			float:right;
			width:100px;
			line-height:25px;
			text-align:right;
			/*border:1px solid red;*/
		}
		* html .TitleBar_c_more {
			padding:5px 0 0 0;
			/*border:1px solid red;*/
		}
		*+html .TitleBar_c_more {
			padding:4px 0 0 0;
			/*border:1px solid red;*/
		}
	.TitleBar_r {
		float:left;
		width:8px;
		height:30px;
		background-image: url(image/title_r.gif);
		background-repeat:no-repeat;
	}
.Item360 {
	float:left;
	width:360px;
	height:170px;
	margin:0 0px 10px 10px;
	/*overflow:hidden;*/
	background-color: #f2f2f2;
	/*border:1px solid red;*/
}
* html .Item360 {
	display:inline;
	overflow:hidden;
	/*border:1px solid red;*/
}
	.Item360_l {
		float:left;
		width:7px;
		height:170px;
		background-image: url(image/item_l.gif);
		background-repeat: no-repeat;
	}
	.Item360_c {
		float:left;
		margin:10px 3px 10px 5px;
	}
		.Item360_c_image {
			float:left;
			width:200px;
			height:150px;
			margin:0 15px 0 0;
		}
		* html .Item360_c_image {
			float:left;
			width:200px;
			height:150px;
			margin:0 12px 0 0;
		}
		.Item360_c_image a {
			border:0;
			cursor: pointer;
		}
		.Item360_c_info {
			float:left;
			margin:-5px 0 0 0;
		}
			.Item360_c_info_text {
				text-align:left;
				width:120px;
				height:127px;
				overflow:hidden;
				line-height:15px;
				/*border:1px solid red;*/
			}
			* html .Item360_c_info_text {
				margin:2px 0;
				width:119px;
				height:122px;
				/*border:1px solid red;*/
			}
			.Item360_c_info_text p {
				text-indent:2em;
			}
			
	.Item360_r {
		float:right;
		width:7px;
		height:170px;
		background-image: url(image/item_r.gif);
		background-repeat: no-repeat;
		/*border:1px solid red;*/
	}
.Item470 {
	float:left;
	width:470px;
	height:170px;
	margin:0 0px 10px 10px;
	/*overflow:hidden;*/
	background-color: #f2f2f2;
	/*border:1px solid red;*/
}
* html .Item470 {
	display:inline;
	/*overflow:hidden;*/
	/*border:1px solid red;*/
}
	.Item470_l {
		float:left;
		width:7px;
		height:170px;
		background-image: url(image/item_l.gif);
		background-repeat: no-repeat;
	}
	.Item470_c {
		float:left;
		margin:10px 3px 10px 5px;
	}
		.Item470_c_image {
			float:left;
			width:200px;
			height:150px;
			margin:0 15px 0 0;
		}
		* html .Item470_c_image {
			float:left;
			width:200px;
			height:150px;
			margin:0 12px 0 0;
		}
		.Item470_c_image a {
			border:0;
			cursor: pointer;
		}
		.Item470_c_info {
			float:left;
			margin:-5px 0 0 0;
		}
			.Item470_c_info_text {
				text-align:left;
				width:230px;
				height:127px;
				overflow:hidden;
				line-height:15px;
				/*border:1px solid red;*/
			}
			* html .Item470_c_info_text {
				margin:2px 0;
				width:229px;
				/*border:1px solid red;*/
			}
			.Item470_c_info_text p {
				text-indent:2em;
			}
			
	.Item470_r {
		float:right;
		width:7px;
		height:170px;
		background-image: url(image/item_r.gif);
		background-repeat: no-repeat;
		/*border:1px solid red;*/
	}
.Item950 {
	width:950px;
	margin:0 auto;
	/*overflow:hidden;*/
	/*border:1px solid red;*/
}
	.Item950_l {
		float:left;
		width:150px;
		margin:0 70px 0 0;
		/*border:1px solid red;*/
	}
	* html .Item950_l {
		margin:0 40px 0 0;
		/*border:1px solid red;*/
	}
		.Item950_l_image {
			width:150px;
			text-align:center;
			margin:0 0 0 30px;
			/*border:1px solid red;*/
		}
		.Item950_l_image a {
			border:0;
			cursor: pointer;
			/*border:1px solid red;*/
		}
	.Item950_r {
		float:left;
		/*border:1px solid red;*/
	}
		.Item950_r_title {
			height:20px;
			margin:0 0 15px 0;
			line-height:15px;
		}
		.Item950_r_text {
			width:720px;
			margin:0 5px 0 0;
			line-height:15px;
			/*border:1px solid red;*/
		}
		.Item950_r_text p {
			text-indent:2em;
		}
		.Item950_r_text-infinity {
			width:720px;
			margin:0 5px 0 0;
			line-height:15px;
			/*border:1px solid red;*/
		}
		.Item950_r_text-infinity p {
			text-indent:2em;
		}
		.Item950_r_button {
			height:31px;
		}

.Item740 {
	width:730px;
	padding:0 10px 0 10px;
	overflow:hidden;
	/*border:1px solid red;*/
}
	.Item740_image {
		float:right;
		width:150px;
		margin:0 10px 0 10px;
		/*border:1px solid red;*/
	}
	* html .Item740_image {
		margin:0 5px 0 5px;
		/*border:1px solid red;*/
	}
	.Item740_image a {
		border:0;
		cursor: pointer;
		/*border:1px solid red;*/
	}
	.Item740_title {
		width:100%;
		margin:0 0 10px 0;
	}
	.Item740_TitleBar_l {
		float:left;
		width:8px;
		height:30px;
		background-image: url(image/title_l.gif);
		background-repeat: no-repeat;
	}
	.Item740_TitleBar_c {
		float:left;
		width:714px;
		height:30px;
		padding:3px 0 0 0;
		text-align: left;
		background-image: url(image/title_c.gif);
		background-repeat:repeat-x;
	}
		.Item740_TitleBar_c_more {
			float:right;
			width:100px;
			text-align:right;
			padding:-2px 0 0 0;
			/*border:1px solid red;*/
		}
		* html .Item740_TitleBar_c_more {
			padding:1px 0 0 0;
			/*border:1px solid red;*/
		}
	.Item740_TitleBar_r {
		float:left;
		width:8px;
		height:30px;
		background-image: url(image/title_r.gif);
		background-repeat:no-repeat;
	}
	.Item740_button {
		height:31px;
	}
	.Item740_PartL {
		float:left;
		width:150px;
		margin:0 40px 0 0;
		/*border:1px solid red;*/
	}
	* html .Item740_PartL {
		margin:0 20px 0 0;
		/*border:1px solid red;*/
	}
		.Item740_PartL_image {
			width:150px;
			text-align:center;
			margin:0 0 0 20px;
			/*border:1px solid red;*/
		}
		.Item740_PartL_image a {
			border:0;
			cursor: pointer;
			/*border:1px solid red;*/
		}
	.Item740_PartR {
		width:530px;
		float:left;
		/*border:1px solid red;*/
	}
		.Item740_PartR_title {
			height:20px;
			margin:0 0 15px 0;
			line-height:15px;
		}
		.Item740_PartR_text {
			width:100%;
			line-height:25px;
			/*border:1px solid red;*/
		}
		.Item740_PartR_text p {
			text-indent:2em;
		}
		.Item740_PartR_text-infinity {
			width:100%;
			line-height:15px;
			/*border:1px solid red;*/
		}
		.Item740_PartR_text-infinity p {
			text-indent:2em;
		}




/*-----------------------------Bottom---------------------*/
.bottom {
	width:950px;
	height:60px;
	margin:0 auto;
	padding:0 10px;
	overflow:hidden;
	/*border:1px solid red;*/
}
	.bottomSegmentationLine {
		width: 400px;
		height:10px;
		margin:-3px 0 0 0;
		background-image: url(image/RasterPoints.gif);
		background-repeat: repeat-x;
		background-position: center center;
		overflow:hidden;
	}

	
.bottom-up-space-for-FF {
	height:10px;
	margin:0px auto 0px auto;
	overflow:hidden;
	clear:both;
	/*border:1px solid red;*/
}
* html .bottom-up-space-for-FF {
	height:0;
	margin:0px auto 0px auto;
	overflow:hidden;
	/*border:1px solid red;*/
}
*+html .bottom-up-space-for-FF {
	height:0;
	margin:0px auto 0px auto;
	overflow:hidden;
	/*border:1px solid red;*/
}










/*-----------------------------通用------------------------------------*/
.Tag100 {
	width:100%;
	height:23px;
	
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
}


.button-PlayNow {
	float:left;
	width:75px;
	height:31px;
	margin:0 5px 0 0;
	display:block;
	cursor: pointer;
}
.button-PlayNow img {
	width:75px;
	height:31px;
	border:0;
	background-image:url(image/play_now.png);
	display:block;
}
* html .button-PlayNow img {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/play_now.png");
}



.button-SeeMore {
	float:left;
	width:75px;
	height:31px;
	margin:0 5px 0 0;
	display:block;
	cursor: pointer;
}
.button-SeeMore img {
	width:75px;
	height:31px;
	border:0;
	background-image:url(image/see_more.png);
	display:block;
}
* html .button-SeeMore img {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/see_more.png");
}


.button-MoreCase {
	float:left;
	width:75px;
	height:31px;
	margin:0 5px 0 0;
	display:block;
	cursor: pointer;
}
.button-MoreCase img {
	width:75px;
	height:31px;
	border:0;
	background-image:url(image/more_case.png);
	display:block;
}
* html .button-MoreCase img {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/more_case.png");
}



.button-ViewImages {
	float:left;
	width:75px;
	height:31px;
	margin:0 5px 0 0;
	display:block;
	cursor: pointer;
}
.button-ViewImages img {
	width:75px;
	height:31px;
	border:0;
	background-image:url(image/view_images.png);
	display:block;
}
* html .button-ViewImages img {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="image/view_images.png");
}








/*------------------------------------------正文区-------------------------------------------*/
#MainBox {
	text-align: center;
	width: 950px;
	margin: 0px;
	padding: 10px;
	position: relative;
}
/*----------------------Box区--------------------------*/
#Box100 {
	text-align: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.MaxListBox {
	width: 950px;
	margin: 0 auto;
	border: 1px solid #E0E0E0;
}
	.MaxListBox_class {
		width: 900px;
		height:25px;
		margin: 10px 10px 10px 30px;
		background-image: url(image/RasterPoints.gif);
		background-repeat: repeat-x;
		background-position: bottom;
	}
	.MaxListBox ul {
		width: 850px;
		padding: 10px 0px 10px 90px;
		/*border:1px solid red;*/
	}
	* html .MaxListBox ul {
		width: 860px;
		padding: 10px 0px 10px 40px;
		/*border:1px solid red;*/
	}
	*+html .MaxListBox ul {
		width: 850px;
		padding: 10px 0px 10px 50px;
		/*border:1px solid red;*/
	}
	.MaxListBox li {
		float:left;
		list-style-type:none;
		width:150px;
		height:20px;
		margin:2px 10px;
		/*border:1px solid red;*/
	}
/*----------------------总标题--------------------------*/

/*----------------------下属列表--------------------------*/
.ClassList {
	text-align: left;
	width: 100%;
	margin: 0px 10px 0px 50px;
	padding: 0px 0px 0px 0px;
}
.ClassList li {
	float:left;
	width: 150px;
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.ClassListTitle1 {
	float:left;
	text-align: left;
	width: 77%;
	height:20px;
	margin: 5px 0px 5px 20px;
}
* html .ClassListTitle1 {
	margin: -5px 0px -5px 20px;
}
.ClassListTitle2 {
	float:right;
	text-align: right;
	width: 60px;
	height:20px;
	margin: 5px 10px 5px 10px;
}
* html .ClassListTitle2 {
	margin: -5px 10px -5px 10px;
}
.ClassListTitle3 {
	float:right;
	text-align: right;
	width: 60px;
	height:20px;
	margin: 5px 10px 5px 10px;
}
* html .ClassListTitle3 {
	margin: -5px 10px -5px 10px;
}
.InsideBox {
	text-align: left;
	width: 800px;
	padding: 20px 10px 0px 100px;
	/*border:1px solid red;*/
	clear:both;
}


/*----------------------分割线--------------------------*/
.SegmentationLine {
	width: 100%;
	height:1px;
	background-color: #e0e0e0;
	margin: 5px auto 10px auto;
	overflow:hidden;
}
.SegmentationLine2 {
	width: 930px;
	height:1px;
	margin: 5px auto;
	background-color: #e0e0e0;
	overflow: hidden;
}
.SegmentationLine-950h {
	width: 940px;
	height:1px;
	margin: 20px auto;
	background-color: #e6e6e6;
	overflow: hidden;
	clear:both;
	/*border:1px solid red;*/
}
.SegmentationLine3 {
	text-align: center;
	width: 100%;
	height:1px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(image/RasterPoints.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.SegmentationLine4_LowAlpha {
	filter: Alpha(Opacity=40);
	width: 930px;
	height:1px;
	margin: 0px auto;
	background-image: url(image/RasterPoints.gif);
	background-repeat: repeat-x;
	opacity: 0.4;
	clear:both;
}
.SpaceY {
	width:10px;
	height:10px;
	clear:both;
	overflow:hidden;
	margin:0 auto;
	/*border:1px solid red;*/
}
.SpaceY-low {
	width:5px;
	height:5px;
	clear:both;
	overflow:hidden;
	margin:0 auto;
	/*border:1px solid red;*/
}
.SpaceY-IE8 {
	width:5px\9;
	height:1px\9;
	margin:-3px auto;
}
* html .SpaceY-IE8 {
	width:0px;
	height:0px;
	margin:0 auto;
	overflow:hidden;
}
*+html .SpaceY-IE8 {
	width:0px;
	height:0px;
	margin:0 auto;
	overflow:hidden;
}
#Line {
	text-align: center;
	width: 100%;
	height:1px;
	padding: 0px;
	background-color: #999999;
	overflow: hidden;
	clear: both;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#Line2 {
	text-align: center;
	width: 100%;
	height:3px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #999999;
	overflow: hidden;
}
/*-----------------------------Data---------------------*/
#Ul {
	display:block;
	float: left;
	text-align: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	overflow: hidden;
}
#Ul li{
	display: inline;
	overflow: hidden;
	position: relative;
}
#Ul a:hover {
	background-color: #DFF3FF;
	overflow: hidden;
}
/*--------------------表格------------------------*/
.Table {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.TableForLinkFriend_1 {
	margin: 0 auto;
	width:950px;;
	background-color: #F2FAFD;
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #0048AA;
	line-height: 35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #73C9F2;
	border-right-color: #73C9F2;
	border-left-color: #73C9F2;
}
.TableForLinkFriend_2 a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.TableForLinkFriend_2 {
	margin: 0px auto 10px auto;
	padding:10px 0;
	width:950px;
	border: 1px solid #73C9F2;
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #0048AA;
	line-height: 30px;
	
}

#TableFor950Text-Part1 {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding:5px 0px 0px 40px;
	width:950px;
	height:38px;
	background-image: url(image/TableTitle950.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#TableFor950Text-Part2 {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding:  10px 100px 10px 100px;
	width:950px;
	height:300px;
	background-image: url(image/TableTitle950_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #f0f0f0;
}

#TableForNotice_l {
	float:left;
	text-align: left;
	margin: 0px 10px 0px 0px;
	padding:30px 30px 20px 30px;
	width:690px;
	height:300px;
	border: 1px solid #CCCCCC;
	background-image: url(image/textBG.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#TableForNotice_r {
	float:right;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding:0px;
	width:250px;
	height:300px;
}


/*-----------------------自定义-------------------------*/
#CustomForTableTitleText {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 6px 0px 0px 0px;
}
#CustomTag1 {
	float:left;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.Clear {
	clear:both;
}


/*-----------------------字体-------------------------*/
.FontDefault {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999;
}
.FontDefault999 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999;
}
.FontDefault999-B {
	font-family: "宋体";
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #999;
}
.FontDefault666 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	/*border: 1px solid blue;*/
}
.FontDefault666-B {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666;
	/*border: 1px solid blue;*/
}
.FontDefault333 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
.FontDefault333-B {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-weight: bold;
	color: #333;
}
.FontDefaultLowRed {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #da5a05;
}
.FontDefaultRed {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #da5a05;
}
.FontDefaultRed-B {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #da5a05;
	line-height:20px;
}
.FontTitle {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666;
	line-height:20px;
}
.FontTitle999 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	line-height:20px;
}
.FontTitle999-B {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999;
	line-height:20px;
}
.FontTitle666 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	line-height:20px;
}
.FontTitle666-B {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666;
	line-height:20px;
}
.FontTitle333 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	line-height:20px;
}
.FontTitle333-B {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333;
	line-height:20px;
}
.FontBigTitle-B {
	font-family: "宋体";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333;
	line-height:20px;
}
.FontBigTitle-333 {
	font-family: "黑体";
	font-size: 20px;
	font-variant: normal;
	color: #333;
	line-height:30px;
}
.FontBigTitle-Red {
	font-family: "黑体";
	font-size: 20px;
	font-variant: normal;
	color: #da5a05;
	line-height:30px;
}
.FontBigTitle-Red-B {
	font-family: "黑体";
	font-size: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #da5a05;
	line-height:30px;
}
.FontBigTitle-White {
	font-family: "黑体";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
}
.FontDefaultEfont-white {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
}
.FontDefaultEfont-999 {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999;
}
.FontDefaultWhite {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
}
.FontDefaultBlue {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #045ED7;
	background-color: transparent;
}

.LinkFriend {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #0048AA;
	line-height: 30px;
}
.FontDefaultEN999 {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999;
}