/**************This's from style1***************/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,

/*div,*/
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
	font-family: '微软雅黑';
	font-size: 100%;
	font-weight: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
article,
aside,
details,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}


/*右边浮动开始*/
#fd {
	width: 60px;
	position: fixed;
	right: 10px;
	bottom: 50%;
	z-index: 99999999;
}
#fd li {
	width: 50px;
	height: 50px;
	margin-bottom: 2px;
	cursor: pointer;
}
#fd .li1 {
	background: url(../images/icon8.png) no-repeat center center;
	background-size: 100%;
}
#fd .li2 {
	background: url(../images/icon9.png) no-repeat center center;
	background-size: 100%;
}
#fd .li3 {
	background: url(../images/icon10.png) no-repeat center center;
	background-size: 100%;
}
#fd .li3 img {
	/*width: 260px;*/
	height: 125px;
	border: 2px solid #32bfc0;
	position: absolute;
	right: 65px;
	bottom: 0px;
	display: none;
}
#fd .li5 {
	background: url(../images/icon_qq.png) no-repeat center center;
	background-size: 100%;
}
#fd .li5 img {
	/*width: 260px;*/
	height: 125px;
	border: 2px solid #32bfc0;
	position: absolute;
	right: 61px;
	bottom: 65px;
	display: none;
}
#fd .li6 {
	background: url(../images/icon8.png) no-repeat center center;
	background-size: 100%;
}
#fd .li6 img {
	position: absolute;
	right: 65px;
	bottom: 132px;
	display: none;
}

#fd .li3:hover {
	background: url(../images/icon10_1.png) no-repeat center center;
	background-size: 100%;
}
#fd .li3:hover img {
	display: block;
}
#fd .li5:hover {
	background: url(../images/icon_qq_1.png) no-repeat center center;
	background-size: 100%;
}
#fd .li5:hover img {
	display: block;
}
#fd .li6:hover {
	background: url(../images/icon8_1.png) no-repeat center center;
	background-size: 100%;
}
#fd .li6:hover img {
	display: block;
}
#fd li {
	width: 60px;
	height: 60px;
	margin-bottom: 4px;
}
.hidden-xs {
	display: block;
}

/*右边浮动结束*/

/*时间*/
#header{width:100%;height:50px;padding:0;margin:0;background-color:#eee;}
.top{width:1280px;height:auto;margin:0 auto;}
.top-sj{/*width:411px;*/float:left;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;padding-left:20px;height:50px;overflow:hidden;}
.mgsj,.magsj,.magsj3,.magsj4{float:left;line-height:50px;background:url(../images/time1.png) 0 12px no-repeat;padding-left:30px;margin-left: 20px;}
.magsj{background:url(../images/time2.png) 0 12px no-repeat;}
.magsj3{background:url(../images/time3.png) 0 12px no-repeat;}
.magsj4{background:url(../images/time4.png) 0 12px no-repeat;}
.time1{font-family:Arial,Helvetica,sans-serif;font-size:16px;float:left;line-height:50px;}
.time2,.time3,.time4{font-family:Arial,Helvetica,sans-serif;font-size:16px;float:left;line-height:50px;}
.time1 span,.time1 b{float:left;font-weight:normal;}
.time2 span,.time2 b{float:left;font-weight:normal;}
.time3 span,.time3 b{float:left;font-weight:normal;}
.time4 span,.time4 b{float:left;font-weight:normal;}
@media (max-width: 460px) {
		#header{
			display: none;
		}
}