﻿@import url(public.css?1);

/*
 * $Rev: * $
 * Created: fengling
 * Modified: $Author: fengling $ $LastChangedDate: 2010-01-06 11:03:00 +0800 (星期三, 06 一月 2010) $
 */

/* 圆角
-------------------------------------------------------------- */
.aboutArea,
.newsArea,
.productArea
 {background-color:#D8D8D8;}
 
.aboutArea .inArea,
.newsArea .inArea,
.productArea .inArea 
{	
	background-color:#FFFFFF;
	margin:0 1px;
	overflow:hidden;
	padding:0 20px;
	}
 
.aboutArea .tArea {background-position:0 0;}
.aboutArea .bArea {background-position:0 -5px;}

.newsArea .tArea {background-position:-570px 0;}
.newsArea .bArea {background-position:-570px -5px;}

.productArea .tArea {background-position:0 -10px;}
.productArea .bArea {background-position:0 -15px;}

/* 关于我们
-------------------------------------------------------------- */
.aboutArea .inArea {height:250px;}

.aboutArea .titleArea 
{
	width:187px;
	height:21px;
	padding:11px 0 0 23px;
	clear:both;
	background-color:#f2f2f2;
	background:url(../images/sectionTitle.gif) no-repeat scroll 0 11px;
	}
	.aboutArea .titleArea h3{float:left;}
	
.aboutArea .conArea {padding-top:12px;}
	.aboutArea .conArea .img 
	{
		float:left;
		width:82px;
		height:74px;
		}
	.aboutArea .conArea p {color:#4C4C4C;line-height:160%;}
		.aboutArea .conArea .more a 
		{
			display:block;
			width:100px;
			height:21px;
			overflow:hidden;
			float:right;
			text-indent:999px;
			background:url(../images/readMore.jpg) no-repeat scroll 0 0;
			}
		.aboutArea .conArea .more a:hover { background-position:0 -21px; }

/* 新闻动态
-------------------------------------------------------------- */
.newsArea .inArea {height:250px;}

.newsArea .titleArea 
{
	height:21px;
	padding:11px 0 0 23px;
	clear:both;
	background-color:#f2f2f2;
	background:url(../images/sectionTitle.gif) no-repeat scroll 0 11px;
	}
	.newsArea .titleArea h3{float:left;}
	.newsArea .titleArea .more
	{
		float:right;
		font-size:10px;
		font-family:Arial;
		margin-top:4px;
		}
		.newsArea .titleArea .more,
		.newsArea .titleArea .more a 
		{
			color:#333333;
			text-decoration:none;
			}
		.newsArea .titleArea .more .font_en {margin-left:5px;}

.newsArea .conArea {padding-top:3px;}
	.newsArea .conArea ul {list-style:none;line-height:35px;}
		.newsArea .conArea li {background:url(../images/listBg.gif) repeat-x 0 bottom;}
		.newsArea .conArea a 
		{
			padding-left:23px;
			color:#4C4C4C;
			background:url(../images/listStyle.gif) no-repeat 0 2px;
			*background-position:0 0;
			}
	
/* 最新产品
-------------------------------------------------------------- */
.productArea .inArea {height:210px;}

.productArea .titleArea 
{
	height:21px;
	padding:11px 0 0 23px;
	clear:both;
	background-color:#f2f2f2;
	background:url(../images/sectionTitle.gif) no-repeat scroll 0 11px;
	}
	.productArea .titleArea h3{float:left;}
	.productArea .titleArea .more
	{
		float:right;
		font-size:10px;
		font-family:Arial;
		margin-top:4px;
		}
		.productArea .titleArea .more,
		.productArea .titleArea .more a 
		{
			color:#333333;
			text-decoration:none;
			}
		.productArea .titleArea .more .font_en {margin-left:5px;}
	
.productArea .conArea {padding-top:12px;clear:both;}
	.productArea .conArea .scrollLeft,
	.productArea .conArea .scrollRight 
	{
		padding-top:50px;
		width:44px;
		float:left;
		}
		.productArea .conArea .scrollLeft span,
		.productArea .conArea .scrollRight span
		{
			display:block;
			width:28px;
			height:30px;
			cursor:pointer;
			background:url(../images/scrollBtn.jpg) no-repeat scroll 0 0;
			
			}
		.productArea .conArea .scrollRight span {float:right;background-position:-28px 0;}
	.productArea .conArea .scrollArea 
	{
		width:770px;
		height:168px;
		overflow:hidden;
		float:left;
		position:relative;
		}
		.productArea .conArea .scrollArea ul 
		{
			width:2000px;
			list-style:none;
			position:absolute;
			}
				.productArea .conArea .scrollArea li 
				{
					float:left;
					width:130px;
					height:168px;
					margin-right:30px;
					overflow:hidden;
					}
					.productArea .conArea .scrollArea li img 
					{
						width:128px;
						height:128px;
						border:1px solid #BFBFBF;
						vertical-align:top;
						}
					.productArea .conArea .scrollArea dt{padding-top:6px;text-align:center;line-height:100%;}
	