/* 时间：2015-11-27
 * 作者：喻燕
 * 描述：初始样式一旦确认任何情况下不可修改
 */
.container {
	width:1200px;
    margin:0 auto;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-size: 12px;
	font-family:"微软雅黑","宋体";
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
em, i{
	font-style:normal;
}
ul, ol {
	list-style: none;
}
img {
	border:0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color:#333333;
}
a:link{ text-decoration:none;}
a:hover {
	color:#3bafda; text-decoration:none;
}
.f_l{float: left;}
.f_r{float: right;}
.f_c{clear: both;}
.b_n{border: none;}
.t_l{text-align: left;}
.t_c{text-align: center;}
.t_r{text-align: right;}
.auto{margin: 0 auto;}

.w1074{ width:1200px;}
.f12{ font-size:12px !important;}
.f14{ font-size:14px !important;}
.f16{ font-size:16px !important;}
.f18{ font-size:18px;}
.f20{ font-size:20px;}
.f_s{ font-family:"宋体";}
.f_w{ font-family:"微软雅黑";}
.pdT{ padding-top:10px;}
.mgT4{ margin-top:4px;}
.mgT10{ margin-top:10px;}
.mgT15{ margin-top:15px;}
.mgT20{ margin-top:20px;}
.mgL4{ margin-left:4px;}

/*自定义web字体*/
@font-face {
	font-family: 'YourWebFontName';
	src: url('FZLTCXHJW.eot?') format('eot'),url('FZLTCXHJW.woff') format('woff'),url('FZLTCXHJW.ttf') format('truetype');
   }
@font-face {
	font-family: 'fzdbs';
	src: url('_gbk-webfont.eot?') format('eot'),url('_gbk-webfont.woff') format('woff'),url('方正大标宋_GBK.ttf') format('truetype');
   }

.mt{ width:1200px; height:30px; display:block;}
.mb{ width:1200px; height:20px; display:block;}

.float-right{ overflow:hidden; width:48px; background:#eee; position:fixed; left:50%; top:50%; z-index:88888; margin-left:652px;}
.float-right ul{ overflow:hidden;}
.float-right ul li{}
.float-right ul li a{ display:block;  background:url(../images/pf_a.jpg) no-repeat;  width:48px; height:49px;}
.float-right ul li a.dx{ background-position:left top;}
.float-right ul li a.wx{ background-position:left -49px;}
.float-right ul li a.wb{ background-position:left -97px;}
.float-right ul li a.wzatd{ background-position:left -146px;}
.float-right ul li a.English{ background-position:left -194px;}
.float-right ul li a.ft{ background-position:left -244px;}
.float-right ul li a.app{ background-position:left -293px;}
.float-right ul li a.dx:hover{ background-position:-48px top;}
.float-right ul li a.wx:hover{ background-position:-48px -49px;}
.float-right ul li a.wb:hover{ background-position:-48px -97px;}
.float-right ul li a.wzatd:hover{ background-position:-48px -146px;}
.float-right ul li a.English:hover{ background-position:-48px -194px;}
.float-right ul li a.ft:hover{ background-position:-48px -244px;}
.float-right ul li a.app:hover{ background-position:-48px -293px;}
/*返回顶部*/
.backToTop{ background:url(../images/fh_top.png) no-repeat; width:48px; height:53px;  position:fixed; left:50%; top:42.8%; z-index:88888; margin-left:652px;}