@charset "utf-8";
/*Global Styles*/

body { background: #ececec; color: #5f6468; line-height:24px;font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif!important; }
* { padding:0; margin:0; }
ol, ul { list-style: none; }
p { color: #777; }
a, a:hover, a:focus { color: #09c084; }
h1, h2, h3, h4, h5, h6 { color: #5f6468; }
h1 { font-weight: 300; font-size: 40px; }
h2 { font-weight: 300; margin-bottom: 20px; }
h3, h4 { font-weight: 300; }
.large { font-size: 2em; }
.text-muted { color: #9fadbb; }
.color-gray { color: #5f6468; }
.color-blue { color: #30a5ff; }
.color-teal { color: #1ebfae; }
.color-orange { color: #ffb53e; }
.color-red { color: #f9243f; }
.bg-primary .glyphicon-remove { color: #5f6468; }
.bg-primary .glyphicon-remove:hover { color: #ef4040; }
.no-padding { padding: 0; margin: 0; }
.glyphicon-xl { font-size: 6em; }
.glyphicon-l { font-size: 3em; }
.glyphicon-m { font-size: 1.5em; }
.glyphicon-s { font-size: 0.75em; }
.form-control { border: 1px solid #eee; box-shadow: none; }
.form-control:focus { border: 1px solid #30a5ff; outline: 0; box-shadow: inset 0px 0px 0px 1px #30a5ff; }
.navbar-header .navbar-brand { color: #fff; font-size: 16px; text-transform: uppercase; font-weight: 500; letter-spacing: 2px; }
.navbar-header .navbar-brand span { color: #30a5ff; }
.copyrights { text-indent:-9999px; height:0; line-height:0; font-size:0; overflow:hidden; }
/*Buttons*/

a.btn:hover, button:hover { opacity: 0.8; }
a.btn:active, button:active { box-shadow: inset 0px 0px 500px rgba(0, 0, 0, .1); opacity: 1; }
.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #e9ecf2; border-color: #e9ecf2; color: #1b3548; }
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #09c084; border-color: #09c084; }
.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #8ad919; border-color: #8ad919; }
.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning, .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #ffb53e; border-color: #ffb53e; }
.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger, .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #f9243f; border-color: #f9243f; }
/*Backgrounds*/

.bg-primary { color: #1b3548; background-color: #e9ecf2; }
a.bg-primary:hover { background-color: #e9ecf2; }
.bg-success { color: #fff; background-color: #8ad919; }
a.bg-success:hover { background-color: #8ad919; }
.bg-success a { color: rgba(255, 255, 255, .75); }
.bg-info { color: #fff; background-color: #30a5ff; }
a.bg-info:hover { background-color: #30a5ff; }
.bg-info a { color: rgba(255, 255, 255, .75); }
.bg-warning { color: #fff; background-color: #ffb53e; }
a.bg-warning:hover { background-color: #ffb53e; }
.bg-warning a { color: rgba(255, 255, 255, .75); }
.bg-danger { color: #fff; background-color: #f9243f; }
a.bg-danger:hover { background-color: #f9243f; }
.bg-danger a { color: rgba(255, 255, 255, .75); }
/*Panels*/

.panel { border: 0; }
.panel-heading { font-size: 18px; font-weight: 300; letter-spacing: 0.025em; height: 66px; line-height: 45px; }
.panel-default .panel-heading { background: #fff; border-bottom: 1px solid #eee; color: #5f6468; text-align:center; }
.panel-footer { background: #fff; border-top: 1px solid #eee; }
.panel-widget { padding: 0; position: relative; }
.panel-widget .panel-footer { border: 0; text-align: center; }
.panel-footer .input-group { padding: 0px; margin: 0 -5px; }
.panel-footer .input-group-btn:last-child>.btn, .panel-footer .input-group-btn:last-child>.btn-group { margin: 0; }
.panel-widget .panel-footer a { color: #999; }
.panel-widget .panel-footer a:hover { color: #666; text-decoration: none; }
.panel-blue { background: #30a5ff; color: #fff; }
.panel-teal { background: #1ebfae; color: #fff; }
.panel-orange { background: #ffb53e; color: #fff; }
.panel-red { background: #f9243f; color: #fff; }
.panel-blue .panel-body p, .panel-teal .panel-body p, .panel-orange .panel-body p, .panel-red .panel-body p { color: #fff; color: rgba(255, 255, 255, .8); }
.panel-blue .panel-heading, .panel-teal .panel-heading, .panel-orange .panel-heading, .panel-red .panel-heading { border-bottom: 1px solid rgba(255, 255, 255, .2); }
.panel-blue .text-muted, .panel-teal .text-muted, .panel-orange .text-muted, .panel-red .text-muted { color: rgba(255, 255, 255, .5); }
.dark-overlay { background: rgba(0, 0, 0, .05); text-align: center; }
.widget-left { height: 80px; padding-top: 15px; text-align: center; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.widget-right { text-align: left; line-height: 1.6em; margin: 0px; padding: 20px; height: 80px; color: #999; font-weight: 300; background: #fff; border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
 @media (max-width: 768px) {
 .widget-right {
 width: 100%;
 margin: 0;
 text-align: center;
 border-top-left-radius: 0px;
 border-top-right-radius: 0px;
 border-bottom-left-radius: 4px;
 border-bottom-right-radius: 4px;
}
}
 @media (max-width: 768px) {
 .widget-left {
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
 border-bottom-left-radius: 0px;
 border-bottom-right-radius: 0px;
}
}
.widget-right .text-muted { color: #9fadbb; }
.widget-right .large { color: #5f6468; }
.panel-blue .widget-left { background: #30a5ff; color: #fff; }
.panel-teal .widget-left { background: #1ebfae; color: #fff; }
.panel-orange .widget-left { background: #ffb53e; color: #fff; }
.panel-red .widget-left { background: #f9243f; color: #fff; }
.panel-widget { background: #fff; }
/*Jumbotron*/

.jumbotron { background: #fff; border-bottom: 1px solid #eee; color: #5f6468; }
/*Tabs*/

.panel .tabs { margin: 0; padding: 0; }
.nav-tabs { background: #e9ecf2; border: 0; }
.nav-tabs li a:hover { }
.nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li.active a, .nav-tabs li.active a:hover { border: 0; padding: 15px 13px; }
.nav-pills { padding-bottom: 0; }
.nav-pills li a, .nav-pills li a:hover, .nav-pills li.active a, .nav-pills li.active a:hover { border: 0; padding: 7px 13px; }
.nav-pills li { color:#ffffff; width:100%; text-align:center; }
.nav-pills li.active { width:100%; text-align:center; line-height:40px; height:40px; background:#FFF; color:#666666; font-size:14px; }
.nav-pills li a { color:#ffffff!important; }
.nav-pills li a:hover { background:#ff6600!important; border-radius:0!important; }
.nav-pills li.active a, .nav-pills li.active a:hover { background: #ffffff; color:#333333!important; }
.tab-content { }
/*Navbar*/

.navbar { border: 0; }
.navbar input { border: 0; background: #444; color: #fff; }
.navbar input:focus { color: #fff; background: #555; border: 1px solid #30a5ff; outline: 0; box-shadow: inset 0px 0px 0px 1px #30a5ff; }
.user-menu { display: inline-block; margin-top: 14px; margin-right: 10px; float: right; list-style: none; padding: 0; }
.user-menu a { color: #fff; }
.user-menu a:hover, .user-menu a:focus { text-decoration: none; }
/* Sidebar */

.sidebar { display: block; background-color: #fff; padding: 0; display: none; }
.sidebar form { padding: 20px 15px 5px 15px; border-bottom: 1px solid #eee; margin-bottom: 20px; }
.sidebar { display: block; z-index: 1000; margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; background-color: #0e1833; box-shadow: 1px 0px 10px rgba(0, 0, 0, .05); width:200px; min-height:900px; }
.navbar-header { width: 100%; }
.sidebar ul.nav a:hover, .sidebar ul.nav li.parent ul li a:hover { text-decoration: none; background-color: #09c185; }
.sidebar ul.nav .active a, .sidebar ul.nav li.parent a.active, .sidebar ul.nav .active > a:hover, .sidebar ul.nav li.parent a.active:hover, .sidebar ul.nav .active > a:focus, .sidebar ul.nav li.parent a.active:focus { color: #fff; background-color: #ffffff; border-radius:0; border:0; }
*/ .sidebar ul.nav ul, .sidebar ul.nav ul li {
 list-style: none;
 list-style-type: none;
}
.sidebar ul.nav ul.children { width: auto; padding: 0; margin: 0; }
.sidebar ul.nav ul.children li a { height: 40px; color: #ffffff!important; }
.sidebar ul.nav ul.children li a:hover { height: 40px; background:#0d2c3e!important; color: #ffffff!important; }
.sidebar ul.nav li.current a { background-color: #30a5ff; color: #fff!important; }
.sidebar ul.nav li.parent ul li a { border: none; display:block; padding-left: 60px; line-height: 40px; }

.sidebar ul.nav li.parent ul li a.active { background:#19274c;}


.sidebar span.glyphicon { margin-right: 10px; }
.nav>li>a:hover, .nav>li>a:focus { text-decoration: none; background-color: #09c185!important; }
.ggicon { position: relative; top: 4px; display: inline-block; width:20px; height:20px; background:url(../images/ggico.png) }

.llbxicon { position: relative; top: 4px; display: inline-block; width:20px; height:20px; background:url(../images/llbx.png) }
.nav>li>a { color:#FFF; padding:10px 35px!important; }
.sidebar ul.nav li.divider { border-bottom: 1px solid #eee; margin: 20px 0; }
.sidebar .attribution { position: absolute; bottom: 0px; width: 100%; padding: 15px; text-align: center; border-top: 1px solid #eee; font-size: 12px; }
 @media (max-width: 768px) {
 .sidebar .attribution {
 display: none;
}
}
/*Breadcrumbs*/

.breadcrumb { border-radius: 0; padding: 10px 15px; margin: 0; font-size:18px; font-weight:bold; border-left:3px solid #592dfe; }
.breadcrumbnew { border-radius: 0; padding: 0px 10px; margin: 20px auto; font-size:18px; font-weight:bold; border-left:4px solid #09bf84; }
h1.page-header { margin-top: 30px; border-bottom: 0; }
/*Charts*/

.main-chart { background: #fff; }
.easypiechart-panel { text-align: center; padding: 1px 0; margin-bottom: 20px; }
.placeholder h2 { margin-bottom: 0px; }
.donut { width: 100%; }
.easypiechart { position: relative; text-align: center; width: 120px; height: 120px; margin: 20px auto 10px auto; }
.easypiechart .percent { display: block; position: absolute; font-size: 26px; top: 38px; width: 120px; }
#easypiechart-blue .percent { color: #30a5ff; }
#easypiechart-teal .percent { color: #1ebfae; }
#easypiechart-orange .percent { color: #ffb53e; }
#easypiechart-red .percent { color: #ef4040; }
/*Calendar Widget*/

#calendar, .datepicker-inline { width: 100%; }
#calendar table { width: 100%; }
.datepicker table tr td.old, .datepicker table tr td.new { color: rgba(255, 255, 255, .50); }
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover { color: #ffffff; background-color: rgba(0, 0, 0, .5); border-color: #285e8e; }
.datepicker table tr td span:hover, .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover, .datepicker table tr td.day:hover, .datepicker table tr td.day.focused { background: rgba(0, 0, 0, 0.25); }
.panel-heading .glyphicon { margin-right: 10px; }
/*Todo List Widget*/

.todo-list-item .glyphicon { margin-right:5px; color: #9fadbb; }
.todo-list-item .glyphicon:hover { margin-right:5px; color: #1b3548; }
.todo-list { padding: 0; margin: -15px; background: #fff; color: #5f6468; }
#checkbox { margin: 0; }
.todo-list .checkbox { display:inline-block; margin: 0px; }
.panel-body input[type=checkbox]:checked + label { text-decoration: line-through; color: #777; }
.todo-list-item { list-style: none; line-height: 0.9; padding: 14px 15px 8px 15px; }
.todo-list-item:hover, a.todo-list-item:focus { text-decoration: none; background-color: #f6f6f6; }
.todo-list-item a.trash .glyphicon:hover { color: #ef4040; }
/*Chat Widget*/

.chat ul { list-style: none; margin: -15px; padding: 15px; }
.chat ul li { margin-bottom: 10px; padding: 15px 5px; border-bottom: 1px solid #eee; }
.chat ul li.left .chat-body { margin-left: 100px; }
.chat ul li.right .chat-body { margin-right: 100px; }
.chat ul li .chat-body p { margin: 0; }
.chat ul .glyphicon { margin-right: 5px; }
.chat .panel-body { overflow-y: scroll; height: 300px; }
.chat-body small { margin-left: 5px; }
/*Tables*/
.table { background: #fff; }
.fixed-table-container { border: 1px solid #eee; }
.fixed-table-container thead th { background: #f7f7f8; border-color: #ddd; color: #5f6468; font-weight: 300; font-size: 16px; }
.fixed-table-container tbody td { border: 1px solid #eee; }
.fixed-table-container tbody td:last-child { border-right: none; }
.table>thead>tr>th { border-bottom: 1px solid #e6e7e8; vertical-align: middle; height: 50px; text-align:center!important; }
.fixed-table-pagination .pagination { margin-top: 10px; margin-bottom: 0px; }
.fixed-table-pagination .pagination-detail { margin-top: 20px; }
.clear { clear:both; }
.loginbk { width:100%; height:630px; background:url(../images/back.png) top center; padding-top:40px; }
.bottom { width:100%; height:180px; line-height:180px; text-align:center; }
.top { height:100px; width:100%; }
.notice { margin-bottom:0!important; background:none!important; }
.logo-hd { background-position: 0px 12px; }
.logo-hd { float: left; width: 147px; height: 100px; font-size: 50px; color: #09c084!important; line-height: 100px; text-align: center; margin-left:100px; cursor: pointer; }
.Login { width: 90%; margin: auto; overflow: hidden; padding-top: 50px; }
.Login dl { width: 100%; overflow: hidden; overflow: hidden; background:#fafafa; height: 34px; overflow: hidden; margin-bottom: 10px; }
.Login dl dt.name { background: url(../images/phon.png) no-repeat center; background-size: 20px; }
.Login dl dt.pass { background: url(../images/mima.png) no-repeat center; background-size: 20px; }
.Login dl dt.yzm { background: url(../images/yzm.png) no-repeat center; background-size: 20px; }
.Login dl dt { width: 12%; float: left; font-size: 14px; line-height: 34px; color: #666; display: block; min-width: 24px; }
.Login dl dd { width: 88%; float: left; height: 30px; }
.Login dl dd input { border: none; height: 34px; line-height: 34px; width: 100%; padding-left: 5px; -webkit-appearance: none; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; border-radius: 0; -webkit-rtl-ordering: logical; -webkit-user-select: text; cursor: auto; background-color: white; font-size: 14px; line-height: 30px; background: #fafafa; }
.width100 { width:100%; }
.margin10 { margin:10px auto; }
.margin30 { margin:20px auto; }
.padin0 { padding:0; }
.codeTxt { width: 50%; height: 35px; float: left; }
.codePhoto { width: 47%; height: 40px; float: right; }
.zphone { background: #09c084!important; color: #ffffff; width: 100%!important; border:0; height:36px; }
.orange { color:#ff6600; }
.blue { color:#09c084; }
.mainbody { width:1210px; margin:0 auto; background:url(../images/leftbk.png) repeat-y; }
.leftlogo { border-radius: 50%; width:150px; height:150px; margin:20PX auto; line-height:150PX; font-size:24PX; color:#00F; text-align:center; }
.navmenu li { line-height:40px; font-size:14px; margin:5px auto; }
.navmenu li span { display:block; width:20px; height:20px; float:left; margin-top:8px; margin-right:10px; margin-left:35px; }
.navmenu li a.active span { }
.navmenu li a.active { color:#ffffff; background:#09c185; }
.navmenu li span.tjico { background-image:url(../images/tjico.png); background-repeat:no-repeat; }
.navmenu li span.tfggico { background-image:url(../images/tfggico.png); background-repeat:no-repeat; }
.navmenu li span.ggscico { background-image:url(../images/ggscico.png); background-repeat:no-repeat; }
.navmenu li span.ddico { background-image:url(../images/ddico.png); background-repeat:no-repeat; }
.navmenu li span.glico { background-image:url(../images/glico.png); background-repeat:no-repeat; }
.navmenu li span.tcico { background-image:url(../images/tcico.png); background-repeat:no-repeat; }
.navmenu li span.qbico { background-image:url(../images/qbico.png); background-repeat:no-repeat; }
.navmenu li span.szico { background-image:url(../images/szico.png); background-repeat:no-repeat; }
.navmenu li span.xxico { background-image:url(../images/xxico.png); background-repeat:no-repeat; }
.navmenu li span.bzico { background-image:url(../images/bzico.png); background-repeat:no-repeat; }
.baifont { color:#FFF; }
.navmenu li a { display:block; width:100%; height:40px; color:#ffffff; }
.tcbtn { margin:50px auto; }
.tcbtn a { color:#888c98; font-size:18px; }
.leftbtn { background:#162345; border:1px solid #233156; width:50%; float:left; padding-top:10px!important; }
.leftbtn p { text-align:center; color:#FFF; }
.leftbtn a { color:#FFF!important; }
.leftbtn i { display:block; width:20px; height:20px; margin:0 auto; }
.leftbtn i.qbico { background:url(../images/qbico.png) no-repeat; }
.leftbtn i.szico { background:url(../images/szico.png) no-repeat; }
.leftbtn i.xxico { background:url(../images/xxico.png) no-repeat; }
.leftbtn i.bzico { background:url(../images/bzico.png) no-repeat; }
.nav-pills2 { padding-bottom: 0; }
.nav-pills2 li { color:#333333; float:left; background:#ffffff; margin-right:10px; width:90px; text-align:center; }
.nav-pills2 li a { color:#333333!important; display:block; padding:10px; }
.nav-pills2 li a:hover { background:#ff6600!important; border-radius:0!important; color:#ffffff!important; }
.nav-pills2 li.active a, .nav-pills li.active a:hover { background: #ff6600; color:#ffffff!important; }
.nav-pills3 { padding-bottom: 0; }
.nav-pills3 li { color:#333333; float:left; background:#ffffff; margin-right:10px; width:90px; text-align:center; border:1px solid#CCC; }
.nav-pills3 li a { color:#333333!important; display:block; padding:5px 10px; }
.nav-pills3 li a:hover { background:#ff6600!important; border-radius:0!important; color:#ffffff!important; }
.nav-pills3 li.active a, .nav-pills li.active a:hover { background: #ff6600; color:#ffffff!important; border:none!important; }


.nav-pills3 li.active{  border:none!important; }


.pad0 { padding:0!important; }
.panelhack { margin-right:20px!important; margin-bottom:20px; }
.padtop30 { padding-top:30px; }
.panel-heading span.adts a { display:block; width:20px; height:20px; border:1px solid #000000; border-radius: 50%; line-height:20px; text-align:center; }
.panel-heading span.adts { float:left; display:block; padding:0; margin-top:10px; }
.textleft { text-align:left; }
.textright { text-align:right; }
.textcen { text-align:center; }
.bigfont { font-size:24px; font-weight:bold; }
.bigfont18{ font-size:18px; font-weight:bold; }


.bigfontnor { font-size:24px; }
.margbot20 { margin-bottom:20px; }
.baibk { background:#FFF; width:100%; }
.panelbdhack { border-right:1px solid #eee }
.heifont { color:#000000; }
.zifont { color:#09c084; }
.jiang i { display:block; width:20px; height:20px; background:url(../images/jico.png) no-repeat; float:left; margin-left:40px; }
.jiang span { float:left; }
.sheng i { display:block; width:20px; height:20px; background:url(../images/sico.png) no-repeat; float:left; margin-left:40px; }
.sheng span { float:left; }
.borderright { border-right:1px solid #eee; }
.height100 { height:100px; background:#ffffff; }
.btnray { background:#fafafa; padding:5px 10px; border:1px solid #666666; }
.btnblue { background:#09c084; padding:5px 10px; border:1px solid #09c084; color:#FFF; width:100%; }

.btnblue:hover {  color:#FFF!important; text-decoration:none;  }


.margintop { margin-top:20px; }
.czlistcz li.act { background: url(../images/gxdot.png) right bottom no-repeat; border: 1px solid #fe7b45; }
.czlistcz li { height: 50px; float: left; line-height:50px; font-size:14px; text-align: center; margin: 0px 15px 20px 0px; border: 1px solid #e9f2fd; padding:0px 20px; }
.czlistcz li.pay { line-height:40px!important; }
.line40 { line-height:60px; }
.inputnobk { border: none; height: 34px; line-height: 34px; width: 100%; text-indent:10px; -webkit-appearance: none; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; border-radius: 0; -webkit-rtl-ordering: logical; -webkit-user-select: text; cursor: auto; background-color: white; font-size: 14px; line-height: 30px; background: #ffffff; }
/********弹框提示信息********/

.pop-mask { position: fixed; width: 100%; height: 100%; background: #000; opacity: 0.15; filter: alpha(opacity=15); left: 0; top: 0; z-index: 999999; display: none; s
}
.pop-main { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; width: 410px; position: fixed; z-index: 1000001; background:#FFF; display: none; overflow: hidden; left: 50%; margin-left: -409px; }
.pop-header { height: 36px; line-height: 36px; font-size: 24px; color: #666; width:36px; float:right; margin:10px 20px; background-size:36px; z-index:9999; text-align:right; }
.pop-header a { display:block; width:36xp; height:36px; line-height:36px; float:right; }
.pop-con { padding: 120px 10px 20px; position: relative; min-height: 80px; text-align: center; }
.pop-con .pop-icon { display: block; width: 39px; height: 39px; background-position: -118px -43px; position: absolute; left: 20px; top: 20px; }
.pop-con .pop-text { padding: 10px 20px 15px 60px; font-size: 14px; line-height: 1.5em; text-align: left; }
/*****登陆弹框*****/
.pop-login .msg-wrap .msg-icon, .pop-login .item .icon, .pop-login .item-coagent a i { }
.pop-login { display: none; width:840px!important; }
.pop-login2 .msg-wrap .msg-icon, .pop-login .item .icon, .pop-login .item-coagent a i { }
.pop-login2 { display: none; width:840px!important; }
.pop-login .form { width: 100%; margin: 0 auto; padding:0; }
.pop-login .form .mt { display: block; overflow: hidden; height: 27px; }
.pop-login .form .mt h2 { height: 27px; line-height: 27px; float: left; color: #666; font-size: 20px; }
.pop-login .form .mt .right_register { float: right; line-height: 27px; }
.pop-login .form .mt .right_register .text { float: left; }
.pop-login .form .mt .right_register .icon { float: left; width: 6px; height: 9px; background-position: -90px 0; margin: 9px 0 0 4px; }
.pop-login .form .mc { overflow: hidden; text-align: left; }
.pop-login .msg-wrap { min-height: 31px; height: auto; margin: 5px 0; visibility: hidden; }
.pop-login .msg-wrap .msg-error { position: relative; background: #fff6f7; color: #E31939; border: 1px solid #ff6d82; padding: 3px 10px 3px 40px; line-height: 18px; min-height: 18px; }
.pop-login .msg-wrap .msg-icon { position: absolute; left: 13px; top: 5px; display: block; width: 14px; height: 14px; background-position: 0 0; }
.pop-login .item { overflow: hidden; height: 38px; position: relative; border: 1px solid #ddd; margin-bottom: 20px; }
.pop-login .item-error, .pop-login .item-authcode .item-error { border: 1px solid #E31939!important; }
.pop-login .item-focus, .pop-login .item-authcode .item-focus { }
.pop-login .item .icon { display: block; width: 20px; height: 20px; position: absolute; left: 10px; top: 9px; }
.pop-login .item .text { line-height: 18px; height: 18px; border: 0; padding: 10px 0 10px 40px; width: 264px; float: none; overflow: hidden; font-size: 14px; }
.pop-login .item-name .icon { background-position: 0 -15px; }
.pop-login .item-password .icon { background-position: 0 -36px; }
.pop-login .item-authcode { border: 0; height: 40px; }
.pop-login .item-authcode .item-detail { border: 1px solid #ddd; width: 100px; }
.login-wrap .login-form .item-authcode .item-error { border-color: #E31939; }
.pop-login .item-authcode .icon { background-position: 0 -57px; }
.pop-login .item-authcode .text { width: 60px; float: left; }
.pop-login .item-authcode .img { margin-top: 3px; }
.pop-login .safety { margin-bottom: 15px; overflow: hidden; height: 18px; line-height: 18px; }
.pop-login .safety .checkbox { vertical-align: middle; }
.pop-login .login-btn { margin-bottom: 20px; }
.pop-login .login-btn .btn-img { width: 300px; height: 35px; font-size: 14px; color: #FFF; background: #E31939; text-align: center; line-height: 35px; text-decoration: none; cursor: pointer; letter-spacing: 2px; border: none; }
.pop-login .item-coagent { height: 24px; line-height: 24px; overflow: hidden; }
.pop-login .item-coagent a { float: left; height: 24px; padding-left: 26px; position: relative; margin-right: 25px; }
.pop-login .item-coagent a i { display: block; width: 24px; height: 24px; position: absolute; left: 0; top: 0; }
.pop-login .item-coagent a i.weixin { background-position: -24px 0; }
.pop-login .item-coagent a i.qq { background-position: -24px -25px; }
.pop-login .item-coagent a i.sina { background-position: -24px -50px; }
.pop-login .item-coagent a i.alipay { background-position: -24px -76px; }
.pop-login .item-coagent a.last { margin: 0; }
.tshead { line-height:60px; text-align:center; font-size:20px; }
.linebot { height:1px; clear:both; border-bottom:1px dashed #CCC; }
.fontray { color:#999!important; }
/*new right*/
.cndns-right { position:fixed; right:20px; top:50%; margin-top:-100px; z-index:9999 }
.cndns-right-meau { position:relative; }
.cndns-right-btn { width:85px; height:85px; text-align:center; display:block; margin-bottom:6px; position:relative; background:#f8f8f8; border:1px solid #e2e2e2; padding-top:16px; }
.cndns-right-btn span { color:#848484; font-size:26px; line-height:48px; }
.cndns-right-btn sup { display:block; min-width:24px; height:24px; text-align:center; line-height:24px; color:#fff; border-radius: 50%; background-color:#ff6800; position:absolute; left:-12px; top:-12px; }
.cndns-right-btn p { font-size:14px; }
.cndns-right-meau:hover .cndns-right-btn span { display:none }
.cndns-right-meau:hover .cndns-right-btn p { display:block; }
.meau-car .cndns-right-btn { }
.meau-car.cndns-right-meau:hover .cndns-right-btn { }
.meau-car.cndns-right-meau:hover .cndns-right-btn span { color:#fff; display:block; }
.meau-car .cndns-right-btn span { color:#ff6800; }
.meau-sev .cndns-right-btn { }
.meau-sev .cndns-right-btn p { color:#fff }
.meau-sev .cndns-right-btn span { color:#fff }
.meau-top .cndns-right-btn span { font-size:12px; line-height:12px; padding-top:10px; display:block }
.meau-top .cndns-right-btn i { display:block; color:#999 }
.meau-top.cndns-right-meau:hover .cndns-right-btn { }
.meau-top.cndns-right-meau:hover .cndns-right-btn span { display:block; color:#fff }
.meau-top.cndns-right-meau:hover .cndns-right-btn i { color:#fff; }
.cndns-right-box { position:absolute; top:-15px; right:80px; width:400px; display:none; height:300px; padding-right:10px; z-index:99999!important; }
.heibk { }
.baibk { }
.cndns-right-box .box-border { border:1px solid #ccc; border-top:4px solid #ff6800; padding:20px; background-color:#fff; -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15); -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15); box-shadow: 0 3px 8px rgba(0, 0, 0, .15); position:relative }
.cndns-right-box .box-border .arrow-right { display:block; width:13px; height:16px; background:url(../images/arrow.png) no-repeat; position:absolute; right:-13px; top:26px; }
.cndns-right-box .box-border .sev-t span { font-size:42px; float:left; display:block; line-height:56px; margin-right:20px; color:#d3d3d3 }
.cndns-right-box .box-border .sev-t p { float:left; color:#ff6800; font-size:24px; line-height:28px; }
.cndns-right-box .box-border .sev-t p i { display:block; font-size:14px; color:#aaa; }
.cndns-right-box .box-border .sev-b { padding-top:15px; margin-top:15px; border-top:1px solid #e4e4e4 }
.cndns-right-box .box-border .sev-b h4 { color:#666; font-size:14px; font-weight:normal; padding-bottom:15px; }
.cndns-right-box .box-border .sev-b li { float:left; width:33.33333% }
.cndns-right-box .box-border .sev-b li a { display:inline-block; color:#999; font-size:13px; padding-left:43px; background:url(../images/qq.gif) no-repeat left 3px; line-height:36px; }
.cndns-right-box .box-border .sev-b li a:hover { color:#ff6800 }
.meau-sev .cndns-right-box .box-border { width:430px; }
.meau-contact .cndns-right-box .box-border { width:230px; }
.cndns-right-meau:hover .cndns-right-box { display:block }
.meau-code .cndns-right-box { top:inherit; bottom:-35px; }
.meau-code .cndns-right-box .box-border { width:156px; text-align:center; border-top:1px solid #ccc; }
.meau-code .cndns-right-box .box-border i { display:block; color:#f66e06; font-size:16px; line-height:16px; }
.meau-code .cndns-right-box .box-border .arrow-right { top:inherit; bottom:50px; }
.meau-sev .cndns-right-btn .demo-icon { display:none; }
.meau-sev:hover .cndns-right-btn { }
.meau-zs .cndns-right-btn { color:#fff; margin-top:80px; }
.meau-zs .cndns-right-btn span { color:#fff }
.meau-zs .cndns-right-btn p { color:#fff }
.selectwidth select { width:135px!important; overflow:hidden }
.mlistfix { margin-left:32px; }
.greencommon { color:#09bf84; font-size:20px; font-weight:bold; }
.marginjz { float:none!important; }
.marjz { margin:0 auto; }
.fonthei { color:#000000; }
.paginationnew { margin: 0; padding: 20px; text-align: center; font-size: 12px; display: block; }
.paginationnew ul { display: inline-block; margin-left: 0; margin-bottom: 0; padding: 0; }
.paginationnew ul li { float: left; }
.paginationnew ul li a { color:#333333; }
.paginationnew ul li span { margin: 3px 5px 3px 0; float: left; padding: 7px 2px; color: #999; border-radius: 2px; }
.paginationnew ul>li.normal { display: inline; margin: 3px 5px 3px 0; float: left; padding: 6px 10px; color: #333333; border:1px solid #ececec; border-radius: 2px; font-size: 14px; }
.paginationnew ul>li.active { display: inline; margin: 3px 5px 3px 0; float: left; padding: 6px 10px; background-color: #ececec; color: #333333; border-radius: 2px; font-size: 14px; }
.green { color:#09c084; }
.safe-list dt { float:left; font-weight:100; line-height:50px; }
.safe-list dd { float:left; line-height:50px; }
.safe-list .actico { background-position: 0px -50px; }
.safe-list .qqico { display: inline-block; width: 50px; height: 50px; margin-top: 5px; background-image:url(../images/qqico.png); background-repeat: no-repeat; }
.safe-list .sjico { display: inline-block; width: 50px; height: 50px; margin-top: 5px; background-image:url(../images/sjico.png); background-repeat: no-repeat; }
.sqico { width: 50px; height: 50px; margin-top: 5px; border-radius: 50%; background: #FFF; line-height: 50PX; display:block; text-align: center; overflow:hidden; }
.sqico img { width:50px; height:55px; }
.safe-list .wxico { display: inline-block; width: 50px; height: 50px; margin-top: 5px; background-image:url(../images/wxicobd.png); background-repeat: no-repeat; }
.safe-list .mmico { display: inline-block; width: 50px; height: 50px; margin-top: 5px; background-image:url(../images/mmico.png); background-repeat: no-repeat; }
.minh196 { height:210px }
.font12 { font-size:12px; }
.font14 { font-size:14px; }
.li96 { line-height:196px; }
.gxliico ul li { border:1px solid #e2e2e2; padding:3px 5px; float:left; margin-left:10px; }

.tglist ul li {padding:3px 5px; float:left; margin-left:10px; }


.tglist ul li label{ margin-bottom:0!important;
	}

.tglist ul li.normal {border:1px solid #e2e2e2;}

.tglist ul li.act { border:1px solid #ff6600; color:#ff6600; }



span.checkboxstyle label { font-size:12px; cursor:pointer; }
span.checkboxstyle label i { font-size:12px; padding:2PX 1PX 1PX 1PX; font-style:normal; display:inline-block; width:16px; height:16px; text-align:center; line-height:12px; color:#fff; vertical-align:middle; margin:0px 2px 1px 0px; border:#cccccc 1px solid; }
span.checkboxstyle input[type="checkbox"], input[type="radio"] { display:none; }
span.checkboxstyle input[type="radio"] + i { border-radius:7px; }
span.checkboxstyle input[type="checkbox"]:checked + i, input[type="radio"]:checked + i { color:#5097f9; border:1px solid #5097f9; }
span.checkboxstyle input[type="checkbox"]:disabled + i, input[type="radio"]:disabled + i { border-color:#ccc; }
span.checkboxstyle input[type="checkbox"]:checked:disabled + i, input[type="radio"]:checked:disabled + i { background:#ccc; }
.wid100 { width:100%; }
.imgzsy { align-items: center; background: #ffffff; margin: 10px; height: 100px; max-width: 100px; overflow: hidden; display: flex; align-items: center; justify-content: center; justify-content: center; float:left; }
.imgzsy img { width: 100%; min-height: 100px; }
.imgpotion { position: absolute; right: 10px; top: 0px; }
.file { position: relative; display: inline-block; background: url(../images/addphto.png) no-repeat; background-size: 50px; border-radius: 4px; width: 50px; height: 50px; overflow: hidden; color: #1E88C7; text-decoration: none; text-indent: 0; line-height: 20px; }
.file input { position: absolute; font-size: 100px; right: 0; top: 0; width: 50px; height: 50px; opacity: 0; }
.bkray { height:10px; width:100%; background:#e2e2e2; border-radius: 4px; display:block; }
.bkgreen { height:10px; background:#09c084; border-radius: 4px; display:block; }
.safe-list dd { float:left; }
.btnleft { width:20px; display:block; height:20px; background: url(../images/rightjt.png) no-repeat; background-size:20px; margin-top:10px; float:right; }
.btnorange { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; color:#ff6600; border:1px solid #ff6600; }
.btnorange:hover { color:#ff6600; }
.btngreen { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; color:#09c084; border:1px solid #09c084; }










#main {
	margin:0 auto;
  position: relative;
  width:815px;
}

header h1 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin: 30px 0 3px 0;
}

header p {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin: 0;
}

/**
 * Grid container
 */
#tiles {
  list-style-type: none;
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}

/**
 * Grid items
 */
#tiles li {
  width: 190px;
  background-color: #ffffff;
  border: 1px solid #dedede;
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: none; /** Hide items initially to avoid a flicker effect **/
  cursor: pointer;
  padding: 4px;
}

#tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}

#tiles li img {
  display: block;
}

/**
 * Grid item text
 */
#tiles li p {
  color: #666;
  font-size: 12px;
  margin: 7px 0 0 7px;
}

footer {
  text-align: center;

}

footer a {
  color: #435DC5;
  text-decoration: none;
}

/**
 * Progress bar for imagesLoaded
 */
.progress-bar {
  background-color: #0BC20B;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
  -webkit-transition: width 0.3s ease-out;
     -moz-transition: width 0.3s ease-out;
       -o-transition: width 0.3s ease-out;
          transition: width 0.3s ease-out;
}

/**
 * Placerholder css
 */
.wookmark-placeholder {
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
}

.example-tiles {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}

.example-tiles li {
  display: block;
  list-style-type: none;
  float: left;
  margin: 5px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.example-tiles a,
.example-tiles a:hover {
  color: #555;
  background-color: #eee;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  height: 200px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  padding: 5px 8px;
  border-radius: 3px;
}

.example-tiles a:hover {
  background-color: #ddd;
}
.ztlist{ width:130px; margin:0px auto; height:80px}
.ztlist ul li{ float:left; line-height:80px; }

.ztlist ul li p{ float:left; }

.ztlist ul li span{ float:left; font-size:20px; text-indent:10px; }




.ztfirst{     border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #000000; 

    line-height: 20PX; display:block;
    font-size: 16PX; margin-top:30px;
    color: #ffffff;
    text-align: center;}



.ztsecond{     border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #e2e2e2; 

    line-height: 30PX;
    font-size: 24PX;
    color: #ffffff;
    text-align: center;}
	.posire{ position:static!important;}
	.imglist li { width:25%; float:left;}
	.imgscroll{ height:400px; overflow-y:scroll;}
	
	.nav>li>a.collapsed{ background:url(../images/xia.png) no-repeat 160px center!important; background-size:16px!important;}
    .nav>li>a.collapse2{ background:url(../images/shang.png)#09c084 no-repeat 160px center; background-size:16px;!important}
    .navmenu>li>a.collapse1{ background-color:#09c084;background-size:16px;!important}
	
	.btn-yzm{ float:right; cursor:pointer;}
	
	input, button, select, textarea {
    outline: none;
}

.font50{filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}

.righbkhack{ background:#FFF; padding-top:20px!important;}
.adspic ul li{ float:left; margin-left:18px; position:relative;}

.adspic ul li p.titjq{width: 180px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis)}
	
	
	
	.wrap .btn{display:none;}
	
	.wrap:hover .btn{display:block;}


.chosen-search-input { width:100%!important;
border-radius: 4px!important;
border:0!important;
}