@charset "utf-8";
body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal
}
body>div {
	margin: 0 auto
}
div {
	text-align: left
}
a img {
	border: 0
}
body {
	color: #333;
	text-align: center;
	font: 12px "宋体";
}
ul, ol, li {
	list-style-type: none;
	vertical-align: 0
}
a {
	outline-style: none;
	text-decoration: none
}
a:hover {
	color: #D40000;
	text-decoration: none
}
table {
	border-collapse: collapse;
}
html {
	overflow-y: scroll;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
*zoom:1;
}
.qmy-logo {
	height: 100%;
	background-color: #333333; /*background-image:url(../images/bg4.jpg); background-repeat: no-repeat; background-position: top center;*/
	position: fixed;
	top: 0px;
	left: 12%;
	opacity:0.8;
	z-index: 100;
}
.qmy-logo p {
	text-align: center;
	margin: 65% auto 20% auto;
}
.qmy-logo ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.qmy-logo ul li a {
	line-height: 40px;
	font-size: 17px;
	font-family: "微软雅黑";
}
.qmy-logo ul li a:hover {
	color: #fffbc7;
}
.qmy-logo ul li b {
	font-weight: normal;
	color: #fffbc7;
}
/*center*/
.mysteve {
	position: fixed;
	width: 28%;
	height: 100%;
	top: 0px;
	left: 12%;
	z-index: 100;
}
.mysteve2 {
	position: fixed;
	width: 52%;
	height: 100%;
	top: 0px;
	right: 0;
	z-index: 100;
}
.mysteve3 {
	position: fixed;
	width: 12%;
	height: 100%;
	top: 0px;
	left: 0;
	z-index: 100;
}
.add {
	position: fixed;
	width: 20%;
	height: 100%;
	top: 0px;
	left: 28%;
	z-index: 199;
	padding-top: 10px;
	margin: 0 auto;
	background: url(../images/01.png) repeat-y;
	color: #fff;
}
.add p {
	text-align: center;
	line-height: 30px;
	z-index: 999;
}
.addone {
	margin-top: 10%;
}
.addone h2 {
	float: left;
	font-size: 20px;
}
.addone h3 {
	float: right;
	width: 50px;
	height: 20px;
	text-align: right;
	background: url(../images/02.png) no-repeat center 10px;
}
.addone h3:hover {
	background: url(../images/02-02.png) no-repeat center 10px;
}
.addone h3 img {
	margin-top: 14px;
}
.addonetop {
	padding: 10px;
	border-bottom: 1px #fff solid;
}
.addoneul {
	padding: 10px;
	font-size: 12px;
	line-height: 22px;
}
.addoneul a {
	color: #fff;
}
.addoneul a:hover {
	color: #ff9d01;
}
.xmimg {
	width: 100%;
	text-align: center;
}
.xmimg img {
	width: 66%;
}
/*footer*/
.footer {
	position: fixed;
	z-index: 199;
	bottom: 50px;
	width: 100%;
	height: 46px;
}
.footerbd {
	padding-left: 1%;
	padding-right: 1%;
	background-color: #444444;
}
.footerbd2 {
	padding-left: 1%;
	padding-right: 1%;
	background: url(../images/03.png) repeat-x;
}
.footerp {
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 46px;
	font-family: "微软雅黑";
}
.footerp2 {
	float: left;
	font-size: 14px;
	color: #616161;
	line-height: 46px;
	font-family: "微软雅黑";
}
.footerul {
	float: right;
	width: 80%;
	padding-right: 10%;
}
.footerul li {
	float: right;
	font-size: 16px;
	width: 12%;
	text-align: center;
	color: #fff;
	border-left: 1px #444444 solid;
	border-right: 1px #444444 solid;
}
.footerul2 {
	float: right;
	width: 50%;
}
.footerul2 li {
	width: 80%;
	float: right;
	font-size: 12px;
	text-align: left;
	background: url(../images/04.png) no-repeat left center;
	text-indent: 16px;
}
.footerul2 li a {
	color: #616161;
	line-height: 46px;
	font-family: "微软雅黑";
}
.footerul2 li b {
	font-size: 16px;
	color: #cd3a06;
	font-family: "微软雅黑";
}
.footerul li a {
	color: #fff;
	line-height: 46px;
	font-family: "微软雅黑";
}
.footerul li:hover {
	background-color: #cd3a05;
}
.nabhover {
	background-color: #cd3a05;
}
.donghua {
	position: absolute;
	font-size: 36px;
	color: #F00;
	font-family: "微软雅黑";
	right: 20px;
	top: 20px;
	animation: movex 2s;
	-webkit-animation: movex 2s;
	-moz-animation: movex 2s;
	-ms-animation: movex 2s;
	-o-animation: movex 2s;
}
@keyframes movex {
0% {
right:-200px;
}
100% {
right:20px;
}
}
@-webkit-keyframes movex {
0% {
right:-200px;
}
100% {
right:20px;
}
}
