﻿/********基本信息********/
body, html {
    margin: 0px;
    padding: 0px;
    /*font-size: 12px;*/
    color: #000;
    font-family: Verdana;
}

a {
    /*color: #000;	*/
    text-decoration: none;
}

    a img {
        border: 0px;
    }

.button {
    width: 107px;
    border: 0px #000;
    color: white;
	background-size: 100% 100%;
    background-image: url(Images/button.png);
    height: 31px;
    line-height: 31px;
    cursor: pointer;
    display: inline;
    font-family: 黑体;
    font-size: 14px;
}

.button_long {
    width: 170px;
    border: 0px #000;
    color: white;
    background-image: url(Images/button_long.png);
    height: 31px;
    line-height: 31px;
    cursor: pointer;
    display: inline;
    font-family: 黑体;
    font-size: 14px;
}

/********全局链接样式*******/
a:link {
    font-weight: normal;
    color: #0a5b7b;
}

a:visited {
    font-weight: normal;
    color: #0a5b7b;
}

a:hover {
    font-weight: normal;
    color: #ff9c00;
    text-decoration: none;
}

/*左边菜单链接*/
a.menu:link {
    font-weight: normal;
    color: black;
}

a.menu:visited {
    font-weight: normal;
    color: black;
}

a.menu:hover {
    font-weight: normal;
    color: #ff9c00;
    text-decoration: none;
}

/*头部菜单链接*/
a.A_header:link {
    color: White;
}

a.A_header:visited {
    color: White;
}

a.A_header:hover {
    color: #ff9c00;
    text-decoration: none;
}

/********登录界面背景********/
.bj{
	width: 100%;
	height:100%;
	position: fixed;
	top: 0;
	left: 0;
}
.logo{
	top: -150px;
	left: 0px;
	position: fixed;

	padding:1em;
	color:#fff;
	text-shadow:0 5px 10px black, -1px 0px 1px black, 1px 0px 1px black, 0px -1px 1px black, 0px 1px 1px black;
	font-size:49px;
	font-family:"微软雅黑";
}
.bg{
	position: fixed;
	top: 160px;
	height:0px;
	left: 160px;

	padding:1em;
	color:#fff;
	text-shadow:0 5px 10px black, -1px 0px 1px black, 1px 0px 1px black, 0px -1px 1px black, 0px 1px 1px black;
	font-size:30px;
	font-family:"微软雅黑";
	filter:glow(color=black, strength=5);
}
#login_bg {

}

#login_input {
	background-image: url(input.png);
	background-repeat: no-repeat;
	background-position: 0px 215px;
    padding-top: 250px;
    padding-right: 150px;
	float:right;
}

/************树菜单************/
.TreeView {
    border-bottom: 0px none white !important;
    vertical-align: top;
}

    .TreeView div {
        margin: 0px;
    }

    .TreeView table {
        border-bottom: 0px none white !important;
    }

    .TreeView div table {
        border-bottom: 0px none white !important;
        border-top: none !important;
    }

    .TreeView table td {
        padding: 0px 0;
        border-bottom: 0px none white !important;
    }

.RootNodeStyle {
    background-image: url('Images/Menu/arrow_s_bg.gif');
    background-position: left;
    background-repeat: no-repeat;
    height: 25px;
    line-height: 25px;
    /*width: 220px;*/
    /*font-size: 12px;*/
}

.SelectedNodeStyle {
    background-image: url('Images/Menu/arrow_s_bg.gif');
    background-position: left;
    background-repeat: no-repeat;
    height: 25px;
    line-height: 25px;
    /*width: 220px;*/
}
/*.HoverNodeStyle
	{
		height: 22px;
		width: 220px;
	}*/
.LeafNodeStyle {
    background-image: url('Images/Menu/arrow_s_bg.gif');
    background-position: left;
    background-repeat: no-repeat;
    height: 25px;
    line-height: 25px;
    /*width: 200px;*/
}


