﻿
/* base
==========================================*/
body {
	font-family: "Microsoft YaHei","微软雅黑", sans-serif !important ;
}
.app-header
{
    background-color:#2f7fde;
    background-image:url(./images/index_top_bg_l.png),url(./images/index_top_bg_c.png),url(./images/index_top_bg_r.png);
    background-position:left top, 35%  top, right  top;
    background-repeat: no-repeat;
}
.app-toolbar, .bg-toolbar {
	background: #1365bd;
}
.mini-modal {
	background: #1365bd;
	opacity: .6;
	filter: alpha(opacity = 60);
}
.mini-mask-background {
	background: #1365bd;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.mini-popup, .mini-window, .mini-menu-open {
	/*box-shadow:rgba(0,​ 0,​ 0,​ 0.6) 0px 6px 12px 0px;*/
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

table {
	font-size: 13px;
}
/* tools
==========================================*/

/* popup
==========================================*/
.mini-popup {
	border-color: #ddd;
}

/* toolbar
==========================================*/
.mini-toolbar {
	background: #fff;
	border-color: #fff;
}

.separator {
	border-color: #ddd;
}

/* button
==========================================*/
.cap-input-label{

}

.cap-mini-fieldset{
	border: solid 1px #e5e5e5 ;
	padding: 3px;
}

input[type="button"] {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	background-color: #2f7fde ;
	color: #fff;
}

.mini-button {
	background: #1365bd;
	border-color: #1365bd;
	color: #fefefe;
	font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB",
		"Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei",
		"WenQuanYi Micro Hei", sans-serif;
}

body a:hover.mini-button {
	background: #0db18b;
	border-color: #0db18b;
}

body .mini-button-pressed, body a:hover.mini-button-pressed, body .mini-button-checked,
	body a:hover.mini-button-checked, body a.mini-button-popup, body a:hover.mini-button-popup
	{
	background: #1365bd;
	border-color: #1365bd;
}

body a.mini-button-disabled, body a:hover.mini-button-disabled {
	border-color: #bbb;
	background: transparent;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	cursor: not-allowed;
}

/* textbox
==========================================*/
.mini-textbox-border, .mini-buttonedit-border {
	display: block;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding-left: 8px;
	padding-right: 8px;
	background: white;
	border-color: #ddd;
}

.mini-textbox-focus .mini-textbox-border {
	background-color: #f2fbfc;
	border-color: #6ea6cc;
}

body .mini-error .mini-textbox-border, body .mini-error .mini-buttonedit-border,
	body .mini-error .mini-textboxlist-border {
	border-color: #ffa8a8;
	background-color: #fff3f3;
}

.mini-textbox {
	line-height: 28px;
}

.mini-textbox-input {
	color: #444;
	line-height: 28px;
}

.cap-mini-select {
 	height: 20px ;
 	box-sizing: content-box;
	padding: 2px 5px ;
 	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
 	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
 	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 	width:60%;
}

.cap-mini-textbox {
 	height: 20px;
	padding: 2px 5px;
 	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
 	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
 	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 	width:60%;
 	box-sizing: content-box;
}

/* buttonedit
==========================================*/
.mini-buttonedit-border {
	background: white;
	border-color: #ddd;
}

.mini-buttonedit-focus .mini-buttonedit-border {
	background-color: #f1f5f9;
	border-color: #6ea6cc;
}

.mini-buttonedit-input {
	color: #444;
}

.mini-buttonedit-button {
	background: #1365bd;
	border-color: #1365bd;
	color: #444;
}

.mini-buttonedit-button-hover, .mini-buttonedit-hover .mini-buttonedit-trigger
	{
	color: #444;
	background: #1365bd;
	border-color: #1365bd;
}

.mini-buttonedit-button-pressed, .mini-buttonedit-popup .mini-buttonedit-trigger
	{
	color: #444;
	background: #1365bd;
	border-color: #1365bd;
}

.mini-buttonedit-button {
	width: 24px;
}

.mini-popupedit .mini-buttonedit-trigger .mini-buttonedit-icon {
	background: url(images/buttonedit/arrow.png) no-repeat 0px 2px;
}

.mini-datepicker .mini-buttonedit-trigger .mini-buttonedit-icon {
	background: url(images/buttonedit/date.png) no-repeat 0px 0px;
}

.mini-buttonedit-up span, .mini-buttonedit-down span {
	background: url(images/buttonedit/spinner_arrows.png) no-repeat 0px 50%;
}

.mini-buttonedit-down span {
	background-position: -16px 50%;
}

/* textboxlist
==========================================*/
.mini-textboxlist-border {
	border-color: #ddd;
}

.mini-textboxlist-focus .mini-textboxlist-border {
	background-color: #f1f8fd;
	border-color: #6ea6cc;
}

.mini-textboxlist-item {
	color: #444;
}

/* htmlfile
==========================================*/
.mini-htmlfile .mini-buttonedit-button {
	color: #fff;
	background: #1365bd;
	border-color: #1365bd;
}

/* panel
==========================================*/
.mini-panel-border {
	border-color: #ddd;
}

.mini-panel-header {
	background: #f1f6fa;
	color: #444;
	font-weight: bold;
	border-color: #ddd;
}

.mini-panel-toolbar, .mini-panel-footer {
	background: #f1f6fa;
	border-color: #ddd;
}

.mini-panel .mini-panel-title {
	/* text-align:center; */
	float: none;
}
/* window
==========================================*/
.mini-window .mini-panel-header {
	background: #1365bd;
}

.mini-window .mini-panel-footer {
	background: #1365bd;
}

/* outlookbar
==========================================*/
.mini-outlookbar-border {
	border-color: #ddd;
	border: 0px;
}

.mini-outlookbar .mini-outlookbar-groupHeader {
	border-color: #ddd;
	border: 0px;
	background: #edf1f5;
	color: #52aae0;
	padding: 10px;
}

.mini-outlookbar .mini-outlookbar-hover {
	background: #07dfad;
	color: #fff;
}

.mini-outlookbar-expand .mini-outlookbar-groupHeader {
	background: #1365bd;
	color: #feffff;
	padding: 10px;
}

.mini-outlookbar .mini-outlookbar-groupTitle {
	/* font-weight:bold; */
	/* padding-left:18px; */

}

.mini-outlookbar .mini-outlookbar-group {
	border-color: #edf1f5;
	border: 0px;
	/* border-bottom:solid 1px #edf1f5; */
}

.mini-outlookbar .mini-outlookbar-groupBody {
	/* border-color:#393d49; */
	border-top: 0px;
	background-color: #fcfcfc;
}

.mini-outlookbar-view2 .mini-outlookbar-groupHeader {
	border-color: #ddd;
}

.mini-outlookbar-view2 .mini-outlookbar-groupBody {
	background: #1365bd;
}

.mini-outlookbar-view3 .mini-outlookbar-group {
	border-color: #ddd;
}

/* splitter
==========================================*/
.mini-splitter-border {
	border-color: #ddd;
}

.mini-splitter .mini-splitter-pane1 {
	border-color: #ddd;
}

.mini-splitter .mini-splitter-pane2 {
	border-color: #ddd;
}

/* layout
==========================================*/
.mini-layout-border {
	border-color: #ddd;
}

.mini-layout-region {
	border-color: #ddd;
	border: 0px;
}

.mini-layout-region-header {
	background: #393d49;
	border-color: #393d49;
	font-size: 15px;
	padding: 10px 30px 10px;
}

.mini-layout-proxy {
	border-color: #1365bd;
	background: #1365bd;
}

.mini-layout-proxy-hover {
	background: #1365bd;
	cursor: pointer;
}

.mini-layout-region-title {
	color: #fff;
}

.mini-layout-region.mini-layout-region-west {
	/* background:#393d49; */

}

.menutop {
	font-size: 16px;
	padding: 5px 10px;
}

.menutop span {
	position: absolute;
	margin-left: 5px;
}

.mini-layout .mini-menuitem.mini-menuitem-hover, .mini-layout .mini-menuitem.mini-menuitem-selected.mini-menuitem-hover
	{
	background: #07dfad;
}

.mini-layout .mini-menuitem.mini-menuitem-selected {
	/* background:#1365bd; */

}

.mini-layout-proxy-west .mini-tools-collapse {
	background: url(images/layout/east.gif) no-repeat 50% 50%;
}

.mini-layout-proxy-north .mini-tools-collapse {
	background: url(images/layout/south.gif) no-repeat 50% 50%;
}

.mini-layout-split {
	background: #d8e4f2;
	cursor: w-resize;
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

/* menu
==========================================*/
.mini-menu {
	background: #fff;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB",
		"Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei",
		"WenQuanYi Micro Hei", sans-serif;
}

.mini-menu-border {
	border-color: #ddd;
}

.mini-menuitem-hover, .mini-menu-popup {
	border-color: #ddd;
	background: #1365bd;
}

.mini-menuitem-selected {
	padding: 0px;
	border: solid 1px #9a9a9a;
	background: #DBDDE2 url(images/menu/pressed.png) repeat-x 0 0;
	cursor: pointer;
}

.mini-menuitem-text, .mini-menuitem-text a {
	color: #000;
	cursor: pointer;
}

.mini-separator {
	border-color: #ddd;
}

.mini-menu-horizontal .mini-menu-inner {
	background: #1365bd;
}

.mini-menu-inner {
	padding: 0px;
}

.mini-menu-horizontal .mini-menuitem-allow {
	background: url(images/menu/menu_arrows.png) no-repeat -2px -4px;
}

/* pager
==========================================*/
.mini-pager {
	background: #fbfbfb;
	border-color: #ddd;
	color: #444;
}

.mini-pager .mini-button {
	color: #444;
}

/* grid
==========================================*/
.mini-grid-border {
	border-color: #e1f1f3;
}

.mini-grid-header {
	background: #f2fbfc;
}

.mini-grid-headerCell, .mini-grid-topRightCell, .mini-grid-columnproxy {
	background: #f2fbfc;
	border-color: #d4ebee;
}

.mini-grid-cell {
	border-color: #e1f1f3;
}

.mini-grid-footer, .mini-grid-pager, .mini-grid-filterRow {
	border-color: #e1f1f3;
	background: #fbfbfb;
}

html body .mini-grid-row-hover {
	background: #f1f8fd;
}

html body .mini-grid-row-selected {
	background: #eef4f9;
}

html body .mini-grid .mini-grid-cell-selected {
	background: #e1f1f3;
}

.mini-grid-header-over {
	background: #f1f8fd;
}

.mini-grid-headerCell-inner, .mini-grid-cell {
	color: #000;
}

.mini-grid-headerCell-inner, .mini-grid-cell-inner {
	font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB",
		"Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei",
		"WenQuanYi Micro Hei", sans-serif;
}

.mini-grid-summaryRow {
	background: #fff;
}

.mini-grid-summaryCell {
	border-color: #e1f1f3;
}
/* tree
==========================================*/
.mini-tree-node-hover .mini-tree-nodeshow {
	background: #f1f8fd;
	border-color: #ddd;
}

.mini-tree-selectedNode .mini-tree-nodeshow {
	background: #bbdcf8;
	border-color: #ddd;
}

.mini-tree-leaf {
	background-image: url(images/tree/file.gif);
}

.mini-tree-folder {
	background-image: url(images/tree/folder.gif);
}

.mini-tree-expand .mini-tree-folder {
	background-image: url(images/tree/folder-open.gif);
}

/* listbox
==========================================*/
.mini-listbox-border {
	border-color: #ddd;
}

.mini-listbox-header {
	background: #1365bd;
	border-color: #ddd;
}

.mini-listbox-header td {
	border-color: #ddd;
}

.mini-listbox-item td {
	border-color: #ddd;
	color: #444;
}

.mini-listbox-item-hover td {
	background: #e1f1f3;
}

.mini-listbox-item-selected td {
	background: #f2fbfc;
}

/* tabs
==========================================*/
.mini-tabs {
	background: #fff;
}

.mini-tabs-scrollCt {
	border-color: #ddd;
	background: #1365bd;
}

.mini-tabs-leftButton, .mini-tabs-rightButton, .mini-tabs-tabmenu {
	border-color: #ddd;
	background-color: #1365bd;
}

a:hover.mini-tabs-leftButton, a:hover.mini-tabs-rightButton, a:hover.mini-tabs-tabmenu
	{
	border-color: #ddd;
	background-color: #e5f0c9;
}
/* top */
.mini-tabs-bodys {
	/* border-color:#ddd; */
	border: 0px;
}

.mini-tabs-space {
	border-color: #ddd;
}

.mini-tabs-space2 {
	border-color: #ddd;
}

.mini-tab {
	background: #f7f7f7;
	border-color: #d4dde2;
	color: #444;
	font-weight: bold;
	border-radius: 0px;
}

.mini-tab-hover {
	background: #f1f8fd;
}

.mini-tab-active {
	border-color: #ddd;
	border-bottom-color: #fff;
	background: #1365bd;
	color: #fff;
}

.mini-tab-close-hover {
	background-color: #ddd;
}
/* bottom */
.mini-tabs-header-bottom .mini-tabs-space, .mini-tabs-header-bottom .mini-tabs-space2
	{
	border-color: #ddd;
}

.mini-tabs-header-bottom .mini-tabs-bodys {
	border-color: #ddd;
}

.mini-tabs-header-bottom .mini-tab-active {
	border-top-color: white;
	border-bottom-color: #ddd;
}

.mini-tabs-body-bottom {
	border-color: #ddd;
}
/* left */
.mini-tabs-header-left .mini-tabs-space, .mini-tabs-header-left .mini-tabs-space2
	{
	border-color: #ddd;
}

.mini-tabs-header-left .mini-tabs-bodys {
	border-color: #ddd;
}

.mini-tabs-header-left .mini-tab-active {
	border-color: #ddd;
	border-right-color: white;
}

.mini-tabs-body-left {
	border-color: #ddd;
}
/* right */
.mini-tabs-header-right .mini-tabs-space, .mini-tabs-header-right .mini-tabs-space2
	{
	border-color: #ddd;
}

.mini-tabs-header-right .mini-tabs-bodys {
	border-color: #ddd;
}

.mini-tabs-header-right .mini-tab-active {
	border-color: #ddd;
	border-left-color: white;
}

.mini-tabs-body-right {
	border-color: #ddd;
}
/*bordered*/
.mini-tabs-header-top .mini-tab-active {
	border-top: solid 1px #1365bd;
	padding-top: 1px;
	border-radius: 3px 3px 0px 0px;
}

.mini-tabs-leftButton , .mini-tabs-rightButton{
	border-radius:2px ;
	border-width:0px ;
}
.mini-tabs-leftButton, .mini-tabs-leftButton{
	background: #1365bd url(images/tabs/allow_left.gif) no-repeat 50% 50% !important ;
}

.mini-tabs-leftButton, .mini-tabs-rightButton{
	background: #1365bd url(images/tabs/allow_right.gif) no-repeat 50% 50%;
}

.mini-tabs-header-bottom .mini-tab-active {
	border-bottom: solid 3px #4c8fbd;
	padding-bottom: 1px;
}

.mini-tabs-header-left .mini-tab-active {
	border-left: solid 3px #4c8fbd;
	padding-left: 10px;
}

.mini-tabs-header-right .mini-tab-active {
	border-right: solid 3px #4c8fbd;
	padding-right: 10px;
}

/* tooltip
==========================================*/
.mini-tooltip-inner {
	border-color: #ddd;
	border-radius: 0px;
}

/* calendar
==========================================*/
.mini-calendar {
	border-color: #ddd;
}

.mini-calendar-header {
	background: #f1f5f9;
	border-color: #ddd;
}

.mini-calendar-footer {
	border-color: #ddd;
	background: #f1f5f9;
}

.mini-calendar-tadayButton, .mini-calendar-clearButton,
	.mini-calendar-okButton, .mini-calendar-cancelButton {
	background: #1365bd;
	border-color: #1365bd;
	color: #fff;
	border-radius: 2px;
}

.mini-calendar-tadayButton:hover, .mini-calendar-clearButton:hover,
	.mini-calendar-okButton:hover, .mini-calendar-cancelButton:hover {
	background-color: #07dfad;
	border-color: #07dfad;
}

.mini-calendar .mini-calendar-today {
	border-color: #C00000;
}

.mini-calendar-daysheader td {
	border-color: #ddd;
}

.mini-calendar-menu {
	border-color: #ddd;
}

.mini-calendar-title, .mini-calendar-menu-year,
	.mini-calendar-menu-month {
	color: #444;
}

.mini-calendar .mini-calendar-selected, .mini-calendar-menu-selected, a:hover.mini-calendar-menu-month,
	a:hover.mini-calendar-menu-year {
	color: #444;
	background-color: #f1f8fd;
	border-color: #6ea6cc;
}

body .mini-pager-size .mini-buttonedit .mini-buttonedit-border{
	width: 25px !important ;
}

/* progressbar
==========================================*/
.mini-progressbar-border {
	border-color: #ddd;
}

.mini-progressbar-bar {
	background: #07dfad;
}

.mini-progressbar-text {
	color: #222;
}
html, body{
    margin:0;padding:0;border:0;width:100%;height:100%;overflow:hidden;
}
    .logo
    {
        font-size:24px;
        font-weight:bold;
        cursor:default;
        position:absolute;
        top:15px;
        left:14px;
        line-height:28px;
        color:#fff;
    }
    .mini-layout-region-west{
        width:300px !important ;
    }
    .mini-layout-region-body {
        padding-left:0px !important ;
    }
    .topNav
    {
        position:absolute;
        right:8px;
        font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
        top:15px;
        font-size:12px;
        line-height:25px;
    }
    .topNav a
    {
        text-decoration:none;
        font-weight:normal;
        font-size:14px;
        line-height:25px;
        margin-left:3px;
        margin-right:3px;
        color:#fff;
    }
    .topNav a:hover
    {
        text-decoration:underline;
    }
    .mini-layout-region-south img
    {
        vertical-align:top;
    }

/*首页顶部样式*/
#north{
    position: absolute;
/*    z-index: 9999;*/
}
.index_logo{
    width: 330px;
    height: 60px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.head_menu_wrap{
    height: 88px;
    padding-left: 180px;
    /*overflow: hidden;*/
}
.head_menu_wrap .top_wrap{
    height: 49px;
    /*background-image: url("images/header_top_bg_02.png");
    background-repeat: repeat-x;*/
    /*overflow: hidden;*/
}
.head_menu_wrap .bottom_wrap{
    height: 38px;
}
/*顶部欢迎语句及按钮*/
#user_box{
    float: left;
    line-height: 49px;
    height: 49px;
    border-right: 0px solid #68B4A6;
}
#user_box:hover .user-info-memu{
   display: block;

}
#user_box>a{
    border: none;
    float: none;
    padding: 0 15px;
    height: 49px;
    display: block;
    line-height: 49px;
    cursor: pointer;
}
#user_box .user-info-memu{
    position: absolute;
    display:none;
    right: 0;
    background: #fff;
    top: 49px;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0 0 5px #ccc;
    z-index: 1;
    width: 26%;
}
#user_box .memu_list{
    display: block;
    padding: 10px;
    overflow: hidden;
}
#user_box .memu_list a{
    border: none;
    line-height: 32px;
    height: 32px;
    color: #848484;
    font-size: 13px;
}
#user_box .memu_list a:hover{
    border: none;
    line-height: 32px;
    background: #F5F5F5;
}
#user_box .memu_btm{
    overflow: hidden;
    border-top: 1px solid #f5f5f5;
}
#user_box .memu_btm a{
    width: 100%;
    display: block;
    padding: 10px ;
    line-height: 32px;
    color: #848484;
    text-align: center;
    border: none;
}
#user_box .memu_btm a:hover{
   background: #F5F5F5;
}
/*顶部下拉菜单*/
.head_menu_wrap .top_wrap .lf_nav,
.head_menu_wrap .top_wrap .rt_nav{
    height: inherit;

}
.head_menu_wrap .top_wrap a,
.head_menu_wrap .top_wrap span{
    float: left;
    padding:0 5px;
    line-height: 49px;
    height: 49px;
    text-decoration: none;
    color: #fff;
}
.head_menu_wrap .top_wrap a:hover,
.head_menu_wrap .top_wrap a:hover{
    color:#dbe723;
}
.head_menu_wrap .top_wrap a:hover .messageAlert{
    color:#fff;
}
.head_menu_wrap .top_wrap .lf_nav a.lastTime{
    display: inline-block;
    padding-left:22px;
    background:url(images/timeicon.png) no-repeat left;
    margin-left:26px;
}
.head_menu_wrap .top_wrap .rt_nav{
    font-size: 13px
}
.lf{
    float: left;
}
.rt{
    float: right;
}
.bottom_wrap  .top_nav  ul li{
    list-style: none;
    float: left;
    height: 38px;
    line-height: 38px;
    width: 105px;
    text-align: center;
    margin: 0 3px;
    color: #fff;
    background: #1965bd;
    font-size: 13px;
    position: relative;
    cursor:pointer;
}
.bottom_wrap{
    padding-right: 12px;
}
ul{
    list-style: none;
}
* {
    box-sizing: border-box;
}
/*主页顶部下拉菜单*/
.top_navlist{
    position: absolute;
    left: -43px;
    top:38px;
    z-index: 99999;
    display: none;
}
.bottom_wrap  .top_nav  ul li  .top_navlist ul li{
    list-style: none;
    background: #fff;
    border: 1px solid #e4e3e1;
    line-height: 40px;
    border-top: 0px solid #e4e3e1;
    height: 40px;
}
.top_navlist ul li a{
    font-size: 14px;
    color: #333;
    line-height: 40px;
    display: inherit;
    text-align: right;
    padding-left: 18px;
    padding-right: 30px;
    text-decoration: none;
}
/*顶部下拉菜单悬停显示*/
.top_navlist ul li a:hover{
    background: #2f7fde;
    color: #fff;
}
.top_navlist ul li i{
    line-height: 40px;
}
.top_nav .top_nav1:hover .top_navlist{
    display: block;
}
#search_color_wrap {
    position: absolute;
    z-index: 999;
    left: 0;
}
#search_color_wrap span {
    line-height: 25px;
    font-size: 14px;
    color: #333;
    padding-left: 25px;
}
#search_color_wrap .color_box {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    margin-top: 6px;
}
#search_color_wrap .color_box .color1 {
    background: #2f7fde;
    margin-right: 10px;
}
#search_color_wrap .color_box .color4 {
    background: #a5a5a5 ;
    margin-left : 10px;
}

