html {position: relative;min-height: 100%;}
body{
	font-family: "微软雅黑";
	overflow-x: hidden;
	margin-bottom:150px;
}
.fixed-padding{
	padding-top: 80px;
}

@media (max-width:767px) {
	.fixed-padding{
		padding-top: 50px;
	}
}

.clearRadius{
	border-radius: 0px !important;
}

.clearPadding{
	padding: 0px !important;
}

.marginBottom-0{
	margin-bottom: 0px;
}

.marginBottom-20{
	margin-bottom: 20px;
}
.visible{
	visibility: visible !important;
}
ul li{list-style-type: none;}
a:hover{text-decoration:none;}
/*手风琴列表 样式*/
.panel-group .panel .panel-heading{
	padding: 0px;
}
.panel-group .panel .panel-title a{
	width:100%;display:inline-block;
	height: 100%;
	padding: 10px 15px;
	background-color: #EDF3F7;
	text-decoration:none;
	outline:none;
}
.panel-group .panel .panel-title a.collapsed{
	background-color: #f5f5f5;
}
.panel-group .panel .panel-title a.collapsed .caret{
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}
.pull-right.caret{
	margin-top: 7px;
}

/*首页导航*/
.navbar-default .navbar-toggle:hover{
	background-color: transparent;
}
.navbar-default .navbar-toggle:focus{
	background-color: transparent;
}
.navbar-default .navbar-toggle{
	background-color: #ddd;
}

.navbar-default .navbar-toggle.collapsed{
	background-color: transparent;
	
}
.nav-index{
	background-color: rgba(255, 255, 255, 0.2);
	border: 0;
}
.nav-index .navbar-brand{
	margin: 20px 0;
	padding: 0 0 0 5px !important;
	height: auto;
}
.nav-index .navbar-brand span{
	height: 40px;
	width: 130px;
	background: url(../img/logo2.png) center center no-repeat;
	display: block;
	background-size: contain;
}
.nav-index.navbarBg .navbar-brand span{
	background: url(../img/logo3.png) center center no-repeat;
	background-size: contain;
}
.nav-index.navbarBg a{
	color: #888888 !important;
}
.nav-index.navbarBg li.active a{
	color: #fff !important;
}
.nav-index.navbarBg li a:hover{
	color: #fff !important;
}

@media (max-width:767px) {
	.nav-index{
		min-height: 50px;
	}
	.nav-index .navbar-toggle{
		margin-top: 6px;
		margin-bottom: 6px;
		border-color: #fff !important;
	}
	.nav-index .navbar-brand{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.nav-index a{
		color: #FFF;
	}
	.nav-index .dropdown-menu a,.nav-index .navbar-nav > li > a{
		color: #888888;
	}
	.nav-index.navbarBg{
		/*background-color: rgba(67, 142, 185, 0.8);*/
		background-color: rgba(255, 255, 255, 0.9);
	}
	.nav-index.navbarBg .navbar-toggle{
		border-color: #888888 !important;
	}
}
@media (min-width:767px) {
	.nav-index .navbar-nav > li > a{
		color: #FFF;
		background: none;
	}
}

/*导航公共样式*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
@media (max-width:767px) {
	.navbar-default.navbarBg .navbar-toggle .icon-bar {
	    background-color: #888;
	}
}
.nav-index.navbarBg{
	background-color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #ECECEC;
}
.nav-index.navbarBg ul li a{
	color: #000;
}
.nav-index .userBtn{
	padding: 6px 10px;
	color: #FFF;
}
.nav-index .userBtn ul{
	left: auto;
	right: 0;
}
.nav-index .userBtn>a{
	color:#fff;
}
.nav-index .collapsing, .nav-index .collapse.in{
	/*background-color: rgba(26,111,241, 0.6);*/
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
}
.nav-index.navbarBg .collapsing, .nav-index .collapse.in{
	background-color: rgba(255, 255, 255, 0.8);
}

.nav-index .navbar-nav > li > a:hover{
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
}
.nav-index .navbar-nav > li.active > a:hover{
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
}
.nav-index .navbar-nav > li.active > a{
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
}
.nav-index .navbar-brand {
	padding: 5px;
}
.nav-index .navbar-nav > .open > a{
	background-color: #579EC8;
	color: #FFF;
}
.nav-index .navbar-nav > .open > a:focus{
	background-color: #579EC8;
	color: #FFF;
}
/*二级页及三级页 导航*/
.nav-page{
	/*background-color: rgba(255, 255, 255, 0.9);*/
	background-color: rgba(26,111,241, 1);
	border: 0;
}
.nav-page .navbar-nav > li > a{
	color: #fff;
}
.nav-page .navbar-nav > li.active > a{
	color: #83a6ff;
}

.nav-page .collapsing, .nav-page .collapse.in{
	background-color: rgba(255, 255, 255, 1);
}
.nav-page .collapse.in .navbar-nav > li > a,.nav-page .collapsing .navbar-nav > li > a {
    color: #888888;
}
.nav-page .collapse.in .navbar-nav > li.active > a,.nav-page .collapsing .navbar-nav > li.active > a {
	color: #83A6FF;
}
/*个人中心导航*/
.nav-user{
	/*background-color: rgba(255, 255, 255, 0.9);*/
	background-color: rgba(26,111,241, 1);
	
}
/*专题页导航*/
.nav-project{
	background-color: rgba(255, 255, 255, 0.5);
	/*border: 0;*/
	min-height: 40px;
	border-bottom: 1px solid #eee;
}
.nav-project .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;}
.nav-project .navbar-nav > li > form {
    margin: 3px 0;
    display: none;
}
.nav-project .navbar-brand{
	height: 40px;
	padding: 0;
}
.nav-project .navbar-brand span{
	height: 40px;
	width: 130px;
	background: url(../img/logo3.png) center center no-repeat;
	display: block;
	background-size: contain;
}
.nav-project .navbar-nav > li > a:hover{
	color: #83A6FF;
}


