body {
	margin: 0px;
	background: url('../img/bg.jpg');
	font-family: 'open sans';
	color: #373737;
	-webkit-font-smoothing: antialiased;
	font-size: 1.05em;/*-- 字1.085em --*/ 
	/*-- font-weight: 500; --*/ 
	line-height: 30px;/*-- 30px normal 1.75em --*/ 
	cursor: pointer
}

hr {background: grey;}/* #d0d0d0 */

.modal {
	cursor: default;
}
.header {/*-- 头横幅 --*/ 
	padding: 1em/*-- 上内边距0.5 --*/ 5em/*-- 右内边距2.5 --*/ 0em/*-- 下内边距0 --*/ 8%/*-- 左内边距2.5 --*/;
	background: url('../img/header.jpg');rgba(130, 130, 110, 0.55);/*--背景色--*//*--background: rgba(0, 55, 255, 0.75);--*/
	margin: 0 auto;
	position: absolute;
	width: 100%;/*-- 横幅长度90% --*/
	height: 5.5em;/*-- 横幅高度6.25em --*/
	left: 0%;/*-- 横幅左边距5% --*/
	top:0;
	z-index:6;
}
.logo {
	width: 100%;
	float: left;
}
.navigation {	
	width: 100%;/*-- 45%(头部导航)字宽度左右位置 --*/
	float: right;
	text-align: center;
}

ul.navig {
	float: right;/*-- 字靠右 --*/
	padding: 0 0 0 0em;/*-- 字位置 --*/
	margin-top: -1%;/*-- 字上下-1% --*/
}
ul.navig li span {
	color: #fff;
	margin: 0 1em 0 1em;/*-- 字间隔 --*/
	font-size: 1em;
}
ul.navig li{
	display: inline-block;
	margin: 0 0px;
	position:relative;
}
ul.navig li a {
	font-size: 1em;/*-- (头部导航)链接字大小 --*/
	color: #fff;
	font-weight: 100;
	text-decoration: none;
	-webkit-text-shadow: -5px 5px 5px #000;
    -moz-text-shadow: -5px 5px 5px #000;
    text-shadow: -5px/*-- +右-左 --*/ 5px/*-- +下-上 --*/ 5px/*-- 模糊 --*/ black;
}
ul.navig li a:hover/*--悬停--*/ {
	color: #de5555;/*-- 字色de5555 de5749 39FF39 --*/
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	
}
ul.navig li a:hover ul.navig li a:after{
	display: block;
}
ul.navig li a:after{
	width:1em;
	height:1em;
	background:red;
	display: none;
	content:"";
	position:absolute;
	top:0;
}
/*
.head {
	padding: 30px 0px;
	text-align: center;
	background: #1769cf;
	border-radius: 3px 3px 0px 0px;
	color: #fff;
	font-size: 25px;
}
.head span {
	font-size: 25px;
	font-weight: 400;
	margin-right: 10px;
}
*/
.content {
    padding: 5em 21%;/* 21% 黄金比例0.618 3.13em=50px 4.695em=75px */
    text-align: auto;
}
.bigfont {
	font-size: 1.25em;/* 1.3em=20px 1.4em=22px 1.45em=23px 1.565em=25px */
	-webkit-text-shadow: -5px 5px 5px #000;
    -moz-text-shadow: -5px 5px 5px #000;
    text-shadow: 0px/*-- +右-左 --*/ 0px/*-- +下-上 --*/ 25px/*-- 模糊 --*/ black;
}
.scroll-to {
	margin: 20px;
	clear: both;
	cursor: pointer;
}
p {
    margin: 20px 0px;
    text-align: auto;/* right */
    font-size: 1.05em;
}
ol.sum {
	margin: -5px 0px 0px 55px;
}
ol.sum li {
	line-height: normal;
}
.table thead tr th {
	font-weight: 400;
}
select.speed {
	width: 89px;
	margin: 0px;
}
.img-holder {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 10px;
}
.img-holder img {
	max-width: none;
	cursor: pointer;
}
/*-- --*/
/*-- footer --*/
.footer{
	height: 5em;/*-- 高5 --*/
	background: rgba(0, 0, 0, 0.35/*--透明--*/);/*-- #1e1e1e --*/
	padding:2em 0px 0 0;
}
.footer-text{
	text-align:center;
	font-family:"隶书";
	font-size:1.25em;
}
}
.footer-text ul{
	padding:0;
	margin-top: 3%;
}
.footer-text ul li{
	list-style:none;
	display:inline-block;
	margin:0 0em 0 0;
}
.footer-text p {
	color: #ffffff;
	font-size: 1em;
	margin-top: 1em;
	font-weight: 900;
	letter-spacing: 2px;
}
.footer-text p a {
	color: #fff;
}
.footer-text p a:hover {
	color: skyblue;/*-- #e55353(deepskyblue,lightskyblue) --*/
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*--footer end--*/