#search_color_wrap .color_box a {
    display: inline-block;
    width: 25px;
    height: 13px;
    float: left;
    vertical-align: middle;
}
#search_color_wrap .color_box .color2 {
    background: #5dc07b;
    margin-right: 10px;
}
#search_color_wrap .color_box .color3 {
    background: #df123e;
}

/*左侧菜单ICO*/
.treeicon1:before{
    content: "\f2bc";
}
.treeicon2:before{
    content: "\f2d2";
}
.treeicon3:before{
    content: "\f02f";
}
.treeicon4:before{
    content: "\f013";
}
#leftTree1{
    display: block;
}
.leftTree{
    display: none;
}

/*菜单样式*/
/*.nav-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: auto;
    box-sizing: border-box;
}
.nav-container ul {
    width: 180px;
    -moz-padding-start: 0px;
	-webkit-padding-start: 0px;
	-khtml-padding-start: 0px;
	-o-padding-start: 0px;
	padding-start: 0px;
	padding: 0px;
	margin-left: 0;
	left: 0;
	box-sizing: border-box;
	clear: both
    /*float: left;*/
    /*background: #204d62;
}*/
/*.nav-container ul li{
    list-style: none;
    line-height: 45px;
    text-align: left;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
}*/
/*.nav-container ul li > .nav-container ul {
    background: #eee;
}
.nav-container ul li > .nav-container ul li {
    color: #204d62;
}
.drag-handle {
    float: left;
    width:20px;
    height:40px;
    background: #204d62;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.nav-container ul li a i{
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #2979dc;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
}
.nav-container ul li a.o_open{
	display: block;
	background: #2979dc;
	color: #fff;
}
.nav-container ul li a.o_open i{
	color: #fff;
}
.nav-container ul li a.o_open ul{
	background: #f3f4f9;
	-webkit-padding-start: 0px;
	margin-left: -40px;
}
.nav-container ul li a.o_open ul li{
	list-style:disc;
	list-style-position:inside;
}*/



