@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%;
}
.content_one {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-color:#DEDDD1;
	display: block;
	height:auto;
	border:9px thick #060 ;
}
/*/////////////////////////////////////*/
.header {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	background-color:#F52B1B;
	text-align:center;
	height:auto;
	padding:0,15px;
}
#top_one{
	width: 100%;
	height:20px;
	}
#top_two{
	width: 100%;
	background-color:#FFF;
	height:auto;
	}

#top_four{
	width:100%;
	clear:both;
}
	
	
.footer {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:140px;
	background-color:#333;
	text-align:center;
}
.inline_block{
	font-size:large; 
	font-weight:bold; 
	letter-spacing:5px; 
	color:#145CD3; 
	display:block;
}
.img_small{
	min-width: 180px; 
	max-width:180px; 
	min-height:180px; 
	max-height:180px;  
	height: expression_r( document.body.clientHeight < 181 ? '180px' : '180px' );
	width: expression_r( document.body.clientWidth < 181 ? '180px' : '180px' );
}
.img_big{
	min-width: 180px; 
	max-width:180px; 
	min-height:180px; 
	max-height:180px;  
	height: expression_r( document.body.clientHeight < 181 ? '180px' : '180px' );
	width: expression_r( document.body.clientWidth < 181 ? '180px' : '180px' );
}
.img_ssmall{
	 float:left; 
	 margin-right:15px;
	 min-height: 180px; 
	 min-height:180px;
	 max-height:180px;
     width: expression_r( document.body.clientHeight < 181 ? "180px" : "180px" );
}
#ewm{
	display:none;
}
/*/////////////////////////////////////*/

/* 平板电脑布局: 481px 至 768px。样式继承自: 移动设备布局。 */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
/*/////////////////////////////////////*/
.header {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	background-color:#3B77BD;
	text-align:center;
}
#top_one{
	width: 100%;
	height:20px;
	}
#top_two{
	width: 90.675%;
	margin-left: auto;
	margin-right: auto;
	text-align:left;

	}
.footer {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:120px;
	background-color:#333;
	text-align:center;
}
#top_four{
	width:100%;
	clear:both;}
/*/////////////////////////////////////*/
.img_small{
	min-width: 180px; 
	max-width:180px; 
	min-height:180px; 
	max-height:180px;  
	height: expression_r( document.body.clientHeight < 181 ? '180px' : '180px' );
	width: expression_r( document.body.clientWidth < 181 ? '180px' : '180px' );
}
.img_big{
	min-width: 180px; 
	max-width:180px; 
	min-height:180px; 
	max-height:180px;  
	height: expression_r( document.body.clientHeight < 181 ? '180px' : '180px' );
	width: expression_r( document.body.clientWidth < 181 ? '180px' : '180px' ); 
}
.img_ssmall{
	 float:left; 
	 margin-right:15px;
	 min-height: 180px; 
	 min-height:180px;
	 max-height:180px;
     width: expression_r( document.body.clientHeight < 181 ? "180px" : "180px" );
}
}
/* 桌面电脑布局: 769px 至最高 1232px。样式继承自: 移动设备布局和平板电脑布局。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	
}
.content_one {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-color:#DEDDD1;
	display: block;
	height:auto;
	border:9px thick #060 ;
	max-width: 1232px;	
}
#content_two {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-color:#DEDDD1;
	display: block;
	height:auto;
	border:9px thick #060 ;
	max-width: 1232px;	
}
.bg{
	clear:both;
	width:100%;
	height:35px;
	background-color:#31013F;

	background-repeat:repeat-x;
	display:block;
}
/*/////////////////////////////////////*/

.header {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	text-align:center;
	height:auto;
	background-color:#F5F5F5;
}

.header2 {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	text-align:center;
	height:auto;
	background-image:url(../images/header_bg.jpg);
}


.header3 {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	text-align:center;
	height:auto;
	background-color:#2A2A2A;
}
.header4 {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	text-align:center;
	height:auto;
	background-color:#9DC891;
}


#top_one{
	width: 88.2%;
	max-width: 1232px;	
	height:30px;	
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	line-height:30px;
	}
#top_two{
	width: 88.2%;
	max-width: 1232px;	
	margin-left: auto;
	margin-right: auto;
	text-align:center;

	}
#top_three{
	width: 88.2%;
	padding-top:0px;
	max-width: 1232px;
	margin:auto;
	
	}
#top_four{
	width: 88.2%;
	padding-top:0px;
	max-width: 1232px;
	margin:auto;
		position:relative;
}



.footer {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:120px;
	background-color:#333;
	text-align:center;
}


.img_small{
	min-width: 180px; 
	max-width:180px; 
	min-height:180px; 
	max-height:180px;  
	height: expression_r( document.body.clientHeight < 181 ? '180px' : '180px' );
	width: expression_r( document.body.clientWidth < 181 ? '180px' : '180px' );
}
.img_big{
	min-width: 280px; 
	max-width:280px; 
	min-height:280px;
	max-height:280px;
 	width: expression_r( document.body.clientWidth < 281 ? '280px' : '280px' ); 
 	height: expression_r( document.body.clientHeight < 281 ? '280px' : '280px' ); 
}
.img_ssmall{
	 float:left; 
	 margin-right:15px;
	 min-height: 180px; 
	 min-height:180px;
	 max-height:180px;
     width: expression_r( document.body.clientHeight < 181 ? "180px" : "180px" );
}
#ewm{
	display:block;
	position:fixed;
	left:0px;
	top:200px;
}
/*/////////////////////////////////////*/	

/*/////////////////////////////////////*/
}