﻿html {
	padding: 0px !important;
	margin: 0px !important;
	overflow:visible;
}

body {
	color: #000;
	background-color:#FFFFFF !important;
	font-family: 'Microsoft YaHei','Verdana',"Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 0px !important;
	margin: 0px !important;
	font-size:13px;
	/*background-image: url(../images/bg-default.png) !important;*/
}
body.weixin_body{
	background:#FFF url('../images/0_new/body_login_bg.jpg');
	background-size:cover;
}

h1,h2,h3,h4,ul,li{
	margin:0px;
	padding:0px;
}
li{
	list-style:none;
}
em,i{
	font-style:normal;
}
.fr{
	float:right;
}
.fl{
	float:left;
}
.mt20{
	margin-top:20px;
}
.center_level {margin:0px auto;text-align:center; }
div.loading { width: 100%; height: 180px; overflow: hidden; background: url('../images/loading.gif') no-repeat center center; } /*	border: 1px solid #ccc;*/

.img16 {
	width:16px;
	height:16px;
}

.img20 {
	width:20px;
	height:20px;
}

.img24 {
	width:24px;
	height:24px;
}

.img32 {
	width:32px;
	height:32px;
}

.img48 {
	width:48px;
	height:48px;
}

.icon-download {
	background-image: url(../images/icon_download.png) !important;
	background-repeat: no-repeat;
	background-position:center;
}

/* header nav bar*/
#header.navbar {
	/*position:fixed;
	top:0px;
	width: 100%;
	z-index:3;*/
	font-size:13px;	
	color:#454545;
	margin-bottom: 3px !important;
	min-width: 0px;
}

#header .barcolors {
	position: absolute;
	height: 2px;
	left: 0;
	top: 0;
	bottom: auto;
	right: 0;
	z-index: 3;
	background: transparent url(../images/top_colors.png) 0 0 repeat-x; 
}

#header .navbar-inner .logo {
	margin-top: 0px !important;
	margin-left: 15px !important;
}

#header .navbar-inner .title {
	/*width: 200px;*/
	font-weight:bold;
	/*line-height:40px;*/
	font-size:18px;
	text-align:center;
	vertical-align : middle;
	color:#00367a;
}

#header .navbar-inner .nav > li.dropdown, .navbar-inner .nav > li.dropdown > a{
	padding-left: 4px !important;
	padding-right: 4px !important;
}

#header .navbar-inner .nav > li {
	margin-left: 0px !important;
	margin-right: 0px !important;
	color:#333333;
}

#header .navbar-inner .nav > li a{
	font-size:13px;
	opacity: 0.7;
	color:#333333;
}

#header .navbar-inner .nav > li .success, #header .navbar-inner .nav > li .important{
	opacity: 0.9;
}

#header .navbar-inner .nav > li a:hover{
	opacity: 1;
}


#header .navbar-inner .nav .dropdown-toggle:hover, .navbar-inner .nav .dropdown.open .dropdown-toggle{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#header .navbar-inner {
	top:0px;
	width: 100%;
	margin: 0px !important;
	/*margin-top: 2px !important;*/
	margin-bottom: -2px !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	padding: 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0px;
	background: #FFFFFF;
	/*background-image: url(../images/bg_top.jpg) !important;*/
}

#header.navbar-inverse .navbar-inner{
	padding-top: 4px;
	height: 42px;
}

#header .top-nav .dropdown-menu{
	margin-top: 3px;
}

/* main container */
#container {
	position:relative;
	/*background:#F1F1F1;F5F6F9*/
	background-color: #FFFFFF;
}

.fixed-top #container{
	margin-top: 99px; /*old 48px*/
}

/* body container */
#body {
	margin-top: 0px;
	margin-left: 0px;
	background: #FFFFFF;/*url("../images/body-bg.png");
	/*min-height: 630px;  显示高度 */
	/*border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
	font-size: 12px;
}

#nav {
	margin:0px;
	padding:7px 0;
	background: #57aefc; /*1285D1*/
	color: #CCCCCC;
}

