* {
    margin: 0;
    padding: 0;
}
.my-body{
    width: 100%;
    height: 100%;
	background-image: url(../img/background.jpg);
	background-size: 100% 100%;
	background-attachment:fixed;
	font-family: "PingFangSC-Light", "Hiragino Sans GB", "Microsoft YaHei", sans-serif, "黑体";
}
#header{
	width: 100%;
	height: 50px;
	opacity: 50%;
	position:fixed;
	top: 0px;
	z-index: 50;
	background-color: rgba(0,0,0,0.3);
}
#navigation,#body{
	width: 1250px;
	margin: 0 auto;
}
#navigation>a{
	position: relative;
	top: -50px;
}
#navigation>ul{
	display: inline;
}
#navigation>ul>li{
	width: 100px;
	height: 100%;
	float: right;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	list-style-type: none;
}
#navigation>ul>li>a{
	width: 100%;
	height: 100%;
	color: white;
	display: block;
	text-decoration: none;
}
#navigation>ul>li:hover{
	background-color: black;
}
#body{
	margin-top: 50px;
	background-color: rgba(0,0,0,0.3);
}
.wrap,#dowebok,#dowebokWrap{
	background-color: rgba(0,0,0,0);
}
.o-slider--item>h1{
	color: white;
	text-align: center;
	margin: 10px 0px 5px 0px;
}
.o-slider--item>p{
	color: white;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.center-solid{
	width: 200px;
	height: 3px;
	background-color: white;
	margin: 0 auto;
}
#my-jpg{
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 100px;
	background-image: url(../img/gzj-head.jpg);
	background-size: 150px 150px;
}
#metto{
	width: 580px;
	height: 40px;
	margin: 0 auto;
	background-image: url(../img/metto.png);
}
/*.title-gzj{
	width: 150px;
	height: 40px;
	background-color: rgba(0,0,0,0.4);
	color: white;
	line-height: 40px;
	border-radius: 0px 35px 0px 35px;
}
.title-gzj>h2{
	margin-left: 30px;
	color: rgba(255,255,255,0.6);
}*/
/*.cut-rule{
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.4);
	border: 0px;
}*/
.nav-h2{
	position: relative;
	color: white;
	top: 40px;
	left: 130px;
	font-weight: bold;
}
.nav-h3{
	font-weight: bold;
	font-size: 20px;
	font-family: "宋体", serif;
}
.happy{
	width: 100%;
	color: white;
	font-size: 16px;
	padding: 10px 0px;
	text-align: center;
}
#foot{
	width: 100%;
	color: white;
	font-size: 14px;
	padding: 10px 0px;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
}
#foot a{
	color: white;
	text-decoration: none;
}
#foot a:hover{
	color: black;
	text-decoration: none;
}
.active>a>h3{
	margin: 5px 0px;
	position: relative;
	left: -4em;
}
.active>a>h4{
	margin: 10px 0px;
}
.active>a>p{
	text-indent: 2em;
}
.active>a>ul>li{
	margin: 5px 0px;
	text-indent: 2em;
	list-style-type: none;
}
#happy-gzj{
	width: 200px;
	height: 200px;
	margin: 10px auto;
}
#happy-gzj>img{
	width: 200px;
	height: 200px;
	opacity: 0.7;
}
.side {
	position: fixed;
	width: 54px;
	height: 275px;
	right: 0;
	top: 600px;
	z-index: 100;
}

.side ul li {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	border-bottom: 1px solid #444;
}

.side ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: white;
	font: 14px/54px "微软雅黑";
	overflow: hidden;
}

.side ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	transition: all 0.3s;
}

.side ul li .sidetop:hover {
	background: rgba(0,0,0,0.3);
	opacity: 1;
	filter: Alpha(opacity=100);
}

.side ul li img {
	float: left;
}
.img-icon{
	width: 30px;
	height: 30px;
	margin: 12px 10px 0px 12px;
}
.nav-img{
	width: 300px;
	opacity: 0.8;
}
.title{
	color: white;
	line-height: 500px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.chartreuse{
	color: chartreuse;
}
.ml80{
	margin-left: 80px !important;
}
.ml20{
	margin-left: 20px !important;
}
