﻿/* CSS Document */
/*body{background:url(../images/secbodybg.jpg) repeat-x #E9F4FA;}*/

#content-lside,#content-rside{
  width:3px;
  height:100%;
  }
#content-lside{
  float:left;
  background:url(../images/lside-bg.jpg) repeat;
 /* border-left:#FF0000 solid 1px;*/
  }
#content-rside{
  float:left;
  /*background:url(../images/rside-bg.jpg);*/
  margin-right:0;
  _margin-right:-3px;
  
  }

/*------leftside-----*/
#content-left{
  float:left;
  margin-top:2px;
  width:165px;
  
  }
#content-lefttop{
  width:100%;
  height:99px;
  background:url(../images/pro-lefttop_3.jpg);
  }
#content-leftsmenu{
  width:100%;
  height:351px;
  background:url(../images/pro-leftbg_3.jpg);
  
  }
/*------center-----*/
#content-cen{
  float:left;
  width:581px;
  margin-top:2px;
  height:100%;
  margin-left:4px;
  margin-right:4px;
  /*border:#FF0000 solid 1px;*/
  }
#content-centopline,#content-centopline1{
  width:581px;
  font-size:0;
  }
#content-centopline{
  height:3px;
  background:url(../images/pro-centopline_3.jpg);
  } 
#content-centopline1{
  height:5px;
  background:url(../images/pro-centopline1_3.jpg);
  }
#content-centop,#content-centop1{
  border-left:#CECECE solid 1px;
  border-right:#CECECE solid 1px;
  }
#content-centop{
  width:575px;
  height:95px;
  padding:0 2px;
  
  }
#content-centop1{
  width:575px;
  height:23px;
  padding:0 2px;
  
  }
#content-centop1 p{
	width:100%;
	height:21px;
	padding:2px 0 0 0;
	margin:0;
	text-align:left;
	line-height:21px;
	background-color: #F0F0F0;
  }
#content-centop1 p span{
  float:left;
  padding-left:16px;
  text-indent:0;

  }
#content-centop1 p span.posnav{
  float:right;
  padding-right:20px;
  }
.product-title{
  clear:both;
  margin:14px 24px 0 24px;
  width:533px;
  height:25px;
  font-weight:bold;
  text-align:left;
  line-height:25px;
  border-bottom:#ECECEC solid 1px;
  }
.product-content{
  clear:both;
  margin:14px 24px;
  width:533px;
  height:auto;
  overflow:auto; 
 
  }
.product-content img{
  display:block;
  text-align:center;
  margin:0 auto;
}
.product-content ul{
  float:left;
  width:42%;
  margin-left:40px;
  _margin-left:20px;
  text-align:left;
  list-style:none;
  }
.product-content li{
  height:28px;
  line-height:28px;
  background:url(../images/dot.jpg) no-repeat 0 9px;
  padding-left:16px;
  }
.product-content img{
  float:left;
  }
.product-content img.r30{ 
  margin-right:30px;
  }
.product-content img.l30{ 
  margin-left:40px;
  }
.product-content p.indent0{
  text-indent:0;
  float:right;
  width:75%;
  }
/*--------rightside-----*/
#content-right{
  float:left;
  width:199px;
  margin-top:2px;
  height:100%;
  
  }
#content-right h3{
   width:199px;
   heigth:29px;
   color:#666666;
   text-align:left;
   line-height:29px;
   font-size:14px;
   font-family:"微软雅黑", "宋体";
   font-weight:normal;
   background:url(../images/pro-rtitle_3.jpg);
   }
.h3title{
   padding-left:30px;
   }
#content-right01{
   float:left;
   width:1px;
   height:561px;
   }
#content-right02{
   float:left;
   width:198px;
   background:url(../images/pro-rbg.jpg) no-repeat;
   }
/*----??????--*/
#banner{
   width:581px;
   height:99px;
   background:url(../images/pro-banners.jpg);
   position:relative;
   }
#banner p{
   position:absolute;
   bottom:0;
   left:0;
   line-height:30px;
   padding-left:14px;
   text-indent:0;
   }
.product-content #cpgk li{
    background:none;
   }
table{
  margin:14px 24px;
  border-collapse:collapse;
  }
table thead td{
  font-weight:bold;
  text-align:center;
  background:#F3F3F3;
  }
table td{
  border:1px #E1DFDF solid;
  height:22px;
  text-align:left;
  line-height:22px;
  padding-left:4px;
  }
table td.title{
  font-weight:bold;
  background:#F3F3F3;
  text-align:center;
  }
/*----文章中的表格-----*/
.articletable table tbody td{
  border:none;
  }  