body {
	overflow-y: scroll;
	overflow-x: auto;
	color: #444444;
}

.uqnavpanel {
	background-color: #bd1a2d;
	border-top:1px solid #8f1322;
}

.uqnav {
	max-width: 1190px;
	margin: 0 auto;
	display: table;
	width: 100%;
}

.uqnav ul {
	display: table-row;
	width: 100%;
	font-size: 0px;
	text-align: center;
	vertical-align: middle;
}

.uqnav ul li {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	cursor: pointer;
}

.uqnav ul li a {
	letter-spacing: 3px;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	text-shadow: 0px 0px 2px #000000;
	position: relative;
}

.uqnav ul li a span {
	font-size: 16px;
}

.uqnav ul li a .navline {
	position: absolute;
	height: 40px;
	right: 0;
	top: 5px;
	width: 1px;
	display: block;
	border-right: 1px solid #b91214;
}

.uqnav ul li a:hover {
	text-decoration: none;
	color: #e6e6e6;
}

.uqnav ul li:hover {
	background-color: #b7172a;
}

.uqnav ul li.active {
	background-color: #941423;
}

.uqpanel {
	padding: 15px 10px;
	padding-bottom: 0px;
	max-width: 1190px;
	margin: 0 auto;
}

.uqitem {
	margin-bottom: 15px;
	background-color: #FFFFFF;
	border-radius: 2px;
	box-shadow: 2px 2px 6px #cccccc;
}

.uqitem.bgorange .thiscolor {
	color: #ff9941;
}

.uqitem.bgorange label.iconlabel i.iconfont {
	color: #ff7e0e;
}
.uqitem.bgorange label.iconlabel.checked{
	color: #ff7e0e;
}
.uqitem.bgpurple .thiscolor {
	color: #a195ff;
}

.uqitem.bgpurple label.iconlabel i.iconfont {
	color: #7462ff;
}
.uqitem.bgpurple label.iconlabel.checked{
	color: #7462ff;
}
.uqitem.bgroseo .thiscolor {
	color: #ef59d7;
}

.uqitem.bgroseo label.iconlabel i.iconfont {
	color: #eb2acc;
}
.uqitem.bgroseo label.iconlabel.checked{
	color: #eb2acc;
}
.uqitem.bggreen .thiscolor {
	color: #00b583;
}

.uqitem.bggreen label.iconlabel i.iconfont {
	color: #00825e;
}
.uqitem.bggreen label.iconlabel.checked{
	color: #00825e;
}
.uqitem.bgblue .thiscolor {
	color: #45a9ff;
}

.uqitem.bgblue label.iconlabel i.iconfont {
	color: #1291ff;
}
.uqitem.bgblue label.iconlabel.checked{
	color: #1291ff;
}
.uqitem.bgred .thiscolor {
	color: #ff5555;
}

.uqitem.bgred label.iconlabel i.iconfont {
	color: #ff2222;
}
.uqitem.bgred label.iconlabel.checked{
	color: #ff2222;
}
.uqitem.bggray .thiscolor {
	color: #333333;
}

.uqitem.bggray label.iconlabel i.iconfont {
	color: #1a1a1a;
}
.uqitem.bggray label.iconlabel.checked{
	color: #1a1a1a;
}
.uqbody {
	padding: 10px 20px;
	background-color: #ffffff;
	overflow: hidden;
}

.uqbody th {
	text-align: right;
}

.uqbody td {
	padding: 6px;
	text-align: left;
	color: #555555;
}

.uqbody td a:hover {
	color: #5b5b5b;
	text-decoration: underline;
}

.uqbody td .uqdiv {
	padding: 2px 0px;
	padding-left: 6px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	background-color: #fff9d0;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.uqbody td .uqdiv.readdiv{
	background-color:#F5F5F5;
}
.uqbody td .uqdiv.nobackdrop{
	background-color:#ffffff;
}
.uqbody td .uqdiv.readdiv input[type='text'],
.uqbody td .uqdiv.readdiv select[disabled='disabled']{
	background-color:#F5F5F5;
}
.uqbody td .uqdiv input[type='text'] {
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	display: block;
	width: 100%;
	background-color: #fff9d0;
	border: none;
	border-width: 0px;
}

