﻿@media screen and (min-width: 450px) {
    #skDialog {
        min-width: 400px !important;
    }
}

@media screen and (max-width: 450px) {
    #skDialog {
        min-width: 200px !important;
    }
}


body {
	font-family: "微软雅黑", "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
ul {
	list-style-type: none;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#page_header {
	height: 65px;
	padding: 0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	overflow: hidden;
	margin: auto;
	background-position: 5px 10px;
	background-color: #FFFFFF;
}

/*-------------导航菜单------------------*/
#page_menu {
	line-height: 30px;
	background-color: #004F93;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
#page_menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
}
#page_menu a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 35px;
	padding-left: 35px;
}
#page_menu a:hover {
	text-decoration: underline;
}
.navbar-brand {
	font-size: 14px!important;
}
.navbar {
	margin-bottom: 0px!important;
}
.nav li a{
	background-color: #004F93!important;
	text-decoration: none!important;
}

.nav li a:hover{
	background-color:#FFFFFF!important;
	color: #000000!important;
	font-weight: bold;
}

.navbar-toggle:hover{
	background-color:#FFFFFF;
}

.navbar-toggle:hover span {background-color:#004F93!important;}



.nav .dropdown-menu {
	background-color:#252525!important;
}
.nav .dropdown-menu li a{
	padding-top: 10px;
	padding-bottom: 10px;
}

.icon-bar{background-color:#FFFFFF;}


.dropdown-menu
{color:#262626;text-decoration:none;background-color:#999999}
.dropdown-menu>li>a:hover
{color:#262626;text-decoration:none;background-color:#252525}
/*-------------导航菜单------------------*/

#page_body{
	margin: auto;
	padding: 20px;
}
#page_footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 25px;
	line-height: 25px;
	color: #999999;
	font-size: 11px;
	margin-top: 10px;
}


#header_link {
	float: right;
	padding: 0px;
	margin-top: 25px;
}
#header_link a:link , #header_link a:visited {
	color: #000000;
	text-decoration: none;
}
#header_link a:hover {
	color: #000000;
	text-decoration: underline;
}

#header_link li {
	float: right;
	background-image: url(../images/header_icos.png);
	background-repeat: no-repeat;
	line-height: 18px;
	height: 18px;
	text-indent: 30px;
	margin-left: 40px;
	margin-right: 20px;
}
#header_link_fav {
	background-position: 0px -18px;
}
#header_link_user {
	background-position: 0px -36px;
}


#header_menu {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 75px;
}
#header_menu li {
	float: left;
	height: 40px;
	width: 160px;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	padding-right: 30px;
	padding-left: 30px;
}

.header_menu_n {
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
}

#header_menu a:link , #header_menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header_menu a:hover {
	color: #FF6600;
	text-decoration: none;
}

.table {
	line-height: 25px;
}
.table thead {
	background-color: #EAF7FD;
	font-weight: bold;
	text-align: center;
}
.table td {
	vertical-align:middle!important;
}

.msg_main {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #004F93;
	border-right-color: #004F93;
	border-bottom-color: #004F93;
	border-left-color: #004F93;
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 60px;
	background-color: #FFFFFF;
	border-radius:8px;
}
.msg_title {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.msg_body {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	color: #000000;
}

.error_main {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3726D;
	border-right-color: #F3726D;
	border-bottom-color: #F3726D;
	border-left-color: #F3726D;
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 60px;
	background-color: #FFFFFF;
	border-radius:8px;
}
.error_title {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.error_body {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	color: #FF0000;
}

.box_title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
.box_group
{
	line-height: 30px;
	font-size: 16px;
	background-image: url(../images/xjt.png);
	background-repeat: no-repeat;
	text-indent: 30px;
	background-position: 5px 20px;
	color: #0B5375;
	background-color: #EAF7FD;
	margin-bottom: 10px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}

.help_title{
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
}

.help_body{
	font-size: 14px;
	line-height: 30px;
}

.ml_container {
	background-color: #E2E2E2;
	border-radius:8px;
	margin-bottom: 10px;
	padding: 10px;
}

.ml_main {
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-radius:8px;
}
.ml_date {
	font-weight: bold;
	color: #006699;
}
.ml_title {
	font-weight: bold;
	color: #006699;
}
.ml_m {
	float: left;
	padding-bottom: 10px;
}
.ml_address {
	float: left;
	margin-left: 10px;
	padding-bottom: 10px;
}
.ml_label {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.ml_body {
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ml_persons {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ml_manage {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
.ml_modify{
	border: 1px solid #FF0000;
}
a.btn:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.btn:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.btn:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#IE8 {
	background-color: #FFFFFF;
	font-size: 18px;
	line-height: 35px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
.modify{
    color:#FF0000;
}
.signin-box{
	height: 120px;
	background-color: #CCEEFF;
	border-radius:8px;
	margin: 10px;
	padding: 10px;
	text-align: center;
}
.signin-box h3{
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	margin: 5px;
	padding: 0px;
}