<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* { margin:0; padding:0; } 
iframe{max-width: 100%;margin: 30px 0;}

body {
  color: #000;
  font-family: "΢���ź�",Arial;
  font-size: 1em;
}

img{border: none;vertical-align:middle;max-width: 100%;}
a{
  color: #212121;
  text-decoration: none;
  border: none;
  transition: 0.4s;
}
a:hover{ color: #666; }
ul, li{list-style:none}
a{text-decoration:none;-webkit-tap-highlight-color:rgba(255, 255, 255, 0);-webkit-user-select:none;-moz-user-focus:none;-moz-user-select:none;}
p{font-size: 1em;line-height: 22px; font-weight: normal;font-family: "΢���ź�",Arial;}
.left{float: left;}
.right{float: right;}

h1{font-size: 26px;line-height: 45px;margin-bottom: 20px;}
h2{font-size: 22px;line-height: 42px;margin-bottom: 16px;}
h3{font-size: 20px;line-height: 36px;margin-bottom: 10px;}
h4{font-size: 18px;line-height: 20px;margin-bottom: 5px;}
h5{font-size: 16px;line-height: 24px;margin-bottom: 10px;}

.left{float:left;}
.right{float:right;}
.center{text-align:center;}

.topblank{
	width:100%;
	height:70px;
}

@media only screen and (max-width: 750px) {
	.topblank{
		height:40px;
	}
	.mobhide{
		display:none;
	}
}
.formTitle{
	width:100%;
	height:35px;
	line-height:30px;
	font-size:1.5em;
	margin:0 auto 0;
	text-align:center;
}
.singleForm{
	width:94%;
	max-width:640px;
	margin:60px auto;
	min-height:650px;
}
.ContentForm{
	width:85%;
	padding:0 0 0 220px;
	margin:0 auto 60px;
	min-height:750px;
}
@media only screen and (max-width: 1400px) {
	.ContentForm{
		width:80%;
		padding:0 0 0 220px;
	}
}
@media only screen and (max-width: 750px) {
	.ContentForm{
		width:94%;
		max-width:640px;
		margin:60px auto 60px;
		min-height:650px;
		padding:0;
	}
}
.kanbanHead{
	width:100%;
	height:92px;
	background: url(../images/kanbanTop.png) no-repeat center bottom;
	background-size:1920px 92px;
}
.kanbanHead-Left{
	width:25%;
	height:82px;
	float:left;
	color:#fff;
	line-height:30px;
	font-size:22px;
	text-align:center;
	padding:10px 0 0 0;
	margin:0 0 0 5%;
	overflow: hidden;
}
.outer{
	width:122px;
	height:30px;
	color:#f00;
	font-size:22px;
	text-align:center;
	margin:20px 0 0;
	white-space: nowrap;
	display: inline-block;
	padding-right: 100%;
	animation: marquee 10s linear infinite;
}
.outer ul{
  display:inline-block;
  height: 80px;
  -webkit-transform: translate3d(0, 0, 0); /* 3d��Ⱦ������Ӳ������ */
  transform: translate3d(0, 0, 0);
  font-size: 0;  /* ʹinline-block��Ĭ�ϼ�� */
  white-space: nowrap; /* ���������� */
}
.outer ul li{
  display: inline-block;
  padding-right: 50px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 24px;
}
.theanimation{
  animation:theanimation 20s infinite linear;
  -webkit-animation:theanimation 20s infinite linear;
}
@keyframes theanimation{
 from {
  transform:translateX(0%);
 } 
 to {
  transform:translateX(-100%);
 } 
}
@-webkit-keyframes theanimation{ 
 from {
  -webkit-transform:translateX(0%);
 } 
 to {
  -webkit-transform:translateX(-100%);
 }
}

.kanbanHead-Cont{
	width:40%;
	height:92px;
	float:left;
}
.kanbanHead-Right{
	width:30%;
	height:82px;
	float:left;
	color:#fff;
	line-height:30px;
	font-size:18px;
	padding:10px 0 0;
	text-align:center;
}
#kanbanHead-CoName{
	width:100%;
	height:30px;
	text-align:center;
	line-height:30px;
	margin:7px 0 2px;
	font-size:1.75em;
	color:#fff;
	letter-spacing:3px;
}
#kanbanHead-SysName{
	width:100%;
	height:40px;
	text-align:center;
	line-height:40px;
	margin:0;
	font-size:2em;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:550;
}
.kanbanTitle{
	width:100%;
	max-width:640px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:0 auto 10px;
	font-size:1.5em;
	color:#fff;
}
.kanbanCont{
	width:98%;
	min-height:300px;
	padding:10px;
	margin:15px auto 0;
}
.kanbanGroup{
	width:32%;
	min-height:300px;
	float:left;
	margin:0 0 0 1%;
}
.kanbanData{
	width:48.5%;
	height:120px;
	float:left;
	border-radius:5px;
	margin:10px 0 0 1%;
	padding:15px 0 0;
	border: 1px solid #0094de;
	background: url(../images/bgBlack_15);
	text-align:center;
	color:#fff;
	line-height:40px;
	font-size:1.5em;
}
.kanbanData div{
	font-size:2.5em;
	margin:5px 0 0;
	font-weight:600;
}
.kanbanChart{
	width:48.5%;
	min-height:283px;
	float:left;
	border-radius:5px;
	margin:10px 0 0 1%;
	background: url(../images/bgBlack_15);
	text-align:center;
	color:#fff;
	line-height:30px;
	font-size:1.5em;
}
.contRow_BotSol{
	width:96%;
	max-width:640px;
	height:35px;
	line-height:35px;
	margin:0 1%;
	border-bottom: 1px solid #E2E2E2;
	padding:2px 1%;
}
.bottbor_sol{
	height:40px;
	line-height:40px;
	border-bottom: 1px solid #E2E2E2;
}
.notetxt{color:#999;}
.formRow{
	width:95%;
	height:50px;
	margin:0 auto;
}
.formTxt{
	width:26%;
	height:50px;
	line-height:50px;
	text-align:right;
	float:left;
}
.formInp{
	width:74%;
	height:50px;
	float:left;
}

.flowSE{
	width:150px;
	height:40px;
	margin:0 auto;
	border-radius:22px;
	font-size:1.15em;
	background-color:#f0f0f0;
	line-height:40px;
	border: 1px solid #E2E2E2;
}
.infoRow{
	width:95%;
	height:30px;
	margin:0 auto;
	font-size:1em;
	line-height:30px;
}
.infoTxt{
	width:25%;
	height:30px;
	text-align:right;
	float:left;
}
.infoInp{
	width:75%;
	height:30px;
	float:left;
}
.infoDesc{
	width:98%;
	height:320px;
	overflow:auto;
	margin:0 auto;
}

.arrowtop{
	width: 6px;
    height: 20px;
	background-color:#E2E2E2;
	margin:5px auto 0;
	position: relative;
}
.downarrow{
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #E2E2E2;
	margin:0 auto 5px;
}
.addstep{
    width: 16px;
    height: 17px;
	padding:0 0 0 1px;
	font-size: 20px;
	text-align: center;
	line-height: 10px;
    color: #999;
    border: 1px solid #999;
    border-radius: 50%;
	position: absolute;
	top: 8px;
	right: -35px;
	z-index: 10;
	cursor: pointer;
	/*transform: rotate(45deg);��ת45�ȱ�ɹر�*/
}
.flowstep{
	width:280px;
	height:40px;
	margin:0 auto;
	border-radius:7px;
	font-size:1.15em;
	background-color:#f0f0f0;
	line-height:40px;
	border: 1px solid #E2E2E2;
	position: relative;
	padding:0;
}
.stepname{
	font-size:1em;
	line-height:25px;
	font-weight:600;
}
.stepapper{
	font-size:0.7em;
	line-height:15px;
}
.flowstepset{
	width:80px;
	height:10px;
	font-size:0.90em;
	position: absolute;
	bottom: -4px;
	right: 0px;
	z-index:9px;
	transition: .3s;
}
.flowstepset span{
	margin:0 5px 0 0;
}
.flowstepset a{
	color:#999;
	text-align:center;
	cursor: pointer;
}
.flowstepset a:hover [class^="ti-"],
.flowstepset a:hover [class*=" ti-"] {
	font-size: 1.4em;
	margin-top: 0;
	height:18px;
	line-height:18px;
	padding:2px;
	color:#f00;
	transition: 0.3s;
}

.itemset{
	width:60px;
	height:15px;
	font-size:0.8em;
	position: absolute;
	bottom: 10px;
	right: -65px;
	z-index:9px;
	transition: .3s;
	text-align:left;
}
.itemset span{
	margin:0 5px 0 0;
}
.itemset a{
	color:#999;
	cursor: pointer;
}
.itemset a:hover [class^="ti-"],
.itemset a:hover [class*=" ti-"] {
	font-size: 1.4em;
	margin-top: 0;
	height:18px;
	line-height:18px;
	padding:2px;
	color:#f00;
	transition: 0.3s;
}
.addstep:hover{
    width: 20px;
    height: 20px;
	font-size: 24px;
	line-height: 15px;
	border: 1px solid #f00;
    color: #f00;
	top: 6px;
	right: -37px;
	transition: 0.3s;
	padding:0;
}
.ti-close,.ti-plus,.ti-arrow-down,.ti-arrow-up,.ti-settings,.ti-lock,.ti-write,.ti-ruler-pencil,.ti-layers,.ti-pencil-alt,.ti-zoom-in,.ti-calendar,.ti-user,.ti-trash,.ti-arrow-left,.ti-arrow-right,.ti-layout-grid2-thumb{cursor: pointer;}
.ti-plus:hover,.ti-arrow-down:hover,.ti-write:hover,.ti-ruler-pencil:hover,.ti-arrow-up:hover,.ti-layers:hover,.ti-zoom-in:hover,.ti-calendar:hover,.ti-settings:hover,.ti-lock:hover,.ti-user:hover,.ti-arrow-left:hover,.ti-arrow-right:hover,.ti-pencil-alt:hover,.ti-trash:hover,.ti-layout-grid2-thumb:hover{color:#f00;font-size:1.25em;transition: 0.3s;}
.ti-close:hover{color:#666;transition: 0.3s;}
.ti-plus{
	font-size:13px;
	padding:1px;
	border: 1px solid #999;
}
.ti-plus:hover{
	font-size:14px;
	padding:2px;
	border: 1px solid #f00;
}

.errornote{
	font-size:12px;
	line-height:13px;
	color:#f00;
}

.page{
    text-align: center;
	margin:15px 0 0;
}
.page a{
    display: inline-block;
    background: #fff;
    color: #888;
    padding: 3px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
	margin-right: 3px;

}
.page span{
    display: inline-block;
    padding: 3px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
}
.page span.current{
    display: inline-block;
    background: #e8e8e8;
    color: #333;
    padding: 3px;
    min-width: 15px;
    border: 1px solid #e8e8e8;
	margin-right: 3px;
}

.navtd{
	position: relative;
}
.tdmenu{
	position: absolute;
    top: 0.2em;
    right: 0.2em;
	z-index:1;
}

.mobShow{
	display:none;
}
.infotable{
	width:98%;
	max-width:1440px;
	color:#666;
	margin:0 auto;
	border: 1px solid #666;
}
.infotable td{
	border: 1px solid #666;
}
@media only screen and (max-width: 750px) {
	.infotable{
		border: 0px;
		width:100%;
		max-width:850px;
		color:#666;
		margin:50px auto 10px;
		border-bottom: 2px solid #E2E2E2;
	}
	.infotable td{
		border: 0px;
	}
	.mobShow{
		display:block;
	}
}

/*����ҳ*/
ul.domtree,ul.domtree ul {
    margin: 0;
    padding: 0 0 0 2em;
}

ul.domtree li {
    list-style: none;
	margin:0;
	padding:0.75em 0 0;
    position: relative;
	font-size:16px;
	cursor:pointer;
}

ul.domtree&gt;li:first-child:before {
    border-style: none none solid none;
	padding:0.75em 0 0;
}

ul.domtree li:before {
    position: absolute;
    content: '';
    top: -0.01em;
    left: -0.7em;
    width: 0.5em;
    height: 0.615em;
    border-style: none none solid solid;
    border-width: 0.05em;
    border-color: #aaa;
	padding:0.75em 0 0;
}

ul.domtree li:not(:last-child):after {
    position: absolute;
    content: '';
    top: -0.05em;
    left: -0.7em;
    bottom: 0;
    border-style: none none none solid;
    border-width: 0.05em;
    border-color: #aaa;
}
.departTreeNav{
	width:1px;
	height:6px;
	position: relative;
}
.treenav{
	width:3px;
	height:6px;
	padding:5px;
	color:#999;
	text-align:center;
	cursor:pointer;
}
.treemenu{
	position: absolute;
	width:120px;
	height:90px;
	border-radius:5px;
	padding:4px;
	background-color:#fff;
	top: 0em;
    left: 0px;
	border: 1px solid #ccc;
	z-index:999999;
	display: none;
	box-shadow:5px 2px 6px #e0e0e0;
	text-align:center;
}
.treemenu a{
	width:96%;
	height:25px;
	line-height:25px;
	display:block;
	margin:1px auto 0;
	padding:2px;
	text-align:center;
	font-size:14px;
	background-color:#e8e8e8;
	cursor:pointer;
}
.closeMenu{
	padding:1px;
	width:17px;
	height:17px;
	line-height:17px;
	position: absolute;
	top:-10px;
	right:-10px;
	border-radius:10px;
	font-size:12px;
	cursor:pointer;
	border: 1px solid #ccc;
	background-color:#fff;
	color:#aaa;
}
.loading{
	width:100%;
	height:300px;
	padding:100px 0 0;
	position:fixed;
	z-index:999;
	top:0;
	text-align:center;
}
.contentGtayBg{
	width:100%;
	height:1250px;
	padding:100px 0 0;
	background: url(../images/bgK-80.png) repeat;
	position:fixed;
	z-index:999;
	top:0;
	display:none;
}
.contGtayBg{
	width:100%;
	height:1250px;
	padding:30px 0 0;
	background:url(../images/bgK-80.png) repeat;
	position:fixed;
	z-index:999;
	top:0;
	display:none;
}
.bottGtayBg{
	width:100%;
	top: 1100px;
    left: 0;
    bottom: 0;
	background: url(../images/bgK-80.png) repeat;
	position:fixed;
	z-index:999;
	display:none;
}
.runningGif{
	width:100%;
	height:1000px;
	padding:0;
	background:#1f2123 url(../images/running.gif) no-repeat center top;
	background-size:200px 150px;
	 background-position:50% 30%;
	position:fixed;
	z-index:999;
	top:0;
	display:none;
	opacity:0.75;
}
.form200{
	width:100%;
	max-width:370px;
	min-height:200px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
	position: relative;
	padding:20px 0 0;
}
.form370{
	width:100%;
	max-width:370px;
	min-height:325px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
	position: relative;
	padding:20px 0 0;
}
.form370-400{
	width:100%;
	max-width:370px;
	min-height:400px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
	position: relative;
	padding:30px 0 0;
}
.form370-450{
	width:100%;
	max-width:370px;
	min-height:450px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
	position: relative;
	padding:30px 0 0;
}
.row350{
	width:100%;
	max-width:350px;
	min-height:30px;
	line-height:30px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
	text-align:right;
}

.form370-500{
	width:100%;
	max-width:370px;
	min-height:515px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
	position: relative;
	padding:20px 0 0;
}
.form370-570{
	width:100%;
	max-width:370px;
	min-height:575px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
	position: relative;
	padding:10px 0 0;
}
.form370-650{
	width:100%;
	max-width:370px;
	min-height:665px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
	position: relative;
	padding:10px 0 0;
}
.form370-700{
	width:100%;
	max-width:370px;
	min-height:705px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
	position: relative;
	padding:10px 0 0;
}
.form570-570{
	width:100%;
	max-width:570px;
	min-height:575px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
	position: relative;
	padding:10px 0 0;
}
.form680-500{
	width:100%;
	max-width:680px;
	min-height:470px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
	position: relative;
	padding:5px 0 0;
}
.form680-700{
	width:100%;
	max-width:680px;
	min-height:700px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
	position: relative;
	padding:5px 0 0;
}
.row640{
	width:100%;
	max-width:680px;
	height:45px;
	margin:0 auto;
	padding:5px 0;
	clear:both;
}
.row960{
	width:100%;
	max-width:980px;
	height:45px;
	margin:0 auto;
	padding:5px 0;
	clear:both;
}

.row640Desc{
	width:98%;
	max-width:680px;
	min-height:300px;
	margin:0 auto;
	padding:0 0;
	clear:both;
}
.row640photos{
	width:98%;
	max-width:680px;
	min-height:160px;
	margin:0 auto;
	padding:0 0;
	clear:both;
}
.rowComp{
	width:340px;
	height:45px;
	float:left;
}

.rowCompLong{
	width:100%;
	max-width:680px;
	height:45px;
}
.rowTitle_R{
	width:90px;
	height:45px;
	line-height:45px;
	float:left;
	text-align:right;
}
.rowCont{
	width:250px;
	height:45px;
	line-height:25px;
	float:left;
}
.rowContLong{
	width:440px;
	height:45px;
	line-height:25px;
	float:left;
}
@media only screen and (max-width: 750px) {
	.row640{
		height:40px;
		padding:5px;
		line-height:40px;
	}
	.rowComp{
		height:40px;
	}
	.rowCompLong{
		height:40px;
	}
	.rowTitle_R{
		height:40px;
		line-height:40px;
	}
	.rowCont{
		height:30px;
		line-height:14px;
	}
	.rowContLong{
		height:30px;
		line-height:15px;
	}
}
.rowdesc{
	width:100%;
	max-width:680px;
	height:400px;
	margin:0 auto;
}
.rowdescTitle{
	width:90px;
	height:45px;
	line-height:45px;
	text-align:right;
}
.rowdescCont{
	width:100%;
	max-width:640px;
	height:300px;
	margin:0 auto;
}
@media only screen and (max-width: 750px) {
	.rowCompLong{
		width:400px;
	}
	.rowContLong{
		width:300px;
	}
}
.projCont{
	width:100%;
	max-width:640px;
	height:190px;
	margin:0 auto;
}
.projdesc{
	width:100%;
	max-width:680px;
	height:150px;
	margin:0 auto;
}
.closeDiv{
	padding:1px;
	position: absolute;
	top:3px;
	right:8px;
	font-size:12px;
	cursor:pointer;
}
.mobContent{
	width:100%;
	height:auto;
	padding:0;
	display:none;
}
.bgGray{
	background-color:#f8f8f8;
}
@media only screen and (max-width: 750px) {
	.mobContent{
		display:block;
	}
}
#departorgname{
	width:100%;
	height:45px;
	line-height:45px;
	margin:15px 0 8px;
	font-size:20px;
}
#departorgname a{
	font-size:16px;
}
.moreicon{
	padding:0 3px;
	border: 1px solid #666;
	height:12px;
	font-size:12px;
	border-radius:2px;
	color:#666;
	margin:0 0 15px 0;
	cursor:pointer;
}
.showsub{
	display:none;
}
.subdepart{
	display:none;
}
		
.add{
	width: 15px;
	height: 15px;
	border: 1px solid;
	position: relative;
	color: #ccc;
}
.add:before{
	position: absolute;
	content: '';
	width: 13px;
	margin-left: 4px;
	margin-top: -1px;
	left: -20%;
	top: 50%;
	border-top: 1px solid;
}
.add:after{
	height: 13px;
	left: 50%;
	top: 30%;
	position: absolute;
	border-right: 1px solid;
	margin-top: -4px;
	margin-left: -1px;
	content: '';
}
.add:hover{
	color: red;
}
.addMem{
	width: 20px;
	height: 20px;
	border: 1px solid;
	position: relative;
	color: #aaa;
	margin: 5px 10px 0 5px;
	cursor: pointer;
	float: left;
}
.addMem:before{
	position: absolute;
	content: '';
	width: 18px;
	margin-left: 6px;
	margin-top: -1px;
	left: -25%;
	top: 50%;
	border-top: 1px solid;
}
.addMem:after{
	height: 18px;
	left: 50%;
	top: 30%;
	position: absolute;
	border-right: 1px solid;
	margin-top: -5px;
	margin-left: -1px;
	content: '';
}
.addMem:hover{
	color: red;
}
#sharlist{
	width:auto;
	height:60px;
	line-height:25px;
	float:left;
}
.sharname{
	width:auto;
	height:30px;
	line-height:30px;
	padding:0 10px 0 5px;
	float:left;
	position: relative;
}
.shardel{
	width:8px;
	height:3px;
	font-size:12px;
	right: 2px;
	top: -5px;
	position: absolute;
	color: #333;
	cursor: pointer;
}
.shardel:hover{
	color:#f00;
}
#orglogoshow,#cologoshow{
	width:100%;
	height:auto;
	max-height:350px;
	min-height:80px;
	margin:0 0 0;
	text-align:center;
}
#orglogoshow img,#cologoshow img{
	min-width:20px;
	max-width:250px;
	min-height:15px;
	max-height:250px;
	border:0;
}
.footer{
	position:fixed;
	width:100%;
	height:45px;
	line-height:30px;
	bottom:0px;
	left:0;
	z-index:9;
	text-align:center;
	background:#1d60ad;
	color:#fff;
}
#errormsg{
	position:fixed;
	min-width:150px;
	height:25px;
	line-height:25px;
	padding:10px 15px;
	text-align:center;
	background-color:#666;
	color:#fff;
	top:250px;
	left:45%;
	opacity:0.9;
	display:none;
}
@media only screen and (max-width: 750px) {
	#errormsg{
		left:25%;
	}
}
input::-webkit-input-placeholder{
    opacity:0.95;letter-spacing:1px;
 }
 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    opacity:0.95;letter-spacing:1px;
 }
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    opacity:0.95;letter-spacing:1px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    opacity:0.95;letter-spacing:1px;
}
input[type=text]{
	width:87%;
	height: 30px;
	border: 1px solid #999;
	border-radius: 5px;
	color: 333;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 1px 0 1px 3%;
	margin: 8px 0 0 2px;
}