.uqbody td .uqdiv select {
	height: 28px;
	border: none;
	border-width: 0px;
	display: block;
	width: 100%;
	padding: 4px;
	background-color: #fff9d0;
}
.uqbody td .uqdiv .modelformitem{
	height:28px;
	line-height:28px;
	display:block;
}
.uqbody td .uqdiv textarea {
	min-height: 60px;
	border: none;
	border-width: 0px;
	display: block;
	width: 100%;
	background-color: #fff9d0;
	resize: none;
	overflow: auto;
}

.uqbody .listtable tr td,
.uqbody .listtable tr th {
	border-bottom: 1px dashed #ebebeb;
}

.uqbody .listtable tr th {
	text-align: left;
}

.uqbody .listtable tr th:hover {
	text-decoration: underline;
	color: #333333;
	cursor: pointer;
}

.uqbody .listtable tr:hover td,
.uqbody .listtable tr:hover th {
	background-color: #f7f7f7;
}

.uqbody .listtable tr:last-child td,
.uqbody .listtable tr:last-child th {
	border-bottom: none;
}

.uqbody fieldset {
	text-align: left;
}

.uqbody .uqtitle .uqtitle-tap {
	height: 22px;
	line-height: 22px;
	border-radius: 0px;
	border-style: dashed;
}

.uqbody .uqbodytable,
.uqbody fieldset {
	border-radius: 2px;
	background-color: #ffffff;
	padding-right: 10px;
	border: none;
	margin-bottom: 5px;
	position: relative;
	min-height: 50px;
}

.uqbody fieldset {
	border: 1px solid #f0f0f0;
	margin-bottom: 8px;
	box-shadow: 1px 2px 3px #cccccc;
}
.uqbody .uqbodytable .pronum,
.uqbody fieldset .pronum {
	position: absolute;
	left: 0;
	top: 0;
	padding: 2px 4px;
	border-bottom-right-radius: 20px;
	background-color: #ffffff;
	color: #333333;
	text-align: left;
	min-width: 16px;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding-right:5px;
}

.uqbody .uqbodytable .sxtype,
.uqbody fieldset .sxtype {
	float: left;
	height: 57px;
    width: 60px;
    margin-left: 5px;
	margin-top: 6px;
}
.uqbody .uqbodytable .sxtype img,
.uqbody fieldset .sxtype img{
	height:100%;
	display:block;
	cursor:pointer;
}
.uqbody .uqbodytable .sxsmall,
.uqbody fieldset .sxsmall {
	height: auto;
	overflow: hidden;
	line-height: 28px;
}

.uqbody .uqbodytable .proname,
.uqbody fieldset .proname {
	position: relative;
}
.uqbody .uqbodytable .proname .sxname,
.uqbody fieldset .proname .sxname{
	font-size:13px;
}
.uqbody .uqbodytable .uqsnoalodd td,
.uqbody fieldset .uqsnoalodd td {
	background-color: #FFFFFF;
}

.uqbody .uqbodytable .uqdeleteicon,
.uqbody fieldset .uqdeleteicon {
	cursor: pointer;
}

.uqbody .uqbodytable .uqdeleteicon:hover,
.uqbody fieldset .uqdeleteicon:hover {
	color: red;
}

.uqbody .uqbodytable .uqbody,
.uqbody fieldset .uqbody {
	border: 1px solid #f0f0f0;
}

.uqbody .uqbodytable legend,
.uqbody fieldset legend {
	margin-left: 20px;
	padding: 4px 10px;
	color: #737373;
	border: 1px solid #f0f0f0;
	font-weight: normal;
}

.uqbody .uqbodytable table,
.uqbody fieldset table {
	width: 100%;
	table-layout: fixed;
}

.uqbody .uqbodytable th,
.uqbody fieldset th {
	font-size: 15px;
	color: #737373;
	padding-right: 6px;
	text-align: right;
}

.uqbody .uqbodytable th .requiredflag,
.uqbody fieldset th .requiredflag {
	font-weight: bold;
	color: red;
	padding-right: 2px;
}