.tabbable {
  border: none;
  /*margin-bottom: 10px;*/
  height: 100%;
}


/*菜单样式*/
.nav-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: auto;
    box-sizing: border-box;
}
.nav-container ul {
    width: 180px;
    -moz-padding-start: 0px;
	-webkit-padding-start: 0px;
	-khtml-padding-start: 0px;
	-o-padding-start: 0px;
	padding-start: 0px;
	padding: 0px;
	margin-left: 0;
	left: 0;
	box-sizing: border-box;
    /*float: left;*/
    /*background: #204d62;*/
}
.nav-container ul li ul{
	background: #eaeaea;
}
.nav-container ul li{
    list-style: none;
    line-height: 45px;
    text-align: left;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    position: relative;
}
.nav-container ul li a{
	display: block;
    padding-left: 40px;
    color: #333;
    text-decoration: none;
    height: 45px;
}
.nav-container ul li > .nav-container ul {
    background: #eee;
}
.nav-container ul li > .nav-container ul li {
    color: #204d62;
}
.drag-handle {
    float: left;
    width:20px;
    height:40px;
    background: #204d62;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.nav-container ul li a i{
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #2979dc;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
}
.nav-container ul li a.o_open{
	background: #2979dc;
	color: #fff;
}
.nav-container ul li a.o_open i{
	color: #fff;
}
.nav-container ul li a.o_open ul{
	background: #f3f4f9;
	-webkit-padding-start: 0px;
	/*margin-left: -40px;*/
}
.nav-container ul li a.o_open ul li{
	list-style:none;
	list-style-position:none;
	/*list-style-type: disc;*/
	
}

