@charset "utf-8";
/* CSS Document */

/* ------------------------------------ 通用 --------- */
* {
	margin:0;
	padding:0;
	font-family:"宋体";
	font-size:12px;
	color:#555;
	text-decoration:none;
	list-style-type:none;
	border:none;
}
body {
	background-color:#c6e8fa;
}
.clear {
	clear:both;
}
											/* 网页大框架 */
#com10 {
	margin:0 auto;
	width:950px;
	background-color:#FFF;
	box-shadow:2px 2px 10px #909090;
}
											/* 各分栏的标题栏 */
.com20 {
	background-color: white;
	height:30px;
	width: 100%;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ccc;
}
.com20 img {
	margin:11px 0 0 9px;
	float:left;
}
.com20 a {
	margin:11px 9px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#aaa;
	float:right;
}
.com20 span {
	margin:11px 9px 0 0;
	float:right;
}
											/* 下面是内容区 */

#tableContainer {
	border-spacing: 5px;
	display: table;
	width: 100%;
}
#tableRow {
	display: table-row;
	width: 100%;
}
/* ------------------------------------ top.asp --------- */
#top10 {
	text-align:left;
	height:128px;
	width:100%;
	background-image:url(images/bgimg1.jpg);
	background-repeat:repeat-x;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#0099cc;
	position:relative;
}
											/* 公司标志 */
#top20 {
	top:30px;
	left:40px;
	position:absolute;
}
											/* 中英文切换 */
#top30 {
	top:0;
	left:721px;
	position:absolute;
}
											/* 菜单栏 */
#top40 {
	top:96px;
	left:428px;
	position:absolute;
}
/* ----- index.asp ---------------------------------------- */

											/* 下面是SuperSlidev 的 css */
.slideBox { width:100%; height:230px; overflow:hidden; position:relative; border-width:2px 0 2px 0; border-style:solid; border-top-color:#fff; border-bottom-color:#ccc;}
.slideBox .hd { height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul { overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li { float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on { background:#f00; color:#fff; }
.slideBox .bd { position:relative; height:100%; z-index:0;   }
.slideBox .bd li { zoom:1; vertical-align:middle; }
.slideBox .bd img { width:100%; height:230px; display:block;  }

											/* 产品分类 */
#index20 {
	display: table-cell;
	width:17%;
	height:100%;
	background-color:#e8e8e8;
	vertical-align: top;
}
											/* 公司简介和公司新闻的大框 */
#index30 {
	display: table-cell;
	padding-left: 5px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ccc;
	width:65%;
	vertical-align: top;
}
											/* 产品中心 */
#index40 {
	display: table-cell;
	padding-left: 5px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ccc;
	vertical-align: top;
}
#index40 ul {
	margin-top:15px;
}
#index40 ul li {
	text-align:center;
	margin-bottom:10px;
}
#index40 ul li img {
}
#index40 ul li a {
	color:#0099cc;
}
#index50 {
	margin-bottom:5px;
	padding:15px 10px;
	border-bottom-style:solid;
	border-bottom-color:#e8e8e8;
	border-bottom-width:5px;
}
#index50 img {
	margin-right:15px;
	float:left;
}
#index50 span {
	line-height:20px;
}

											/* 公司新闻 */
#index60 {
	padding:0 10px;
}
#index60 ul {
}
#index60 ul li {
	line-height:25px;
	height:25px;
	border-bottom-style:solid;
	border-bottom-color:#e8e8e8;
	border-bottom-width:1px;
	margin-top:5px;
}
#index60 ul li a {
	float:left;
}
#index60 ul li span {
	float:right;
}
/* -- product_left.asp ---------------------------------------------------- */

											/* 产品分类的内容栏 */
.product_left10 {
	padding:10px 8px;
}
											/* 分类一级列表 */
.product_left20 {
}
.product_left20 li {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#fff;
	padding:10px;
}
.product_left20 li a{
}
											/* 分类二级列表 */
