﻿body:before { /*解决手机不支持背景固定问题*/
	content: ' ';
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("bg.jpg") center 0 no-repeat;
	background-size: cover;
}

body {  /*定义文字、背景*/
	font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height:24px;
	color: #336;
	padding:0px;
	border:0px;
	margin:0px;
/*	background-image: url("bg.jpg");  背景图片*/
/*	background-attachment:fixed;   固定不动*/
/*	background-repeat:no-repeat;  无重复*/
/*	background-position:center top;  背景图片居中上对齐*/
/*	background-size:100% 100px;  背景图片宽自动缩放，高固定*/	
	word-wrap:break-word;  /*换行*/
	background-color: #00a291;  /*背景颜色*/
}
a {  /*定义链接颜色*/
	color: #FF0;
}
a:active,
a:focus,
a:hover {
	color:#F93;
} 
.head {  /*定义头部*/
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:4px;
	padding-top:12px;
	padding-left:6px;
	padding-right:6px;
	background-color: #ffffff;
	font-size: 14px;
	line-height:18px;
	color:#999999; 
	text-align:center;
/*	font-weight:bold; */
}
.logo {  /*定义logo位置*/
/*	width:800px; */
/*	max-width:98%;*/
	margin-left:auto;
	margin-right:auto;
	font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.logo img {  /*定义logo缩放*/
/*	width:248px; */
/*	max-width:96%;	*/ 
}
.content_block {  /*定义内容区块*/
	width:800px;
	max-width:92%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0px;
	padding-top:30px;
	text-align:center;
}

.content_block img { 
	width:160px;
	max-width:92%;	
}
.tips { 
	font-size: 14px;
	font-weight:bold;
	color:#336;
}

h4 {  /*按钮样式外链标题*/
	width:240px;
	height:48px;
	margin-left:auto;
	margin-right:auto;
	background-color:#336;
	border-radius:5px;
	font-size:24px;
	font-weight:500;  
	color:#FFF;
	line-height:48px;
	margin-top:24px;
	margin-bottom:24px;
	cursor:pointer;/*手*/
}	
h4:active,
h4:focus,
h4:hover {
	background-color:#F93;
}
.no_link {  /*按钮样式无外链*/
	width:240px;
	height:48px;
	margin-left:auto;
	margin-right:auto;
	background-color:#999999;
	border-radius:5px;
	font-size:24px;
	font-weight:500;  
	color:#FFF;
	line-height:48px;
	margin-top:24px;
	margin-bottom:24px;
}	
.but_link {  /*定义按钮链接颜色，去掉下划线*/
	color: #FFF;
	text-decoration:none;/*下划线*/
}
.but_link:active,
.but_link:focus,
.but_link:hover {
	color:#FFF;
} 

.bot {  /*定义页脚*/
	width:800px;
	max-width:96%;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	line-height:18px;
	text-align:center;
	color:#336;
}
.bot a { 
	color:#336;
	text-decoration:none;/*下划线*/
}
.bot a:active,
.bot a:focus,
.bot a:hover {
	color:#F93;
}
.bot_title { 
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#336;
	margin-bottom:2px;
}
.bot_title a { 
	color:#336;
	text-decoration:none;/*下划线*/
}
.bot_title a:active,
.bot_title a:focus,
.bot_title a:hover {
	color:#F93;
}

.article_block {  /*定义文章区块背景*/
	border-radius:5px;
	background-color:#FFF;
	display:none;/*默认不显示*/
	padding:12px;
	color:#333366;
	margin-bottom:24px;
}
.article_block_inline {  /*定义文章区块背景*/
	border-radius:5px;
	background-color:#FFF;
	padding:12px;
	color:#333366;
	margin-bottom:24px;
}
.article {  /*定义文章宽度*/
	width:500px;
	max-width:92%;
	margin:0px auto;
}
.article p {  /*定义文章段落左对齐*/
	text-align:left;
	text-indent:2em;
	margin-top:0px;
	margin-bottom:8px;
}
.article img {  /*定义图片缩放*/
	width:100%;
	margin-top:0px;
	margin-bottom:8px;
	border-radius:5px;
	border:2px solid #6699cc;
}
.article table {  /*定义表格*/
	width:100%;
	margin-top:0px;
	margin-bottom:16px;
	border:2px solid #336;
	border-collapse: collapse;  /*cellpadding="0" cellspacing="0"的css替代*/
}
.article td {
	text-align:center;
	vertical-align:middle;
/*	word-break:break-all;  单词自动换行*/
	border-right:1px solid #336;
	border-bottom:1px solid #336;
	background-color:#f9f9f9;
}
.article th {
	text-align:center;
	vertical-align:middle;
	word-break:break-all;
	font-weight:bold;
	color:#FFF;
	background-color:#336;
	min-width:36px;
	border-right:1px solid #336;
	border-top:1px solid #336;
	border-bottom:1px solid #336;
}
.article th a {
	color:#FFF;
}
.article a {  /*定义文章链接颜色*/
	color: #06C;
	width:200px;
}
.article a:active,
.article a:focus,
.article a:hover {
	color:#F93;
} 
.shou {  /*定义文章收拢*/
	letter-spacing:12px;/*字间距*/
	cursor:pointer;
	padding:6px;
	color:#999;
	background-color:#f2f2f2;
}