html,body{font-family:'PingFangSC-Light','Microsoft Yahei',Arial,Helvetica,sans-serif;
	color: #383838; width: 100%; height: 100%; overflow-x: hidden; background: #fff;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
ul,li{list-style: none; margin: 0; padding: 0px;}
p{padding: 0; margin: 0;}
div,img,dl{vertical-align: top; outline:none;}
a:link,a:visited,a:hover,a:active,input,button,select,textarea{ outline:none;}
a:link,a:visited{color: #333; text-decoration: none;}
a:hover,a:active{color: #004C59; transition: color .2s,background .2s;}
input{margin: 0;}
button:hover,button:focus,button:active{outline: none; transition: background .2s,border .2s;}
em,i{font-style: normal; }
.clear{ clear:both; height:0; font-size:0; overflow:hidden; width:100%;}


/*----登录开始----*/
.bgcolor{
	background: #eee;
}
#header{
	width: 100%;
	margin: 0 auto;
	height: 66px;
	font-size: 0;
	position: relative;
	background: #e7e7e7; 
}
#header .logo{
	padding: 10px 0 0 10px;
	display:inline-block;
}
#header .platform{
	font-size: 20px;
	font-weight: 700;
	line-height: 66px;
	margin-left: 15px;
	display:inline-block;
}

#contnet{
	width: 100%;
	background: #fff;
}
.content-wit{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 10px;
}
.login{
	width: 450px;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 0 0 40px;
}
.login h2{
	font-size: 16px;
	height: 50px;
	border-bottom: 1px solid #ccc;
	line-height: 50px;
	font-weight: 700;
	background: url(../images/login-icon.png) no-repeat 16px center;
	padding-left: 36px;
}
.login ul{
	padding: 28px 0 15px 28px;
}
.login ul li{
	height: 54px;
}
.login ul li .name{
	width: 60px;
	float: left;
	text-align: right;
	line-height: 30px;
}
.login ul li .textbox{
	float: left;
	padding-left: 8px;
}
.login ul li .textbox input{
	width: 230px;
	border: 1px solid #ccc;
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	padding: 0 5px;
}
.login ul li .textbox input:focus{
	border: 1px solid #004C59;
	background: #fcf5f6;
}
.login ul li .repa{
	float: left;
	margin: 6px 0 0 16px;
}
.login ul li .repa label{
	color: #666;
	font-weight: normal;
}
.login ul li .repa label input{
	float: left;
	margin-right: 4px;
}
.login ul li .yzm input{
	width: 122px;
}
.login ul li .yzm-img{
	float: left;
	margin-left: 10px;
}
.login ul li .yzm-img a{
	margin-left: 10px;
	line-height: 30px;
	color: #004C59;
	text-decoration: underline;
}
.login ul li button{
	width: 298px;
	height: 36px;
	padding: 0;
	background-color: #004C59;
	border-color: #004C59;
	color: #fff;
	font-size: 15px;
}
.login ul li button:hover,.login ul li button:focus,.login ul li button:active {
  color: #fff;
  background-color: #e20414;
  border-color: #e20414;
  outline: none;
}

.code-list{
	width: 360px;
	float: right;
}
.code-list h2{
	font-size: 16px;
	height: 45px;
	line-height: 50px;
	font-weight: 700;
	margin: 15px 0;
	width: 200px;
	text-align: center;
}
.code-list dl{
	width: 200px;
	float: left;
}
.code-list dl dt img{
	max-width: 200px;
	max-height: 200px;
}
.code-list dl dd{
	text-align: center;
	color: #666;
	padding-top: 8px;
}
.tips{
	clear: both;
	color: #757575;
	padding: 25px 0;
	line-height: 1.8;
	text-align: center;
}
/*----登录结束----*/


/*----首页结束----*/
#header-top{
	height: 66px;
	position: relative;
	z-index: 100;
    background:#e7e7e7; 
}
#header-top .logo{
	float: left;
	margin: 10px 0 0 10px;
}
#header-top .platform{
	font-size: 20px;
	font-weight: 600;
	line-height: 66px;
	margin-left: 15px;
	display:inline-block;
}

#header-top .quit{
	float: right;
	padding: 16px 20px 0 0;
}

#header-top .quit .next-l{
	display: inline-block;
	position: relative;
	cursor: pointer;
	height: 33px;
	border-radius: 3px;
	background: #004C59;
	color: #fff;
	line-height: 33px;
	padding-left: 10px;
}
#header-top .quit .next-l em{
	background: #004C59;
	float: right;
	width: 22px;
	height: 33px;
	text-align: center;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-left: 8px;
	font-size: 13px;
}


