@charset "gb2312";
/* CSS Document */

/*通用*/
body
{
	font: 14px "宋体";
	background-color: #333333;
	line-height: 150%;
	color: #FFF;

}

* li{list-style:none;}
a{text-decoration:none;color:#ffffff;}
a:hover{text-decoration:underline;}


.head{
	width: 1210px;
	background-color: #ffffff;
	background-image: url(../images/head_bg.gif);
	height: 93px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.banner{width: 1210px;margin:0 auto;}
.content{margin:0 auto;width:1210px; background-color:#ffffff;}

.h5{
	width: 1210px;
	margin: 0 auto;
	height: 5px;
	background-color: #ffffff;
}
.end{width: 1210px;margin:0 auto;}
.cls {clear: both;}
a:focus { outline: none; }


.xgsm {
	padding: 0px;
	width: 800px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.xgsm p {
	line-height: 1.8em;
	padding: 0px;
	margin: 0px;
	color: #666666;
}
.menu {
	height: 40px;
	display: block;
	padding: 0px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
}

.menu ul li {
	/* width and height of the menu items */  
			float: left;
	overflow: hidden;
	position: relative;
	line-height: 40px;
	text-align: center;
}

.menu ul li a {
	/* must be postioned relative  */ 
	position: relative;
	display: block;
	width: 90px;
	height: 40px;
	font-family: "微软雅黑", "宋体";
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

.menu ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 90px;
}

		.menu ul li a span.out {
			top: 0px;
}

		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: -40px;
}
		/** 2nd example **/

#menu2 {
			background: #0266b5;		
}
		
#menu2 ul li a {
			color: #ffffff;
}

#menu2 ul li a span.over {
	color: #000;
	background-color: #f0f0f0;
}

.navsbg {
	width: 1210px;margin:0 auto;
	background-image: url(../images/nav_sbg.gif);
	height: 17px;
}
.co1_titbg {
	background-image: url(../images/co_t1.gif);
	height: 50px;
	font-size: 24px;
	color: #FFF;
	padding: 5px;	font-weight: bold;
}

.co_dtxt {
	font-size: 18px;
	color: #FFF;
}
.gn_txt {
	font-size: 14px;
	color: #0066CC;
	line-height: 120%;
}
.gn_txt span {
	font-weight: bold;
	color: #1D1F1E;
	line-height: 150%;
}
.pdu_contxt {
	font-size: 16px;
	color: #2C6497;
}
.pdu_contxt p span {
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	color: #000;
}
.table_list {
	font-size: 12px;
	color: #333;
	margin: 3px;
}
.tb_bg {
	background-image: url(../images/bg__.jpg);
}


.tbtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
	background-image: url(../images/tit_bg.jpg);
	text-align: center;
	font-weight: bold;
	padding-top: 45px;
}
.model {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #0C5736;
}
.headfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
}
.tedian2 {
    width: 100%;       /* 容器宽度 */
    height: 300px;      /* 容器高度 */
    font-size: 12px;    /* 文字大小 */
    line-height: 150%;  /* 行高（12px * 1.5 = 18px） */
    overflow-y: auto;   /* 垂直方向自动显示滚动条 */
    border: 1px solid #ccc; /* 可选边框 */
    padding: 10px;      /* 可选内边距 */
    box-sizing: border-box; /* 确保尺寸包含边框和内边距 */
}
.tediannew {
  width: 100%;         /* 宽度100% */
  height: 300px;       /* 固定高度300px */
  padding: 10px;       /* 内边距10px */
  font-size: 12px;     /* 文字大小12px */
  line-height: 150%;   /* 行高150% */
  overflow-y: auto;    /* 垂直方向超出时显示滚动条 */
  box-sizing: border-box; /* 确保内边距包含在总高度内 */
  
  /* 可选样式 */
  border: 1px solid #ddd; /* 边框 */
  background-color: #f9f9f9; /* 背景色 */
}