/***内容***/
#contents {
    /*height: 645px;
    border: 0;*/
    position: absolute;
    width: 100%;
    height: 100%;
}

#contents_left {
    /*float: left;*/
    width: 208px;
    background-image: url(Images/Default/menu_bg.png);
    background-repeat: no-repeat;
    height: 100%;
    border: 0;
}

#td_contents_left {
    height: 100%;
    background: url(Images/Default/menu_bg.png) repeat-y;
}

#td_contents_middle {
    /*float: left;*/
    width: 9px;
    background-image: url(Images/Default/menu_left.png);
    background-repeat: repeat-y;
    height: 100%;
    border: 0;
    cursor: pointer;
}

#td_contents_right {
    /*float: left;
    clear: both;*/
    width: 100%;
    height: 100%;
    border: 0;
}

#div_left_menu {
    height: 100%;
    background: url(Images/Default/menu_bottom.png) no-repeat bottom;
}

#div_left_menu_top {
    //width: 208px;
    height: 35px;
    background: url(Images/Menu/menu_top.png) top;
}

#div_left_menu_main {
}

#footer {
    text-align: right;
    height: 43px;
    line-height: 43px;
    color: #808080;
    background-image: url(Images/Default/bottom_bg.jpg);
    background-repeat: repeat-x;
}

/***** main *****/
.contentbody {
    margin: 0px 0px 0px 10px;
    /*width: 100%;*/
    overflow-y: auto;
    overflow-x: hidden;
    /*height: 1800px;*/
}

/* 竖屏样式 */
@media screen and (orientation: portrait) {
	.accordionHeader {
		line-height: 60px;
		font-size: 20px;
	}
	.accordionHeaderSelected {
		line-height: 20px;
		font-size: 20px;
	}
	.LeafNodeStyle {
		line-height: 120px;
		font-size: 20px;
	}
	.MyAccordion {
		line-height: 60px;
		font-size: 20px;
	}
	#div_left_menu, #td_contents_left, #contents_left  {
		width: 280px;
	}
    .content_btn .button {
        height: 47px;
		color: black;
		font-size: 32px;
    }
	body {
		background-color: #bbfFff;
	}
	.bj {
		display: none;
	}
	.bg {
		top: 40px;
		left: 100px;
	}
	/* 当视口宽度小于等于480像素时 */
	@media screen and (max-width: 480px) {
	.contentbody {
		font-size: 14px;
	  }
	}
	/* 当屏幕宽度大于480像素且小于等于768像素时 */
	@media screen and (min-width: 481px) and (max-width: 768px) {
	.contentbody {
		font-size: 24px;
	  }
	}
	/* 当屏幕宽度大于768像素时 */
	@media screen and (min-width: 769px) {
	.contentbody {
		font-size: 34px;
	}
	/*table {
		width: 90%;
	}*/
	#login_input {
		background-image: none;
		width: 100%;
		float: left;
		padding-top: 150px;
		padding-left: 50px;
		font-size: 50px;
		text-align: center;
		text-shadow:0 5px 10px black, -1px 0px 1px black, 1px 0px 1px black, 0px -1px 1px black, 0px 1px 1px black;
		filter:glow(color=black, strength=5);
	}
	}
}

/* 横屏样式 */
@media screen and (orientation: landscape) {
    .content_btn .button {
        height: 31px;
		color: white;
    }
}
.content_btn .button {
	border: 0px #000;
	background-image: url(Images/button.png);
	background-size: 100% 100%;
	line-height: 31px;
	cursor: pointer;
	display: inline;
	font-family: 黑体;
}
.content_title {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #3582ab;
    margin: 10px 0px 0px 0px;
    height: 30px;
    line-height: 30px;
    display: inline;
}

.content_btn {
    margin-top: 0px;
    height: 32px;
    line-height: 32px;
    display: inline;
}

    .content_btn ul {
        float: right;
        list-style-type: none;
        display: inline;
    }

	.content_btn ul li {
		float: left; /*横向显示*/
		/*display: block;*/
		padding: 10px 0px 0px 10px;
		height: 32px;
		line-height: 32px;
		display: inline;
	}

