html, body, div, span, input, p, h1, h2, h3, h4, h5, h6, blockquote, a, abbr, acronym, address, strong, b, u, i, center, dl, dt, dd, ol, ul, td, tr {
font-family: "Microsoft Yahei","微软雅黑","宋体", "Simsun", "Open Sans";
}
label {
cursor: auto;
}
.dn {
display: none;
}
.well {
padding: 5px;
}
.mini {
font-size: 13px !important;
}
.page-title {
margin: 5px 0px 5px 0px;
font-size: 18px;
}
.dataTables_filter label {
margin: 5px;
}
.table {
border-top: 3px solid #ccc;
}
.alert {
margin: 0px;
}
.form-horizontal .control-label {
min-width: 100px;
width: 10%;
}
@media (max-width:1024px) {
.form-horizontal .control-label {
min-width: 70px;
width: 10%;
}
}
.form-horizontal .controls {
margin-left: 120px;
}
.form-horizontal .label7 {
width: 130px;
}
.field-validation-error {
line-height: 20px;
margin-left: 2px;
padding-left: 16px;
color: #f00;
background: url(../images/error.png) no-repeat left center;
_margin-left: 2px;
}
.field-validation-valid {
display: none;
}
input.input-validation-error {
border-color: #f00;
}
.validation-summary-errors {
float: right;
color: #f00;
width: 300px;
height: 20px;
overflow: hidden;
}
.validation-summary-errors li {
float: right;
margin-left: 20px;
}
.validation-summary-valid {
display: none;
}
input.price {
width: 50px;
}
input.number {
width: 30px;
}
input.hasDatepicker {
width: 75px;
}
h4 {
border-bottom: 1px solid #EEEEEE;
}
.m10 {
margin: 10px;
}
.p10 {
padding: 10px;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.gray {
color: #666;
}
.green {
color: green;
}
.blue {
color: blue;
}
.integer {
width: 30px;
}
/*分页控件样式*/
.pages {
color: red;
font-weight: bold;
clear: both;
}
.pages .item {
padding: 1px 6px;
font-size: 13px;
}
/*数字页索引样式*/
.pages a {
border: 1px solid #ddd;
padding: 3px 10px;
color: #333;
font-weight: normal;
background: #eee;
}
.pages a:hover {
background-color: #111;
color: #fff;
border: 1px solid #ddd;
text-decoration: none;
font-weight: normal;
}
.pages span {
color: #000;
padding: 4px 10px;
background-color: #ddd;
margin: 0;
}
/*首页菜单样式--start*/
.hy_head {
margin: 0;
padding: 0;
width: 100%;
height: 90px;
text-align: left;
background-color: #C8E9F2;
position: relative;
}
.hy_logo {
position: absolute;
left: 0px;
top: 0;
z-index: 1999;
padding-left: 5px;
margin-left: 0px;
width: 80px;
height: 80px;
float: left;
text-align: center;
/*background-color: #0F4E74;*/
}
.hy_logo img {
height: 70px;
line-height: 70px;
margin-top: 10px;
}
.leftsider {
position: absolute;
left: 0;
top: 42px;
padding: 0;
width: 150px;
height: 91px;
float: left;
z-index: 22;
}
.hy_mainmenu {
position: absolute;
left: 0;
top: 0;
padding: 0 0 0 150px;
height: 90px;
float: left;
right: 110px;
text-align: left;
}
.hy_mainmenu ul {
width: 100%;
height: 90px;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
}
.hy_mainmenu li {
display: inline-block;
margin-top: 3px;
border-top: none;
list-style: none;
text-align: center;
/*background-color: #2974b5;*/
height: 87px;
width: 120px;
}
.hy_mainmenu li a {
text-decoration: none;
}
.hy_mainmenu li a:hover {
text-decoration: none;
}
.hy_mainmenu li.hy_mainmenu_active {
display: inline-block;
border-top: 3px solid #f7bd04;
background-color: #52D3FA;
margin-top: 0px;
height: 87px;
width: 120px;
}
.hy_mainmenu .ico-serachunline {
width: 100%;
height: 40px;
margin-top: 16px;
}
.hy_mainmenu .ico-serachunline div {
margin: 0 auto;
padding: 0;
height: 40px;
width: 40px;
line-height: 40px;
}
.hy_mainmenu .hy_mainmenu-title {
width: 100%;
height: 28px;
line-height: 28px;
color: #4D4F4E;
font-family: "微软雅黑";
}
.hy_mainmenu.small li {
margin-top: 3px;
border-top: none;
list-style: none;
text-align: center;
/*background-color: #2974b5;*/
height: 40px;
width: 130px;
float: left;
}
.hy_mainmenu.small li a {
text-decoration: none;
}
.hy_mainmenu.small li a:hover {
text-decoration: none;
}
.hy_mainmenu.small li.hy_mainmenu_active {
border-top: 3px solid #f7bd04;
background-color: #52D3FA;
margin-top: 0px;
height: 40px;
width: 130px;
float: left;
}
.hy_mainmenu.small .ico-serachunline {
width: 25px;
height: 25px;
margin: 5px 0 0 5px;
float: left;
}
.hy_mainmenu.small .ico-serachunline div {
margin: 0;
padding: 0;
height: 25px;
width: 25px;
line-height: 25px;
}
.hy_mainmenu.small .hy_mainmenu-title {
margin-top: 5px;
width: 100px;
height: 25px;
line-height: 25px;
color: #4D4F4E;
float: left;
font-family: "微软雅黑";
}
.parent_btn {
background-image: url(../Images/TopMenu/btn_bg.gif);
background-repeat: no-repeat;
position: absolute;
left: 0;
top: 0;
z-index: 22;
width: 120px;
height: 90px;
text-align: center;
margin-left: 150px;
}
.parent_btn-backunline {
width: 100%;
height: 40px;
margin-top: 16px;
}
.parent_btn-backunline div {
margin: 0 auto;
padding: 0;
height: 40px;
width: 40px;
line-height: 40px;
}
.parent_btn-title {
font-size: 14px;
line-height: 28px;
height: 28px;
color: #32B3D9;
font-weight: 500;
font-family: "微软雅黑";
}
.backbtn {
position: absolute;
right: 0;
top: 0;
z-index: 22;
width: 90px;
height: 90px;
text-align: center;
margin-right: 20px;
}
.ico-backunline {
width: 100%;
height: 40px;
margin-top: 16px;
}
.ico-backunline img {
height: 40px;
line-height: 40px;
}
.backbtn-title {
font-size: 14px;
line-height: 28px;
height: 28px;
color: #4D4F4E;
font-weight: 500;
font-family: "微软雅黑";
text-decoration: none;
}
/*首页菜单样式--end*/
.homeicon-rule {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
vertical-align: text-top;
background-position: 14px 14px;
}
.homeicon-img {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
vertical-align: text-top;
margin: 3px 4px 0 5px;
}
.homeicon-title {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
vertical-align: text-top;
margin: 3px 0 0 0;
}
/*菜单样式*/
.ltico-2shouye {
background-image: url(../Images/TopMenu/2shouye.png);
background-repeat: no-repeat;
}
.ltico-2shouye.active {
background: none;
background-image: url(../Images/TopMenu/2shouye_active.png);
background-repeat: no-repeat;
}
.ltico-1zhzs {
background-image: url(../Images/TopMenu/1zhzs.png);
background-repeat: no-repeat;
}
.ltico-1zhzs.active {
background-image: url(../Images/TopMenu/1zhzs_active.png);
background-repeat: no-repeat;
}
.ltico-4quyuyonghaiguihua {
background-image: url(../Images/TopMenu/4quyuyonghaiguihua.png);
background-repeat: no-repeat;
}
.ltico-4quyuyonghaiguihua.active {
background-image: url(../Images/TopMenu/4quyuyonghaiguihua_active.png);
background-repeat: no-repeat;
}
.ltico-5weitianhaoguihua {
background-image: url(../Images/TopMenu/5weitianhaoguihua.png);
background-repeat: no-repeat;
}
.ltico-5weitianhaoguihua.active {
background-image: url(../Images/TopMenu/5weitianhaoguihua_active.png);
background-repeat: no-repeat;
}
.ltico-6haiyuquanshuguanli {
background-image: url(../Images/TopMenu/6haiyuquanshuguanli.png);
background-repeat: no-repeat;
}
.ltico-6haiyuquanshuguanli.active {
background-image: url(../Images/TopMenu/6haiyuquanshuguanli_active.png);
background-repeat: no-repeat;
}
.ltico-7haiyushiyongjinguanli {
background-image: url(../Images/TopMenu/7haiyushiyongjinguanli.png);
background-repeat: no-repeat;
}
.ltico-7haiyushiyongjinguanli.active {
background-image: url(../Images/TopMenu/7haiyushiyongjinguanli_active.png);
background-repeat: no-repeat;
}
.ltico-8haiyushiyongzhifa {
background-image: url(../Images/TopMenu/8haiyushiyongzhifa.png);
background-repeat: no-repeat;
}
.ltico-8haiyushiyongzhifa.active {
background-image: url(../Images/TopMenu/8haiyushiyongzhifa_active.png);
background-repeat: no-repeat;
}
.ltico-10haididianlanguandao {
background-image: url(../Images/TopMenu/10haididianlanguandao.png);
background-repeat: no-repeat;
}
.ltico-10haididianlanguandao.active {
background-image: url(../Images/TopMenu/10haididianlanguandao_active.png);
background-repeat: no-repeat;
}
.ltico-11ditudingweifenxi {
background-image: url(../Images/TopMenu/11ditudingweifenxi.png);
background-repeat: no-repeat;
}
.ltico-11ditudingweifenxi.active {
background-image: url(../Images/TopMenu/11ditudingweifenxi_active.png);
background-repeat: no-repeat;
}
.ltico-12haiyushiyonglunzheng {
background-image: url(../Images/TopMenu/12haiyushiyonglunzheng.png);
background-repeat: no-repeat;
}
.ltico-12haiyushiyonglunzheng.active {
background-image: url(../Images/TopMenu/12haiyushiyonglunzheng_active.png);
background-repeat: no-repeat;
}
.ltico-13shujujiaodui {
background-image: url(../Images/TopMenu/13shujujiaodui.png);
background-repeat: no-repeat;
}
.ltico-13shujujiaodui.active {
background-image: url(../Images/TopMenu/13shujujiaodui_active.png);
background-repeat: no-repeat;
}
.ltico-feature_data {
background-image: url(../Images/TopMenu/feature_data.png);
background-repeat: no-repeat;
}
.ltico-feature_data.active {
background-image: url(../Images/TopMenu/feature_data_active.png);
background-repeat: no-repeat;
}
.ltico-hyqs_main {
background-image: url(../Images/TopMenu/hyqs_main.png);
background-repeat: no-repeat;
}
.ltico-hyqs_main.active {
background-image: url(../Images/TopMenu/hyqs_main_active.png);
background-repeat: no-repeat;
}
.ltico-hyqs_qsdj {
background-image: url(../Images/TopMenu/hyqs_qsdj.png);
background-repeat: no-repeat;
}
.ltico-hyqs_qsdj.active {
background-image: url(../Images/TopMenu/hyqs_qsdj_active.png);
background-repeat: no-repeat;
}
.ltico-hyqs_sjll {
background-image: url(../Images/TopMenu/hyqs_sjll.png);
background-repeat: no-repeat;
}
.ltico-hyqs_sjll.active {
background-image: url(../Images/TopMenu/hyqs_sjll_active.png);
background-repeat: no-repeat;
}
.ltico-hyqs_sqsp {
background-image: url(../Images/TopMenu/hyqs_sqsp.png);
background-repeat: no-repeat;
}
.ltico-hyqs_sqsp.active {
background-image: url(../Images/TopMenu/hyqs_sqsp_active.png);
background-repeat: no-repeat;
}
.ltico-hysyj_main {
background-image: url(../Images/TopMenu/hysyj_main.png);
background-repeat: no-repeat;
}
.ltico-hysyj_main.active {
background-image: url(../Images/TopMenu/hysyj_main_active.png);
background-repeat: no-repeat;
}
.ltico-hysyzf_main {
background-image: url(../Images/TopMenu/8haiyushiyongzhifa.png);
background-repeat: no-repeat;
}
.ltico-hysyzf_main.active {
background-image: url(../Images/TopMenu/8haiyushiyongzhifa_active.png);
background-repeat: no-repeat;
}
.ltico-hysytj_main {
background-image: url(../Images/TopMenu/hysytj_main.png);
background-repeat: no-repeat;
}
.ltico-hysytj_main.active {
background-image: url(../Images/TopMenu/hysytj_main_active.png);
background-repeat: no-repeat;
}
.ltico-oceanplan {
background-image: url(../Images/TopMenu/oceanplan.png);
background-repeat: no-repeat;
}
.ltico-oceanplan.active {
background-image: url(../Images/TopMenu/oceanplan_active.png);
}
.ltico-shujuzhengli {
background-image: url(../Images/TopMenu/shujuzhengli.png);
}
.ltico-shujuzhengli.active {
background-image: url(../Images/TopMenu/shujuzhengli_active.png);
}
.ltico-tongyipeihao {
background-image: url(../Images/TopMenu/tongyipeihao.png);
}
.ltico-tongyipeihao.active {
background-image: url(../Images/TopMenu/tongyipeihao_active.png);
}
.ltico-tongyipeihao {
background-image: url(../Images/TopMenu/watch_survey.png);
}
.ltico-tongyipeihao.active {
background-image: url(../Images/TopMenu/watch_survey_active.png);
}
.ltico-xianjinenglishangbao {
background-image: url(../Images/TopMenu/xianjinenglishangbao.png);
}
.ltico-xianjinenglishangbao.active {
background-image: url(../Images/TopMenu/xianjinenglishangbao_active.png);
}
.ltico-12haiyushiyonglunzheng {
background-image: url(../Images/TopMenu/12haiyushiyonglunzheng.png);
}
.ltico-12haiyushiyonglunzheng.active {
background-image: url(../Images/TopMenu/12haiyushiyonglunzheng_active.png);
}
/*----------------------------小图标样式*/
.ltico-2shouye.small {
background-image: url(../Images/TopMenu/small/2shouye_small.png);
background-repeat: no-repeat;
}
.ltico-2shouye.active.small {
background: none;
background-image: url(../Images/TopMenu/small/2shouye_active_small.png);
background-repeat: no-repeat;
}
.ltico-1zhzs.small {
background-image: url(../Images/TopMenu/small/1zhzs_small.png);
background-repeat: no-repeat;
}
.ltico-1zhzs.active.small {
background-image: url(../Images/TopMenu/small/1zhzs_active_small.png);
background-repeat: no-repeat;
}
.ltico-4quyuyonghaiguihua.small {
background-image: url(../Images/TopMenu/small/4quyuyonghaiguihua_small.png);
background-repeat: no-repeat;
}
.ltico-4quyuyonghaiguihua.active.small {
background-image: url(../Images/TopMenu/small/4quyuyonghaiguihua_active_small.png);
background-repeat: no-repeat;
}
.ltico-5weitianhaoguihua.small {
background-image: url(../Images/TopMenu/small/5weitianhaoguihua_small.png);
background-repeat: no-repeat;
}
.ltico-5weitianhaoguihua.active.small {
background-image: url(../Images/TopMenu/small/5weitianhaoguihua_active_small.png);
background-repeat: no-repeat;
}
.ltico-6haiyuquanshuguanli.small {
background-image: url(../Images/TopMenu/small/6haiyuquanshuguanli_small.png);
background-repeat: no-repeat;
}
.ltico-6haiyuquanshuguanli.active.small {
background-image: url(../Images/TopMenu/small/6haiyuquanshuguanli_active_small.png);
background-repeat: no-repeat;
}
.ltico-7haiyushiyongjinguanli.small {
background-image: url(../Images/TopMenu/small/7haiyushiyongjinguanli_small.png);
background-repeat: no-repeat;
}
.ltico-7haiyushiyongjinguanli.active.small {
background-image: url(../Images/TopMenu/small/7haiyushiyongjinguanli_active_small.png);
background-repeat: no-repeat;
}
.ltico-8haiyushiyongzhifa.small {
background-image: url(../Images/TopMenu/small/8haiyushiyongzhifa_small.png);
background-repeat: no-repeat;
}
.ltico-8haiyushiyongzhifa.active.small {
background-image: url(../Images/TopMenu/small/8haiyushiyongzhifa_active_small.png);
background-repeat: no-repeat;
}
.ltico-10haididianlanguandao.small {
background-image: url(../Images/TopMenu/small/10haididianlanguandao_small.png);
background-repeat: no-repeat;
}
.ltico-10haididianlanguandao.active.small {
background-image: url(../Images/TopMenu/small/10haididianlanguandao_active_small.png);
background-repeat: no-repeat;
}
.ltico-11ditudingweifenxi.small {
background-image: url(../Images/TopMenu/small/11ditudingweifenxi_small.png);
background-repeat: no-repeat;
}
.ltico-11ditudingweifenxi.active.small {
background-image: url(../Images/TopMenu/small/11ditudingweifenxi_active_small.png);
background-repeat: no-repeat;
}
.ltico-12haiyushiyonglunzheng.small {
background-image: url(../Images/TopMenu/small/12haiyushiyonglunzheng_small.png);
background-repeat: no-repeat;
}
.ltico-12haiyushiyonglunzheng.active.small {
background-image: url(../Images/TopMenu/small/12haiyushiyonglunzheng_active_small.png);
background-repeat: no-repeat;
}
.ltico-13shujujiaodui.small {
background-image: url(../Images/TopMenu/small/13shujujiaodui_small.png);
background-repeat: no-repeat;
}
.ltico-13shujujiaodui.active.small {
background-image: url(../Images/TopMenu/small/13shujujiaodui_active_small.png);
background-repeat: no-repeat;
}
.ltico-feature_data.small {
background-image: url(../Images/TopMenu/small/feature_data_small.png);
background-repeat: no-repeat;
}
.ltico-feature_data.active.small {
background-image: url(../Images/TopMenu/small/feature_data_active_small.png);
background-repeat: no-repeat;
}
.ltico-hyqs_main.small {
background-image: url(../Images/TopMenu/small/hyqs_main_small.png);
background-repeat: no-repeat;
}
.ltico-hyqs_main.active.small {
background-image: url(../Images/TopMenu/small/hyqs_main_active_small.png);
background-repeat: no-repeat;
}
.ltico-hyqs_qsdj.small {
background-image: url(../Images/TopMenu/small/hyqs_qsdj_small.png);
background-repeat: no-repeat;
}
.ltico-hyqs_qsdj.active.small {
background-image: url(../Images/TopMenu/small/hyqs_qsdj_active_small.png);
background-repeat: no-repeat;
}
.ltico-hyqs_sjll.small {
background-image: url(../Images/TopMenu/small/hyqs_sjll_small.png);
background-repeat: no-repeat;
}
.ltico-hyqs_sjll.active.small {
background-image: url(../Images/TopMenu/small/hyqs_sjll_active_small.png);
background-repeat: no-repeat;
}
.ltico-hyqs_sqsp.small {
background-image: url(../Images/TopMenu/small/hyqs_sqsp_small.png);
background-repeat: no-repeat;
}
.ltico-hyqs_sqsp.active.small {
background-image: url(../Images/TopMenu/small/hyqs_sqsp_active_small.png);
background-repeat: no-repeat;
}
.ltico-hysyj_main.small {
background-image: url(../Images/TopMenu/small/hysyj_main_small.png);
background-repeat: no-repeat;
}
.ltico-hysyj_main.active.small {
background-image: url(../Images/TopMenu/small/hysyj_main_active_small.png);
background-repeat: no-repeat;
}
.ltico-hysyzf_main.small {
background-image: url(../Images/TopMenu/small/8haiyushiyongzhifa_small.png);
background-repeat: no-repeat;
}
.ltico-hysyzf_main.active.small {
background-image: url(../Images/TopMenu/small/8haiyushiyongzhifa_active_small.png);
background-repeat: no-repeat;
}
.ltico-hysytj_main.small {
background-image: url(../Images/TopMenu/small/hysytj_main_small.png);
background-repeat: no-repeat;
}
.ltico-hysytj_main.active.small {
background-image: url(../Images/TopMenu/small/hysytj_main_active_small.png);
background-repeat: no-repeat;
}
.ltico-oceanplan.small {
background-image: url(../Images/TopMenu/small/oceanplan_small.png);
background-repeat: no-repeat;
}
.ltico-oceanplan.active.small {
background-image: url(../Images/TopMenu/small/oceanplan_active_small.png);
}
.ltico-shujuzhengli.small {
background-image: url(../Images/TopMenu/small/shujuzhengli_small.png);
}
.ltico-shujuzhengli.active.small {
background-image: url(../Images/TopMenu/small/shujuzhengli_active_small.png);
}
.ltico-tongyipeihao.small {
background-image: url(../Images/TopMenu/small/tongyipeihao_small.png);
}
.ltico-tongyipeihao.active.small {
background-image: url(../Images/TopMenu/small/tongyipeihao_active_small.png);
}
.ltico-tongyipeihao.small {
background-image: url(../Images/TopMenu/small/watch_survey_small.png);
}
.ltico-tongyipeihao.active.small {
background-image: url(../Images/TopMenu/small/watch_survey_active_small.png);
}
.ltico-xianjinenglishangbao.shall {
background-image: url(../Images/TopMenu/xianjinenglishangbao_small.png);
}
.ltico-xianjinenglishangbao.active.shmall {
background-image: url(../Images/TopMenu/xianjinenglishangbao_active_small.png);
}
/*菜单图标结束*/
/*子菜单图标结束*/
.ltico-quanguohaiyanggongnengquhua:before {
content: url(../Images/Menu/全国海洋功能规划.svg);
}
/*子菜单图标结束*/
/*加载等待样式*/
#FB_WaitLoad {
position: fixed;
top: 0;
left: 0;
width: 100%;
height:100%;
background: #000000;
opacity: 0.4;
filter: alpha(opacity=40);
z-index: 10000;
margin: 0;
padding: 0;
text-align: center;
vertical-align: middle;
padding-top: 30%;
}