#north .mini-layout-region-body {
    overflow: visible;
    position: relative;
}
.mini-layout .mini-layout-region {
    border: 1px solid #A8A8A8;
    position: absolute;
    padding: 0;
    overflow: visible;
    left: 0px;
    top: 0px;
}
#north{
    width:100%;
    height:88px;
    border:0;
}
.mini-layout .mini-layout-region{
    border:0px;
}
#south .mini-layout-region-body{
	overflow: hidden;
}

/*2018.01.31新增*/
#section_name{
/*    padding: 15px 20px;*/
/*    min-height: 550px;*/
    overflow: visible;
    background: #e6edf5;
}
#section_name .bread_wrap{
    overflow: hidden;
    margin:0 0  10px 0;
}
#section_name .bread_wrap li{
    float: left;
    line-height: 24px;
}
#section_name .bread_wrap li span{
    display: inline-block;
    vertical-align: middle;
}
#section_name .bread_wrap li a{
    color: #848484;
    height: 24px;
    line-height: 28px;
}
#section_name .public_wrap{
    overflow: hidden;
    background: #ffffff;
    border-left:1px solid #D5D6D9 ;
    border-bottom:1px solid #D5D6D9 ;
    border-right:1px solid #D5D6D9 ;
}
#section_name .public_wrap .sub_nav{
    height: 38px;
    line-height: 37px;
    background: #f5fafe;
    /* overflow: hidden; */
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
#section_name .public_wrap .sub_nav li {
    float: left;
    width: 7.6923%;
    border-top: 2px solid #D8D8D8;
    margin-top: -2px;
    border-bottom: 1px solid #D8D8D8;
}
#section_name .public_wrap .sub_nav li a{
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    line-height: 35px;
    color: #848484;
}
#section_name .public_wrap .sub_nav li.active{
    border-top: 2px solid #e14f4f;
    background: #fff;
    border-bottom: 1px solid #fff;
    margin-top: -1px;
}
/*云桌面图标延高*/
.ico_name{
    padding-bottom: 20px;
}
.open .desktop_top{
    height: 207px;  /*auto无滑动效果*/
}
.desktop_top{
    height: 107px;
    overflow: hidden;
    transition:height 1s;
    -moz-transition:height 1s; /* Firefox 4 */
    -webkit-transition:height 1s; /* Safari and Chrome */
    -o-transition:height 1s; /* Opera */
}
.desktop_ico_showMore{
    width: 98%;
    margin:0 auto;
}
#desktop_ico_showDIV{
    width: 25px;
    height: 20px;
    background: url(blue-capinfo/images/index_ico_more.png) no-repeat;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    float: right;
    cursor: pointer;
}
/*iframe标签左右滑动*/
.tabbable{
    position: relative;
    background: #d8e4f2;
    padding-top:40px;
}
.lr_arrow{
    position: absolute;
    right: 0px;
    top: 9px;
    z-index: 999;
}
.arrow_span{
    border:1px solid #e5e5e5;
    padding: 0;
    margin:0;
}
.arrow_span img{
	margin:0;
	padding:0;
	border: 0;
}
.index_ul_contain{
    position: absolute;
    top: 0;
    left: 0;		
    width: 95%;
    height: 40px;
    overflow: hidden;
}

