@charset "gb2312";
@import url("base.css");
body { background: #fff url(../image/bg-body.jpg) repeat-x left -190px;}

.pageCount { clear:both; padding:10px 0; text-align:center;}
	.pageCount a { color:#666; border:1px solid #cacaca; padding:5px 8px; margin:0 3px;}
	.pageCount a:hover { font-weight:bold; background:#fff;}
	.pageCount a.on { color:#ef7e00; font-weight:bold; background:#fff;}

.back a { background:url(../image/btn-back.png) no-repeat; display:block; width:71px; height:25px; border:none; text-indent:-9999px;}

/*关于我们*/
.company {}
	.company img { padding-right:15px;}
	.company h3 { padding-bottom:15px; margin-bottom:15px; margin-left:295px; border-bottom:1px solid #dedede;}
	
/*新闻中心*/
.newsList { margin-right:-46px;}
	.newsList dl { width:500px; float:left; margin-bottom:25px;}
		.newsList dl dt { background:url(../image/bg-index-product.jpg) no-repeat; width:57px; height:51px; padding:5px 5px 0; overflow:hidden; float:left; margin-right:10px;}
			.newsList dl dt img { border:none;}
		.newsList dl dd { line-height:18px; padding:0px 20px 0 0;}
			.newsList dl dd a { color:#ef7e00; font-weight:bold;}
			.newsList dl dd span { color:#999; margin-left:1em;}
	.newsList .pageCount { background:#f5f5f5;}
	
.newsDetail {}
	.newsDetail h3 { font-family:"微软雅黑"; font-size:24px; font-weight:normal; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #dedede;}
	.newsDetail p { margin-bottom:2em;}
	
	
/*产品中心*/
.proList { margin-right:-15px;}
	.proList dl { width:309px; height:93px; padding:5px; float:left; margin:0 16px 25px 0; background:url(../image/bg-product.jpg) no-repeat;}
		.proList dl dt { width:115px; height:92px; overflow:hidden; float:left;}
			.proList dl dt img { border:none;}
		.proList dl dd { line-height:22px; margin-left:125px;}
			.proList dl dd a { color:#ef7e00; font-weight:bold;}
			.proList dl dd.btn a { background:url(../image/btn-detail.png); display:block; width:49px; height:20px; text-indent:-9999px;}
			.proList dl dd.des { height:46px; overflow:hidden;}
	.proList .pageCount { background:#f5f5f5;}
	
	/*产品详细页*/
.proDetailLeft { float:left; width:400px; text-align:left;}
	.proDetailLeft .photo { background:url(../image/bg-d-product.jpg) no-repeat; width:390px; height:310px; padding:5px; overflow:hidden;}
		.photo img { border:none; width:390px; height:310px; display:none;}

	.proDetailLeft .infiniteCarousel { width:400px; height:63px; margin-top:10px; position: relative;}
		.infiniteCarousel .wrapper { margin:0 24px; width:352px; height:63px; position: relative; overflow: hidden;}
			.infiniteCarousel .wrapper ul { position:absolute; width:10000px; top:0; left:0;}
			.infiniteCarousel ul a img { width:70px; height:55px; border:none;}
			.infiniteCarousel ul li { float:left; background:url(../image/bg-d-t-product.jpg) no-repeat center top; width:70px; height:55px; padding:4px 9px;}
		
		.infiniteCarousel .arrow { width:22px; height:63px; display:block; text-indent:-9999px; cursor: pointer; position:absolute; top:0;}
			.infiniteCarousel .forward { background:url(../image/btn-prev.png) no-repeat; left:0;}
			.infiniteCarousel .back { background:url(../image/btn-next.png) no-repeat; right:0;}
			
.proDetailRight { margin-left:430px; padding-left:33px; background:url(../image/bg-product-line.jpg) no-repeat left top;}
	.proDetailRight h3 { font-family:"微软雅黑"; font-size:18px; font-weight:normal; color:#333; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #dedede;}
	.proDetailRight .des { border-bottom:1px solid #dedede;}
		.proDetailRight .des li { line-height:25px;}
		.proDetailRight .des li.qq { padding:15px 0;}
		.proDetailRight .des li.share { padding-bottom:15px;}
	.proDetailRight .content { padding:15px 0;}
	
	
/*常见问题*/
.support { margin-bottom:30px;}
	.support li { padding:10px; line-height:200%; border-bottom: dashed 1px #d9d9d9;}
	.support li.gray { background:#f6f6f6;}
		.support li h5 { font-weight:bold; color:#222; font-size:12px;}
		.support li p { text-indent:1em;}
		.support li h5 span { font-size:14px;}
		.support li p span { font-size:14px; color:#ef7e00; font-weight:bold;}
		
/*下载中心*/
.down { margin-bottom:30px;}
	.down li { padding:12px 25px; border-bottom: dashed 1px #d9d9d9; background:url(../image/icon-downlist.png) no-repeat left center;}
		.down li a { display:block; float:right; padding:0 10px; background:#ef7e00; color:#FFF; /*background:url(../image/btn-down.png);*/ width:50px; height:20px; line-height:20px;}
		
/*服务网点*/
.contact { background:url(../image/bg-map.png) no-repeat left top; min-height:500px;}
	.contact .city { background:url(../image/bg-shop.png) no-repeat; width:334px; height:163px; float:right; clear:right; padding:10px 0 0 15px; margin-bottom:10px;}
		.contact .city h5 { font-size:14px; color:#ef7e00; font-weight:bold; line-height:25px;}
		.contact .city li { line-height:200%;}
		
/*在线咨询*/
.online {}
	.online th { font-weight:bold; text-align:right; vertical-align:top; width:200px; padding-top:12px;}
	.online td { text-align:left;}
		.online input { border:1px solid #e5e5e5; height:25px;}
		.online textarea { border:1px solid #e5e5e5; width:430px; height:120px;}
		.online input.submit { border:none; background:url(../image/btn-submit.png) no-repeat; width:71px; height:25px; text-indent:-9999px;}
		.online input.reset { border:none; background:url(../image/btn-reset.png) no-repeat; width:71px; height:25px; text-indent:-9999px;}
		
/*人才招聘*/
.hr { position:relative; width:100%; height:100%; overflow:hidden;}
	.hr .menu { width:230px; border-top:1px solid #e5e5e5; border-left:1px solid #e5e5e5; top:0px; left:0px; position:absolute; z-index:2;}
		.hr .menu li { background:url(../image/bg-hr-menu.png) no-repeat left bottom; height:50px; width:215px; padding:10px 0 0 15px;}
			.hr .menu li h5 { color:#222; font-size:14px;}
			.hr .menu li p { line-height:30px;}
		
		.hr .menu li.on { background:url(../image/bg-hr-menu.png) no-repeat left top; color:#fff;}
			.hr .menu li.on h5 { color:#fff;}
		
	.hr .detail { width:729px; height:auto; padding:25px 22px 25px 28px; float:right; border:1px solid #e5e5e5; z-index:1;}
		.hr table { background:#e5e5e5;}
		.hr td, .hr th { background:#fff; padding:10px 0 10px 30px; line-height:150%;}
		.hr th { width:90px; color:#222;}
		.hr thead td { background:#f6f6f6; text-align:center; font-size:14px; font-weight:bold; color:#222;}
	