.content_detail {
    height: auto;
    clear: both;
}

.content_list {
    height: auto;
    clear: both;
}

/**** menu ***/
/*.menu_top {
    background-image: url(Images/Menu/menu_top.png);
    background-repeat: no-repeat;
    width: 194px;
    margin: 8px 0 0 8px;
}*/

/********功能内容区样式********/
.contentmenu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 100%;
    overflow: auto;
}

    .contentmenu .menutree {
        padding-top: 20px;
    }

.contentmain {
    margin: 0px 40px 20px 240px;
    overflow: auto;
}

.content_info_view {
    margin: 0 10px 0 200px;
    overflow: hidden;
    /*height: 640px;*/
    width: 88%;
}

/********main 定位的表格样式********/
.table1 {
    border: 0;
    width: 100%;
}

    .table1 tr {
        background-color: #3582ab;
        word-break: break-all;
        word-wrap: break-word;
    }

.table2 {
    width: 100%;
    border: 0;
}

    .table2 tr {
        background-color: #f0f4f7;
    }

    .table2 td {
        padding: 5px 5px 5px 5px;
    }

.table_custom {
    background-color: #f8f8f8;
    margin-top: 50px;
    border: 1px solid #DDDDDD;
    width: 100%;
}

    .table_custom td {
        padding: 5px 5px 5px 5px;
    }

/************等待数据样式************/
.load {
    z-index: 1000;
    height: 95px;
    width: 146px;
    text-align: center;
    vertical-align: middle;
    display: none;
    top: 350px;
    left: 500px;
    position: absolute;
    visibility: visible;
}

/***gridview 列表显示样式***/
.gvList_td_border {
    border-bottom: inset #000 1px;
/*     line-height: 20px;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none; */
}

.gvList_heard {
    background-image: url(Images/list_top.gif);
    /*width:100%;*/
    background-repeat: repeat;
}

.input_hidden {
    border: none;
    background-color: #f0f4f7;
}

/************弹出小窗口样式************/
div.sample_popup {
    z-index: +1;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    height: 400px;
    width: 700px;
}

    div.sample_popup div.menu_form_header {
        cursor: default;
        width: 100%;
        height: 40px;
        font-family: "宋体";
        /*font-size: 12px;*/
        color: black;
    }

    div.sample_popup div.menu_form_body {
        padding-right: 15px;
    }

    div.sample_popup img.menu_form_exit {
        float: right;
        cursor: pointer;
        margin: 1px 8px 5px 5px;
    }

    div.sample_popup #main_popup {
        background-color: #fff;
        color: Black;
        width: 100%;
        height: 100%;
    }

    div.sample_popup div.sample_popup_menu {
        width: 100%;
        height: 30px;
        padding-top: 10px;
        text-align: center;
    }

/*******zTee树样式******/
ul.ztree {
    margin-top: 10px;
    border: 1px solid #617775;
    background: #f0f6e4;
    width: 260px;
    height: 360px;
    overflow-y: scroll;
    overflow-x: auto;
}

#div_main_header {
    width: 100%;
    height: 50px;
    margin: 20px auto auto auto;
    line-height: 50px;
    text-align: center;
    font-size: x-large;
    color: #3366cc;
}

.table_main {
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
    font-size: small;
    background-color: #3366cc;
}

.table_main_header {
    width: 100%;
    padding-left: 5px;
    background-color: #3366cc;
    color: white;
    font-weight: bolder;
}

.table_main_td_ios {
    width: 50%;
    padding-left: 5px;
    background-color: #EBF2F9;
}

.table_main_td_copy_h {
    width: 15%;
    padding-left: 5px;
    background-color: #EBF2F9;
}

.table_main_td_copy_c {
    width: 35%;
    padding-left: 5px;
    background-color: #EBF2F9;
}