.product_left30 {
}
.product_left30 li {
	padding:10px 5px 0 30px;
}
.product_left30 li a{
}
/* -- bot.asp -------------------------------------------------------------- */

#bot10 {
	width:950px;
	background-color:#FFF;
	text-align: center;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ccc;
}

#bot10 p {
	padding:20px 0;
	text-align:center;
	color:#666;
}
#bot20 {
	margin:20px auto 0 auto;
	width: 820px;
}
#bot20 img {
	padding-right:14px;
	border-right-style:solid;
	border-right-color:#ccc;
	border-right-width:1px;
	float:left;
}
#bot20 p {
	padding:0 0 0 12px;
	color:#666;
	text-align:left;
	line-height:20px;
	float: left;
}


/*-- about.asp ------------------------------------------------------------*/
											/* 左侧列表 */
#about10 {
	display: table-cell;
	width:20%;
	background-image:url(images/about_left3.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#e8e8e8;
	vertical-align: top;
}
#about10 p {
	margin-top:100px;
	min-height: 400px;
	line-height:30px;
	text-align:center;
}
#about20 {
	display: table-cell;
	width:80%;
	vertical-align: top;
}
#about20 p {
	margin:10px 20px;
	line-height:30px;
}
#about20 table {
	background-color: #F6F6F6;
	width:90%;
	margin:0 auto 10px auto;
}
#about20 table tr td{
	text-align: center;
}
#about20 table tr td img {
	margin: 10px;
	box-shadow:2px 2px 10px #909090;
}
#about20 table tr td p{
	margin: 5px;
	line-height:20px;
}
											/* 两幅图片 */
.about30 {
	margin:10px 20px;
	float:right;
}
.about40 {
	margin:10px 20px;
	float:left;
}

/*-- dingdan.asp ----------------------------------------------------------*/
											/* 左侧联系方式 */
#dingdan10 {
	width:22%;
	background-image:url(images/about_left3.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#e8e8e8;
	display: table-cell;
	vertical-align: top;
}
#dingdan10 p {
	min-height:560px;
	margin-top:100px;
	margin-left:15px;
	line-height:25px;
}
											/* 右侧表单 */
#dingdan20 {
	width: 78%;
	display: table-cell;
	vertical-align: top;
}
#dingdan20 p {
	margin:10px 20px;
	line-height:30px;
}
											/* 订单表格 */
.form200 {
	margin: 0 auto;
	padding-top: 100px;
	line-height:30px;
}
.form200 input[type="text"]{
	height:18px;
	border:1px solid #CCC;
}
.form200 textarea {
	border:1px solid #ccc;
}
.bd {
	border:1px solid #CCC;
}

/*-- cp_bh2.asp -- xw_bh.asp ----------------------------------------------*/

											/* 产品名称 */
.mingcheng p {
	text-align:center;
	font-size:18px;
	font-family:"黑体";
}
.neirong p {
	font-size:14px;
}
/*-- product.asp ----------------------------------------------------------*/
											/* 产品分类 */
#product10 {
	display: table-cell;
	width:20%;
	height:100%;
	background-color:#e8e8e8;
	vertical-align: top;
}
											/* 产品展示 */
#product20 {
	display: table-cell;
	padding-left: 5px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ccc;
	width:80%;
	overflow:hidden;
	vertical-align: top;
}
											/* 产品图片的外边框 */
.product30 {
	padding:2px;
	border:1px solid #CCC;
}
											/* 产品查询 */
.form100 {
	margin:10px auto 10px auto;	
}
.form100 select {
	height:20px;
}
.form100 input[type="text"]{
	height:18px;
	border:1px solid #CCC;
}
.dinggou a {
	color:#0099cc;
}
/*-- lianxi.asp -----------------------------------------------------------*/
#lianxi {
	width:465px;
	height: 200px;
	margin:100px 0 100px 100px;
	padding:30px 0 0 40px;
	border:solid #eee 5px;
	background: url("images/lx.jpg") no-repeat;
	background-position:right bottom;
}
#lianxi p {
	line-height:18px;
}