#myTab{
	position: absolute;
	height: 40px;
	overflow: hidden;
	background: #d8e4f2;
	margin:0;
	width: 1000000px;
	-moz-padding-start: 0px;
	-webkit-padding-start: 0px;
	-khtml-padding-start: 0px;
	-o-padding-start: 0px;
	padding-start: 0px;
	padding: 0px;
/*  left: 0;
  padding:0;*/
  z-index: 9;
}
#myTab > li {
  height: 40px;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  background: #fff;
  background: rgba(0,0,0,0.05);
  color: #777;
  margin-right: 5px;
  float: left;
  /*width: 150px;*/
}
#myTab > li.active, #myTab>li:hover, #myTab>li:focus {
  background-color: #2f7fde;
  border-bottom-color: transparent;
  box-shadow: 0 -2px 3px 0 rgba(0,0,0,.15);
  color: #fff;
}
#myTab>li:hover a{
    color: #fff;
}
/*#myTab li{
	min-width: 150px;
}*/
#myTab > li > a {
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding: 9px 25px 8px  25px;
  margin: 0 0px 0 0;
  border-top: 0px;
  box-shadow: none;
  background: transparent;
  /*line-height: 40px;*/
  border: 0;
  /*max-width: 150px;*/
  color: #777;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
}
#myTab li i{
	cursor: pointer;
}
#myTab > li.active {
  border-top: 0px solid #2dc3e8;
}
#myTab > li.active a{
    color: #fff;
}
#myTab > li.active i{
    color: #2f7fde;
}
#myTab li [class*=" fa-"], #myTab li [class^="fa-"] {
  vertical-align: middle;