.ie8 #nav, .ie7 #nav{
	padding:4px 0 0 0;
}

.ie8 #nav span, .ie7 #nav span{
	margin:3px 0 0 0;
}

#nav a {
	color: #FFFFFF;
}

#nav a:hover{
	color: #a2a5b8;
}

/*** Scroll to top *****/
.scrollup{
	background: url('../images/16x16/icon_3up16.png') center no-repeat;
	display:none;
	text-indent:-9999px;
	z-index:100;
	opacity: 1;
	filter:alpha(opacity=100);
	zoom:1;
	position:fixed;
	bottom:5px;
	right:340px;
	width: 16px; height: 16px;
	background-position:0px 0px;
}

.scrollup:hover{
	background-position:-16px 0px;
}

/* footer container */
#footer {
	position:fixed;
	bottom:0px;
	z-index:99;
	width:100%;
	padding: 5px 20px;
	font-size: 12px;
	vertical-align: middle;
	color: #999;
	background: #F1F1F1;
}

#footer a {
	color: #a2a5b8;
}

#footer a:hover{
	color: #0090d9;
}


dl,dt,dd{
	margin:0px;
	padding:0px;
}
#hsonnav{
	height:44px;
	background: #09C;
	position: relative;
	z-index: 2;
}
#hsonnav  li{
	position:relative;
	float:left;
}
#hsonnav  li >  a{
	height: 44px;
	line-height: 44px;
	color: #fff;
	padding:0px 20px 0px 38px;
	border-left: 1px #0489b5 solid;
	position: relative;
	display: block;
}
#hsonnav li  a:hover,
#hsonnav li  .current{
	background-color: #0489b5;
}
#hsonnav li > a img{
	left: 16px;
    position: absolute;
    top: 14px;
}
#hsonnav .shw{
	position:absolute;
	top:100%;
	width:100%;
	background:#09C;
	z-index:5;
	display:none;
	border-radius:0 0 3px 3px;
	box-shadow:2px 2px 6px #bcbdbd;
	overflow:hidden;
}
#hsonnav li:hover .shw{
	display:block;
}
#hsonnav .shw a{
	display:block;
	height:40px;
	line-height:40px;
	border-top:1px #0489b5 solid;
	color:#fff;
	overflow:hidden;
	padding:0px 14px;
}
.mapfixed
{
	position:fixed;
	top:0px;
	width:240px;
	height:100%;
	background:url(../images/mpfbg.png);
	box-shadow:0px 0px 8px #979898;
	overflow-y:auto;
	z-index:2;
}
.mapfixed > div{
	margin:102px 0px 20px;
}
.mapfixed .ldl{
	color:#fff;
}
.mapfixed .ldl dt{
	height:50px;
	line-height:50px;
	font-size:14px;
	border-bottom:1px #e0e1e1 solid;
	background:url(../images/32x32/icon_overview32_white.png) no-repeat 20px center;
	padding-left:52px;
}
.mapfixed .ldl dd{
	line-height:40px;
	border-bottom:1px #acacac solid;
	padding:0px 20px;
	overflow:hidden;
}
.zdlistw .list-group-item i{
	float:right;
}
.zdlistw .panel-footer a{
	display:block;
}
.kiokov{
	overflow:hidden;
}
.kiokov li{
	float:left;
}
.kiokov a{
	display:block;
	width:60px;
	height:40px;
	background:#0aa699;
	margin:10px 20px 20px 0px;
	border-radius:6px;
	color:#fff;
	font-size:12px;
	line-height:40px;
	text-align:center;
	overflow:hidden;
}
.kiokov a:visited{
	color:#fff;
}
.kiokov .errorw{
	background:#fbb05e;
}
.kiokov a:hover{
	color:#fff;
	text-decoration:none;
	box-shadow:2px 2px 4px #ccc;
}
.mt10{
	margin-top: 10px;
}
.com2{
	position:absolute;
	left:15px;
	top:0px;
	width:300px;
	height:100%;
}
.com2 .panel{
	position:relative;height:100%; padding-top:38px;
}
.com2 .panel-heading{
	position:absolute; top:0px; width:100%;
}
.com2 .panel-heading{
	position:absolute; top:0px; width:100%;
}
.ph1{
	position:relative;
	height:100%; 
	overflow:auto;
}
.ph1 > ul li{
	border-left:none;
	border-right:none;
}
.com3{
	overflow:hidden;
}
/*.com3 > ul > li{
	width:25%;
	float:left;
	padding:0px 10px;
}*/
.treew h5,
.treew a{
	display:block;
	height:26px;
	line-height:26px;
}
.treew h5{
	padding-left:16px;
	cursor:pointer;
	background:url(../images/16x16/icon_plus16_blue.png) no-repeat left center;
	white-space:nowrap;
}
.treew h5.active{
	background-image:url(../images/16x16/icon_plus16_blue2.png);
}
/*.treew li > ul{
	margin:0px 0px 0px 10%;
	display:none;
}
.treew li{
	padding:2px 0px;
}
.treew a{
	white-space:nowrap;
}*/
.cucat{
	margin:0px 0px 20px;
	padding:14px;
	font-size:14px;
	border-radius:4px;
	background:#f1f1f1  url(../images/iconfont-unfold.png) no-repeat 98% center;
	cursor:pointer;
}
.cucat_active{
	background-image:url(../images/iconfont-unfold2.png);
}
#mapwarp{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.nowsbn{
	border-bottom:1px #f1f1f1 solid; 
	padding-bottom:16px;
	font-size: 14px;
}
.ph3 li{
	position: relative;
	padding-right: 80px;
}
.ph3 li span{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -12px;
	font-weight: bold;
}
.fsons{
	background:#f1f1f1; 
	padding:10px; 
	font-size:14px;
}
.nasst_list{
	border:1px #ddd solid;
	border-radius:4px;
	overflow:hidden;
	position:relative;
	padding:10px 0px 0px 94px;
	min-height:30px;
}
.nasst_list > div{
	position: absolute;
	left:0px;
	top:0px;
	width:82px;
	padding:0px 10px;
	height:100%;
	background:#f5f5f5;
	border-right:1px #ddd solid;
}
.nasst_list > div span{
	display:inline-block;
	margin-top:14px;
}
.nasst_list dl{
	padding-left:56px;
	margin-bottom:0px;
	overflow:hidden;
}
.nasst_list dt{
	float:left;
	margin:0px 0px 0px -56px;
	font-size:14px;
}
.nasst_list a{
	float:left;
	width:50px;
	height:30px;
	margin:0px 10px 10px 0px;
	border-radius:6px;
	font-size:12px;
	line-height:30px;
	text-align:center;
	background:#666666;
	color:#fff;
	overflow:hidden;
}
.nasst_list a:hover{
	color:#fff;
}
/*.nasst_list dd span,
.nasst_list dd a{
    display:block;
	width:60px;
	height:40px;
	margin:10px 20px 20px 0px;
	border-radius:6px;
	font-size:12px;
	line-height:40px;
	text-align:center;
	overflow:hidden;
}
.nasst_list dd span{
	font-size:14px;
	font-weight:bold;
}
.nasst_list dd a{
	background:#0aa699;
	color:#fff;
}*/
.index-2-warp-1{
	background:url("../images/mpfbg.png") repeat;
	color:#fff;
	box-shadow:0 2px 4px #979898;
}
.index-2-warp-1 .index-2-da{
    border-right: 1px solid #acacac;
}
.index-2-da dl{
	margin-bottom:0;
}
.index-2-da dd{
	border-bottom: 1px solid #acacac;
    line-height: 40px;
    overflow: hidden;
    padding: 0 20px;
}
.index-2-da dd i{
	float:right;
}
.index-2-da2{
	margin-bottom:14px;
}
.index-2-warp-2 > .col-md-4{
	padding-right:0px;
}
@media (max-width: 992px) {
	.index-2-warp-2 > .col-md-4{
	padding-right:15px;
}
}
.cap-list{
	overflow: hidden;
}
.cap-list dl{
	margin:0 40px 0 0;
	float: left;
}
.cap-list dd{
	float: left;
	padding: 0 10px;
}
.cap-list img{
	margin-right: 10px;
	width:30px;
}
.cap-list-status dd{
	height: 30px;
	line-height: 30px;
}
.cap-list-status span{
	display: inline-block;
	width:12px;
	height: 12px;
	background: red;
	vertical-align: middle;
	margin-right: 10px;
}
.cap-list-status i{
	position: relative;
	top:2px;
}
.error_warp{
	display:inline-block;text-align:left; padding:80px 60px;
}
.error_warp h4{
	padding:4px 0 4px 40px;
	background:url(../images/error_2.png) no-repeat left center;
	margin-bottom:30px;
}
.location_icon{
	padding-left:34px !important;
	background-image:url(../images/location_icon.png) !important;
	background-repeat:no-repeat !important;
	background-position:10px center !important;
}
.location_icon_2{
	padding-left:24px !important;
	background-image:url(../images/iconfont-fanhui1.png) !important;
}
footer {
    line-height:60px;
    color: #fff;
    z-index:2;
	background:#00367f;
}
footer  a{
    color:inherit !important;
}
footer .icp {
    float: right;
}
#footer_login{
    padding: 0 40px;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
	background: #00367f;
}
header  .logo{
    display: inline-block;
    width:158px;
    height:42px;
    background: url(../images/logo_1.png) no-repeat;
}
header{
     height:80px;
     padding:0px;
}
#header_login{
	background: #00367f url("../images/0_new/header_bg.png") repeat-x left top;
	height: 112px;
    min-width: 1206px;
}
#header_login #logo {
	width: 540px;
	height: 80px;
	margin: 0 auto;
	padding-top:16px ;
}