input[type=text]:focus{
	outline: none;
	border: 1px solid #bbb;
}
input[type=password]{
	width:87%;
	height: 30px;
	border: 1px solid #666;
	border-radius: 5px;
	color: 333;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 1px 0 1px 3%;
	margin: 8px 0 0 2px;
}
input[type=password]:focus{
	outline: none;
	border: 1px solid #bbb;
}
input[type=date]{
	width:150px;
	height: 30px;
	border: 1px solid #999;
	border-radius: 5px;
	color: 333;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 13px;
	padding: 1px 0 1px 3%;
	margin: 8px 0 0 2px;
}

input[type=date]:focus{
	outline: none;
	border: 1px solid #bbb;
}
input[type=checkbox]{
	width:16px;
	height:16px;
	margin:5px 0 0;
}
input[type=checkbox]:focus{
	background-color:#666;
	color:#fff;
}

select{
	width:90%;
	height: 35px;
	border: 1px solid #666;
	border-radius: 5px;
	color: 333;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 15px;
	padding: 1px 0 1px 3%;
	margin: 8px 0 0 2px;
	background: #fff;
}

option{
	height: 35px;
	line-height: 35px;
}
select:focus{
	outline: none;
	border: 1px solid #ccc;
}

input[type=submit]{
	width: 85%;
	height: 38px;
	margin: 20px auto 0;
	background: #0077be;
	border: 1px solid #0077be;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	font-family: "Microsoft YaHei", sans-serif;
	font-size: 15px;
	padding:0px 10px;
	line-height:38px;
}
input[type=submit]:hover{
	opacity: 0.8;
}
input[type=submit]:active{
	opacity: 0.6;
}
input[type=submit]:focus{
	outline: none;
}
input[type=file]{
	width:87%;
	height: 30px;
	border: 1px solid #999;
	border-radius: 5px;
	color: 333;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 1px 0 1px 3%;
	margin: 8px 0 0 2px;
	line-height:30px;
}

