﻿/*
html {
	text-align: center;
	background: #EDEDED url(../images/main_bg.jpg) repeat-x left top;
}

*/
body {
	width: 100%;
	font-size: 50px;
	font-family:幼圆;
	color: #333333;				/*文字颜色：可使用单词(purple)，RGB数值或百分比(123,0,25)或(45%，0,25%)，十六进制数（#FF0000）*/
	text-align: left;
	margin: 0 auto;
	background-color:   #fff;						/*背景颜色: 可使用单词(green),十六进制数（#FF0000）*/
	background-image:   none;						/*背景图片：none无背景图片*/
	/* background-image:	url(../pc181.JPG);	*/  /*背景图片：制定图片位置和名称*/
	background-repeat: no-repeat;					/*图片重复：repeat 垂直和水平都重复，repeat-x 水平重复，repeat-y垂直重复，no-repeat不重复*/	
	background-attachment:	scroll;					/*图片滚动：scroll当页面滚动式图片也滚动，fixed图片固定在页面可见位置*/
	background-position:	top;	/*图片位置：length图片与边距水平和垂直方向的距离长度,percentage,top顶部剧中，center页面居中，bottom,left,right*/
	background-size: cover;							/*图片缩放：cover完全覆盖，contain宽度或高度正好覆盖*/
}

/*标题标记： h1,h2,h3,h4,h5,h6 最多六个*/
h1 {											
	font-size: 60px;								/*文字大小*/
	color: black;						/*文字颜色：可使用单词(purple)，RGB数值或百分比(123,0,25)或(45%，0,25%)，十六进制数（#FF0000）*/
	text-align: center; 						/*水平对齐方式：start,end,left,right,center,justify,match-parent,<string>,inherit*/
	font-family: 楷体;							/*黑体; 字体，多个字体用逗号分开*/
	font-style: normal;							/*文字样式: normal, italic,oblique,inherit*/
	font-weight: bold;							/*文字加粗：bold, bolder, lighter, normal */
/*	text-shadow:0.1em 2px 6px gray;				/*文字加阴影 ie不工作，手机工作*/
	text-decoration: none;						/*文字修饰 none, underline,overline,line-through,blink | blink 功能ie不工作，手机工作*/
	letter-spacing: 5px;						/*字符间距 normal, 3px, 1ex, 1em, -1em*/
	word-spacing: 10px;							/*单词间距 normal, 15px,*/
	vertical-align: baseline;					/*垂直对齐 baseline, sub,super,top,text-top,middle,bottom,text-bottom,%*/
	background-color: #fff;						/*背景颜色，定义方法同文字颜色*/
	
/*	border-style: solid; */			/*边框样式（html中的边框设为0）：none, dotted, dashed, solid, double,groove,ridge,inset,outset*/
/*	border-color: green; */						/*边框颜色*/
/*	border-top-color:   ;
/*	border-right-color:  ;
/*	border-left-color:   ;
/*	border-bottom-color:  ; */
	
	border-width: 1px;							/*边框线宽：medium, thin,thick, 自定义（12px）*/
	border-radius: 10px;						/*边框圆角*/
/*	border-top-right-radius: 10px;
	border-bottom-right-radius:  10px;
	border-top-left-radius:    10px;
	border-bottom-left-radius:   10px;
*/		
	}

h2 {
	font-size: 80px;								/*文字大小*/
	color: green;						/*文字颜色：可使用单词(purple)，RGB数值或百分比(123,0,25)或(45%，0,25%)，十六进制数（#FF0000）*/
	text-align: center; 						/*水平对齐方式：start,end,left,right,center,justify,match-parent,<string>,inherit*/
	text-indent: 50px;
	font-family: 楷体;							/*黑体; 字体，多个字体用逗号分开*/
	font-style: normal;							/*文字样式: normal, italic,oblique,inherit*/
	font-weight: normal;						/*文字加粗：bold, bolder, lighter, normal */
/*	text-shadow:0.1em 2px 6px gray;				/*文字加阴影 ie不工作，手机工作*/
	text-decoration: none;						/*文字修饰 none, underline,overline,line-through,blink | blink 功能ie不工作，手机工作*/
	letter-spacing: 5px;						/*字符间距 normal, 3px, 1ex, 1em, -1em*/
	word-spacing: 10px;							/*单词间距 normal, 15px,*/
	vertical-align: baseline;					/*垂直对齐 baseline, sub,super,top,text-top,middle,bottom,text-bottom,%*/
	background-color: #fff;						/*背景颜色，定义方法同文字颜色*/
	
	border-style: solid;	/*边框样式（html中的边框设为0）：none, dotted, dashed, solid, double,groove,ridge,inset,outset*/
	border-color: white;						/*边框颜色*/
	
	border-width: 1px;							/*边框线宽：medium, thin,thick, 自定义（12px）*/
	border-radius: 10px;						/*边框圆角*/
	
	
}
	