/*  margin-left: 0px;*/
  position: absolute;
  right: 5px;
  top: 14px;
/*  margin-top: 10px;*/
}
.custstyle{
	display: block;

}
li .fa-times:before {
    content: "\2715";
}
.tab-content {
  padding: 0;
  padding-top: 5px;
  position: relative;
  height: 100%;
  background: #fff;
  /*padding-bottom: 50px;*/
}
.mini-layout-region-center
{
	overflow: hidden;
}
/*#center .mini-layout-region-body{
	top: 40px;
} */
.tab-content > div{
  display: none;
}
.tab-content > div.active{
  display: block;
  height: 100%;
}
#center iframe{
	height: 100%;
	padding-bottom:5px;
}

/*通用*/
html {
    line-height: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
*/
a img {
    border: none;
}
a{
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}
a:hover,a:link,a:visited{
    text-decoration: none;
    outline: none;
}
/*
input{
    -webkit-appearance: none;
}
*/
input,button,select{
    border:none;
    outline: none;
}

/*选项卡控制内容块显示隐藏*/
.hidden{
	display:none;
}

.thisclass{
	display:block;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
    text-align: center;
    font-weight: 600;
}
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
}
label{
    font-size: 13px;
    font-family: '微软雅黑';
    color: #333333;
}
li.open{
    background: #2979dc;
    color: #fff;
}

