/*---------body----------*/
html, body{
	width:100%;
	height:100%;
	font-size: 12px;
	font-family:Microsoft YaHei,tahoma,arial,Hiragino Sans GB,sans-serif;

}
td, th {
	height:25px;
}
textarea {
	font-size: 12px;
}
body, ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
@font-face{
	font-family: numfont;
	src: url('LETTERGOTHICSTD.OTF'),
	url('LETTERGOTHICSTD.OTF'); /* IE9+ */
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus{
	border-color:#4d90fe;
	box-shadow: 0 1px 2px #6699FF inset;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:0;
}
p{
	padding:0;
	margin:0;
}
a {
	color:#666666;
	text-decoration:none;
}

form {
	margin:0;
	padding:0;
}
label {
	line-height:30px;
}
.red{
	color:#F00;
}
.yellow {
	color: #ffd200;
}
.green {
	color: #8dc63f;
}
.clear {
	clear:both;
	height:0;
	width:0;
}
.floatleft {
	float: left;
}
.hide{
	display:none;
}
.blue{
	color:#0bb7ee;
}
.blue2{
	color:#0675f3;
}
.gray{
	color:#999999;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
iframe{
	background: transparent;
	margin:0;
	width:100%;
	height:calc(100% - 62px);
	min-height: 200px;
}

/*---------login-----------*/
.blue-login-b{
	color:#069bcb;
}
.body-blue{
	background:url(/statics/images/system/bg.jpg) no-repeat left top;
	background-size:100% 100%;
}

.wrapper-f{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow: auto;
}

.wrapper{
	position: absolute;
	top: 20%;
	left: 0;
	right:0;
	bottom:0;
	height: 415px;
	margin:0 auto;
	zoom:1;
	display:table-cell;
	vertical-align:center;
}

.login-logo{
	background:url(/statics/images/system/login-logo.png) no-repeat center transparent;
	height:32px;
	width:261px;
	text-indent:-999em;
	margin:0 auto 30px auto;
}
.login-center{
	height:360px;
	width:450px;
	margin:0 auto;
	background:#FFF;
	border-radius:10px;
}
.login-form{
	width: 330px;
	height: 300px;
	margin: 0;
	padding:30px 60px;
}

.login-form .item{
	font-size:16px;
	color:#78787a;
	line-height:50px;
	height:50px;
}
.login-item{
	margin-bottom:15px;
	position:relative;
}
.user{
	background:url(/statics/images/system/user.png) no-repeat left center;
	text-indent:-999em;
	width:14px;
	margin-right:20px;
	position:absolute;
	left:10px;
}
.password{
	background:url(/statics/images/system/pwd.png) no-repeat left center;
	text-indent:-999em;
	width:14px;
	margin-right:20px;
	position:absolute;
	left:10px;
}
.code{
}
.wrapper .code .item{
	float:left;
}
.wrapper .login-form .code input{
	text-indent:10px;
}
.login-form .item input{
	border:0 none;
	background:#FFF;
	height:50px;
	width:320px;
	color:#333;
	font-weight:normal;
	line-height:50px;
	font-size:14px;
	padding:0;
	text-indent:40px;
	border:solid 1px #e9eaec;
}
.instruction{
	font-size:16px;
	line-height:50px;
	height:50px;
}
.forget-pwd{
	padding-left:23px;
	text-decoration:underline;
	color:#fe7800;
}
.login_btn{
	width:322px;
	height:45px;
	line-height:45px;
	background:#33b7ff;
	display:block;
	color:#FFF;
	text-align:center;
	margin:0;
	font-size:16px;
	border:0 none;
	cursor:pointer;
}
.copyright{
	color:#FFF;
	line-height:80px;
	height:80px;
	font-size:14px;
	width:100%;
	text-align:center;
}
/*---------index-----------*/
#whole{
	width:100%;
	height:100%;
	position:relative;
}
.shrink-menu{
	position:absolute;
	top:26px;
	left:20%;
	z-index:200;
}
.shrink-menu a {
	display:block;
	background:url(/statics/images/system/caidananniu.png) no-repeat center;
	text-indent:-999em;
	width:25px;
	height:25px;
}
.index-logo{
	background:url(/statics/images/system/logo.png) no-repeat center;
	height:120px;
	width:100%;
	text-indent:-999em;
	display:block;
	float:left;
}
/*#navigation{
	width: 18%;
	position: relative;
	height: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	float:left;
	box-shadow: 1px 0 10px rgba(120, 144, 173, 0.3);
	z-index:30;
}*/
#menu{
	width: 15%;
	position: relative;
	height: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	float:left;
	box-shadow: 1px 0 10px rgba(120, 144, 173, 0.3);
	z-index:30;
}