h3 {
	font-size: 60px;								/*文字大小*/
	color: grey;					/*文字颜色：可使用单词(purple)，RGB数值或百分比(123,0,25)或(45%，0,25%)，十六进制数（#FF0000）*/
	text-align: left; 						/*水平对齐方式：start,end,left,right,center,justify,match-parent,<string>,inherit*/
	text-indent: 10px;				/*文本缩进*/
	font-family: 黑体;							/*黑体; 字体，多个字体用逗号分开*/
	letter-spacing: -2em;						/*字符间距 normal, 3px, 1ex, 1em, -1em*/
	line-height: 100px; 			/*行高定义*/
	font-cellpadding: 8px;
	
	word-wrap:break-word;
	
	border-style: dotted;
	border-color: #999;
	border-width: 1px;
	border-radius: 10px;
	
	}

h4 {
	font-size: 20px;								/*文字大小*/
	color: grey;						/*文字颜色：可使用单词(purple)，RGB数值或百分比(123,0,25)或(45%，0,25%)，十六进制数（#FF0000）*/
	text-align: left; 						/*水平对齐方式：start,end,left,right,center,justify,match-parent,<string>,inherit*/
	font-family: 楷体;							/*黑体; 字体，多个字体用逗号分开*/
	font-style: normal;							/*文字样式: normal, italic,oblique,inherit*/
	font-weight: normal;						/*文字加粗：bold, bolder, lighter, normal */
/*	text-shadow:0.1em 2px 6px gray;				/*文字加阴影 ie不工作，手机工作*/
	text-decoration: none;						/*文字修饰 none, underline,overline,line-through,blink | blink 功能ie不工作，手机工作*/
	letter-spacing: 5px;						/*字符间距 normal, 3px, 1ex, 1em, -1em*/
	word-spacing: 10px;							/*单词间距 normal, 15px,*/
	vertical-align: baseline;					/*垂直对齐 baseline, sub,super,top,text-top,middle,bottom,text-bottom,%*/
	background-color: #fff;						/*背景颜色，定义方法同文字颜色*/
	
	}



.yuanwen_content {
	font-size: 80px;								/*文字大小*/
	color: green;						/*文字颜色：可使用单词(purple)，RGB数值或百分比(123,0,25)或(45%，0,25%)，十六进制数（#FF0000）*/
	text-align: center; 						/*水平对齐方式：start,end,left,right,center,justify,match-parent,<string>,inherit*/
	text-indent: 50px;
	font-family: 楷体;							/*黑体; 字体，多个字体用逗号分开*/
	font-style: normal;							/*文字样式: normal, italic,oblique,inherit*/
	font-weight: normal;						/*文字加粗：bold, bolder, lighter, normal */
/*	text-shadow:0.1em 2px 6px gray;				/*文字加阴影 ie不工作，手机工作*/
	text-decoration: none;						/*文字修饰 none, underline,overline,line-through,blink | blink 功能ie不工作，手机工作*/
	letter-spacing: 5px;						/*字符间距 normal, 3px, 1ex, 1em, -1em*/
	word-spacing: 10px;							/*单词间距 normal, 15px,*/
	vertical-align: baseline;					/*垂直对齐 baseline, sub,super,top,text-top,middle,bottom,text-bottom,%*/
	background-color: #fff;						/*背景颜色，定义方法同文字颜色*/
	
	border-style: solid;	/*边框样式（html中的边框设为0）：none, dotted, dashed, solid, double,groove,ridge,inset,outset*/
	border-color: green;						/*边框颜色*/
	
	border-width: 1px;							/*边框线宽：medium, thin,thick, 自定义（12px）*/
	border-radius: 10px;						/*边框圆角*/
	
	
}


	
td {
	font: 12px "黑体";
	color: #333;
}


img {
	border: none;
}