/*云桌面样式*/
.desktop_container{
    width: 100%;
    margin:0 auto;
    height: 100%;
    padding-top: 10px;
}
.desktop_top{
    width: 98%;
    margin:0 auto; 
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #e5e5e5;
}
.desktop_top table,.desktop_middle table{
    width: 100%;
}
.desktop_top table tr td{
    text-align: center;
}
.desktop_top table tr td a{
    color: #333;
    font-size:13px;
    line-height: 24px;
}

.desktop_middle{
    width: 98%;
    margin:0 auto; 
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #e5e5e5;
    margin-top: 30px;
}
.desktop_middle tr td{
    text-align: center;
}
.desktop_bottom{
    width: 98%;
    margin:0 auto;
    margin-top: 10px;
}
.desktop_bottom_lf,.desktop_bottom_rt{
    width: 48%;
}
.news_title{
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #e5e5e5;
}
.news_title .lf{
    font-size: 16px;
    color: #2f7fde;
    border-bottom: 2px solid #2f7fde;
    height: 41px;
    line-height: 41px;
}
.news_title .rt a{
    color: #999;
    font-size: 14px;
}
.desktop_news_list{
    width: 100%;
    padding:0;
}
.desktop_news_list li{
    height: 32px;
    line-height: 32px;
    width: 100%;
    list-style: none;
    float: left;
}
.desktop_news_list li .lf,.desktop_news_list li .lf a{
    font-size: 13px;
    color: #666;
    text-decoration: none;
}
.desktop_news_list li .lf a:hover{
    text-decoration: underline;
    color: #f68a1e;
}
.desktop_news_list li .rt{
    color: #999;
    font-size: 12px;
}


/*弹窗样式*/
#mask_shadow {
  display: none;
  opacity: 1;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}
#popup {
  display: none;
  opacity: 1; 
  position: fixed;
  z-index: 9999999;
  top: 150px;
  width: 1000px;
  height: 400px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#popup .title {
  position: relative;
  width: 100%;
  height: 55px;
  background-color: #1d9ef9;
  cursor: move;
}
#popup .title p {
  padding-left: 14px;
  line-height: 55px;
  color: #fff;
}
#popup .title span {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #000;
  opacity: .2;
  font-size: 21px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #333;
}
#popup .title span:hover {
  opacity: .8;
}
#popup .cont { width: 100%; height: 100%; background-color: #EDEDED;    }
/*弹窗样式结束*/