input[type=file]:focus{
	outline: none;
	border: 1px solid #bbb;
}



.content_pc{
	width:100%;
	height:1050px;
}

#wrapper {
    width: 100%;
    min-width: 320px;
    position: absolute;
    left: 0;
    top: 105px;
    bottom: 52px;
    overflow: hidden;
    z-index: 1;

    /* ��ֹ����Windows�ϵĴ����¼� */
    -ms-touch-action: none;

    /* ��ֹcallout tap-hold���ı���ѡ�� */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* ��ֹ�ı�����ȡ��仯��webӦ�ó�������� */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
.pull-loading {
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#aaa;
}
#scroller ul li {
	width:94%;
	margin:0 auto;
    padding: 15px 3%;
    border-bottom: solid 1px #ccc;
	line-height:2em;
}
@media only screen and (max-width: 750px) {
	#wrapper{
		display:block;
	}
	.content_pc{
		display:none;
	}
}
table{
	border-collapse:collapse;
}
td{
	height:35px;
	line-height:18px;
	padding:2px 5px;
	font-size:16px;
	border-spacing:2px;
	border-collapse:collapse;
}
.tdhead{
	background-color:#f0f0f0;
	cursor:default;
}
.tdtitle{
	border-left: 4px solid #1890ff;
	font-size:1.25em;
	color:#333;
}
.qrcodeimg{
	width:125px;
	height:125px;
	clear:both;
}
.bigFont15em{
	font-size:1.5em;
}
.bigFont2em{
	font-size:2em;
}
.jiange_hui{
	width:98%;
	max-width:640px;
	height:5px;
	background-color:#f8f8f8;
	margin:10px 1% 0;
}
.rowTitle{
	width:98%;
	max-width:640px;
	height:35px;
	line-height:35px;
	font-size:1.25em;
	text-align:center;
	background-color:#f0f0f0;
	margin:10px 1% 5px;
	font-weight:500;
	cursor: pointer;
	position: relative;
}
.rightNav{
	width:100px;
	height:30px;
	position: absolute;
	top: 2px;
	right: 8px;
	z-index: 10px;
	cursor: pointer;
	text-align:right;
}
.rowContent{
	width:98%;
	max-width:640px;
	height:25px;
	line-height:25px;
	margin:0 1%;
	color:#666;
}
.rowList50{
	width:48%;
	height:25px;
	line-height:25px;
	padding:0 1%;
	float:left;
}
.tabmenu{
	width:96%;
	height:31px;
	padding:5px 2% 0;
	margin:15px auto 5px;
	line-height:31px;
	border-bottom: 1px solid #e8e8e8;
	color:#333;
}
.tabtitle{
	width:100px;
	height:30px;
	background-color:#f8f8f8;
	line-height:30px;
	float:left;
	text-align:center;
	border: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	cursor:pointer;
}
.curtab{
	background-color:#fff;
	border-bottom: 1px solid #fff;
}
.tabbnt{
	width:200px;
	height:30px;
	line-height:30px;
	text-align:right;
	float:right;
}
.qcinpsTitle{
	width:98%;
	max-width:640px;
	height:30px;
	padding:3px 0 2px;
	margin:15px 1% 0;
	background-color:#f8f8f8;
	border: 0;
	border-top: 3px solid #e8e8e8;
}
.charPie{
	width:210px;
	height:210px;
	float:left;
	position: relative;
}
.depaPie{
	width:70%;
	height:20px;
	line-height:20px;
	font-size:18px;
	position: absolute;
	top: 34px;
	left: 11%;
	z-index: 1;
	text-align:center;
	overflow:hidden;
	color:#666;
}
.matenamePie{
	width:90%;
	height:18px;
	line-height:18px;
	font-size:18px;
	position: absolute;
	top: 62px;
	left: 2%;
	z-index: 1;
	text-align:center;
	overflow:hidden;
	color:#666;
}
.outputPie_T{
	width:94%;
	height:30px;
	position: absolute;
	top: 82px;
	left: 2%;
	z-index: 1;
	text-align:center;
	overflow:hidden;
}
.outputPie_A{
	width:94%;
	height:30px;
	position: absolute;
	top: 113px;
	left: 2%;
	z-index: 1;
	text-align:center;
	overflow:hidden;
}
.bfont{
	line-height:30px;
	font-size:30px;
	color:#666;
}
.sfont_top{
	line-height:20px;
	color:#666;
}
.sfont_bot{
	line-height:30px;
	color:#666;
}
.charPie_Big{
	width:410px;
	height:410px;
	float:left;
	position: relative;
}
.depaPie_Big{
	width:60%;
	height:40px;
	line-height:40px;
	font-size:32px;
	position: absolute;
	top: 60px;
	left: 19%;
	z-index: 1;
	text-align:center;
	overflow:hidden;
	color:#666;
}
.matenamePie_Big{
	width:80%;
	height:40px;
	line-height:40px;
	font-size:32px;
	position: absolute;
	top: 105px;
	left: 8.5%;
	z-index: 1;
	text-align:center;
	overflow:hidden;
	color:#666;
}
.outputPie_T_Big{
	width:86%;
	height:80px;
	position: absolute;
	top: 155px;
	left: 6%;
	z-index: 1;
	text-align:center;
	overflow:hidden;
}
.outputPie_A_Big{
	width:80%;
	height:80px;
	position: absolute;
	top: 220px;
	left: 8%;
	z-index: 1;
	text-align:center;
	overflow:hidden;
}
.bfont_Big{
	line-height:60px;
	font-size:60px;
	color:#666;
}
.sfont_top_Big{
	font-size:18px;
	line-height:50px;
	color:#666;
}
.sfont_bot_Big{
	font-size:18px;
	line-height:50px;
	color:#666;
}
.idx_title{
	width:99%;
	height:35px;
	line-height:35px;
	font-size:1.2em;
	border-bottom: 1px solid #e8e8e8;
	margin:10px auto;
	background:url(../images/idx_title_Bg.jpg) no-repeat left bottom;
}
.idx_chart{
	width:100%;
	max-width:460px;
	min-height:400px;
	float:left;
	padding:0 30px;
}

