﻿@charset "utf-8";
/*	
	版本信息:
		基础样式最后修改:2009-11-10
		联系:Uriel(uriel.hu@gmail.com)
		
	结构模块:
		1.reset		html标签的默认样式
		2.routine	常用预置样式
		3.layout	页面结构样式
		4.detail	网页详细样式
	
		模块说明：
			1.reset		模块关系全局，修改需非常慎重！
			2.routine	模块为常用预置样式，不可修改，但可按需要扩充完善
			2.layout	模块用于网页大区块布局，默认的样式结构仅供参考，可按实际需求调整扩充
			3.detail	模块用于配置网页详细样式
		
	命名约定：
		1.不使用大写形式的类名和id名
		2.尽可能使用描述性的英文单词的组合作为类名和id名
		3.类名或id名的多个英文单词之间使用"_"下划线分隔
		4.不要求多个英文单词之间一定要使用间隔符
		
	常用hack手段:
		注意：良好的结构比任何hack都好，尽量少用。
			width:1px;*width:1px;_width:1px;	ff,ie7,ie6
*/

/*reset start*/
	html{height:100%;}
	body{color:#000;font-family:Tahoma,"宋体";font-size:12px;height:100%; background:url(bg_x_page.jpg) 0 0 repeat-x;}
	a{text-decoration:none;}
	a:hover{text-decoration:underline;}
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin: 0;padding:0;}
	table{border-collapse:collapse;border-spacing:0;}
	fieldset,img{border:0;}
	address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
	del,ins{text-decoration:none;}
	li {list-style:none;}
	caption,th{text-align:left;}
	h1{font-size:18px;}
	h2{font-size:14px;}
	h3,h4,h5,h6{font-size:12px;}
	h1,h2,h3,h4,h5,h6{font-weight: normal;}
	abbr,acronym{border:0;font-variant:normal;}
	input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
	input,button,textarea,select{*font-size:100%;}
	strong,b{font-weight:bold;}
/*reset end*/

/*routine start*/
	/*清除浮动*/
	.c_b{zoom:1;}
	.c_b:after{clear:both;content:" ";display:block}
/*routine end*/

