

/*窗口样式*/
.winDiv {position: absolute;background-color:#FFFFFF;}
/*窗体标题*/
.winTitle{float:left;color:white;font-size:14px;}
/*关闭窗口*/
.winClose{float:right;cursor:default;width:14px;height:14px;padding-right:1px;}
/*窗体内容*/
.winContent{position: absolute;top:20px;bottom:0px;width:100%;color:#336699; overflow:scroll;*top:0px;*height:100%;*bottom:0px;z-index:1;}

body{background:#F2F2F2;height:auto;} 
table{cellspacing:0;border:0;background:;margin:0;}
input select{border:1px solid #CCCCCC;}
a:hover {  color: #FF6600}
a.ddd:hover {  color: #001D39}
.ddd {
	font-family: "微软雅黑";
	font-size: 10pt;
	font-style: normal;
	line-height: 25px;
	color: #626F9F;
	text-decoration: none;	
}
.mouse {
	cursor: hand;
}
/*
  供“*”使用
*/
.hong {
	font-size: 11pt;
	font-weight: normal;
	color: #FF0000;
	padding-top:5px;
}
/*
  左边sidebar一级菜单使用
*/
.leftmenu1 {
	font-family: "微软雅黑";
	font-size: 14px;
	BACKGROUND-color: #ffffff;
	text-align:left;
	HEIGHT:50px;
	padding-top:0px;
	padding-left:10px;
	CURSOR: hand;  	
	line-height:50px;
}
/*
  左边sidebar二级菜单使用
*/
.leftmenu2 {
	font-family: "微软雅黑";
	font-size: 14px;
	color:red;
	text-align:center;
	padding-top:0px;
	
	HEIGHT: 50px;
	BACKGROUND-color: #ffffff;
	CURSOR: hand;
	line-height:46px;
}
/*
  body上面的标题说明
*/
.body-title {
	font-family: "微软雅黑";
	font-size: 11pt;
	color: #333333;
	text-align:left;
	BACKGROUND-IMAGE: url(images/leftmenu.png);   
	HEIGHT:40px;	
}
/*
 table tr 行的高度为40px
 背景色为白色
*/
.trheight-40{
	height:40px;	
	background:#F0F7FE;

	
}
/*
标签文本和文本框
设置标签和文本框的高度30px
*/
.black-zh20 {
	font-family: "微软雅黑";
	font-size: 10pt;
	height:30px;
	line-height: 30px;
	color: #333333;
	text-decoration: none;
}
/*
table背景色
*/
.table{
	background-color:#0595DB;
	
}

/*
table中表头字体加粗、字体颜色为黑色
	background-color:#00FF00;
设置背景色、行高为40
*/
.table-title {
	font-family: "微软雅黑";
	font-size: 11pt;
	FONT-WEIGHT: bold;
	height:40px;
	line-height: 30px;
	background-color:#06A7E1;
	color: #FFFFFF;	
	text-decoration: none;
	
}


.td {  
     text-align:center;	
 }
 
/*
 页面中的文字说明
*/
.destext-10pt {
	font-family: "微软雅黑";
	font-size: 10pt;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
/*
  供“*”使用
*/
.button-submit {
	font-family: "微软雅黑";
	font-size: 11pt;
	font-weight:bold;
	width:120px;
	height:40px;
	
	background:#06A7E1;
	color:#FFFFFF;
}
/*
*/
.black-ht30 {
	font-family: "微软雅黑";
	font-size: 11pt;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.yellow-zh25 {
	font-family: "微软雅黑";
	font-size: 12pt;
	line-height: 25px;
	color: #FF6600;
	text-decoration: none;
}
.green {
	font-family: "微软雅黑";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	color: #06a7e1;
	text-decoration: none;
}
.bigtitle {
	font-size: 13pt;
	font-weight:bold;
	color: #000000;
	font-family: "微软雅黑";
}

.panel 
{ 
	border-left:1px solid #C1D5F1; 
	border-right:1px solid #C1D5F1; 
	border-bottom:1px solid #C1D5F1;
} 

.panel_head 
{ 
color:#004499; 
height:24px; 
line-height:24px; 
} 
/*
table页标题项
*/
.panel_item 
{ 
	float:left; 
	border-top:1px solid #C1D5F1; 
	border-bottom:1px solid #C1D5F1;
	border-left:1px solid #C1D5F1;
	border-right:1px solid #C1D5F1;
	BACKGROUND-IMAGE: url(images/leftmenu.png);	
	font-family: "微软雅黑";
	font-size: 11pt;
	color: #333333;
	text-align:center; 
	CURSOR: hand;
	height:40px;
	width:100px;
} 
/*
table页标题显示项
*/
.panel_item_show 
{ 
	float:left; 
	border-top:1px solid #C1D5F1;
	BACKGROUND-IMAGE: url(images/side.png); 
	font-family: "微软雅黑";
	font-size: 11pt;
	color: #333333;
	font-weight:bold; 
	text-align:center;
	
	CURSOR: hand;
	height:40px;
	width:100px; 
} 
/*
table页标题间的空间
*/
.panel_item_spacing 
{ 
	float:left; 
	height:40px;
	border-left:1px solid #C1D5F1; 
	border-right:1px solid #C1D5F1; 
	border-bottom:1px solid #C1D5F1;
} 

.panel_body 
{ 
clear:both; 
} 

.panel_foot 
{ 
}



.greentable{border-collapse:collapse;	}
.greentable td{border: 1px solid #0595db;}
.checktable{width:600px;margin-left:30px}
 .black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height:100%;
            background-color: black;
            z-index:5001;
            -moz-opacity: 0.5;
            opacity:.50;
            filter: alpha(opacity=50);
        }
 .white_content {
            display: none;
            position: absolute;
            top: 50px;
            left: 25%;
            width: 60%;
            height: 50%;
            padding: 16px;
            background-color: white;
            z-index:5002;
            overflow: auto;
        }
        
        
        
        
/*===快捷菜单按钮 开始===*/

.plug-div {position:fixed;bottom:0;left:0px;z-index:900;}

.phone {width:100%; height:480px; border: #000 solid 1px; position:relative; }

.plug-menu {

	width:36px;

	height:36px;

	border-radius:36px;

	position: absolute;

	bottom:16px;

	left: 16px;

	z-index:999;

	-moz-box-shadow:0 0 0 4px #FFFFFF, 0 2px 5px 4px rgba(0, 0, 0, 0.25);

	-webkit-box-shadow:0 0 0 4px #FFFFFF, 0 2px 5px 4px rgba(0, 0, 0, 0.25);

	box-shadow:0 0 0 4px #FFFFFF, 0 2px 5px 4px rgba(0, 0, 0, 0.25);

	background-color: #B70000;

	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FF0000), color-stop(100%, #B70000));

	background-image:-webkit-linear-gradient(top, #FF0000, #B70000);

	background-image:-moz-linear-gradient(top, #FF0000, #B70000);

	background-image:-o-linear-gradient(top, #FF0000, #B70000);

	background-image:linear-gradient(top, #FF0000, #B70000);

}

.plug-menu span {

	display: block;

	width:28px;

	height:28px;

	background: url(../ky_img/plugmenu.png) no-repeat;

	background-size: 28px 28px;

	text-indent: -999px;

	position:absolute;

	top:50%;

	left:50%;

	margin-top:-14px;

	margin-left: -14px;

	overflow: hidden;

}

.plug-btn {

	width:32px;

	height:32px;

	border-radius:32px;

	-moz-box-shadow:0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);

	-webkit-box-shadow:0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);

	box-shadow:0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);

	background:#333333;

	position:absolute;

	bottom:0;

	left:0;

	margin-bottom:20px;

	margin-left:20px;

	z-index:998;

}

.plug-btn span {

	display: block;

	width: 24px;

	height: 24px;

	text-indent: -999px;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-top: -12px;

	margin-left: -12px;

	overflow: hidden;

	background-repeat: no-repeat;

	background-size: 24px 24px;

}

.plug-phone .plug-useless {background:#e2e2e2;}

.plug-btn {-webkit-transition: -webkit-transform 200ms;}

/**/



.plug-menu span {-webkit-transition: -webkit-transform 200ms;}

.plug-menu span.open {-webkit-animation-name: open;-webkit-transform: rotate(135deg);}

.plug-menu span.close {-webkit-animation-name: close;-webkit-transform: rotate(0deg);}

.plug-btn1.open {-webkit-transform: translate(0, -100px) rotate(720deg);}

.plug-btn1.close {-webkit-transform: translate(0, 0) rotate(0deg);}



.plug-btn2.open {-webkit-transform: translate(47px, -81px) rotate(720deg);}

.plug-btn2.close {-webkit-transform: translate(0, 0) rotate(0deg);}

.plug-btn3.open {-webkit-transform: translate(81px, -45px) rotate(720deg);}

.plug-btn3.close {-webkit-transform: translate(0, 0) rotate(0deg);}

.plug-btn4.open {-webkit-transform: translate(100px, 0) rotate(720deg);}

.plug-btn4.close {-webkit-transform: translate(0, 0) rotate(0deg);}

.plug-btn5.open {

	display: block;

	width:310px;

	height:310px;

	border-radius:310px;

	background-color:rgba(255, 255, 255, 0);

	-moz-box-shadow: none;

	-webkit-box-shadow:none;

	box-shadow:none;

	z-index:997;

	left:-170px;

	top:-170px;

	overflow: hidden;

}

.plug-btn5.close {

	display: none;

}
a{text-decoration:none;color:#585858;}
td{font-family:"微软雅黑"}

 .themeStyle{background:#DE270B} /*必须放在最后，覆盖前面定义的样式*/

/*===快捷菜单按钮 结束===*/


     