.uqbody .uqbodytable .uqstable table th,
.uqbody fieldset .uqstable table th {
	text-align: center;
	padding: 4px 3px;
	border-right: none;
}
.uqbody .uqbodytable .uqstable table th{
	background-color:#efefef;
	font-weight: bold;
}
.uqbody .uqbodytable .uqstable table th,.panelBar{
	border-color:#CCCCCC;
}
.uqbody .uqbodytable .uqstable table td,
.uqbody fieldset .uqstable table td {
	border-right: none;
	padding: 4px 3px;
	border-color:#CCCCCC;
}

.uqtitle {
	padding: 8px 110px 8px 10px;
	text-align: left;
	border-style: dashed;
	border-bottom-width: 1px;
	border-color: #DDDDDD;
	position: relative;
}

.uqtitle .uqtitle-tap {
	height: 26px;
	display: inline-block;
	line-height: 26px;
	color: #666666;
	position: relative;
}

.uqtitle .uqtitle-tap .iconfont {
	color: #00b6ff;
}

.uqtitle .uqtitle-tap label {
	font-size: 15px;
	color: #737373;
	position: relative;
	display: inline-block;
}
.uqtitle .uqtitle-tap .line{
	position: absolute;
    height: 16px;
    width: 1px;
    background-color: #d5d5d5;
    display: block;
    right: 0;
    top: 4px;
}
.uqtitle .uqtitle-icon {
	height: 26px;
	line-height: 26px;
	display: block;
	position:absolute;
	right:10px;
	top:10px;
	font-size: 0px;
}

.uqtitle .uqtitle-icon label {
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	position: relative;
	color: #a6a6a6;
}

.uqtitle .uqtitle-icon label.active {
	color: #2296fb;
}

.uqtitle .uqtitle-icon label i.line {
	border-left: 1px solid #a2a2a2;
	position: absolute;
	right: 0;
	height: 10px;
	width: 1px;
	top: 50%;
	margin-top: -5px;
}

.uqtitle .uqtitle-icon i.iconfont {
	padding-right: 3px;
}

.uqsnoaltable {
	border: 1px solid #DDDDDD;
	border-bottom: none;
}

.uqsnoaltable table {
	width: 100%;
}

.uqsnoaltable table th {
	text-align: center !important;
	border-bottom: 1px solid #DDDDDD;
	height: 38px;
	color: #555555;
	font-weight: bold;
	background-color: #f0f0f0;
}

.uqsnoaltable table td {
	text-align: center !important;
	border-bottom: 1px solid #DDDDDD;
}
.uqsnoaltable table td.alignleft{
	text-align: left !important;
}
.uqsnoaltable table .uqsnoalodd td {
	background-color: #fafafa;
}