/*layout start*/
	.la_top{ background-repeat:no-repeat; background-position: top center; height:308px; overflow:hidden;}
	.la_page{ width:926px; margin:auto; position:relative; top:-50px; z-index:10;}
	.la_foot{ background:#636363; border-top:solid 1px #DCDCDC;}
/*layout end*/

/*detail start*/
	/*头部及banner样式*/
	.top{ width:974px; height:51px; background:url(bg_top.png); overflow:hidden; margin:22px auto 0 auto;}
	.top .logo{ width:114px; height:31px; text-indent:-9999px; background:url(logo.png); overflow:hidden; display:block; margin:10px 0 0 42px; float:left; display:inline;}
	.top .menu{ margin:11px 0 0 30px; float:left;}
	.top .menu a{ float:left;width:122px; height:30px; position:relative; overflow:hidden; text-indent:-9999px; margin-left:6px;}
	.top .menu a.menu_1{ background:url(img.png) 0 -32px;}
	.top .menu a.menu_2{ background:url(img.png) 0 -64px;}
	.top .menu a.menu_3{ background:url(img.png) 0 -94px;}
	.top .menu a.menu_4{ background:url(img.png) 0 -125px;}
	.top .menu a.menu_5{ background:url(img.png) 0 -156px;}
	.top .menu a.menu_6{ background:url(img.png) 0 -187px;}
	
	.top .menu a.menu_1:hover,
	.top .menu a.menu_1_now{ background:url(img.png) -122px -32px;}
	.top .menu a.menu_2:hover,
	.top .menu a.menu_2_now{ background:url(img.png) -122px -63px;}
	.top .menu a.menu_3:hover,
	.top .menu a.menu_3_now{ background:url(img.png) -122px -94px;}
	.top .menu a.menu_4:hover,
	.top .menu a.menu_4_now{ background:url(img.png) -122px -125px;}
	.top .menu a.menu_5:hover,
	.top .menu a.menu_5_now{ background:url(img.png) -122px -156px;}
	.top .menu a.menu_6:hover,
	.top .menu a.menu_6_now{ background:url(img.png) -122px -187px;}
	
	.top .menu a.menu_1_now:hover,
	.top .menu a.menu_2_now:hover,
	.top .menu a.menu_3_now:hover,
	.top .menu a.menu_4_now:hover,
	.top .menu a.menu_5_now:hover,
	.top .menu a.menu_6_now:hover{ cursor: default;}
	
	.slogan{width:974px; margin:auto;}
	.slogan h1{ display:none;}
	.gotoPPtv{display:block; width:350px; margin:110px 0 0 528px; height:41px; background:url(img.png) 0 -419px; overflow:hidden; text-indent:-9999px;}
	
	/*子菜单及内容模块*/
	.tab{ height:30px; padding-left:730px;position:relative; z-index:20px;margin-bottom:-4px;}
	.tab a{ width:78px; height:20px;  text-align:center; float:left; margin:0 1px 0 0; padding-top:10px;}
	.tab a:hover{ text-decoration:none;}
	.tab a.cn{ background:url(img.png) -79px 0; color:#f30; cursor: default;}
	.tab a.en{ background:url(img.png) 0 0; color:#fff;}
	.bg_content{ background:url(bg_main.png) top center no-repeat; padding:24px 32px;}
	.bg_content a{ position:relative;}
	.nav{ font-family:"宋体"; color:#00A4E6; height:26px;}
	.nav a{ color:#00A4E6;}
	.nav .now{ color:#000;}
	.leftMenu{ float:left; width:205px; background:#F3F3F3; padding:15px 5px 30px 5px;}
	.leftMenu ul{ border:solid 1px #D7D7D7; border-bottom:none;}
	.leftMenu li{ display:block;   background: url(bg_x.jpg) 0 0 repeat-x; }
	.leftMenu li a{display:block;font-size:14px; height:40px; overflow:hidden; border-bottom: solid 1px #D7D7D7; color:#020202;line-height:40px; padding:0 12px 0 32px; background: url(img.png) -369px 0 no-repeat; position:relative; }
	.leftMenu li a:hover,
	.leftMenu li a.now{ color:#B96033; text-decoration:none;}
	.leftMenu li a.now{cursor:default;}
	.leftMenu li ul{ border:none;border-bottom: solid 1px #D7D7D7;  }
	.leftMenu li ul li{ background:#fff;}
	.leftMenu li ul li a{ border:none;font-size:12px; line-height:25px; height:25px; overflow:hidden; background: url(img.png)  -369px -41px no-repeat; padding-left:22px; color:#000; }
	.leftMenu li ul li a.now,
	.leftMenu li ul li a:hover{ color:#B96033;}
	.leftMenu strong{ display:block; width:193px; height:14px; text-indent:-9999px; margin:0 auto 10px auto; overflow:hidden;}

	body.about .leftMenu strong{ background:url(img.png) no-repeat -196px -233px;}
	body.products .leftMenu strong{background:url(img.png) no-repeat -196px -218px;}
	body.case .leftMenu strong{background:url(img.png) no-repeat -196px -248px;}
	body.cooperation .leftMenu strong{background:url(img.png) no-repeat -257px -285px;}
	body.legal .leftMenu strong{background:url(img.png) no-repeat -196px -262px;}
	
	.showMain{ float:left; width:610px; margin-left:30px; overflow:hidden;}
	.showMain .main{ margin-bottom:30px;}
	.showMain .title{ display:block; height:40px; overflow:hidden; background:url(bg_x.jpg) 0 -41px repeat-x;}
	.showMain .title strong{ display:block; height:20px; line-height:20px; color:#910000; font-weight:bold; font-size:14px; overflow:hidden; border-left:solid 4px #402F1D; padding:0 15px; float:left;}
	.showMain .title strong  a{ color:#910000;}
	.showMain .title tt{float:right;height:20px; line-height:20px; color:#999;font-size:12px; margin-right:10px;}
	.showMain .show{ color:#666; line-height:24px;}
	.showMain .show a{ color:#666;}
	
	/*首页样式*/
	body.home .bg_content{padding:24px 8px 24px 10px;}
	
	.indexContent{ background: url(bg_index.gif)  top center no-repeat;}
	.indexContent .row_1,
	.indexContent .row_2,
	.indexContent .row_3{float:left; line-height:22px; color:#666; margin:0 9px; overflow:hidden; display:inline;}
	.indexContent .row_1 a,
	.indexContent .row_2 a,
	.indexContent .row_3 a{color:#666;}
	
	.indexContent .show,
	.indexContent .show,
	.indexContent .show{ margin:0 5px; display:inline;}
	
	.indexContent .row_1 h3.title,
	.indexContent .row_2 h3.title,
	.indexContent .row_3 h3.title{height:66px; text-indent:-9999px; overflow: hidden; margin-bottom:10px;}
	
	.indexContent .row_1{width:401px;}
	.indexContent .row_2{width:256px;}
	.indexContent .row_3{width:193px;}
	
	.indexContent .row_1 h3.title{background: url(img.png) 0 -352px;}
	.indexContent .row_2 h3.title{background: url(img.png) 0 -285px;}
	.indexContent .row_3 h3.title{background: url(img.png) 0 -218px;}
	
	
	/*foot信息*/
	.foot{width:1000px;margin:auto;color:#fff; padding:20px 10px;}
	.foot a{ color:#fff;}
	.foot p{ line-height:22px;}
	.foot .police{ float:left; width:300px; text-align:center;}
	.foot .police a{display:inline-block; margin:0 10px;}
	.foot .info{float:left; text-align:center; padding-top:5px;}
/*detail end*/

/*ie6*/
.bg_content{ _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://res.pplive.com/oth/about/images/cn/bg_main.png',sizingMethod='crop');}
.top{ _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://res.pplive.com/oth/about/images/cn/bg_top.png',sizingMethod='crop');}