﻿/*css reset code */

/****  文字大小初始化,使1em=10px *****/
body { font-size: 62.5%;}
/* for IE/Win */
html > body { font-size: 14px; font-family: 'Microsoft YaHei';}
/* for everything else */

/*字体边框等初始化*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
img { display: block; }
address, caption, cite, code, dfn, th, var { font-weight: normal; font-style: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
a { text-decoration: none; color: black; }
.clear {
	clear: both;
}

.w12 {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mgr {
	margin-right: 0!important;
}

.mgb {
	margin-bottom: 0!important;
}

.mg0 {
	margin: 0 auto!important;
	display: block;
}

.tc {
	text-align: center!important;
}

.tl {
	text-align: left!important;
}

.tr {
	text-align: right!important;
}


/*导航一*/

.menu_bg {
	width: 100%;
	height: 76px;
	background-color: black;
	position: fixed;
	top: 0;
	z-index: 9999;
}

.menu {
	width: 1082px;
	height: 76px;
	line-height: 76px;
	margin: 0 auto;
}

.menu img {
	margin-top: 7px;
	float: left;
	width: 224px;
}

.menu a {
	color: white;
}

.menu ul {
	float: left;
	height: 76px;
}

.menu ul li {
	font-size: 18px;
	float: left;
	line-height: 76px;
	margin-left: 50px;
}


/*右侧悬浮框*/

.indexfloat {
	width: 150px;
	height: 471px;
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -235.5px;
	z-index: 999;
}

.indexfloat .close,
.yuyue_tc .close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	font-size: 20px;
}

.indexfloat img {
	width: 150px;
}


/*公共*/

#cnzz_stat_icon_1274989914 a img{display: inline !important;}


