/***************************样式初始化*********************************/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,div, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre,figure,figcaption /* text formatting elements 文本格式元素 */
fieldset, button, input, textarea,label,form /* form elements 表单元素 */
th, td,
span,img,i,em,a { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    list-style: none;
    background: none;
    box-sizing: content-box; 
    /*font-family: "Microsoft YaHei";*/
    color: #000;
    /*font-size: 14px;*/
}
body{font-family: "Microsoft YaHei", Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;color: #000;font-size: 14px;background: url(/images/bodybj.jpg);}
a{text-decoration: none;}
a:focus {outline: 1px dotted;}
a:active,
a:hover {
    outline: 0 none;
    text-decoration: underline;
    color: #0263b2;
}
a:link {
    text-decoration:none;
}
/* 将斜体扶正 */
i, em{ font-style: normal; }
/*文字溢出显示省略号*/
img{max-width: 100%;}
select{font-family: "Microsoft YaHei"}
input{color: #333333;font-family: "Microsoft YaHei"}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*清除浮动*/
.clear-fix:after{
    content: "";
    height: 0;
    visibility: hidden;
    font-size: 0;
    clear: both;
    display: block;
}
.clear{float:none;clear:both;width:0;height:0;border:0;display:block;font-size:0;background:none;visibility:hidden;overflow:hidden}
/*基础样式*/
.dn{display:none;}          /*隐藏*/

.tal{text-align:left;}      /*文本靠左*/
.tar{text-align:right;}     /*文本靠右*/
.tac{text-align:center;}    /*文本居中*/
.fl{float:left;}            /*左浮动*/
.fr{float:right;}           /*右浮动*/
.pr{position:relative;}     /*相对定位*/
.b{font-weight:600;}        /*加粗*/
.wn{white-space:nowrap;}     /*文本不换行*/
.fn{font-weight:normal;}    /*文字去粗*/
.oflow{overflow: hidden;}   /*文本超出隐藏*/
.wcollagen{width: 100%;}   /*宽度100%*/
.fzcolor{color: #FFFFFF;}
.reposition{position: relative;}
.abposition{position: absolute;}
.blue{color: #00a0e9}
.red{color: #C7000B;}
.fenred{color: #ff7878;}
.mleft{margin-left: 10px;}
.mright{margin-right: 10px;}
.mbot10{margin-bottom: 10px;}
.mbot{margin-bottom: 10px;}

.transitionbox
{
transition: margin-left 0.3s;
-moz-transition: margin-left 0.3s;	/* Firefox 4 */
-webkit-transition: margin-left 0.3s;	/* Safari 和 Chrome */
-o-transition: margin-left 0.3s;
}

.f12{font-size:12px;}    /*字体：12px*/
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;font-family:Arial, "Microsoft Yahei", Simsun;}
.f25{font-size:25px}
.f26{font-size:26px}

.footx .fdiv{width:1100px;background:#0163b2;color:#FFF;height:80px}
.w3{width:1060px;overflow:hidden;padding:20px 20px;background:#FFF;clear:both; margin-bottom:10px;}
.k1 dl{float:left;}
.mux{font:22px/42px "微软雅黑","Arial";height:44px;color:#086fc2;background:url(/images/mu1.gif) repeat-x bottom;clear:both;width:100%;float:left;margin-bottom:10px}
	.mux ul{border-bottom:4px #ff9600 solid;padding:0px 0px 0px 0px;}
	.mux ol{padding-left:8px;color:#000;background:#f6f9ff}
.box_jg ul{font-size:14px;border-top:1px #e7e7e7 solid;border-left:1px #e7e7e7 solid;width:1061px;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-bottom:18px}
.box_jg p{border-bottom:1px #f1f1f1 solid;font-weight:bold;width:1060px;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:10px;height:40px;line-height:40px;background:#f6f6f6;border-right:1px #e7e7e7 solid;border-bottom:1px #e7e7e7 solid;}

	.box_jg a{padding-left:36px;height:36px;line-height:36px;border-right:1px #e7e7e7 solid;border-bottom:1px #e7e7e7 solid;display:block;float:left;width:265px;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

		.box_jg a:link,.box_jg a:visited{background:url(/images/lia.gif) no-repeat 20px 16px;color:#000}
		.box_jg a:hover{background:url(/images/lib.gif) no-repeat 20px 16px;color:#0476d1}