@charset "utf-8";

/* .iconfont {
  	position:relative;
    font-family:"iconfont" !important;
    font-size:18px;
    font-style:normal;
    -webkit-font-smoothing:antialiased;
    -webkit-text-stroke-width:0.2px;
    -moz-osx-font-smoothing:grayscale;
	*display:inline;
	*zoom:1;
	cursor:pointer;
	vertical-align: -2px;
}
 */
/*----------------容器------------------*/
.g-container {
	min-height:100%;
	_height:100%;
	overflow: hidden;
}


/*----------------主体容器------------------*/
.g-container-box{
	padding:0 0 60px;
	zoom:1;
	margin: 0 auto;
	width: 1200px;
}

/*----------------头部------------------*/
.g-hd {
	background: url(../images/bg-body.jpg) no-repeat center;
	border-bottom: 5px solid #347cb9;
}

.g-hd .f-fw{
	width: 1200px;
	margin: 0 auto;
}
.g-hd .u-logo{
	position: relative;
	/* height: 90px; */
	padding: 20px 0;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.g-hd .u-logo a{
	display: block;
	width: 512px;
	font-size: 0;
	height: 51px;
	margin: 0 auto;
	background: url(../images/logo.png) no-repeat center;
}


/*----------------左侧边栏------------------*/
.g-aside {
	float: left;
	overflow: hidden;
	border-right: #d6d6d6 solid 1px;
	width: 180px;
}

/*系统欢迎模块*/
.m-aside-wel {
	padding: 15px 0;
	width: 100%;
	text-align: center;
	background: #f0f3f7;
}
.m-aside-wel .wel-title{
	font-weight: normal;
	font-size: 18px;
	padding: 0;
}
.m-aside-wel .wel-date{
	padding: 5px 10px;
	font-size: 14px;
	line-height: 26px;
}
.m-aside-wel .wel-ope{
	text-align: center;
}

/*下拉菜单模块*/
.m-aside-menu {
	width: 100%;
	overflow: auto;
	border-right: #d6d6d6 solid 1px;
	background: #fff
}
.m-aside-menu .menu-tt {
	padding: 6px 10px 6px 18px;
	background: #dce3ed;
	height: 32px;
	line-height: 32px;
	border-left: 1px solid #d6d6d6;
	border-bottom: 1px solid #fff;
	cursor: pointer
}
.m-aside-menu .menu-tt .tt {
	float: left;
	font-size: 18px;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	font-weight: 400;
	color: #000
}

.menu-tt .icon {
	float: right;
	color: #666;
}

.m-aside-menu .z-crt .menu-tt {
	border-right: 4px solid #8db3d7
}

.m-aside-menu .child-nav {
	padding: 8px 0;
	line-height: 30px;
	font-size: 14px;
	border-left: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	display: none
}

.m-aside-menu .child-nav li {
	margin: 5px 0;
	padding-left: 16px
}

.m-aside-menu .child-nav li a {
	display: block;
	color: #333;
	font-weight: 700;
	text-decoration: none;
}

.m-aside-menu .child-nav .tt {
	padding-left: 12px;
	padding-right: 13px;
	background:#ededed;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-ms-border-top-left-radius: 15px;
	-ms-border-bottom-left-radius: 15px;
	-o-border-top-left-radius: 15px;
	-o-border-bottom-left-radius: 15px;
	 border-top-left-radius: 15px;
	 border-bottom-left-radius: 15px;
}

.m-aside-menu .child-nav .tt>a {
	float: left;
	display: inline-block;
	width: 100%;
}

.m-aside-menu .child-nav .noNode .icon, .m-aside-menu .child-nav dl {
	display: none;
}

.m-aside-menu .child-nav .icon {
	float: right;
}

.m-aside-menu .child-nav .z-crt .tt {
	background:#347cb9;
}

.m-aside-menu .child-nav .z-crt .icon, .m-aside-menu .child-nav .z-crt .tt a {
	color: #fff;
}

.m-aside-menu .child-nav dd {
	padding-left: 20px;
	background: url(../img/icon-list_03.png) 13px center no-repeat;
	line-height: 28px;
}

.m-aside-menu .child-nav dd a {
	width: 95%;
	font-weight: 400;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-aside-menu .child-nav li.z-crt dl, .m-aside-menu .z-crt .child-nav {
	display: block;
}

.m-aside-menu .child-nav .z-crt .z-crt, .m-aside-menu .child-nav dd a:hover {
	color: #c00;
}


/*----------------footer 底部-------------------*/
.g-footer {
	margin: -61px auto 0 auto;
    height: 56px;
	width: 1200px;
	border-top: 5px solid #347cb9;
}

.m-footer-con{
	width: 600px;
	color: #666;
	margin: 6px auto;
	zoom:1;
}

.m-footer-con .ft-item {
	float: left;
	width: 300px;
	text-align: left;
	font: 400 14px/22px Arial,sans-serif;
}




/*--------------------子页面容器----------------*/
.g-content{
	width:1018px;
	float:right;
	position: relative;
	background-color: #fff;
}

/*面包屑导航*/
.m-crumb {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
	line-height: 50px;
	height:50px;
	color: #333;
	background-color: #fff;
	position: relative;
}

.m-crumb .icon{
	font-size: 22px;
	float: left;
	margin-right: 5px;
	color:#5b5b5b;
}
.m-crumb .item {
    margin-left: 5px;
    margin-right: 5px;
    color: #333;
}
.m-crumb .current {
	color: #347cb9;
	font-weight: 700;
}
.m-crumb .link{
	display:inline;
}

.m-crumb .browser-back{
	position: absolute;
	right: 10px;
	top:0;
	font-size: 28px;
	color:#347cb9;
	cursor: pointer;
	/* color: #5b5b5b; */
}


/* 文本框 input[type="text"] */
.u-ipt{
	height: 17px;
    border: 1px solid #d9d9d9;
    border-top-color: silver;
    font-size: 14px;
    color: #000;
    background: #fff;
    width: 95%;
    line-height: 17px;
    padding: 3px;
}

/* 文本框 input 内容清空 */
.ipt-cl{
	position: absolute; 
	right:20px; 
	top:5%;
	font-size:14px; 
	cursor: pointer;
}

.ipt-cl:hover{
	font-weight:bold;
	color:#333;
}

/* 下拉框select  */
.u-sel {
    border: 1px solid #d9d9d9;
    border-top-color: silver;
    height: 25px;
    font-size: 14px;
    color: #000;
    background: #fff;
    width: 95%;
    line-height: 17px;
}
/* 多行文本框 textarea */
.u-tea{
    width: 97.8%;
    resize: none;
    padding: 3px;
    border: 1px solid #d9d9d9;
    border-top-color: silver;
    font-size: 14px;
    color: #000;
    background: #fff;
}

.Validform_error {
    background-color: #ffe7e7;
}
.u-ipt-no-line{
	border-bottom:1px dashed #333333;
	width:200px;
	background:#f7f7f7;
	border-left-width:0px;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-color:#cccbcb;
	color: #565656;
}
.u-ipt-hide{
	background:#f7f7f7;
	border:0;
	color: #565656;
	height: 17px;
	line-height: 17px;
    padding: 3px;
    width: 95%;
}
/*--------------------按钮-----------------------*/
.btn-box {
	text-align: center;
	padding:10px 0;
}

/* 默认按钮 */
.u-btn {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 5px;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #347cb9;
	background: #347cb9;
    font-size: 12px;
    font-family: '\5B8B\4F53';
    letter-spacing: 1px;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
	-webkit-transition: all 0.30s ease-in-out; 
    -moz-transition: all 0.30s ease-in-out; 
    -ms-transition: all 0.30s ease-in-out; 
    -o-transition: all 0.30s ease-in-out;
}
.u-btn i{
	-webkit-transition: all 0.30s ease-in-out; 
    -moz-transition: all 0.30s ease-in-out; 
    -ms-transition: all 0.30s ease-in-out; 
    -o-transition: all 0.30s ease-in-out;
}
.u-btn:hover ,.u-btn:focus{
	background: #2e6ea4;
}

/* 按钮样式01 */
.u-btn-01{
	border-color: #bebebe;
    background: #fff;
    color: #666;
    font-weight: 700;
}
.u-btn-01:focus, .u-btn-01:hover{
    background: #afafaf;
    color: #fff;
}

/* 按钮样式02 */
.u-btn-02{
	/* border-color: #D24439;
	background: #347cb9;
	color:#fff; */
	border-color: #347cb9;
	background: #347cb9;
	color:#fff;
}
.u-btn-02:focus, .u-btn-02:hover{
   /* border-color:#347cb9;
   background:#D24439; */
   border-color: #2e6ea4;
   background: #2e6ea4;
   color:#fff;
}
.u-btn-02:focus .icon, .u-btn-02:hover .icon{
	color:#fff;
}
/* 按钮样式03 */
.u-btn-03 {
    border-color: #d0d0d0;
    background: #f3f3f3;
    color:#333;
}
.u-btn-03:focus, .u-btn-03:hover {
   background: #e7e7e7;
}

/* 按钮样式04 */
.u-btn-04 {
    border-color: #bebebe;
    background: #fff;
    color: #666;
}
.u-btn-04:focus, .u-btn-04:hover {
   
}

/* ---------------报表头部信息 ----------------*/
.m-report-hd{
	text-align:center;
}
.m-report-hd .tt{
	font:bold 18px/46px '\5B8B\4F53';
}
.m-report-meta {
    line-height: 30px;
    color: #6f6e6e;
}
.m-report-meta span{
    margin-left: 8px;
    margin-right: 8px;
}

.m-report-info{
	color:#565656;
	font-weight: bold;
	margin:8px 0 0 0;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
}
.m-report-info .report-info-item{
	border-bottom:1px solid #7c7c7c;
	display: inline-block;
	padding: 0 5px;
	font-weight: normal;
	height: 29px;
}

.m-report-info input[type=text]:focus{
    box-shadow: none;
    border: 0;
}
/* -----------------------------文章模块------------------------ */
.m-article-box{
	margin: 20px 50px 30px 50px;
}
.m-article-hd{
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	text-align:center;
}
.m-article-hd .tt{
	font:bold 22px/46px '\5FAE\8F6F\96C5\9ED1';
}
.m-article-meta{
	line-height:30px;
	color:#9b9b9b;
}
.m-article-meta span{
	margin-left:8px;
	margin-right:8px;
}
.m-article-meta span:first-child{margin-left:0;}
.m-article-bd{
	font:normal 14px/30px '\5FAE\8F6F\96C5\9ED1';
	color:#565656;
}
.m-article-bd p{
	margin-top:10px;
	margin-bottom:10px;
	text-indent: 2em;
}
.m-article-bd.ti2 p{text-indent:2em;}
.m-article-bd p:first-child{margin-top:30px;}
.m-article-bd img{
	margin:10px auto;
	display:block;
	max-width:880px;
}
.m-article-lt{
	text-align:left;
}
.m-article-rt{
	text-align:right;
}


.m-form-title {
    line-height: 34px;
    border-bottom: 0;
    padding-left: 10px;
    font-weight: bold;
    margin-top: 10px;
}
.m-form-title-more{
	padding-left: 16px;
    background: url(../img/icon-tit_02.gif) left center no-repeat;
}
.m-form-title-more-audit{
	padding-left: 16px;
    background: url(../img/icon-tit_03.gif) left center no-repeat;
}
.m-form-title .tit{
	font-size:16px;
	margin-right: 3px;
	font-weight: bold;
	vertical-align: -2px;
}
/* ------------------------------------------------------------------表格样式----------------------------------------------------------------*/
.m-table-box {
	margin: 5px 5px 10px 10px;
}

.table-title {
	margin: 5px 0;
}
.table-toolbar .icon{
	color:#fff;
}
.m-table-box .icon-qen{
	color:#ee4c40;
}
.m-table-box .icon{
	margin: 0 1px 0 0;
}

.table-title h3 {
	float: left;
	padding-left: 4px;
	font: 400 18px/26px '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
	color: #000;
}

.table-title h3 .icon {
	color: #999;
	font-size: 22px;
	margin-right: 8px;
}

.table-toolbar {
	float: right;
	margin-right: 5px;
}

/* 表格头部加线 */
.table-th-line thead th{
	border: 1px solid #ddd;
}

/* 表格偶数行着色 */
.table-even tbody tr.even {
    background: #f9f9f9;
}

/* 鼠标滑过 */
.table-hover tbody tr:hover {
    background: #f1f4f7
}

/* 重要标志-星号 */
.u-imp{
	margin-right: 5px;
    color: red;
}

/* 表单禁用  disabled*/
.table-dis input, .table-dis select, .table-dis textarea {
    cursor: not-allowed;
    background: #eee;
}
.form-dis {
    cursor: not-allowed;
    background: #eee;
}
.table-info{
	width: 100%;
    border: 1px solid #ddd;
    line-height: 1.5;
    background: #fff;
    margin: 20px 0;
}

.table-info tbody th {
    text-align: right;
    color: #555;
    padding: 6px 5px;
    line-height: 24px;
}

.table-info tbody td {
    color: #222;
    padding: 6px 5px;
    line-height: 24px;
}

/* 编辑表格样式 */
.table-edit {
	width:100%;
	border: 1px solid #ddd;
    line-height:1.5;
	background:#fff;
}
.table-edit thead th{
    color: #555;
    padding: 6px 5px;
    line-height: 24px;
    text-align: left;
}
.table-edit tbody th{
	background: #f2f2f2;
    text-align: right;
    color: #555;
    padding: 6px 5px;
    line-height: 24px;
    border: 1px solid #ddd;
}
.table-edit td{
	color: #222;
    padding: 6px 5px;
    line-height: 24px;
    border: 1px solid #ddd;
    
}
/* 查看表格样式 */
.table-view {
	width:100%;
	border: 1px solid #ddd;
    line-height:1.5;
	background:#fff;
}
.table-view tbody th{
	background: #f2f2f2;
    text-align: right;
    color: #555;
    padding: 6px 5px;
    line-height: 24px;
    border: 1px solid #ddd;
}
.table-view tbody td{
	color: #222;
    padding: 6px 5px;
    line-height: 24px;
    border: 1px solid #ddd;
}

/* 查询条件表格*/
.table-search {
	width:100%;
	border: 1px solid #ddd;
    line-height:1.5;
	background:#fff;
}

.table-search th {
	padding:6px 5px;
	border: 1px solid #ddd;
	text-align: right;
}

.table-search td {
	padding:6px 5px;
	border: 1px solid #ddd;
}


/* 数据表格*/
.table-data{
	border: 1px solid #ddd;
	width: 100%;
	line-height: 1.5;
	background: #fff;
}

.table-data thead th {
	padding: 9px 6px;
	text-align: center;
	font-weight: bold;
	background: #f2f2f2; 
}

.table-data tbody td {
	padding:6px 5px;
	border: 1px solid #ddd;
	text-align: center;
	word-wrap: break-word;
    word-break: break-all;
}


/* 填表说明 */
.m-form-note-box{
	margin:20px 0;
}

.m-form-note-box .tit{
	margin-bottom: 3px;
}
.m-form-note-box .tit i{
	margin-right: 4px;
}
.m-form-note {
    /* padding: 15px;
    line-height: 22px;
    border-left: 5px solid #5a5a5a;
    border-radius: 0 2px 2px 0;
    background-color: #e0e0e0 */
    
    padding: 15px;
    line-height: 22px;
    border: 1px solid #ebbb90;
    border-radius: 0 2px 2px 0;
    background-color: #fffbea
}

.m-form-note .cur{
	color:#347cb9;
}

/*----------------------m-page 普通翻页器-默认居中-------------------------*/
.m-page{
    margin:10px 0 0;
    text-align:center;
    line-height:32px;
    font-size:0;
    letter-spacing:-0.307em;
    *letter-spacing:normal;
    *word-spacing:-1px;
    word-wrap:normal;
    white-space:nowrap;
    color:#999;
}
.m-page a,.m-page i{
    display:inline-block;
    *display:inline;
    *zoom:1;vertical-align:top;
    padding:0 12px;
    margin-left:-1px;
    border:1px solid #ddd;
    font-size:12px;
    letter-spacing:normal;
    word-spacing:normal;
    text-shadow:0 1px #fff;
    background:#fff;
    -webkit-transition:background-color 0.3s;
    -moz-transition:background-color 0.3s;
    -ms-transition:background-color 0.3s;
    transition:background-color 0.3s;
}
.m-page a,.m-page a:hover{
    text-decoration:none;
    color:#347cb9;
}
.m-page a.first{
    margin-left:0;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.m-page a.last{
    margin-right:0;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.m-page a .pagearr{
    font-weight:bold;
    font-family:\5b8b\4f53;
    vertical-align:top;
    *vertical-align:middle;
}
.m-page a.pagenxt .pagearr{margin-left:3px;}
.m-page-skip{
	margin:0 5px;
    padding:8px 6px;
    width:40px;
    line-height:16px;
    height:16px;
    border:1px solid #ddd;
    border-radius:5px;
    text-align:center;
    vertical-align:top;
}
.m-page-btn{
	width:60px;
	height:34px;
	line-height:34px;
	background:#fff;
	border:1px solid #ddd;
	color:#666;
	border-radius:5px;
	vertical-align:top;
}
.m-page a:hover{background:#f5f5f5;}
.m-page a:active{background:#f0f0f0;}
.m-page a.z-crt,.m-page a.z-crt:hover,.m-page a.z-crt:active{
    cursor:default;
    color:#999;
    background:#f5f5f5;
}
.m-page a.z-dis,.m-page a.z-dis:hover,.m-page a.z-dis:active{
    cursor:default;
    color:#ccc;
    background:#fff;
}
.m-page-total{
	margin-right:6px;
	display:inline-block;
    font-size:12px;
	letter-spacing:normal;
}
.m-page-total .m-page-num,.m-page-total .m-page-total-num{
	margin-left:3px;
	margin-right:3px;
	display:inline-block;
	color:#347cb9;
	font-family:Arial,sans-serif;
}
/*居左*/
.m-page-lt{text-align:left;}
/*居右*/
.m-page-rt{text-align:right;}
/*较小*/
.m-page-sm{line-height:22px;}
.m-page-sm a,.m-page-sm i{padding:0 8px;}
.m-page-sm .m-page-skip{padding:3px 0;}
.m-page-sm .m-page-btn{
	width:50px;
	height:24px;
	line-height:24px;
}
/*分离*/
.m-page-sr a,.m-page-sr i{
    margin:0 3px;
    border-radius:5px;
}
.m-page-sr i{border:0 none;}
.m-page-sr a.first,.m-page-sr a.last{border-radius:5px;}

/* 404页面 */
.err-wrap {
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 850px;
    font-family: '\5FAE\8F6F\96C5\9ED1';
    color: #272727;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.err-wrap table {
    width: 100%
}

.err-wrap .tt {
    font-size: 48px;
    line-height: 60px
}

.err-wrap .p1 {
    font-size: 22px;
    line-height: 28px
}

.err-wrap .p2,.err-wrap .p3 {
    line-height: 32px;
    color: #000
}

.err-wrap .p2 {
    font-size: 18px
}

.err-wrap .p3 {
    font-size: 30px
}

.err-wrap .timeOut {
    margin: 0 3px;
    color: #da2810
}

.err-wrap .u-btn {
    font-weight: 400;
    text-decoration: none
}
.err-wrap a:hover{
	color: #fff;
}

/*
 * goTop
 */
.rocket-to-top{
    position:fixed;
    right:30px;
    top:50%;
    z-index:9999;
    overflow:hidden;
}
.rocket-to-top .iconfont{
	font-size:32px;
	line-height:40px;
}
.rocket-to-top li{
	margin-bottom:2px;
    position:relative;
	background:#ddd;
	color:#347cb9;
    height:40px;
    cursor:pointer;
    overflow-y:hidden;
}
.rocket-to-top .pic,.rocket-to-top .txt{
	-moz-transition:height .4s;
	-webkit-transition:height .4s;
	-o-transition:height .4s;
	transition:height .4s;
}
.rocket-to-top .pic{
	position:relative;
	width:40px;
    height:40px;
	overflow:hidden;
	text-align:center;
	z-index:88;
}
.rocket-to-top .txt{
	position:relative;
	background:#8db3d7;
    font-size:12px;
    color:#fff;
	width:40px;
    height:0;
    line-height:40px;
    text-align:center;
    overflow-y:hidden;
	z-index:99;
}
.rocket-to-top .txt p{
	width:40px;
	line-height:20px;
}
.rocket-to-top li:hover .pic{
    height:0;
}
.rocket-to-top li:hover .txt{
    height:40px;
}
.rocket-to-top .u-toolbar{
	margin-bottom:2px;
    width:40px;
    height:40px;
	background:#81a0c5;
    color:#fff;
    text-align: center;
}
.rocket-to-top .u-toolbar .iconfont{
	font-size:30px;
    line-height:40px;
}


/*
 * m-notice1
 * 通知页面
 */
.m-notice1{
	padding:20px 16px;
	background:#fff;
}
.m-notice1 .tt{
	font: bold 40px/60px '\5FAE\8F6F\96C5\9ED1',Arial,sans-serif;
    color: #af1f0c;
}
.m-notice1 .ct1{
	padding:0 30px;
	font:normal 18px/30px '\5FAE\8F6F\96C5\9ED1',Arial,sans-serif;
	text-indent:2em;
	color:#5a5a5a;
}
/******通知 下载*******/
.dld-wrap1 .hd{padding-left:46px;background:#f1f1f1 url(../img/bg-vline_01.png) 30px center no-repeat;}
.dld-wrap1 .tt{
	padding:5px 28px 5px 0;
	display:inline-block;
	background:url(../img/icon-down_01.png) right center no-repeat;
	font:bold 20px/30px '\9ED1\4F53',Arial,sans-serif;
	color:#3f3f3f;
}
.dld-wrap1 .tt a{
	margin:0 8px;
	text-decoration:underline;
	color:#b01f0c;
}
.dld-tb1{
	padding:25px 0 25px 62px;
}
.dld-tb1 .tt{
	padding-left:10px;
	font:normal 18px/36px '\9ED1\4F53',Arial,sans-serif;
	color:#5a5a5a;
	background:url(../img/bg-list_01.png) 0 center no-repeat;
}
.dld-tb1 .tt a{
	color:#5a5a5a;
	text-decoration:underline;
}
.dld-tb1 .tt a:hover{
	color:#b01f0c;
}

.u-title-note{
	border-bottom: 2px dashed #347cb9;
	height: 1px;
	text-align: center;
	margin: 40px 0;
}

.u-title-note span{
	position: relative;
	top: -12px;
	text-align: center;
	padding: 0 6px;
	background: #FFFFFF;
	color: #347cb9;
	font-weight: bold;
}
.u-note{
	background: rgba(22,184,248,.1);
	padding: 15px;
  color: #73777a;
}

.u-note span{
	color: red;
	font-weight: bold;
	font-size: 16px;
}

.dashed {
	margin-top: 50px;
	height: 2px;
	background: linear-gradient(to right, #b1b1b1, #b1b1b1 8px, transparent 8px,
		transparent);
	background-size: 10px 100%;
}

/*
 * 布局代码
 * 页面整体框架
 */
 .g-bd-wrap{
	margin:0 auto;
	width:1200px;
}

.g-hd{
	margin-left:auto;
	margin-right:auto;
	width:1200px;
}
.g-hd .m-top-menu-wrap.z-crt{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	position:fixed;
	top:0;
	left:0;
	*left:50%;
	right:0;
	*margin-left:-600px;
	z-index:999;
}
.g-hd .m-top-menu-wrap.IE71024{
	margin-left:-512px;
}

/******m-hd*******/
.m-hd{position:relative;}
.m-hd .m-bg1{
	height:120px;
	background:url(../images/logo.png) center top no-repeat;
	margin: 0 auto;
}
/******g-bd-wrap*******/
.g-doc{
	min-height:100%;
	_height:100%;
}
.g-bd-wrap{
	padding:0 0 60px;
	zoom:1;
}

/*
 * m-tab
 * 含标题和Tab的模块头部-默认不定宽
 */
/*tab版式1*/
.m-tab-wrap .m-tab-hd{
    height:35px;
    line-height:35px;
    padding:1px 0 0;
	border-bottom:1px solid #e4e8ef;
}
.m-tab-wrap .m-tab-hd h2,.m-tab-wrap .m-tab-hd ul,.m-tab-wrap .m-tab-hd li,.m-tab-wrap .m-tab-hd-s1 .u-tt,.m-tab-wrap .m-tab-hd-s1 ul,.m-tab-wrap .m-tab-hd-s1 li{
    float:left;
    display:inline;
}
.m-tab-wrap .m-tab-hd h2{
    margin:0 20px 0 0;
    font-size:16px;
}
.m-tab-wrap .m-tab-hd ul{margin-left:-2px;}
.m-tab-wrap .m-tab-hd li{
    position:relative;
    margin:-1px 0 0 2px;
}
.m-tab-wrap .m-tab-hd li a,.m-tab-wrap .m-tab-hd li a:hover{
    text-decoration:none;
    color:#333;
}
.m-tab-wrap .m-tab-hd li a{
    float:left;
    padding:0 15px;
    text-align:center;
    font-size:14px;
    background:#f8f8f8;
	border:1px solid #ddd;
	border-bottom:0 none;
}
.m-tab-wrap .m-tab-hd li a:hover{
    background:#e4e8ef;
}
.m-tab-wrap .m-tab-hd li.z-crt a{
    position:relative;
    padding-bottom:1px;
    margin-bottom:-1px;
	background:#e4e8ef;
}
.m-tab-wrap .m-tab-hd .more{
    float:right;
    margin-left:10px;
}
/*有背景*/
.m-tab-wrap .m-tab-hd-bg{background:#f8f8f8;}
/* tab无缝 */
.m-tab-wrap .m-hd-sl li{margin-left:-1px;}
.m-tab-wrap .m-hd-sl li a{border-radius:0;}
.m-tab-wrap .m-hd-sl li:first-child a{border-top-left-radius:5px;}
.m-tab-wrap .m-hd-sl li:last-child a{border-top-right-radius:5px;}
/*tab居右*/
.m-tab-wrap .m-tab-hd-rt h2{margin-right:0;}
.m-tab-wrap .m-tab-hd-rt ul{float:right;}
/*tab较小*/
.m-tab-wrap .m-tab-hd-sm{
    height:25px;
    line-height:25px;
}
.m-tab-wrap .m-tab-hd-sm h2{font-size:14px;}
.m-tab-wrap .m-tab-hd-sm li a{
    padding:0 10px;
    font-size:12px;
}
/*tab定宽*/
.m-tab-wrap .m-hd-fw li a{
    width:78px;
    padding:0;
}
/*tab版式2*/
.m-tab-wrap .m-tab-hd-s1{
	height:32px;
	font-size:14px;
}
.m-tab-wrap .m-tab-hd-s1 .u-tt{
	padding-left:16px;
	background:url(../../img/icon/icon-tit_02.gif) left center no-repeat;
	font-size:16px;
	line-height:32px;
	color:#111;
}
.m-tab-wrap .m-tab-hd-s1 ul{margin:8px 0;}
.m-tab-wrap .m-tab-hd-s1 li{
	position:relative;
	padding:0 8px;
	float:left;
	display:inline;
	border-left:1px solid #000;
	color:#010101;
}
.m-tab-wrap .m-tab-hd-s1 li:first-child{border-left:0 none;}
.m-tab-wrap .m-tab-hd-s1 li a{
	color:#010101;
	text-decoration:none;
}
.m-tab-wrap .m-tab-hd-s1 li.z-crt a{color:#ec4c40;}
.m-tab-wrap .m-tab-hd-s1 li.z-crt .u-arrow-top1{display:block;}

/******登录模块*******/
.m-log-wrap{
	position:relative;
	margin-top:65px;
	width:100%;
	height:341px;
	background:url(../images/bg_login_01.jpg) 0 0 no-repeat;
	border-top:1px solid #cfddee;
	border-bottom:1px solid #cfddee;
}
.m-log-wrap .log-fm{
	position:relative;
	top:31px;
	left:132px;
	width:350px;
	height:278px;
	background:#fff;
	border:2px solid #347cb9;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#e4e4e4',Direction=135, Strength=6);/*for ie6,7,8*/
	-webkit-box-shadow:0 0 2px 6px #e4e4e4;
	-moz-box-shadow:0 0 2px 6px #e4e4e4;
	box-shadow:0 0 2px 6px #e4e4e4;
	border-radius:5px;
}
.m-log-wrap .m-tab-hd ul,.m-log-overseas .m-tab-hd li,.m-log-overseas .m-tab-hd li a{
	float:none;
    display:block;
}
.m-log-wrap .m-tab-wrap .m-tab-hd{
	height:45px;
	line-height:45px;
}
.m-log-overseas .m-tab-wrap .m-tab-hd li.z-crt a{
	background:#f8f8f8;
	border-bottom:1px solid #d6d6d6;
	font-size:18px;
	color:#ef513c;
}
.m-log-wrap .u-btn-wrap{
	position:absolute;
    left:38px;
    bottom:20px;
}
.m-log-users .m-tab-wrap .m-tab-hd{
	border-bottom:0 none;
}
.m-log-wrap .m-tab-hd ul,.m-log-wrap .m-tab-wrap .m-tab-hd li{
	margin-left:0;
}
.m-log-users .m-tab-hd li,.m-log-users .m-tab-hd li a{
	padding:0;
	width:100%;
}
.m-log-users .m-tab-hd li a{
	border:0 none;
	border-bottom:1px solid #d6d6d6;
}
.m-log-users .m-tab-wrap .m-tab-hd li.z-crt a{
	padding-bottom:0;
	background:#fff;
	font-size:18px;
	color:#347cb9;
	width:349px;
	border-left:1px solid #d6d6d6;
	border-bottom:1px solid #fff;
}
.m-log-users .m-tab-hd li.z-crt:first-child a{
	border-left:none;
	border-right:1px solid #d6d6d6;
}
.m-log-wrap .u-log{
	padding:0 20px;
}
.m-log-wrap .item{
	margin-top:18px;
}
.m-log-wrap .u-assist{
	margin-top:8px;
}
.m-log-wrap .u-link{
	margin-top:2px;
}
.m-log-wrap .u-ipt{
	padding:8px 5px 8px 48px;
	width:255px;
	border:1px solid #cccccc;
	border-radius:5px;
	-webkit-box-shadow:0 0 2px 3px #f7f7f7 inset;
	-moz-box-shadow:0 0 2px 3px #f7f7f7 inset;
	box-shadow:0 0 2px 3px #f7f7f7 inset;
}
.m-log-wrap .u-sel1{
	padding:6px 5px 7px 42px;
	width:310px;
	border:1px solid #cccccc;
	border-radius:5px;
	-webkit-box-shadow:0 0 2px 3px #f7f7f7 inset;
	-moz-box-shadow:0 0 2px 3px #f7f7f7 inset;
	box-shadow:0 0 2px 3px #f7f7f7 inset;
	height:35px;
    line-height:17px;
}
.m-log-wrap .u-sel1:focus{
	box-shadow: 0 0 5px #52a8ec;
    border: 1px solid #52a8ec;
}
/******兼容IE7 start*******/
.lte7 .m-log-wrap .u-key{
	padding:5px 5px 6px 42px;
	width:261px;
	border:1px solid #cccccc;
	border-radius:5px;
	-webkit-box-shadow:0 0 2px 3px #f7f7f7 inset;
	-moz-box-shadow:0 0 2px 3px #f7f7f7 inset;
	box-shadow:0 0 2px 3px #f7f7f7 inset;
}
.lte7 .m-log-wrap .u-key select{
	width:100%;
	height:22px;
    line-height:22px;
	border:0 none;
	outline:none;
}
.lte7 .m-log-wrap .u-key select:focus{
	box-shadow:none;
}
.lte7 .m-log-wrap .u-key:hover,.m-log-wrap .u-key:focus{
	box-shadow: 0 0 5px #52a8ec;
    border: 1px solid #52a8ec;
}
/******兼容IE7 end*******/
.m-log-wrap .u-ipt.f-w103{
	width:103px;
}
.m-log-wrap .u-ipt.f-w160{
	width:160px;
}
.m-log-wrap .u-btn.u-btn-c1{
	margin:0 0 0 4px;
	padding:0;
	width:88px;
	height:33px;
	line-height:35px;
}
.m-log-wrap .u-yzm-pic{
	margin-left:8px;
	width:82px;
	height:35px;
	cursor:pointer;
}
.m-log-wrap .u-remember,.m-log-wrap .u-forget{
	font-size:12px;
	color:#000;
}
.m-log-wrap .u-btn-log{
	width:213px;
	height:34px;
	background:#f6f6f6;
	font-size:16px;
	color:#757e8c;
	border:1px solid #ccc;
	border-radius:5px;
}
.m-log-wrap .u-btn-log:hover{
	background:#ccc;
	border:1px solid #f6f6f6;
	color:#fff;
}
.m-log-wrap .toggle-pic{
	position:absolute;
	top:0;
	right:0;
	line-height:35px;
	color:#2b2b2b;
	text-decoration:none;
}
.m-log-wrap .edi-icon{
	position:absolute;
	top:4px;
	left:10px;
	color:#444;
}
.m-log-wrap .edi-icon:hover{
	transform:rotate(360deg);
}
/******登录右侧文字*******/
.m-log-wrap .txt-tools-wrap{
	position:absolute;
	top:55px;
	left:590px;
	width:510px;
	color:#455266;
}
.m-log-users .txt-tools-wrap{
	top:20px;
}
.m-log-wrap .txt-tools-wrap .tt{
	font-size:22px;
}
.m-log-wrap .txt-tools-wrap .txt{
	position:absolute;
	font-size:16px;
	color:#455266;
	text-decoration:underline;
}
.m-log-wrap .txt-tools-wrap .t1{
	top:84px;
	left:6px;
}
.m-log-wrap .txt-tools-wrap .t2{
	top:140px;
	left:124px;
}
.m-log-wrap .txt-tools-wrap .t3{
	top:190px;
	left:252px;
}
.m-log-wrap .u-label{
	position:absolute;
	top:8px;
	left:10px;
	width:35px;
	font-size:14px;
	color:#000;
	border-right:1px solid #dce3ed;
}
.m-log-wrap .u-search .u-ipt{
	padding-right:30px;
	padding-left:52px;
	width:426px;
}
.m-log-wrap .u-search .edi-icon{
	position:absolute;
	top:1px;
    right:0;
	left:auto;
	width:30px;
    font-size:22px;
	cursor:pointer;
}
.m-log-wrap .u-list-new li,.m-log-notice-wrap .u-log-notice li{
	float:left;
	margin:0 1%;
	padding-left:3%;
	width:45%;
	line-height:32px;
	background:url(../../img/bg/bg-list_02.png) 0 center no-repeat;
	overflow:hidden;
	word-wrap:normal;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.m-log-wrap .u-list-new li a,.m-log-wrap .u-more{
	color:#3e3e3e;
	text-decoration:none;
}
.m-log-wrap .u-list-new li a:hover{
	color:#496ea4;
	text-decoration:underline;
}
******footer*******/
.g-ft{
	margin:-56px auto 0;
    height:52px;
	border-top:4px solid #f10519;
}
.g-ft .m-cprt{
	color:#666;
	font:normal 14px/52px Arial,sans-serif;
    text-align:center;
}
.m-cprt li{
	float:left;
	width:300px;
	font:normal 14px/22px Arial,sans-serif;
	text-align:left;
}