.Cont_Title{
	width:88%;
	padding:0 0 0 5px;
	height:40px;
	border-bottom: 1px solid #e0e0e0;
	margin:65px 0 0 225px;
	color:#666;
}
.Tab_Title_Row{
	width:88%;
	padding:0 0 0 5px;
	height:35px;
	border-bottom: 1px solid #e0e0e0;
	margin:65px 0 0 225px;
	color:#666;
}
.Tab_Title{
	width:9%;
	height:33px;
	padding:2px 0 0;
	border-bottom: 0px solid #e0e0e0;
	text-align:center;
	float:left;
	cursor: pointer;
	line-height:33px;
	font-size:1.1rem;
}
.Cont_Title_Tab{
	width:9%;
	height:38px;
	padding:2px 0 0;
	border-bottom: 0px solid #e0e0e0;
	text-align:center;
	float:left;
	cursor: pointer;
	line-height:17px;
}
.CurTab{
	border: 1px solid #e0e0e0;
	border-bottom: 1px solid #fff;
	background-color:#fff;
}
.Cont_Title_Tab span{
	font-size:17px;
}

.Cont_Title_M{
	width:100%;
	padding:0 0 0 5px;
	height:31px;
	border-bottom: 1px solid #e0e0e0;
	margin:75px auto 0;
	color:#666;
}
.Cont_Title_Tab_M{
	width:45px;
	height:30px;
	padding:2px 0 0;
	border-bottom: 0px solid #e0e0e0;
	text-align:center;
	float:left;
	cursor: pointer;
	line-height:26px;
}
.Tab_Title_M{
	width:80px;
	height:30px;
	padding:2px 0 0;
	border-bottom: 0px solid #e0e0e0;
	text-align:center;
	float:left;
	cursor: pointer;
	line-height:29px;
	font-size:1.1rem;
}