#header2{
	height: 112px;
	line-height: 112px;
    min-width: 1266px;
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    z-index:3000;
	background: url("../images/0_new/header_bg.png") repeat-x top;
	padding-right: 5%;
}
#header2 #logo{
	padding-left: 80px;
	width: 400px;
	display: inline-block;
}
#header2 #logo img{
	width: 400px;
	display: inline-block;
}
#header2 > div,  #footer2 > div {
	max-width: 1266px;
	margin: 0 auto;
}
#header2 ul{
    float: right;
    font-size:16px;
    color:#fff;
}
#header2 li{
    float: left;
    line-height: 112px;
    margin-left:38px;
}
#header2  .first{
    margin-right: 38px;
}
#header2 ul  a{
	display: block;
    color:inherit;
}
#header2 ul a:hover{
	text-decoration: none;
	color: #d2d0d0;
}
#header2 ul a[title]{
    display: block;
    padding-left:35px;
    background: url(../images/0_new/logout_bg.png) no-repeat left center;
}
#header2 ul img{
    width:30px;
    height: 30px;
    border:2px #1e4440 solid;
    border-radius:50%;
    float: left;
    margin:0 0 0 -40px;
	margin-top: 42px;
}
#header2 li span[title]{
     float:right;
     width:20px;
     height:20px;
     background: url(../images/verified.png) no-repeat;
     margin:5px 0 0 6px;
	 margin-top: 47px;
     cursor:pointer;
}
#header2 li span.name_a{
	padding-bottom: 2px;
	border-bottom: 1px solid #ffffff;
}
#content{
    padding:40px;
}
.nnav-tab{
     height:39px;
     background: url(../images/yun_img_2.png) no-repeat;
     border-bottom: 1px #aaa solid;
     margin-bottom: 20px;
}
.notfollow-bg{background-image: url(../images/yun_img_10.png) }
.nnav-tab a{
    display: inline-block;
    width:152px;
    height:39px;
}
#nnav-tab-2{
    background-image: url(../images/yun_img_14.png);
}
#nnav-tab-3{
    background-image: url(../images/yun_img_12.png);
}
.nnav-tabs a{
    display:inline-block;
    padding:10px 18px;
    border-radius:4px 4px 0 0;
    border:1px #fff solid;
    border-bottom: none;
    color:#14925e;
    text-decoration: none;
}
.nnav-tabs a:hover{
    background: #ddd;
}
.nnav-tabs .active{
    border-color:#ddd;
    background: #fff;
    color:#666;
    position:relative;
    z-index:2;
}
.content-list{
    min-width: 900px;
	border: 3px solid #dbdbd9;
	border-radius: 10px;
}
.my-application{
    margin-bottom: -1px;
    overflow: hidden;
}
.my-application li{
    width:33.33%;
    padding:40px 0;
    float: left;
}
.my-application li > div{
    margin:0 22px;
    height:120px;
    overflow: hidden;
    padding-left:132px;
}
.my-application .p-img{
     margin-left:-132px;
     float: left;
}
.my-application img{
    width:120px;
    height:120px;
}
.my-application h3{
    line-height:46px;
    height:46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}