/*#menu {
	-webkit-transition: all .3s;
    width: 100%;
    height: calc(100% - 140px);
	background:#FFF;
	overflow: hidden;
	z-index: 1001;
	overflow-x: hidden;
	left: 0;
	margin: 0;
	padding: 0;
}*/
#navigation {
	-webkit-transition: all .3s;
	width: 100%;
	height: calc(100% - 120px);
	background:#FFF;
	overflow: hidden;
	z-index: 1001;
	overflow-x: hidden;
	left: 0;
	margin: 0;
	padding: 0;
}
.lv1,.lv1-1 {
	cursor: pointer;
	height: 55px;
	line-height: 55px;
	text-indent: 5em;
	width: 100%;
	color: #5d628f;
	font-size: 16px;
}
#navigation .lv1-1{
	height:30px;
	line-height:30px;
	margin:5px 0;
}
.lv1 .icon-home{
	background:url(/statics/images/system/icon-home.png) no-repeat 12% center;
}
.lv1 .icon-1{
	background:url(/statics/images/system/icon-1.png) no-repeat 12% center;
}
.lv1 .icon-2{
	background:url(/statics/images/system/icon-2.png) no-repeat 12% center;
}
.lv1 .icon-3{
	background:url(/statics/images/system/icon-3.png) no-repeat 12% center;
}
.lv1 .icon-4{
	background:url(/statics/images/system/icon-4.png) no-repeat 12% center;
}
.lv1 .icon-5{
	background:url(/statics/images/system/icon-5.png) no-repeat 12% center;
}
#navigation .lv1 p{
	border-left:solid 7px #FFF;
}

#navigation .lv1 .selected{
	background-color:#f3f4f9;
	border-left:solid 7px #3ca0ec;
}
#navigation .es_location{
	background:url(/statics/images/es/location.png) no-repeat 50px center;
    background-size:18px 18px;
}
#navigation .es_data{
	background:url(/statics/images/es/data.png) no-repeat 50px center;
    background-size:18px 18px;
}
#navigation .es_device{
	background:url(/statics/images/es/device.png) no-repeat 50px center;
    background-size:18px 18px;
}
#navigation .es_alarm{
	background:url(/statics/images/es/alarm.png) no-repeat 50px center;
    background-size:18px 18px;
}
#navigation .es_report{
	background:url(/statics/images/es/report.png) no-repeat 50px center;
    background-size:18px 18px;
}
#navigation .es_user{
	background:url(/statics/images/es/user.png) no-repeat 50px center;
    background-size:18px 18px;
}
.lv1-1 a{
	color:#FFF;
	display:block;
}
#navigation p span.lv1text {
	background: url(/statics/images/system/arrow-right.png) no-repeat 85% center;
	display:block;
}
#navigation p span.lv1textexp {
	background: url(/statics/images/system/arrow-down.png) no-repeat 85% center;
	display:block;
}
#navigation ul li {
	line-height: 35px;
	height: 35px;
	text-indent: 6em;
	list-style-type: none;
	font-size:16px;
}