.projCont{
	width:88%;
	height:840px;
	padding:0 0 0 5px;
	margin:10px 0 0 225px;
	color:#666;
}

.chartshow{
	width:98%;
	height:360px;
}
#chartContainer{
	width:100%;
	height:300px;
}
.disciplineStatus{
	width:12px;
	height:14px;
	text-align:center;
	padding:2px 5px;
	margin:0 0 0 2px;
	line-height:14px;
	border: 1px solid #e0e0e0;
	border-radius:5px;
}
.wangEditor p{margin:15px 0 0;}
.statusBlue{
	width:12px;
	height:14px;
	text-align:center;
	padding:2px 5px;
	margin:0 0 0 2px;
	line-height:14px;
	color:#000;
	background-color:#d3edfb;
	border: 1px solid #d3edfb;
	border-radius:5px;
}
.statusGreen{
	width:12px;
	height:14px;
	text-align:center;
	padding:2px 5px;
	margin:0 0 0 2px;
	line-height:14px;
	color:white;
	background-color:#009688;
	border: 1px solid #009688;
	border-radius:5px;
}
.statusRed{
	width:12px;
	height:14px;
	text-align:center;
	padding:2px 5px;
	margin:0 0 0 2px;
	line-height:14px;
	color:white;
	background-color:red;
	border: 1px solid red;
	border-radius:5px;
}
.navbar{
	width:98%;
	padding:0 1%;
	height:22px;
	margin:10px auto;
	border-bottom: 1px solid #ddd;
	line-height:20px;
}
.tabnav{
	width:100px;
	height:21px;
	float:left;
	text-align:center;
	cursor: pointer;
}
.curnav{
	border-bottom: 1px solid #ccc;
	color:#f39800;
}
.btnBar{width:94%;text-align:right;margin:15px auto;}
.contteam{
	width:100%;min-height:750px;
}