.my-application h3 a{
    color:#14925e;
    text-decoration: none;
    font-weight: bold;
}
.my-application p{
    line-height:30px;
    height:60px;
    overflow:hidden;
    color:#999;
}
.nav-tabs>li>a{
    color:#14925e;
}
.pagination>li>a{color:#333;}
.pagination>.active>a,
.pagination>.active>a:hover{background:#005d37;}
#fixed-wx, #fixed-wx-download{
	right:0;
    z-index:2999;
	position:fixed;
}
#fixed-wx{
	top:140px;
}
#fixed-wx-download{
	top:334px;
}
#fixed-wx-small, #fixed-wx-download-small{
	z-index:2;
	color:#fff;
	cursor:pointer;
	text-align: center;
}
#fixed-wx-small{
	width:90px;
	height:90px;
	padding-top:66px;
	box-shadow: 0px 0px 10px #888888;
	background:#00367f url(../images/yun_img_4.png) no-repeat center 10px;
}
#fixed-wx-download-small{
	width:90px;
    height:90px;
    padding-top:66px;
    box-shadow: 0px 0px 10px #888888;
	background:#149192 url(../images/yun_download_small.png) no-repeat center 10px;
}
#fixed-wx-big, #fixed-wx-download-big{
	display: none;
}
#fixed-wx-big{
	width:187px;
	height:196px;
	box-shadow: 0px 0px 10px #888888;
	background:url(../images/yun_img_5.jpg) no-repeat;
	background-position: center;
}
#fixed-wx-download-big{
	width: 204px;
	height: 230px;
	box-shadow: 0px 0px #888888;
	background:url(../images/yun_download_big.png) no-repeat;
}
#fixed-wx:hover #fixed-wx-small, #fixed-wx-download:hover #fixed-wx-download-small{
    display: none;
}
#fixed-wx:hover #fixed-wx-big, #fixed-wx-download:hover #fixed-wx-download-big{
    display: block;
}

