@charset "utf-8";
/* 简单流媒体
   注意: 流媒体要求您删除 HTML 中媒体的高度和宽度属性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支持最大宽度，因此默认为 100% 宽度 */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 流体网格属性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	灵感来自于 Ethan Marcotte 的“具有响应的 Web 设计” 
	http://www.alistapart.com/articles/responsive-web-design
	
	和 Joni Korpi 的“黄金网格系统”
	http://goldengridsystem.com/
*/

/* 移动设备布局: 480px 及更低。 */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;	
}
#wenzi {
	width:93%;
    float:left;
	padding: 0px 10px 0px 10px;
    display: block;     
	}
.hangdaxiao {
	text-indent: 30px;
    font-family: Helvetica;  
	font-size: 16px;
	line-height: 25px;
	color: #000;
	text-align: justify; 
	padding-left:5px;
     }
#cebian { width:100%; float:left;display: none;}

a {
	font-size: 14px;
	color: #009;
    }
a:link {
	text-decoration: none;
    }
a:visited {
	text-decoration: none;
	color: #009;
    }
a:hover {
	text-decoration: none;
	color: #C00;
    }
a:active {
	text-decoration: none;
    }
	
.a3 {
	font-family: Helvetica;
	font-size: 12px;
	color: #999; 
    }
.a3:link {
	text-decoration: none;
	color: #999;
    }
.a3:visited {
	text-decoration: none; 
	color: #999;
    }
.a3:hover {
	text-decoration: none;
	color: #666;
     }
.a3:active {
	text-decoration: none;
    }
.gswz {	font-family: Helvetica; color:#666;
	font-size: 12px;
	text-align: left;
	font-weight: 100;
	padding: 0px 20px 0px 20px;
	line-height: 2;
    }
.a8mbx {
	font-family:Helvetica; 
	font-size: 14px; 
	font-weight:100;
	color: #000; 
    }
.a8mbx:link {
	text-decoration: none;
	color: #000;
    }
.a8mbx:visited {
	text-decoration: none; 
	color: #000;
    }
.a8mbx:hover {
	text-decoration: none;
	color: #000;
     }
.a8mbx:active {
	text-decoration: none;
    }
.logodx { width:87px; height:39px; padding-left: 10px;}	
.logotable { height:100%;}
h1 { font-size:25px; line-height: 33px;}		
#zhuanzhu { width:100%; display: none;}

/* 平板电脑布局: 481px 至 768px。样式继承自: 移动设备布局。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
    }
#cebian { width:100%; float:left;display: none;}
}

/* 桌面电脑布局: 769px 至最高 1232px。样式继承自: 移动设备布局和平板电脑布局。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 75%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#wenzi {
	width:70%;
    height:auto; 
	float:left; 
    padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 10px;
    display: block; 
	border-color: #E2E1FF; 
	border-collapse:collapse; 
	border-style:solid; 
	border-width:thin;
	}
.hangdaxiao {
	text-indent: 30px;
    font-family: "雅黑"; 
	font-size: 16px;
	line-height: 30px;
	color: #000;
	text-align: justify;
     }
#cebian { width:26%; float:left; display: block; margin-left:5px;}
a {
	font-size: 14px;
	color: #009;
    }
a:link {
	text-decoration: none;
    }
a:visited {
	text-decoration: none;
	color: #009;
    }
a:hover {
	text-decoration: none;
	color: #C00;
    }
a:active {
	text-decoration: none;
    }
	
.a3 {
	font-family:"宋体";
	font-size: 14px;
	color: #999; 
    }
.a3:link {
	text-decoration: none;
	color: #999;
    }
.a3:visited {
	text-decoration: none; 
	color: #999;
    }
.a3:hover {
	text-decoration: none;
	color: #666;
     }
.a3:active {
	text-decoration: none;
    }
.gswz {	font-family: "宋体"; color:#666;
	font-size: 14px;
	text-align: left;
	font-weight: 100;
	padding: 0px 20px 0px 20px;
	line-height: 2;
    }
.txbt {
    text-align:left;
    font-family: "黑体"; 
	font-size: 18px;
	color: #666;
	font-weight: 600;
    }
.a8mbx {
	font-family:"宋体"; 
	font-size: 14px; 
	font-weight:100;
	color: #000; 
    }
.a8mbx:link {
	text-decoration: none;
	color: #000;
    }
.a8mbx:visited {
	text-decoration: none; 
	color: #000;
    }
.a8mbx:hover {
	text-decoration: none;
	color: #000;
     }
.a8mbx:active {
	text-decoration: none;
    }
.logodx { width:152px; height:83px;}
.logotable { height:100%;} 
h1 { font-size:32px; line-height: 39px;}
#zhuanzhu { width:100%; display: block;}

}