.whyshow{
	width:49%;
	max-width:600px;
	min-height:600px;
	padding:8px;
	margin:5px 1% 0 0;
	float:left;
}
.whytitle{
	width:90%;
	height:35px;
	border:1px solid #aaa;
	font-size:1.1em;
	line-height:35px;
	background-color:#f0f0f0;
	margin:0 0 10px 0;
	padding:0 8px;
}
@media only screen and (max-width: 750px) {
	.whyshow{
		width:100%;
		min-height:400px;
		padding:8px;
		margin:0;
		float:none;
	}
}
.whypath-content{
	width:95%;
	height:53px;
	padding:0;
}
.whypath{
	width:160px;
	height:30px;
	padding:10px;
	line-height:15px;
	border:1px solid #aaa;
	font-size:14px;
	position: relative;
}
.why{
	width:40px;
	height:15px;
	font-size:13px;
	padding:0 0 25px 5px;
	line-height:15px;
	color:#666;
	background: url(../images/icon-whyarrow.png) no-repeat bottom right;
	background-size:30px auto; 
}
.whyset{
	width:15px;
	height:15px;
	font-size:10px;
	text-align:center;
	line-height:15px;
	border:0px solid #aaa;
	margin:35px 0 0 3px;
	cursor:pointer;
}
.whysetnav{
	width:100px;
	height:40px;
	position: absolute;
	top: -2px;
	right: 0;
	z-index: 10;
}