/*P 用来定义段落中的文字*/
p {												
	font-size: 80px;
	font-family:幼圆;
	text-align: left; 							/*水平对齐方式：start,end,left,right,center,justify,match-parent,<string>,inherit*/
	text-indent: none;							/*文字缩进，直接定义尺寸如10mm，或百分比如10%*/
	font-style: normal;							/*文字样式: normal, italic,oblique,inherit*/
	font-weight: normal;						/*文字加粗：bold, bolder, lighter, normal */
/*	text-shadow:0em 2px 6px gray;	*/			/*文字加阴影 ie不工作，手机工作*/
	text-decoration: none;						/*文字修饰 none, underline,overline,line-through,blink | blink 功能ie不工作，手机工作*/
	letter-spacing: 5px;						/*字符间距 normal, 3px, 1ex, 1em, -1em*/
	word-spacing: 10px;							/*单词间距 normal, 15px,*/
	vertical-align: baseline;					/*垂直对齐 baseline, sub,super,top,text-top,middle,bottom,text-bottom,%*/
	background-color: #FFF;						/*背景颜色，定义方法同文字颜色*/
}


.brief {												
	font-size: 50px;
	font-family:幼圆;
	text-align: left; 							/*水平对齐方式：start,end,left,right,center,justify,match-parent,<string>,inherit*/
	text-indent: none;							/*文字缩进，直接定义尺寸如10mm，或百分比如10%*/
	font-style: normal;							/*文字样式: normal, italic,oblique,inherit*/
	font-weight: normal;						/*文字加粗：bold, bolder, lighter, normal */
/*	text-shadow:0em 2px 6px gray;	*/			/*文字加阴影 ie不工作，手机工作*/
	text-decoration: none;						/*文字修饰 none, underline,overline,line-through,blink | blink 功能ie不工作，手机工作*/
	letter-spacing: 5px;						/*字符间距 normal, 3px, 1ex, 1em, -1em*/
	word-spacing: 10px;							/*单词间距 normal, 15px,*/
	vertical-align: baseline;					/*垂直对齐 baseline, sub,super,top,text-top,middle,bottom,text-bottom,%*/
	background-color: #FFF;						/*背景颜色，定义方法同文字颜色*/
}



/* 带连接的字体样式 */
a {
/*	font-size: 60px/1.5;								/*文字大小*/
	color: #07519A;								/*文字颜色：可使用单词(purple)，RGB数值或百分比(123,0,25)或(45%，0,25%)，十六进制数（#FF0000）*/
	text-align: left; 							/*水平对齐方式：start,end,left,right,center,justify,match-parent,<string>,inherit*/
	font-family: 华文细黑;							/*黑体; 字体，多个字体用逗号分开*/
	font-style: normal;							/*文字样式: normal, italic,oblique,inherit*/
	font-weight: normal;						/*文字加粗：bold, bolder, lighter, normal */
/*	text-shadow:0em 2px 6px gray;	*/			/*文字加阴影 ie不工作，手机工作*/
	text-decoration: none;						/*文字修饰 none, underline,overline,line-through,blink | blink 功能ie不工作，手机工作*/
	letter-spacing: normal;						/*字符间距 normal, 3px, 1ex, 1em, -1em*/
	word-spacing: normal;						/*单词间距 normal, 15px,*/
	vertical-align: baseline;					/*垂直对齐 baseline, sub,super,top,text-top,middle,bottom,text-bottom,%*/

}

a:hover {
/*	font-size: 20px;								/*文字大小*/
	color: red;								/*文字颜色：可使用单词(purple)，RGB数值或百分比(123,0,25)或(45%，0,25%)，十六进制数（#FF0000）*/
	text-align: left; 							/*水平对齐方式：start,end,left,right,center,justify,match-parent,<string>,inherit*/
	font-family: 华文细黑;							/*黑体; 字体，多个字体用逗号分开*/
	font-style: normal;							/*文字样式: normal, italic,oblique,inherit*/
	font-weight: normal;						/*文字加粗：bold, bolder, lighter, normal */
/*	text-shadow:0em 2px 6px gray;	*/			/*文字加阴影 ie不工作，手机工作*/
	text-decoration: none;						/*文字修饰 none, underline,overline,line-through,blink | blink 功能ie不工作，手机工作*/
	letter-spacing: normal;						/*字符间距 normal, 3px, 1ex, 1em, -1em*/
	word-spacing: normal;						/*单词间距 normal, 15px,*/
	vertical-align: baseline;					/*垂直对齐 baseline, sub,super,top,text-top,middle,bottom,text-bottom,%*/
}

