 
@charset "gb2312";

/*
	@公共样式 请勿修改
	@重定义浏览器默认样式
	@全局常用样式
	@公共页头、页底、分页样式
	@lasted modify by lizm
*/

/**==================== 重定义浏览器默认样式 ===========================**/

/* 防止用户自定义背景颜色对网页的影响 */
html {color:#333;background:#fff;}

body, ul, li, ol, dl, dt, dd, form, input, textarea, img, p, h1, h2, h3, h4, h5, h6, fieldset, button,label {margin:0;padding:0;}
body {width:100%;height:100%; font-size:14px;background: url(../../images/jf20150827/bg_jf.jpg) no-repeat center top ; color:#333;font-family:"Microsoft YaHei", '微软雅黑', '宋体';line-height:26px;}
ol, ul, li {list-style:none;}
img {border:0;}
h1 {font-size:24px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4{ font-size:14px;}
h5, h6 {font-size:12px; font-weight:normal;}
em, cite, i {font-style: normal;}
a {color:#333;text-decoration:none}
a:hover {text-decoration:underline;}
a:focus {outline:none;}
input{font-family:"Microsoft YaHei", '微软雅黑', '宋体'; font-size:14px;}
body.ifr_width{ width:100%; min-width: 100%;}

/* 去掉各Table  cell 的边距并让其边重合 */
table{border-collapse:collapse;border-spacing:0;}



/**==================== 重定义浏览器默认样式 End=============================**/


/**============================ 全局常用样式 ============================**/
 /*清除浮动*/
.clr:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clr {zoom:1;}

/*解除浮动*/
.clr_n {clear:none;}

/*元素不显示*/
.none {display:none;}

/*无背景*/
.none_bg {background:none;}

/*左浮动*/
.f_l {float:left;}

/*右浮动*/
.f_r {float:right;}

/*块状元素*/
.dpb {display:block;}

/*内联元素*/
.dpi {display:inline;}

/*文本缩进*/
.int2em {text-indent:2em;}

/*常用字体样式 字体颜色*/
.fc0 {color:#000;}
.fc3 {color:#333;}
.fc6 {color:#666;}
.fc9 {color:#999;}
.fc_red{ color:#e45151;}
.fwb {font-weight:bold;}
.fwn {font-weight:normal;}
.fs12{ font-size:12px;}
.fs14{ font-size:14px;}
.fs16{ font-size:16px;}
/*常用字体样式 字体颜色*/

/**============================ 全局常用样式 End ============================**/


/**============================ 组件样式 ================================**/


/* 横向留白 */
.blank_3{height:3px;line-height:0;font-size:0; clear:both; overflow:hidden;}
.blank_5{height:5px;line-height:0;font-size:0; clear:both; overflow:hidden;}
.blank_7{height:7px;line-height:0;font-size:0; clear:both; overflow:hidden;}
.blank_8{height:8px;line-height:0;font-size:0; clear:both; overflow:hidden;}
.blank_10{height:10px;line-height:0;font-size:0; clear:both; overflow:hidden;}
.blank_15{height:15px;line-height:0;font-size:0; clear:both; overflow:hidden;}
.blank_20{height:20px;line-height:0;font-size:0; clear:both; overflow:hidden;}
/* 横向留白 */

/**============================ 组件样式 End ================================**/
.header{width:1002px;margin:0 auto;height:220px;}
.header a{display:block;width:176px;height:40px; float: right;}

.main{width:1002px;margin:0 auto;margin-bottom: 30px;}
.ml{width:402px; float: right;font-size: 18px;line-height: 36px; margin-top:86px; background: url(../../images/jf20150827/ml_bg.jpg) no-repeat center bottom;}
.ml_text{height:460px;border: 1px solid #4759a4; padding: 52px 32px 0 32px; font-size: 16px;}
.mr{ float:left;width:580px;border: 1px solid #4759a4;margin-top:86px; }

.mod{padding:20px 20px 15px 20px;  }
.mod_tit{border-bottom:1px dashed #4e61b5;line-height: 36px;}
.mod_tit a{color:#666;}
.mod ul{padding: 20px 0 0 0; font-size: 16px;line-height: 32px;}
.mod ul li{padding: 0 0 0 20px; background: url(../../images/jf20150827/dot.png) no-repeat left 10px;}