#header-top .quit .next-l .down-ture{
	background: #fafafa;
	border: 1px solid #004C59;
	border-top: 0;
	width: 100%;
	position: absolute;
	left: 0;
	display: none;
	margin-top: -1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 6px 0;
	height: auto;
}
#header-top .quit .next-l .down-ture a{
	display: block;
	line-height: 30px;
	color: #333;
	text-align: center;
}
#header-top .quit .next-l .down-ture a:hover{
	color: #004C59;
}

#header-top .quit .next-l:hover .down-ture{
	display: block;
}

#header-top .icon-block{
	float: right;
	font-size: 0;
}
#header-top .help-notice,#header-top .notice,#header-top .full{
	position: relative;
	line-height: 62px;
	float: left;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	padding: 4px 16px 0;
}
#header-top .help-notice{
	padding: 0;
	margin-right: 20px;
	line-height: 66px;
}

#header-top .notice:hover,#header-top .full:hover{
	background: #d2d2d2;
}
#header-top .notice .number{
	position: absolute;
	width: 15px;
	height: 15px;
	background: #ef5350;
	top: 17px;
	right: 8px;
	line-height: 15px;
	font-size: 10px;
	text-align: center;
	border-radius: 10px;
	color: #fff;
}
#header-top #cancel-fullscreen{
	display: none;
}
#header-top .help-notice a{
	color: #333;
	font-size: 16px;
	padding: 0 12px;
	display: block;
}
#header-top .help-notice a:hover{
	background: #d2d2d2;
}
#header-top .help-notice span{
	font-size: 20px;
    float: left;
    line-height: 66px;
    margin-right: 5px;
}


#nav-left{
	width: 224px;
	background: #e6e6ec;
	position: absolute;
	top: 66px;
	bottom: 0;
}
.overflow-scroll{
	overflow-y: auto;
	overflow-x: hidden;  
}
#nav-left ul{
	padding: 10px 0;
}
#nav-left ul li a{
	display: block;
	color: #333;
	padding: 10px 15px 10px 42px;
	margin-top: 1px;
}
#nav-left ul li a:hover{
	background: #e6e6ec;
	color: #004C59;
}
#nav-left ul li.active a{
	background: #e6e6ec;
	color: #004C59;
}
#nav-left ul li a i{
	margin-right: 10px;
	font-size: 15px;
}


#box-all{
	position: absolute;
	top: 66px;
	left: 224px;
	right: 0;
	bottom: 0;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}
