﻿/*
@ Title: style.css(首页不附带色彩选项卡样式表)
@ Explain: 配合选项卡一起使用,结合默认样式表一起放在首页
@ Author: Intertid
@ Author URI: Intertid.com
*/

@import url("reset.css");
@import url("head.css");
@import url("foot.css");

body {
background:#D3D3D3;
font:12px "宋体";
}

#bg { width:1003px; margin:0px auto; background:url("/static/images/body.gif") repeat-y; }

	#banner { margin:0px auto; width:953px; border-top:1px solid #465E62; background:#FFF; }
		.flash { width:953px; height:302px; }
		.banner_bottombg { width:953px; height:14px; background:url("/static/images/bg.gif") repeat-x left -92px; }

	#column { margin:0px auto; width:936px; padding:7px 0px 8px 17px; background:#E1E1E1; overflow:hidden; }
		#column div { float:left; }
		.column01 { width:314px; height:175px; background:url("/static/images/box_bg01.gif") no-repeat; }
			.column01 ol { width:302px; height:25px; margin:1px 0px 0px 2px; }
				.column01 ol li { color:#3771B0; float:left; cursor:hand; font-weight:bold; padding-left:25px; height:25px; line-height:25px; }
				#tt01 { width:126px; margin-right:1px; background:url("/static/images/title.gif") no-repeat left -78px; }
				#tt02 { width:125px; background:url("/static/images/title.gif") no-repeat right -26px; }
					.column01 ol li a:link { color:#3771B0; }
					.column01 ol li a:visited { color:#3771B0; }
					.column01 ol li a:hover { color:#3771B0; }
					.column01 ol li a:active { color:#3771B0; }
				#tt01.cur{ color:#FFF; background:url("/static/images/title.gif") no-repeat left 0px; }
				#tt02.cur{ color:#FFF; background:url("/static/images/title.gif") no-repeat right -52px; }
					.column01 ol li.cur a:link { color:#FFF; }
					.column01 ol li.cur a:visited { color:#FFF; }
					.column01 ol li.cur a:hover { color:#FFF; }
					.column01 ol li.cur a:active { color:#FFF; }
			.tabs_content {  }
				.tabs_content ul { padding:12px 0px 0px 15px; }
					.tabs_content ul li { line-height:190%; }

		.column02 { width:299px; height:175px; background:url("/static/images/box_bg02.gif") no-repeat; }
			.column02 h2 { margin:10px 0px 0px 14px; padding-left:12px; font-size:12px; background:url("/static/images/icon02.gif") no-repeat; }
				.column02 h2 a:link { color:#3771B0; }
				.column02 h2 a:visited { color:#3771B0; }
				.column02 h2 a:hover { color:#3771B0; }
				.column02 h2 a:active { color:#3771B0; }

			.rollphotos { width:269px; height:100px; margin-left:12px; _margin-left:6px; margin-top:25px; }
				.LeftBotton { cursor:hand; width:18px; height:100px; background:url("/static/images/left_arrow.gif") no-repeat; background-position:left 30%; }
				.RightBotton { cursor:hand; width:18px; height:100px; background:url("/static/images/right_arrow.gif") no-repeat; background-position:left 30%; }
				.Cont { margin:0px 11px 0px 9px; width:213px; }
					.Cont div { padding:0px 8px 0px 0px; text-align:center; }
					.Cont p { padding-top:5px; }
						.Cont div img { width:100px; height:73px; border:1px solid #DFDEDE; }

.scrollImgList{width:269px; height:120px; margin:0px 0px 0px 12px; _margin:0px 0px 0px 6px; overflow:hidden;zoom:1;position:relative; margin-top:18px;}
.scrollImgList .LeftBotton{float:left;width:18px;height:100px;background:url("/static/images/left_arrow.gif") no-repeat;background-position:left 50%; cursor:pointer;}
.scrollImgList .RightBotton{float:right;width:18px;height:100px;background:url("/static/images/right_arrow.gif") no-repeat;background-position:left 50%; cursor:pointer;}
.scrollImgList .Cont{ float:left;width:230px; height:120px; margin:10px 0 0 0px; overflow:hidden;}
.scrollImgList .ScrCont{width:32766px;overflow:hidden;zoom:1;}
#List1_1,#List2_1{float:left;}

.scrollImgList li{float:left;width:110px; margin:0px 2px; _margin:0px 2px; line-height:23px;text-align:center;}
.scrollImgList li img{ width:100px; height:73px; border:1px solid #DFDEDE;}
.scrollImgList li a:hover img{ border:1px solid #21A3EE;}


/*****首页FLASH图片切换*****/

	#ifocus_pic { width:953px; height:302px; overflow:hidden; }

		#ifocus_piclist li { width:953px; height:302px; overflow:hidden; display:none;}
		#ifocus_piclist img { width:953px; height:302px;}
	#ifocus_btn { position:absolute; width:917px; height:20px; top:245px; left:18px; background:#FFF; border:1px solid #cfcece; opacity:0.8; -moz-opacity:0.8; filter:alpha(opacity=80); }
	 #ifocus_btn ul { padding-left:15px; margin:0px auto;  height:20px; overflow:hidden;  }
		#ifocus_btn li { font-size:12px; width:220px; text-align:center; font-weight:bold; float:left; height:20px; line-height:20px; cursor:pointer; }
			#ifocus_btn li a:link { color:#000; }
			#ifocus_btn li a:visited { color:#000; }
			#ifocus_btn li a:hover { color:#000; }
			#ifocus_btn li a:active { color:#000; }
		#ifocus_btn .current { background: url("/static/images/flash_bg.gif") no-repeat; background-position:center center; }
			#ifocus_btn .current a:link { color:#FFF; }
			#ifocus_btn .current a:visited { color:#FFF; }
			#ifocus_btn .current a:hover { color:#FFF; }
			#ifocus_btn .current a:active { color:#FFF; }

/* 列表页 */
#main { width:953px; margin:0px auto; background:#FFF; padding-bottom:15px; position:relative; z-index:0; }
	#menu { float:left; width:162px; margin:15px 0px 0px 10px; _margin:15px 0px 0px 5px; }
		.menu_title { width:160px; height:29px; text-align:center; line-height:29px; background:url("/static/images/title02.gif") no-repeat; border:1px solid #AFAFAF; }
			.menu_title a:link { color:#000; }
			.menu_title a:visited { color:#000; }
			.menu_title a:hover { color:#000; }
			.menu_title a:active { color:#000; }
		.menu_list { width:160px; border:1px solid #AFAFAF; border-bottom:none; }
			.menu_list li { width:135px; height:17px; padding-top:5px; padding-left:25px; text-align:left; border-bottom:1px solid #AFAFAF; }
			.menu_list li.nonce { background:url("/static/images/icon03.gif") no-repeat; background-position:8% center; }
				.menu_list li.nonce a:link { color:#0079D1; }
				.menu_list li.nonce a:visited { color:#0079D1; }
				.menu_list li.nonce a:hover { color:#0079D1; }
				.menu_list li.nonce a:active { color:#0079D1; }
				.menu_list li.bold { font-weight:bold; }
	#list { float:left; width:571px; margin:15px 0px 0px 10px; }
		.locality { width:100%; }
		.print { position:absolute; top:16px; right:17px; }
			.print li { float:left; height:17px; line-height:19px; margin-left:24px; padding-left:20px; }
			.print-0 { background:url("/static/images/icon04.gif") no-repeat; }
			.print-1 { background:url("/static/images/icon05.gif") no-repeat; }
			.print-2 { background:url("/static/images/icon06.gif") no-repeat; }
		.title { position:relative; width:100%; padding-top:18px; }
			.title h2 { font-size:24px; padding-bottom:6px; border-bottom:2px solid #727272; }
				.title h2 a:link { color:#000; }
				.title h2 a:visited { color:#000; }
				.title h2 a:hover { color:#000; }
				.title h2 a:active { color:#000; }
			.title h3 { font-size:14px; font-weight:normal; padding-top:10px; }
				.title h3 a:link { color:#848484; }
				.title h3 a:visited { color:#848484; }
				.title h3 a:hover { color:#848484; }
				.title h3 a:active { color:#848484; }
			.pages { position:absolute; top:32px; right:0px; }
				.pages a { display:block; float:left; height:15px; }
				.pages a.first { width:15px; background:url("/static/images/first.gif"); }
				.pages a.up { width:15px; background:url("/static/images/up.gif"); }
				.pages a.down { width:15px; background:url("/static/images/down.gif"); }
				.pages a.last { width:15px; background:url("/static/images/last.gif"); }
				.pages a.nb { width:19px; line-height:15px; text-align:center; border-left:1px solid #CCC; border-right:1px solid #CCC; }
				.pages a.on { background:#EDEDED; }
		.style { width:569px; margin-top:30px; border:1px solid #DDD; background:#FBFBFB; }
		.style-1 { padding:18px 0px; min-height:617px; _height:620px; }	
			.style-1 p { width:95%; margin:0px auto 17px; line-height:20px; letter-spacing:1px; }
		.style-2 { margin-top:24px; }
		.style-2 h3{ padding:5px 0 15px; text-align:center; font-size:16px;}
		.style-2_title { border-bottom:1px solid #DDD; height:28px; }
		.style-2_title ol { _position:relative; _top:1px; _height:28px; }
			.style-2_title ol li { margin-top:1px; margin-right:2px; float:left; width:96px; height:28px; text-align:center; line-height:30px; _line-height:28px; background:url("/static/images/title04.gif") no-repeat left -29px; }
			.style-2_title ol li.over { float:left;  height:28px; background:url("/static/images/title04.gif") no-repeat left 0px; }			
			.tabs { width:569px; min-height:460px; _height:462px; padding:20px 0px; border:1px solid #DDD; border-top:none; background:#FBFBFB; }
				.tabs div{ width:95%; margin:0px auto 15px; line-height:20px; letter-spacing:1px; }
		
		.style-3 { width:100%; }
		  .style-3 ul { padding-top:10px; }
			.style-3 ul li { width:100%; padding:10px 0px; overflow:hidden; border-bottom:1px solid #CCC; }
				.clientlogo { float:left; margin:0px 0px 0px 5px; width:100px; height:73px; border:1px solid #C6C6C6; padding:2px; }
					.clientlogo img { width:100px; height:73px; }
				.clienttext { float:right; width:75%; }
					.clienttext h3 { font-size:14px; padding-bottom:6px; }
					.clienttext p { color:#676767; line-height:18px; font-size:14px; }
				.clienttext02 { float:right; width:99%; }
					.clienttext02 h3 { font-size:12px; padding-bottom:6px; }
					.clienttext02 p { color:#333; line-height:18px; }
					.clienttext02 p span { color:#9B9B9B; }
			.style-3 h1 { margin-top:25px; width:100%; text-align:center; font-weight:bold; font-size:18px; }	
				.content { margin-top:5px; padding-bottom:10px; width:100%; border-top:1px solid #CCC; border-bottom:1px solid #CCC; }
					.info { text-align:right; width:100%; margin:12px 0px; color:#AFAFAF; }
						.info a:link { color:#AFAFAF; }
						.info a:visited { color:#AFAFAF; }
						.info a:hover { color:#AFAFAF; }
						.info a:active { color:#AFAFAF; }
					.text { width:100%; }
					.qudiao { margin:12px 0px; padding-bottom:8px; width:100%; line-height:20px; border-bottom:1px dashed #ccc; }
						.qudiao span { font-weight:bold; }
					.qudiao02 { width:100%; text-align:center; }
                                        .qudiao03 { margin:12px 0px;width:100%; line-height:20px;}


			.pages02 { float:right; margin-top:10px; }
				.pages02 a { display:block; float:left; height:15px; }
				.pages02 a.first { width:15px; background:url("/static/images/first.gif"); }
				.pages02 a.up { width:15px; background:url("/static/images/up.gif"); }
				.pages02 a.down { width:15px; background:url("/static/images/down.gif"); }
				.pages02 a.last { width:15px; background:url("/static/images/last.gif"); }
				.pages02 a.nb { width:19px; line-height:15px; text-align:center; border-left:1px solid #CCC; border-right:1px solid #CCC; }
				.pages02 a.on { background:#EDEDED; }
			.line { width:100%; margin-top:12px; overflow:hidden; padding:10px 0px; border-top:1px solid #CCC; border-bottom:1px solid #CCC; }
			.pages03 { float:right; }
				.pages03 a { display:block; float:left; height:15px; }
				.pages03 a.first { width:15px; background:url("/static/images/first.gif"); }
				.pages03 a.up { width:15px; background:url("/static/images/up.gif"); }
				.pages03 a.down { width:15px; background:url("/static/images/down.gif"); }
				.pages03 a.last { width:15px; background:url("/static/images/last.gif"); }
				.pages03 a.nb { width:19px; line-height:15px; text-align:center; border-left:1px solid #CCC; border-right:1px solid #CCC; }
				.pages03 a.on { background:#EDEDED; }
			.pages04 { float:right; color:#AFAFAF; height:30px; line-height:30px; }
				.pages04 span { color:#333; }

		.search02 { text-align:center; width:100%; height:20px; margin:15px auto 10px; }
			.search02 select { width:132px; height:20px; }
			.searchtext { width:66%; height:16px; }
			.searchbutton { width:25px; height:20px; border:0px; background:url("/static/images/button.gif"); }

	#side { float:right; width:180px; margin:80px 10px 0px 0px; _margin:80px 5px 0px 0px; }
		.box { width:180px; height:170px; margin-bottom:10px; }
			.box_title { width:180px; height:31px; text-align:center; line-height:31px; background:url("/static/images/title03.gif") no-repeat; }
			.box_list { width:162px; height:118px; padding:10px 8px; border:1px solid #CCC; border-top:none; }
				.box_list li { line-height:24px; }
                                   .box_list li img { margin-top:15px; }

                .box_customers { width:180px; height:270px; margin-bottom:10px;}
			.box_customers_list { width:162px; height:236px; padding:10px 8px; border:1px solid #CCC; border-top:none; }
				.box_customers_list li { line-height:24px; }
                                   .box_customers_list li img { margin-top:15px; }

                .box_Common { width:180px; margin-bottom:10px; }
			.box_Common_list { width:162px; padding:10px 8px; border:1px solid #CCC; border-top:none; }
				.box_Common_list li { line-height:24px; }
                                   .box_Common_list li img { margin-top:15px; }

/*内容页大中小*/
#Zoom {
width:100%;
*padding-bottom:15px;
overflow-x:auto;
overflow-y:hidden;
}
#Zoom {
margin:10px auto;
line-height:24px;
font-size:14px;
}
#Zoom p {
margin:6px 0;
}
#Zoom p.player {
margin:0 0 10px;
text-align:center;
}

.sitemap { width:97%; margin:20px auto 0px; }
	.sitemap div { width:30%; float:left; margin-right:16px; }
		.sitemap div h3 { border-bottom:1px solid #000; padding:10px 0px 6px; font-size:14px; color:#000; }
		.sitemap dl { padding:8px 0px 8px; }
			.sitemap dl dt { padding:3px 0px; font-size:12px; }
				.sitemap dl dt a:link { color:#525252; }
				.sitemap dl dt a:visited { color:#525252; }
				.sitemap dl dt a:hover { color:#525252; }
				.sitemap dl dt a:active { color:#525252; }

.hblist ul { padding:12px 0px 0px 15px; }
					.hblist ul li { line-height:190%; }
				.hbpic ul { overflow:hidden; zoom:1; padding:12px 0px 6px 0px; }
					.hbpic ul li { float:left; width:132px; margin-left:14px; _margin-left:8px; line-height:190%; }
					/* .hbpic ul li { float:left; margin-left:14px; _margin-left:8px; } */
						/* .hbpic ul li img { width:130px; height:38px; border:1px solid #000; } */