#navigation ul li.selected a, #navigation ul li a:hover {
	color:#ff8400;
	background: url(/statics/images/system/arrow-orange.png) no-repeat 4.5em center;
}
#navigation ul li a {
	color:#3ba1eb;
	display:block;
	background: url(/statics/images/system/arrow.png) no-repeat 4.5em center;
}
#navigation ul.childmenu{
    padding: 10px 0 0 0;
}
.content {
	position: relative;
	height: 100%;
	overflow: hidden;
	margin-left: 15%;
	padding: 0;
	/*background:#e6edf5;*/
	background:#fff;
	z-index:1;
}
.top{
	height:60px;
	width:100%;
	background-color:#3ca0ec;
}
#right-content{
	height:calc(100% - 50px);
	background: #e6edf5;
}
#site-nav{
	float:right;
	height:60px;
	line-height:60px;
}
.dock ul {
	height:100%;
}
.dock ul li{
	float:left;
	margin-right:30px;
	position:relative;
	color:#FFF;
	font-size:20px;
}
.dock ul li.dock-user{
	margin-right:50px;
}
.dock ul li.dock-config{
	background:url(/statics/images/system/iconfont-config.png) no-repeat center;
	text-indent:-999em;
	width:26px;
}
.dock ul li.dock-msg{
	background:url(/statics/images/system/iconfont-msg.png) no-repeat center;
	text-indent:-999em;
	width:28px;
	position:relative;
}
.circle{
	color:#FFF;
	width:19px;
	height:19px;
	line-height: 19px;
	font-size: 14px;
	font-style:normal;
	text-align:center;
	z-index:100;
	zoom:1;
	position:absolute;
	right:-5px;
	top:35px;
	text-indent:0;
	background:url(/statics/images/system/circle.png) no-repeat center;
}

.dock ul li.dock-logout{
	background:url(/statics/images/system/iconfont-logout.png) no-repeat center;
	text-indent:-999em;
	width:26px;
}
.dock img{
	vertical-align: middle;
	margin-right:10px;
}
.dock ul li.dock-list{
	position: relative;
}

.dock .config-menu{
	position:absolute;
	left:-35px;
	top:53px;
	width:100px;
	line-height:35px;
	padding:0;
	text-align:center;
	background:#FFF;
	border:solid 1px #dbdbdb;
	border-radius:5px;
	height:auto;
	box-shadow: 1px 1px 8px rgba(120, 144, 173, 0.3);
	display:none;
}
.dock ul li.dock-config:hover .config-menu{
	display:block;
}

.dock .config-menu li {
	text-indent: 0;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	line-height:35px;
	height:35px;
	border-bottom:dotted 1px #bbb;
}
.dock .config-menu li.last {
	border:none;
}
.dock .config-menu li a {
	font-size:14px;
	color:#688ca3;
	line-height:35px;
	height:35px;
}
.dock .config-menu li a:hover {
	background:#d5f1fb;
	color:#688ca3;
}
.dock .config-menu li.selected a {
	background:#d5f1fb;
	color:#688ca3;
}

.dock ul li a{
	color:#FFF;
	display:block;
	font-size:20px;
}
.dock ul li a:hover{
	color:#0482b8;
}
.dock ul li.user a{
	background:url(/statics/images/system/dock-2.png) no-repeat center top;
}
.dock ul li.config a{
	background:url(/statics/images/system/dock-3.png) no-repeat center top;
}
.dock ul li.logout a{
	background:url(/statics/images/system/dock-4.png) no-repeat center top;
}

.vc_iframe{
	height:calc(100% - 85px);
	min-height:550px;
}
.location {
	height: 50px;
	line-height: 60px;
	font-size: 16px;
	color: #232549;
	text-indent:30px;
	background:#FFF;
}
#secondPosition{
	color:#3ca0ec;
	font-size:15px;
	margin-left:10px;
}

.location i.home {
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 25px;
	text-indent: -9999px;
	background: url(/statics/images/system/loc-icon.png) no-repeat right top;
	vertical-align: middle;
}
.location i.arrow {
	display: inline-block;
	margin: 0 5px 0 10px;
	width: 10px;
	height: 25px;
	background: url(/statics/images/system/icon/arrow.png) no-repeat left 40%;
	vertical-align: middle;
}
.lo-blue{
	color:#3ca0ec;
	font-size:20px;
	margin-left:10px;
}
.vc{
	padding:30px 0 0 0;
	height:calc(100% - 150px);
	margin:0 auto;
	background: #e6edf5;
	min-height: 500px;
}
.vc ul{
	width:96%;
	margin:0 auto;
}
.vc ul li{
	background:#FFF;
	border-radius:10px;
	padding:20px;
	box-shadow: 1px 0 10px rgba(120, 144, 173, 0.3);
	height:410px;
}