/*面包屑*/
.breadcrumb{
	margin-bottom: 0;
	background: none;
}
.breadcrumb > li + li:before {
    color: #ccc;
    content: "> ";
    padding: 0 5px;
}
/*底部*/
.copyrightWrap{background-color:#121a21;position:absolute;bottom: 0;height:150px;width:100%;padding-top:35px;}
.footer{color: #999;width:680px;margin:0 auto;overflow:hidden;}
.crRit{text-align:left;}
.crLeft{margin-right:20px;}
.crLeft,.crRit{float:left;}
.crLeft ul{overflow:hidden;padding:0;}
.crLeft ul li{float:left;}
.crLeft ul li a{margin-right:10px;}
.crLeft ul li a:hover{color:#fff}
.xinaweibo{display:block;background:#d52c2a;width:120px;height:35px;line-height:35px;text-align: center;border-radius:5px;color:#fff;margin-bottom:10px;}
.tenxweibo{display:block;background:#2278cf;width:120px;height:35px;line-height:35px;text-align: center;border-radius:5px;color:#fff;}
@media (max-width:720px) {
.copyrightWrap{height:230px;}
.footer{width:auto;}
.crLeft{width:210px;margin:0 auto;}
.crRit{width:100%;text-align:center;}
.crLeft,.crRit{float:none;}
body{margin-bottom:230px;}
}
@media (max-width:480px) {
.copyrightWrap{height:235px;padding:35px 0px 0px;}
body{margin-bottom:235px;}
.crRit {
/*    margin: auto;*/
/*    text-align: left;*/
/*    width: 320px;*/
}
	}
@media (max-width:360px) {

.crRit p{font-size:12px;}

	}

/*通用文档样式*/
.ly-title{
	font-size: 16px;
	color: #585858;
}
.ly-content{
	font-size: 14px;
	color: #636363;
}
.blueFont{color:#428bca;}
.font10{font-size:10px;}
.font-20{
	font-size: 20px;
}
.font-

/*二级三级页 通用banner样式*/
/*.jumbotron .banner{
	min-height: 185px;
}*/

/*分页样式*/
div.paging{
	border-left: 1px solid #ddd;
}
div.paging a, div.paging span{
	background-color: #fff;
    border: 1px solid #ddd;
    color: #428bca;
    float: left;
    /*line-height: 1.42857;*/
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
div.paging span.first{
    margin-left: 0;
}
div.paging a:hover, div.paging span:hover{
	background-color: #eee;
	color: #2a6496;
}
div.paging .page{
	padding: 5px 12px;
}
div.paging select{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 22px;
    margin: -6px auto;
    /*line-height: 1.42857;*/
    padding: 0px 12px;
    margin: 0;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 60px;
}

/*当前位置样式*/
.breadcrumb{
	background:none;
	padding:15px;
}

/*分享插件样式*/
.bdsharebuttonbox a{float:none !important;}
.bdsharebuttonbox:after{display:inline-block !important;position:relative;}

/*回到顶部*/
.toTop{
	/*background-color: #000;*/
	font-size: 30px;
	text-align: center;
	color: #888;
	cursor: pointer;
	width: 35px;
	height: 35px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	visibility: hidden;
	z-index: 999;
}
.toTop.showVisibility{
	visibility: visible;
}
.toTop.hideVisibility{
	visibility: hidden;
}
a, a:hover, button, button:hover{
	transition: background-color 0.7s;
	-moz-transition: background-color 0.7s; /* Firefox 4 */
	-webkit-transition: background-color 0.7s; /* Safari 和 Chrome */
	-o-transition: background-color 0.7s; /* Opera */
}
/*公共消息提示*/
.msgShow{
	width: 200px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
}
/*底部 二维码样式*/
a.aCode{
	position: relative;
}
/*a.aCode:focus .qrcode{
	-webkit-animation-name: tada;
          animation-name: tada;
    -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          visibility: visible;
}*/
.qrcode{
	width: 200px;
	position: absolute;
	top: -220px;
	left: -80px;
	margin: 0;
	padding: 0;
	z-index: 999;
	visibility: hidden;
}
/*二维码*/
.erweima img{margin-right:10px;}
/*ie load start*/
.iedowload{display:none;width:500px;height:200px;border:1px solid  #a0bbc2;background:#fff;position:absolute;left:50%;top:50px;margin-left:-250px;text-align:center; z-index:290;}
.iedowload p{margin:10px 20px 10px;font-size:16px;color:#999;line-height:24px;text-align:left;}
.iedowload a{text-decoration:none;color:#056cb4;}
.loadtit{width:280;height:30px;line-height:30px;background:#7ec6f8;border-bottom:1px solid #a0bbc2;text-align:left;line- height:30px;color:#fff;font-weight:bold;padding:0 10px;}
.loadts{float:left;}
.loadgb{float:right;cursor:hand;font-size:12px;font-weight:lighter;}
.loadbot{height:120px;}
.loadfg{display:none;width:100%;height:100%;left: 0;top: 0;z-index: 280;position:fixed;background:#333;filter:alpha (opacity=50); -moz-opacity:0.5; opacity:0.5;}
/*ie load end*/