.ishikawa-content{
	width:1024px;
	height:730px;
	margin:0 auto;
}
.ishikawa-class-content{
	width:1024px;
	height:50px;
	margin:15px 0 25px;
}
.ishikawa-class{
	width:470px;
	height:50px;
}
.ishikawa-class span{
	width:300px;
	height:50px;
	margin:0 auto;
	font-size:18px;
	text-align:center;
	color:white;
	background-color:#f39800;
	line-height:50px;
	display:block;
}
.ishikawa-title-content{
	width:1024px;
	height:25px;
	}
.ishikawa-title-three{
	width:120px;
	height:20px;
	text-align:center;
	font-size:17px;
}
.ishikawa-title-two{
	width:173px;
	height:20px;
	text-align:center;
	font-size:17px;
}
.ishikawa-title-leftmargin98{
	margin:0 0 0 98px;
}
.ishikawa-fishboneMain{
	width:1024px;
	height:523px;
	background: url(../images/fishboneMain.png) no-repeat center center;
}
.ishikawa-causes-content{
	width:393px;
	height:523px;
	padding:0 0 0 10px;
}
.ishikawa-causes-main{
	width:83px;
	height:30px;
	text-align:center;
	padding:250px 60px 240px 65px;
	line-height:14px;
}
.ishikawa-causes-content-three{
	width:121px;
	height:240px;
	margin-top:0px;
	line-height:13px;
}
.ishikawa-causes-content-two{
	width:189px;
	height:240px;
	margin-top:15px;
	line-height:13px;
}
.margintop10{
	margin-top:10px;
}
.margintop20{
	margin-top:20px;
}
.textalignleft{
	text-align:left;
}
.textalignright{
	text-align:right;
}
.ishikawa-cause-cross{
	width:15px;
	height:5;
	border-bottom:2px solid #f39800;
}
.ishikawa-cause-three{
	width:105px;
	height:25px;
	position: relative;
}
.ishikawa-cause-two{
	width:173px;
	height:25px;
	position: relative;
}
.ishikawa-cause-rightBG{
	background: url(../images/ishikawa-cause-BG.png) no-repeat top right;
	padding-right:15px;
}
.ishikawa-cause-leftBG{
	background: url(../images/ishikawa-cause-leftBG.png) no-repeat top left;
	padding-left:15px;
}
.ishikawa-cause_nav{
	width:100px;
	height:20px;
	position: absolute;
	top: -15px;
	left: 0;
	z-index: 10;
	display:none;
}
.ishikawa-cause_set{
	width:20px;
	height:15px;
	font-size:13px;
	text-align:center;
	line-height:15px;
	border:0px solid #aaa;
	margin:0;
	cursor:pointer;
}
.fishboneTitle_Three{
	width:330px;
	padding:15px 0 2px 38px;
	height:20px;
	margin:0 auto;
}
.fishboneTitle_T_Three{
	width:80px;
	height:20px;
	padding:0 30px 0 0;
	float:left;
	font-size:13px;
	line-height:20px;
	text-align:right;
}
.fishboneCont_Three{
	width:110px;
	height:262px;
	padding:0 0 0 2px;
	text-align:right;
	font-size:12px;
	line-height:13px;
	float:left;
}
.fishbone-cause-three{
	width:110px;
	height:25px;
	font-size:12px;
	line-height:13px;
	position: relative;
}
.fishboneTitle_Two{
	width:360px;
	padding:2px 0 15px 8px;
	height:20px;
	margin:0 auto;
}
.fishboneTitle_T_Two{
	width:85px;
	height:20px;
	padding:0 0 0 80px;
	float:left;
	font-size:13px;
	line-height:20px;
	text-align:right;
}
.fishboneCont_Two{
	width:129px;
	height:260px;
	padding:0 0 0 38px;
	text-align:right;
	font-size:12px;
	line-height:13px;
	float:left;
}
.fishboneCont{
	width:368px;
	height:522px;
	margin:0 auto;
	background: url(../images/fishboneMain_m.png) no-repeat center;
	font-size:12px;
	line-height:14px;
}
.caenynav{
	width:99%;
	height:20px;
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 10;
	background-color:#fff;
	display:none;
	text-align:center;
}
.causenav{
	width:30px;
	height:20px;
	position: absolute;
	top: 1px;
	left: 2px;
	z-index: 10;
	background-color:#fff;
	display:none;
	text-align:left;
}
.equiphoto{
	float:left;
	width:150px;
	height:140px;
	border: 1px solid #ccc;
	text-align:center;
	margin:5px 0 0 1%;
	position: relative;
}
.photonav{
	width:99%;
	height:25px;
	line-height:25px;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 10;
	background: url(../images/bg_white50.png) repeat;
	display:none;
	text-align:center;
}