.uqaddfilebtn {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.uqaddfilebtn input[type='file'] {
    cursor: pointer;
    position: absolute;
    padding-left: 20px;
    left: -20px;
    top: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    width: 100%;
    height: 100%;
}

body {
	background-color: #fff5f5;
}

input,
textarea,
select {
	border-radius: 2px;
}


.config_content {
	position: absolute;
	background-color: #FFFfff;
	padding: 6px;
	border: 1px solid #CECECE;
	border-radius: 4px;
	text-align: right;
}

.config_content .btn {
	display: block;
	float: right;
	clear: both;
}

.fwtop {
	font-size: 0px;
	position: relative;
	z-index: 99;
	padding-top:40px;
	background-color: #bd1a2d;
}
.center .fwtop {
	font-size: 0px;
	position: relative;
	z-index: 99;
	padding-top:40px;
	
	background-color: transparent;
}

.fwtop .topcontent {
	position: relative;
	z-index: 2;
	height: 106px;
	width: 1190px;
	margin: 0 auto;
}
.logoimgconent{
	margin-top:26px;
	position: relative;
	padding-left:82px;
	
}
.fwtop .topcontent img.dtlogoz {
	display: block;
	height: 50px;
}
.logoy{
	position:absolute;
	left:0;
	top: -7px;
    width: 66px;
}
.fwtop .topcontent img.sdzclogo {
	height: 50px;
	margin-top: 8px;
}

.fwtop .topcontent .logininfo label {
	cursor: pointer;
}

.fwtop .topcontent .logininfo label:hover {
	text-decoration: underline;
}

.areachange {
	line-height: 54px;
}

.areachange:hover {
	color: #d9f1d2;
}

.uqfooterpanel {
	height: 40px;
	color: #676a6c;
	background-color: #FFFFFF;
	border-top: 2px solid #bd1a2d;
	background-image: url(../images/bottombg.png);
}

.uqfooterpanel .footerContent {
	max-width:700px;
	margin: 0 auto;
	font-size: 0px;
	text-align: center;
    padding-top: 12px;
}

.uqfooterpanel .footerContent label {
	font-size: 12px;
	display: inline-block;
	width: 200px;
	margin-right: 10px;
	text-align: left;
    white-space: nowrap;
    word-break: keep-all;
}

.sdzc .notice {
	display: inline-block;
	position: relative;
}

.sdzc .notice .iconyuan {
	position: absolute;
	top: -8px;
	left: 9px;
	color: yellow;
	display: block;
}

.sdzc .notice .iconyuan a {
	color: #005eb3;
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 1px;
	font-size: 12px;
	left: 2px;
}

.pt44 {
	padding-top: 44px;
}

.addnewprobtn:hover {
	text-decoration: none;
}

.indexinput {
	padding-left: 5px;
	border: 1px solid #e1e1e1;
	background-color:#fff9d0;
	border-radius: 4px;
	height: 28px;
	line-height: 28px;
}

.seachtishi {
	position: relative;
	text-align: center;
}

.seachtishi .seachbtn {
	float: left;
	border-radius: 36px;
	background-color: #4391db;
	border: 2px solid #4391db;
	height: 36px;
	width: 36px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.seachtishi .seachbtn .proseach {
	height: 36px;
	line-height: 36px;
	margin-left:20px;
}

.seachtishi .seachbtn .proseach input[type='text'] {
	border: none;
}

.seachtishi .seachbtn input[type='text'] {
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
}

.seachtishi .seachbtn label {
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 10px;
}

.seachtishi .seachbtn .seachbar {
	background-color: #4391db;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 36px;
	float: right;
}

.seachtishi .seachbtn .seachbar i.iconfont {
	color: #FFFFFF;
}

.info,
.info a {
	color: #FFFFFF;
	text-decoration: none;
}

.info label {
	font-size: 13px;
}

.serverselect label {
	display: inline-block;
	text-align: left;
	width: 180px;
	padding-left: 6px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	margin: 2px 1px 2px 6px;
	font-size: 15px;
	overflow: hidden;
}

.serverselect label:hover {
	background-color: #EEEEEE;
}

.serverselect label.active {
	background-color: #ff4c23;
	color: #FFFFFF;
}
.prolistitem{
	position: absolute;
    left: 6px;
    top: 18px;
    color:#737373;
}

.infotitile{
	position: relative;
}
.infotitile .line{
	position: absolute;
	bottom:5px;
	left:20px;
	height:2px;
	background-color:#2296fb;
	width:100px;
}
.infotag:hover{
	color:#565656;
}
.infotag.active{
	color:#2296fb;
}
.divshi,.divqu{
	padding-left: 40px;
	position: relative;
}
.sqlabel{
	position: absolute;
	color:#636363;
    left: 0;
    top: 0;
    font-size: 15px;
    font-weight: bold;
    display: block;
    height: 16px;
    line-height: 16px;
    border-left: 2px solid #f7790d;
    padding-left: 6px;
}
.sqlabel.shilabel{
	margin-top:12px;
}
.sqlabel.qulabel{
	margin-top: 22px;
}
.serverselect{
	margin-left:22px;
}
.procode img{
	width:280px;
	display: block;
	margin:0 auto;
}

.pcdiv{
    height: 40px;
}
.pcdiv_no_record{
    float: none;
    clear: both;
    border-color:#e1e2e3;
    border-width:1px;
    border-style:solid;
}
.pcdiv .pc_div_left{
    float: left;
}
.pcdiv .pc_div_left label{
    display: inline-block;
    text-align:center;
    height:34px;
    line-height:34px;
    text-align: center;
    margin-left: 10px;
}
.pcdiv .pc_div_left label span{
    padding: 0px 5px;
}

.pcdiv .pc_div_right{
    float: right;
}

.pcdiv .pc_div_right label{
    display: inline-block;
    margin-right:5px;
}

.pcdiv .pc_div_right label a{
    display: inline-block;
    border-color:#e1e2e3;
    border-width:1px;
    border-style:solid;
    height:34px;
    line-height:34px;
    min-width: 20px;
    padding: 0px 8px;
    text-align: center;
    cursor: pointer;
}

.pcdiv .pc_div_right span{
    display: inline-block;
    text-align:center;
    height:34px;
    line-height:34px;
    min-width: 28px;
    text-align: center;
    font-weight: bold;
    
}

.pcdiv label a:hover{
    background-color: #eeeeee;
}
.mutilselectContainer{
	position: relative;
}
.multiselectDiv{
	text-align: center;
    border: 1px solid #646464;
    overflow: hidden;
    font-size: 13px;
    position: absolute;
    padding: 3px;
    z-index: 999;
    background-color: #ffffff;
}

.multiselectDiv .multiselectInputDiv input[type=text]{
    width: 95% !important;
    color: #aaaaaa;
    padding-left:3%;
}

.multiselectDiv .multiselectUlDiv ul {
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

.multiselectDiv .multiselectUlDiv ul li {
    text-align: left;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}


.multiselectDiv .multiselectUlDiv ul li label:HOVER{
	font-weight: bold;
}

.multiselectDiv .multiselectUlDiv ul li .cbox_checked {
    font-weight: bold;
}

.rightseachbtn {
	float: left;
	border-radius: 30px;
	background-color: #bd1a2d;
    border: 2px solid #bd1a2d;
	height: 30px;
	width: 30px;
	overflow: hidden;
	position: absolute;
	right: 8px;
    top: -4px;
	z-index: 2;
}
.rightseachbtn .proseach {
	height: 30px;
	line-height: 30px;
	position: absolute;
	right:30px;
	top:0px;
	white-space: nowrap;
    word-break: keep-all;
}
.rightseachbtn .proseach .condition{
	position: absolute;
	left:-10px;
	top:1px;
	cursor: pointer;
	color:#FFFFFF;
}
.rightseachbtn .proseach .condition:hover{
	color:red;
}
.rightseachbtn .proseach input[type='text'] {
	border: none;
}

.rightseachbtn input[type='text'] {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.rightseachbtn label {
	font-size: 14px;
	color: #FFFFFF !important;
	padding-left: 10px;
}

.rightseachbtn .seachbar {
	background-color: #d2273b;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	float: right;
}

.rightseachbtn .seachbar i.iconfont {
	color: #FFFFFF;
}
.common_top{
	height: 130px;
	background-color: #bd1a2d;
	color: #FFFFFF;
}
.top_panel{
	width: 1100px;
	margin:0 auto;
	height: 130px;
	padding-top: 10px;
	display: table;
}
.top_panel a{
	color: #F5F5F5;
}
.top_panel a:hover{
	color: #FFFFFF;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	text-decoration: underline;
}
.top_panel>div{
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.top_right{
	text-align: right;
}
.top_right label{
	display: inline-block;
	position: relative;
}
.top_right label.search_content{
	background-color:#ffffff;
	height: 36px;
	border-radius: 4px;
	margin-right: 10px;
	padding-left: 8px;
}
.top_right label.search_content select{
	height: 36px;
	
}
.top_right label.search_content input{
	height: 36px;
	width: 170px;
	position: relative;
	display: inline-block;
}
.top_right label.search_content:before{
	position: absolute;;
	width:1px;
	height: 20px;
	background-color: #CCCCCC;
	left:84px;
	top:8px;
	content: " ";
}
.top_right label.search_content i.iconfont{
	cursor: pointer;
	display: inline-block;
	padding:0px 10px 0px 8px;
	color: #CCCCCC;
}
.top_left img{
	height: 55px;
}
.banner{
	width: 100%;
	height: 30px;
	background-image: url(../images/topbanner.jpg);
	background-position: bottom center;
}