.time{
	background: url(../images/time-icon.png) no-repeat 8px center;
	border-bottom: 1px solid #ddd;
	padding: 10px 36px;
}
.time span{
	margin-left: 25px;
}
.time span em{
	padding-left: 12px;
}
.time span i{
	color: #004C59;
}
.data-display{
	margin-top: 22px;
	display: inline-block;
	width: 100%;
}
.data-display ul li{
	width: 15%;
	float: left;
	position: relative;
	margin-right: 15px;
}
.data-display ul li a{
	display: block;
	height: 74px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.data-display ul li a .data-right{
	float: right;
	padding-right: 12%;
}

.data-display ul li a i{
	float: left;
	font-size: 33px;
	margin: 10px 0 0 12%;
}
.data-display ul li em{
	font-size: 25px;
	color: #fff;
	display: block;
}
.data-display ul li.bg-ly a{
	background: #004C59;
}
.data-display ul li.bg-lg a{
	background: #27a9e3;
}
.data-display ul li.bg-lo a{
	background: #ffb848;
}
.data-display ul li.bg-ls a{
	background: #28b779;
}
.data-display ul li.bg-lb a{
	background: #2255a4;
}
.data-display ul li.bg-lr a{
	background: #404040;
}
.data-display ul li a:hover{
	background: #2E363F;
}
.trend{
	margin-top: 20px;
	position: relative;
}
.record-y{
	padding: 20px 0;
	width: 100%;
	font-size: 0;
}
.record-y span{
	width: 50%;
	display: inline-block;
}

.tag{
	height: 40px;
	background: #eee;
}
.tag ul li{
	float: left;
	line-height: 40px;
	padding: 0 30px;
	cursor: pointer;
	font-size: 15px;
}
.tag ul li.active{
	background: #004C59;
	color: #fff;
}
.mat-top{
	margin-top: 5px;
}

.activity-block{
	margin-top: 15px;
	background: #fff;
	clear: both;
}
.table-scroll{
	width: 100%;
	overflow-x: auto;
}
.activity-block .table{
	margin: 0;
}
.activ-table thead{
    color: #383838;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    background: #f6f6f6;
}
.activ-table thead th{
	font-weight: normal;
	padding: 8px !important;
	vertical-align: middle !important;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}
.activ-table tbody td{
	border-bottom: 1px solid #ECF0F1 !important;
	padding: 8px !important;
	line-height: 1.7 !important;
	text-align: center;
	font-size: 13px;
	word-wrap:break-word;
	white-space: nowrap;
}
.activ-table tbody td.text-left{
	text-align: left;
}
.activ-table tbody td.text-left a{
	display: inline-block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 96%;
}

.activ-table tbody td:nth-child(1){
	text-align: left;
}
.activ-table tbody td.edit a{
	text-decoration: none;
	margin: 0 5px;
	color: #004C59;
}
.activ-table tbody td.edit a:hover{
	text-decoration: underline;
}
.activ-table .select_all,.activ-table tbody td.chekbox-c{
	text-align: center;
	width: 30px;
}
.activ-table thead th.left{
	text-align: left;
	width: 85%;
	padding-left: 15px!important;
}

.bj-block{
	display: none;
}
.activ-table tbody .bj-block>td{
	padding: 0!important;
	background: #f5f5f5;
}
.open-k{
	background: url(../images/plus.png) no-repeat;
    background-size: 11px;
    width: 11px;
    height: 11px;
    display: inline-block;
    cursor: pointer;
}
.shut-g{
	background: url(../images/reduce.png) no-repeat;
    background-size: 11px;
}
.bj-list{
	width: 100%;
	margin: 0!important;
}
.bj-list thead tr th{
	border: 0 !important;
	background: #f0f0f0;
}
.bj-list tbody tr td{
	border: 0 !important;
	background: #f7f7f7;
}

.dataTables_paginate{float: right; margin: 0; padding: 0;}
.pagination{margin: 12px 0 5px 0; }
.pagination>li>a, .pagination>li>span, .pagination>li:first-child {
    margin-left: 0;
    border-radius: 4px;
}
.pagination > li > a, .pagination > li > span{background: #fff; border: 1px solid #E2E3EA; margin-left: 6px; padding: 4px 10px; color: #333;}
.pagination > li > a:hover, .pagination > li > a:focus{
	background-color: #004C59;
    color: #fff;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{    
    background-color: #004C59;
    border-color: #E2E3EA;
}
/*----首页结束----*/


.mat-top15{
	margin-top: 15px;
}
.mat-top12{
	margin-top: 10px;
}

.retrieval{
	border: 1px solid #ddd;
}
.retrieval h2{
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	padding-left: 12px;
	background: #f6f6f6;
}

.retrieval .title,.retrieval .media-lx,.retrieval .media-mc,.retrieval .business,.retrieval .time-for,.retrieval .push-button{
	float: left;
	margin: 12px 0 12px 20px;
}
.retrieval .title .left,.retrieval .media-lx .left,.retrieval .media-mc .left,.retrieval .business .left,.retrieval .time-for .left{
	line-height: 32px;
	float: left;
	padding-left: 12px;
	margin-right: 5px;
}
.retrieval .title .right,.retrieval .media-lx .right,.retrieval .media-mc .right,.retrieval .business .right{
	display: inline-block;
	width: 180px;
}
.retrieval .time-for .time-s,.retrieval .time-for .time-e{
	float: left;
	width: 132px;
}
.retrieval .time-for input{
	background: url(../images/time-icon.png) no-repeat 97% center;
	background-size: 16px;
}
.retrieval .time-for .h-line{
	float: left;
	width: 22px;
	text-align: center;
	line-height: 32px;
}

.retrieval .media-lx .right,.retrieval .media-mc .right,.retrieval .business .right{
	width: 132px;
}
.retrieval .form-pusl{
	border: 1px solid #ddd;
	border-radius: 3px;
	height: 32px;
	padding: 0 5px;
	width: 100%;
}
.retrieval .push-button button{
	margin-right: 15px;
	width: 92px;
	padding: 0;
	height: 32px;
}
.sub-mit{
	background: #004C59;
	color: #fff;
}
.sub-mit:hover,.sub-mit:focus,.sub-mit:active {
  background-color: #e20414;
  border: 1px solid #e20414;
  color: #fff;
  outline: none;
}
.sup-mit{
	background: #63d1d5;
	color: #fff;
}
.ignore-mit:hover,.ignore-mit:focus,.ignore-mit:active {
  background-color: #757575;
  border: 1px solid #757575;
  color: #fff;
  outline: none;
}
.btn-right{
	text-align: right;
	margin-top: 20px;
}


/*----处理状态弹层开始----*/
.box-bg,.box-cl,.box-clr,.box-ddsh{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	z-index: 1000;
	overflow: auto;
	display: none;
}
.user-dialog{
	width: 640px;
	margin: 80px auto 40px;
}
.user-dialog-da{
	width: 900px;
	margin: 80px auto 40px;
}
.modal-title{
	height: 42px;
	background: #F3F3F3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.modal-title .let{
	float: left;
	font-size: 16px;
	padding-left: 18px;
	line-height: 42px;
}
.modal-title .ret{
	float: right;
	margin: 12px 15px 0 0;
	cursor: pointer;
}
.modal-form ul{
	padding: 16px 20px;
	font-size: 0;
}
.modal-form ul li{
	padding: 6px 0;
	width: 100%;
	display: inline-block;
}
.modal-form ul li .name{
	width: 76px;
	float: left;
	line-height: 30px;
	font-size: 14px;
}
.modal-form ul li .info{
	width: 500px;
	float: left;
	line-height: 30px;
	font-size: 14px;
}
.modal-form ul li .info textarea{
	min-height: 95px;
}
.modal-form ul li .info select{
	width: 48.5%;
	float: left;
}
.modal-form ul li .info .mart{
	margin-right: 3%;
}
.modal-form ul li .info .cl-btn{
	line-height: 22px;
}
.modal-form ul li.btn-go{
	padding: 12px 0 16px 76px;
}
.modal-form ul li.btn-go button{
	width: 140px;
	padding: 0;
	height: 32px;
	background: #004C59;
	color: #fff;
}
.sponsor-right{
	float: left;
	width: 500px;
}
	
.modal-form ul li .sponsor-city,.modal-form ul li .sponsor-city-name,.modal-form ul li .sponsor-city-name-choice,.modal-form ul li .department{
	overflow: hidden;
	position: relative;
	margin-left: -3px;
}
.modal-form ul li .sponsor-city-name{
	background: #f5f5f5;
	margin-top: 8px;
	padding-bottom: 5px;
}
	
.modal-form ul li .sponsor-city ul,.modal-form ul li .sponsor-city-name ul,.modal-form ul li .sponsor-city-name-choice ul,.modal-form ul li .department ul{
	padding: 0;
	
}

.modal-form ul li .sponsor-city ul li,.modal-form ul li .sponsor-city-name ul li,.modal-form ul li .sponsor-city-name-choice ul li,.modal-form ul li .department ul li{
	display: inline-block;
	font-size: 14px;
	width: auto;
	padding: 6px 15px 1px 5px;
}
.modal-form ul li .sponsor-city ul li{
	border: 1px solid #e2e2e2;
	padding: 2px 14px;
	border-radius: 4px;
	margin: 4px 8px 4px 0;
	cursor: pointer;
}
.modal-form ul li .sponsor-city ul li.active{
	border: 1px solid #004C59;
	background: url(../images/active-gou.png) no-repeat right bottom;
	color: #004C59;
}
.modal-form ul li .sponsor-city ul li label,.modal-form ul li .sponsor-city-name ul li label,.modal-form ul li .sponsor-city-name-choice ul li label,.modal-form ul li .department ul li label{
	font-weight: normal;
	margin: 0;
}
.modal-form ul li .sponsor-city ul li label input,.modal-form ul li .sponsor-city-name ul li label input,.modal-form ul li .sponsor-city-name-choice ul li label input,.modal-form ul li .department ul li label input{
	margin-right: 2px;
	float: left;
}
.modal-form ul li .sponsor-city-name-choice{
	margin-top: 12px;
}
.modal-form ul li .sponsor-city-name-choice h4{
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
}


.modal-form ul li.btn-go button:hover,.modal-form ul li.btn-go button:focus,.modal-form ul li.btn-go button:active {
  background-color: #e20414;
  border: 1px solid #e20414;
  color: #fff;
  outline: none;
}
.modal-form .color-bg{
	background: #f4f4f4;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.modal-form ul li i{
	font-size: 12px;
	color: #757575;
	line-height: 20px;
	display: block;
	padding-top: 5px;
}
.modal-form .branch h3{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 10px 0;
}
.modal-form .branch li{
	padding: 0;
}
.modal-form .branch li .name,.modal-form .branch li .info{
	font-size: 13px;
	line-height: 26px;
}

.modal-form .result{
	padding: 8px 20px 20px;
}
.modal-form .result h3{
	font-size: 14px;
	font-weight: bold;
}
.modal-form .table-cl{
	font-size: 14px;
	margin-top: 12px;
	max-height: 324px;
	overflow-y: auto;
}
.modal-form .table-cl table{
	min-width: 100%;
	font-size: 13px;
	position: relative;
}
.modal-form .table-cl table th,.modal-form .table-cl table tr td{
	border: 1px solid #ddd;
	padding: 5px;
	font-weight: normal;
}
.modal-form .table-cl table th{
	background: #f1f1f1;
	text-align: center;
}

.modal-form ul li.auto-center{
	padding: 10px 0 20px 0;
	text-align: center;
}

.modal-form .table-cl .excel{
	color: #004C59;
	background: url(../images/excel.png) no-repeat left -1px;
	background-size: 18px;
	padding-left: 23px;
}
.modal-form .table-cl .word{
	color: #004C59;
	background: url(../images/word.png) no-repeat left -1px;
	background-size: 18px;
	padding-left: 23px;
}
.modal-form .table-cl .pdf{
	color: #004C59;
	background: url(../images/pdf.png) no-repeat left 0;
	background-size: 18px;
	padding-left: 23px;
}
.modal-form .table-cl .jpg{
	color: #004C59;
	background: url(../images/jpg.png) no-repeat left 0;
	background-size: 18px;
	padding-left: 23px;
}
.modal-form .table-cl a:hover{
	color: #e20414;
	text-decoration: underline;
}
.modal-form .table-cl input{
	width: 50px;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: center;
	height: 26px;
}
.modal-form .table-cl input:focus{
	border: 1px solid #ccc;
	background: #f8f8f8;
}
.modal-form .fastener-sh{
	text-align: center;
	margin-top: 15px;
}
.modal-form .fastener-sh button{
	margin: 0 8px;
	min-width: 80px;
	height: 33px;
	padding: 0;
	color: #fff;
}
.modal-form .fastener-sh button:active,.modal-form .fastener-sh button:focus{
	outline: none;
}
.modal-form .fastener-sh button.btn-score{
	background: #004C59;
}
.modal-form .fastener-sh button.btn-score:hover{
	background: #e20414;
	outline: none;
}
.modal-form .fastener-sh button.btn-hassle{
	background: #346ec0;
}
.modal-form .fastener-sh button.btn-hassle:hover{
	background: #3a81c2;
	outline: none;
}

.user-dialog-da .modal-form ul li .info,.user-dialog-da .modal-form ul li .sponsor-right{
	width: 780px;
}

/*----处理状态弹层结束----*/

/*----高级搜索开始----*/
.retrieval .title-all,.retrieval .time-start ,.retrieval .radio-block{
	padding: 10px 0 10px 20px;
	overflow: hidden;
}
.retrieval .title-all .left,.retrieval .time-start .left,.retrieval .radio-block .left{
	line-height: 32px;
	float: left;
	min-width: 7%;
	margin: 0 0 0 10px;
	/*text-align: right;*/
	padding-right: 8px;
}
.retrieval .title-all .right{
	display: inline-block;
	width: 50%;
}
.retrieval .time-start .time-s,.retrieval .time-start .time-e{
	float: left;
	width: 24%;
}
.retrieval .time-start input{
	background: url(../images/time-icon.png) no-repeat 98% center;
	background-size: 16px;
}
.retrieval .time-start .h-line{
	float: left;
	width: 2%;
	text-align: center;
	line-height: 32px;
}
.retrieval .radio-block .late{
	width: 88%;
	float: left;
}
.retrieval .radio-block .late label{
	font-weight: normal;
	margin: 6px 25px 4px 0;
}
.retrieval .radio-block .late label input{
	margin-right: 4px;
}

.padd{
	padding: 8px 0 22px 0;
	margin: 0 0 0 32px!important;
}

/*----高级搜索结束----*/

.statistics{
	margin-top: 15px;
}
.statistics span{
	width: 50%;
	display: inline-block;
}