.idx_prod{
	width:100%;
	height:60px;
	margin:80px auto 0;
	padding:20px 0;
	border: 1px solid #ccc;
	border-radius:8px;
}
.idx_QCIS{
	width:100%;
	height:60px;
	margin:30px auto 0;
	padding:20px 0;
	border: 1px solid #ccc;
	border-radius:8px;
}

.idx_prodList{
	width:210px;
	height:70px;
	float:left;
	margin:2px 5px 0 30px;
}
.idx_prodIcon{
	width:45px;
	height:45px;
	float:left;
	color:#fff;
	border-radius:5px;
	font-size:35px;
	text-align:center;
	margin:2px 2px 0 0;
	padding:5px;
}
.idx_prodTxt{
	width:150px;
	height:60px;
	float:left;
}
.idx_prodTitle{
	width:100%;
	height:15px;
	line-height:15px;
	font-size:13px;
	color:#333;
	padding:5px 0 0;
}
.idx_prodData{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:35px;
	color:#333;
	font-weight:600;
	padding:0;
}
@media only screen and (max-width: 1760px) {
	.idx_prod{
		height:135px;
		padding:20px 0;
	}
	.idx_QCIS{
		height:135px;
		padding:20px 0;
	}
}
@media only screen and (max-width: 950px) {
	.idx_prod{
		height:210px;
		padding:20px 0;
	}
}
@media only screen and (max-width: 1250px) {
	.idx_QCIS{
		height:200px;
		padding:20px 0;
	}
}
@media only screen and (max-width: 640px) {
	.idx_prod{
		height:210px;
		padding:20px 0;
	}
	
}
@media only screen and (max-width: 580px) {
	.idx_prod{
		height:190px;
		margin:80px auto 0;
		padding:10px 0;
		border-radius:6px;
	}
	.idx_prodList{
		width:190px;
		height:65px;
		margin:2px 5px 0 8px;
	}
	.idx_prodIcon{
		width:35px;
		height:35px;
		border-radius:3px;
		font-size:30px;
		margin:2px 3px 0 0;
		padding:2px;
	}
	.idx_prodTxt{
		width:140px;
		height:50px;
	}
	.idx_prodTitle{
		height:15px;
		line-height:15px;
		font-size:13px;
		padding:0;
	}
	.idx_prodData{
		height:28px;
		line-height:28px;
		font-size:28px;
	}
	.idx_QCIS{
		height:190px;
		padding:10px 0;
		margin:15px auto 0;
	}
}
#idx_prodplan{
	width:100%;
	min-height:100px;
	margin:0;
}
.idx_Cont_T{
	width:100%;
	height:400px;
}
.idx_Cont{
	width:49.5%;
	height:400px;
}
.idx_ContShow{
	width:100%;
}
tr:hover{
    background: #F8F8F8;
}
.nobg:hover{
	background: none;
}

</pre></body></html>