/**登录**/
div.weixin_window{
	height: 100%;width: 100%;
}
#login_container{
    width:428px;
    height:504px;
	float: right;
	margin-right: 10%;
    text-align: center;
	color: #fff;
	font-weight: bolder;
}
.weixinStyle{font-weight: bolder;color: #FFF;}
.user_info{
	border: 3px solid #dbdbd9;
	border-radius: 10px;
    position: relative;
}
#user_info_short{
    position: absolute;
    left:120px;
    top:120px;
    text-align: center;
    color:#666;
}
#user_info_short .avatar{
    width:188px;
    height:188px;
    border-radius:10px;
	border: 2px solid #00367f;
}
#user_info_short img[title]{
    position: absolute;
    left:210px;
    top:160px;
    width:40px;
    height:40px;
    cursor: pointer
}
#user_info_short h3{
    margin-top: 46px;
    font-size: 30px;
    color:#00367f;
}
#user_info_short h4{
    margin:12px 0 50px;
    font-size: 20px;
	color: #00367f;
}
#user_info_short span,
#user_info_short b{
    color:#00367f;
    margin: 0 6px;
}
#user_info_short p{
	color:#00367f;
	font-size:20px;
	padding: 10px 30px;
	border-bottom: 3px solid #00367f;
}
#user_info_detail{
    width:780px;
    float:right;
    border-left:0px #ddd  solid;
    min-height:758px;
	position: relative;
	margin-top: 40px;
}
div.user_info div#action_div{
 	position: absolute;
	width: 94px;
	height: 50px;
	top:40px;
	right: 80px;
}
#user_info_detail table{
    margin:30px 0 0 106px;
    font-size: 18px;
    color:#666464;
}
#user_info_detail td,
#user_info_detail th{
    padding: 6px 0;
}
#user_info_detail th{
    font-weight: bolder;
}
#user_info_detail input[type="text"],#user_info_detail input[type="password"]{
    width:150px;
    line-height:28px;
	height:30px;
	color:#444;
	padding-left: 10px;
	border:2px #666464 solid;
	border-radius: 10px;
}
#user_info_detail input[type="text"]:focus,#user_info_detail input[type="password"]:focus{
	border:2px #666464 solid;
}
#user_info_detail .save{
    display:inline-block;
    width:60px;
    line-height:30px;
    color:#fff;
    text-align: center;
    background:#14925e;
    border-radius:5px;
    margin-left:20px;
    font-size: 12px;
    vertical-align: top;
}
#user_info_detail .tip{
    color:#FF5722;
    display:inline-block;
    line-height:30px;
    padding-left:10px;
    font-size: 14px;
    vertical-align: top;
}
#user_info_detail li{
    margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