a:visited {
/*	font-size: 20px;								/*文字大小*/
	color: #07519A;								/*文字颜色：可使用单词(purple)，RGB数值或百分比(123,0,25)或(45%，0,25%)，十六进制数（#FF0000）*/
	text-align: left; 							/*水平对齐方式：start,end,left,right,center,justify,match-parent,<string>,inherit*/
	font-family: 华文细黑;							/*黑体; 字体，多个字体用逗号分开*/
	font-style: normal;							/*文字样式: normal, italic,oblique,inherit*/
	font-weight: normal;						/*文字加粗：bold, bolder, lighter, normal */
/*	text-shadow:0em 2px 6px gray;	*/			/*文字加阴影 ie不工作，手机工作*/
	text-decoration: none;						/*文字修饰 none, underline,overline,line-through,blink | blink 功能ie不工作，手机工作*/
	letter-spacing: normal;						/*字符间距 normal, 3px, 1ex, 1em, -1em*/
	word-spacing: normal;						/*单词间距 normal, 15px,*/
	vertical-align: baseline;					/*垂直对齐 baseline, sub,super,top,text-top,middle,bottom,text-bottom,%*/
}



.a1 {											/*当需要多个不同的超级链接样式时，可以定义多个class。调用方法：<class="a1"> */
	font-size: 26px;								/*文字大小*/
	color: black;								/*文字颜色：可使用单词(purple)，RGB数值或百分比(123,0,25)或(45%，0,25%)，十六进制数（#FF0000）*/
	text-align: right; 						/*水平对齐方式：start,end,left,right,center,justify,match-parent,<string>,inherit*/
	font-family: 黑体;							/*黑体; 字体，多个字体用逗号分开*/
	font-style: normal;							/*文字样式: normal, italic,oblique,inherit*/
	font-weight: normal;						/*文字加粗：bold, bolder, lighter, normal */
/*	text-shadow:0em 2px 6px gray;	*/			/*文字加阴影 ie不工作，手机工作*/
	text-decoration: none;						/*文字修饰 none, underline,overline,line-through,blink | blink 功能ie不工作，手机工作*/
	letter-spacing: normal;						/*字符间距 normal, 3px, 1ex, 1em, -1em*/
	word-spacing: normal;						/*单词间距 normal, 15px,*/
	vertical-align: baseline;					/*垂直对齐 baseline, sub,super,top,text-top,middle,bottom,text-bottom,%*/

}


.a2 {											/*当需要多个不同的超级链接样式时，可以定义多个class。调用方法：<class="a1"> */
	font-size: 40px;								/*文字大小*/
	color: green;								/*文字颜色：可使用单词(purple)，RGB数值或百分比(123,0,25)或(45%，0,25%)，十六进制数（#FF0000）*/
	text-align: right; 							/*水平对齐方式：start,end,left,right,center,justify,match-parent,<string>,inherit*/
	font-family: 华文细黑;							/*黑体; 字体，多个字体用逗号分开*/
	font-style: normal;							/*文字样式: normal, italic,oblique,inherit*/
	font-weight: normal;						/*文字加粗：bold, bolder, lighter, normal */
/*	text-shadow:0em 2px 6px gray;	*/			/*文字加阴影 ie不工作，手机工作*/
	text-decoration: none;						/*文字修饰 none, underline,overline,line-through,blink | blink 功能ie不工作，手机工作*/
	letter-spacing: normal;						/*字符间距 normal, 3px, 1ex, 1em, -1em*/
	word-spacing: normal;						/*单词间距 normal, 15px,*/
	vertical-align: baseline;					/*垂直对齐 baseline, sub,super,top,text-top,middle,bottom,text-bottom,%*/

}


div ul {
	font-size: 80px;								/*文字大小*/
	color: #006;					/*文字颜色：可使用单词(purple)，RGB数值或百分比(123,0,25)或(45%，0,25%)，十六进制数（#FF0000）*/
	text-align: left; 						/*水平对齐方式：start,end,left,right,center,justify,match-parent,<string>,inherit*/
	text-indent: 1px;				/*文本缩进*/
	font-family: 黑体;							/*黑体; 字体，多个字体用逗号分开*/
	letter-spacing: 5px;						/*字符间距 normal, 3px, 1ex, 1em, -1em*/
	line-height: 120px; 			/*行高定义*/
	
	margin-left: 30px;
	list-style-type: square;	 /*disc  实心圆，circle 空心圆， square 方块， none 无*/
}