/*大表单录入*/
.big_form_container{
    width: 98%;
    margin:0 auto;
}
.big_form_top{
    text-align: right;
    margin-top: 18px;
    width: 100%;
    float: left;
}
.big_form_bottom{
    width: 100%;
    float: left;
}
.big_form_top input{
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.big_form_top input.nor{
    font-size: 14px;
    color: #333;
    background: #ededed;
    border: 1px solid #d2d2d2;
    padding: 0;
}
.big_form_top input{
    cursor: pointer;
}
.big_form_top input.blu{
    font-size: 14px;
    color: #fff;
    background: #1e9ffa;
    border: 1px solid #1e9ffa;
    padding:0;
}
.text2{
    width: 50px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin:0px;
}
.text4{
    width: 100px;
    height: 25px;
    line-height: 25px;  
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin:0px;
}
.big_form_bottom1{
    /*width: 100%;*/
}
.big_form_bottom1{
    height: 36px;
    width: 100%;
    font-size: 15px;
    text-align: left;
    color: #333;
    line-height: 36px;
    border-top: 1px solid #e4e4e4;
    border-left: 3px solid #307fde;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding-left: 12px;
    margin:15px 0;
}
.big_form_bottom table{
    width: 100%;
}

.form_name{
    text-align: right;
    font-size: 13px;
    color: #333;
    line-height: 45px;
    padding-right: 10px;
}
.form_info input{
    text-align: left;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    width: 240px;
    border:1px solid #ccc;
}
.form_info select{
    text-align: left;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    width: 240px;
    border:1px solid #ccc;
}
.big_form_bottom table.big_form_tab  tr td input[type=button]{
    color: #fff;
    font-size: 14px;
    background: #307fde;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}
.company_user{
    width: 315px;
    height: 35px;
    margin:20px 0 0 50px;
}
.company_user .lf{
    font-size: 13px;
    color: #333;
    padding-right: 10px;
    line-height: 35px;
}
.company_user .rt input{
    width: 250px;
    height: 35px;
    border:1px solid #fdce58;
}
.form_info2 .thisclass{
    display: block;
}
/*各类表单*/
.other_form_list{
    width: 100%;
    margin-top: 40px;
    position: relative;
    height: 330px
}
.form_list_tit ul li{
    list-style: none;
    float: left;
    text-align: center;
    width: 140px;
    height: 46px;
    font-size: 16px;
    color: #333;
    border: 1px solid #ccc;
    line-height: 46px;
    margin-right:5px;
    cursor:pointer;
}
.form_list_tit{
    width: 100%;
    height: 46px;
    position: absolute;
    top: 0;
    z-index: 999;
}
.form_list_tit ul li.form_active{
    color: #2f7fde;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top:  2px solid #2f7fde;
}
.form_info2{
    width: 100%;
    height: 270px;
    position: absolute;
    top: 45px;
    z-index: 10;
}
.form_info2 div{
    border:1px solid #ccc;
}
.other_form_tab{
    width: 100%;
    margin-top: 30px;
}
.other_form_tab td,.other_form_tab th{
    text-align: center;
}
.other_form_tab th{
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    color: #fff;
    background: #2f7fde;
}
.other_form_tab td{
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    color: #333;
}
.other_form_tab td .bl{
    color: #fff;
    background: #2f7fde;
    border: 1px solid #2f7fde;
    padding:3px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.other_form_tab td .no{
    color: #333;
    background: #ededed;
    border:1px solid #ccc;
    padding:3px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
/*页码样式*/
.other_form_tab td.yma{
    text-align: right;
    padding-right:15px;
}
input[type="button"].yma_act{
    color: #fff;
    background: #2f7fde;
    border: 1px solid #2f7fde;
    padding:3px 7px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
input[type="button"].yma_un{
    color: #333;
    background: #ededed;
    border:1px solid #ccc;
    padding:3px 7px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.yma_text{
    color: #333;
    background: #ededed;
    border:1px solid #ccc;
    width: 25px;
    height:25px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
input[type="button"].yma_go{
    color: #fff;
    background: #2f7fde;
    border: 1px solid #2f7fde;
    padding:3px 7px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
/*主页顶部下拉菜单*/
/*.top_navlist{
    position: absolute;
    left: -3px;
    top:38px;
    z-index: 99999;
    display: none;
}*/
.bottom_wrap  .top_nav  ul li  .top_navlist ul li{
    list-style: none;
    background: #fff;
    border: 1px solid #e4e3e1;
    line-height: 40px;
    border-top: 0px solid #e4e3e1;
    height: 40px;
}
.top_navlist ul li a{
    font-size: 13px;
    color: #333;
    line-height: 40px;
    display: inherit;
    text-align: right;
    padding-left: 18px;
    padding-right: 30px;
}
/*顶部下拉菜单悬停显示*/
.top_navlist ul li a:hover{
    background: #2f7fde;
    color: #fff;
}
.top_navlist ul li i{
    line-height: 40px;
}
.top_nav .top_nav1:hover .top_navlist{
    display: block;
}
/*文章详情*/
.news_detail{
    padding: 12px;
}
.news_detail_tile{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 60px;
}
.news_detail_author{
    text-align: center;
    background: #eef5fb;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.news_detail_content{
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    margin-top: 10px;
}
/*底部版权信息*/
.copyright{
    z-index: 9;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #333;
    line-height: 40px;
}
/*云桌面图标延高*/
.ico_name{
    padding-bottom: 20px;
}
.open .desktop_top{
    height: 207px;  /*auto无滑动效果*/
}
.desktop_top{
    height: 107px;
    overflow: hidden;
    transition:height 1s;
    -moz-transition:height 1s; /* Firefox 4 */
    -webkit-transition:height 1s; /* Safari and Chrome */
    -o-transition:height 1s; /* Opera */
}
.desktop_ico_showMore{
    width: 98%;
    margin:0 auto;
}
#desktop_ico_showDIV{
    width: 25px;
    height: 20px;
    background: url(images/index_ico_more.png) no-repeat;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    float: right;
    cursor: pointer;
}
/*iframe标签左右滑动*/
.tabbable{
    position: relative;
}
.lr_arrow{
    position: absolute;
    right: 0px;
    top: 9px;
    z-index: 999;
}
.arrow_span{
    border:1px solid #e5e5e5;
}

.form_nav{
	margin: 0;
	padding:0;
}