#user_info_detail ul li a{
	font-weight: bolder;
    color:#666464;
}
#user_info_detail ul li a:hover{
	text-decoration: none;
	color: #0a5174;
}
#user_info_detail .sex{
    width:150px;
    height:30px;
    padding-top:6px;
    display: inline-block;
    color:#444;
}
#user_info_detail .sex span{
    display: inline-block;
    line-height: 18px;
    padding-left:26px;
    background:url(../images/yun_img_13.png) no-repeat;
    cursor: pointer;
}
#user_info_detail .sex .current{
    background-position: left -18px;
}
/**用户管理**/
.new_w{
    width:1266px;
    margin:40px auto;
    padding:0;
    min-height: 725px;
}
#user_count{
    position: absolute;
    right: 0;
    top:10px;
}
#user_count strong{
     color:#13925d;
     padding-right:26px;
}
#user_count .last{
   padding-right:0;
}
/*我的应用,我的账号tab*/
div#subNavTab{
	margin-top: -3px;
	height: 50px;
	position: relative;
}
div#subNavTab ul li{
	float: left;
}
div#subNavTab a.tab_a{
	text-decoration: none;
	display: inline-block;
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color:#898989;
	font-size: 14px;
	font-weight: bolder;
	border: 2px solid #c9caca;
	border-radius: 5px;
	cursor: pointer;
	background: url("../images/0_new/ontab_bg.png") repeat-x top;
}
div#subNavTab a.tab_a:hover{
	color: #000;
}
div#subNavTab a.on{
	cursor: default;
	border: none;
	border-top:3px solid #009fff ;
	color: #595757;
	background: none;
}
div#subNavTab a.noLeft{
	border-left: none;
}
/*我的应用,我的账号tab end*/
div.borderWrap{
	border: 3px solid #dbdbd9;
	border-radius: 10px;
	position: relative;
}

div#subNavTab #countInfo{
	position: absolute;
	line-height: 45px;
	right: 20px;
}
.action_btn{
	font-size: 14px;
	font-weight: bolder;
	color: #fff;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	border-radius: 15px;
	text-align: center;
	padding-left: 30px;
	padding-right: 10px;
	width: 100px;
}
a.action_btn:hover{
	color: #000;
}
.save_btn{
	background: #00367f url("../images/0_new/saveBtn_bg.png") 10px center no-repeat;
}
a.save_btn:hover{
	color: #fff;
}
.edit_btn{
	color: #00367f;
	background: #eeeeee url("../images/0_new/editBtn_bg.png") 10px center no-repeat;
}
.action_btn:hover,.action_btn:focus{
	color: #fff;
}