.vc ul li:hover{
	border:solid 1px #a8d3fb;
	box-shadow: 0 0 15px rgba(0, 198, 255, 0.4);
	cursor:pointer;
}
.vc-status{
	float:left;
	width:26%;
}
.vc-ability{
	margin:0 34% 0 32%;
}
.vc-app{
	float:right;
	width:28%;
}
.vc-title{
	color:#89949b;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.vc-num{
	color:#4e5486;
	font-size:60px;
	font-family: numfont;
	letter-spacing:-5px;
}
.vc-num2{
	color:#4e5486;
	font-size:40px;
	margin-bottom:10px;
	font-family: numfont;
	letter-spacing:-3px;
}
.vc-status-money{
	color:#89949b;
	font-size:13px;
}

.vc-status-img{
	margin-top:70px;
}
.vc-status-img img{
	width:100%;
	height:auto;
}
.vc-ability-data{
	height:125px;
}
.vc-access-num{
	font-size: 18px;
	background: url(/statics/images/system/access-num.png) no-repeat left center;
	color: #3ca0ec;
	text-indent: 62px;
	line-height: 75px;
	height: 50px;
	margin-bottom:10px;
}

.vc-ana-num{
	font-size: 18px;
	background: url(/statics/images/system/ana-num.png) no-repeat left center;
	color: #f5cb1d;
	text-indent: 62px;
	line-height: 75px;
	height: 50px;
	margin-bottom:10px;
}

.store-nl{
	float:left;
	width:49%;
	color:#4e5486;
	font-size:20px;
	text-align:center;
	line-height: 35px;
}

.store-num{
	color:#4e5486;
	line-height:30px;
	height:45px;
	font-size:16px;
	background:url(/statics/images/system/store-num.png) no-repeat center;
	padding-top:50px;
	width:100%;
	text-align:center;
	background-size: auto 100%;
}
.vc-ability .video-num{
	background:url(/statics/images/system/video-num.png) no-repeat center;
	background-size: auto 100%;
}
.app-table{
	margin-top:50px;
}
.app-table td, .app-table th {
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	color:#89949b;
}
.no1 {
	background: url(/statics/images/system/data_bar_yell.svg) no-repeat;
	width: 70px;
	height: 12px;
	text-indent: -999em;
	display: inline-block;
}
.no2 {
	background: url(/statics/images/system/data_bar_yell2.svg) no-repeat;
	width: 70px;
	height: 12px;
	text-indent: -999em;
	display: inline-block;
}
.no3 {
	background: url(/statics/images/system/data_bar_blu.svg) no-repeat;
	width: 70px;
	height: 12px;
	text-indent: -999em;
	display: inline-block;
}

/*-----顶部大屏按钮------*/
.menu_dp{
	float:left;
	margin: 15px 0 0 25px;
}
.menu_dp li{
	float:left;
	margin-right: 20px;
	background:url(/statics/images/system/icon/btn_bg.png) no-repeat left top;
}
.menu_dp li a{
	display:block;
	background:url(/statics/images/system/icon/head_ico_manage-01.png) no-repeat 13px 30% transparent;
	color: #0b2e54;
	padding: 4px 15px;
	width: 100px;
	height: 46px;
	line-height: 38px;
	text-indent: 45px;
	text-decoration: none;
	font-size: 18px;
}
.menu_dp li.dp_icon2 a{
	background:url(/statics/images/system/icon/head_ico_ability-01.png) no-repeat 13px 30%;
}
.menu_dp li.dp_icon3 a{
	background:url(/statics/images/system/icon/head_ico_apply.png) no-repeat 13px 30%;
}

/*-----顶部大屏按钮结束------*/