
.navbar-brand{font-size:12px;line-height:1em;font-weight:normal}
.navbar-brand b{font-size:25px; font-weight:800;}
.navbar-brand .logozi{float:right;}
.top-nav-collapse .navbar-brand{font-size:10px;
}
.top-nav-collapse .navbar-brand b{font-size:20px; font-weight:800}
.top-nav-collapse .iconfont{font-size:50px;}


.yah{font-family:"微软雅黑"; font-weight: normal;}
.yahei{font-family:"微软雅黑";color:#666;}
.yah-bai{font-family:"微软雅黑";color:#CCC;}
.nav i{font-family:"微软雅黑"; font-style:normal;}
.color_gray{color:#CCC;}
@font-face {
	font-family: 'iconfont';
    src: url('../img/iconfont.eot'); /* IE9*/
    src: url('../img/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../img/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../img/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../img/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont{
	font-family:"iconfont" !important;
	font-size:55px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;	
	display: inline-block;
	margin-start:5px ;

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.navbar-brand{font-size:10px;}
	.top-nav-collapse .iconfont{font-size:30px;}
	.iconfont{font-size:30px;}
	}
	
.qq_shou{margin:0 auto;}	
.qq_shou p{margin:0 auto -5px; font-family:"微软雅黑";color:#CCC;font-size:12px;}
.qq_shou .light{ background:none;border:none;margin:0;padding:0;}


.qq_shou .rssbutton {
    border:none;
    border-radius: 0;
	float:none
}
.qq_shou .rssbutton input{
    color: #000;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600;
    border: 1px solid #ccc;
    padding: 5px 44px;
    font-family: Raleway;
    margin: 5px auto 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background:none;
	height:auto;
	line-height:1em;
}

.qq_shou .rssbutton input:hover {
    border-color: #888;
    color: #888;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background:none;
}
.qq_shou  .rsstxt{
	border-radius: 0px;
	padding: 3px 3px;
	height:auto;
	width: 70%;
	color:#333;
	text-align:center;
	font-weight:600;
	font-size:14px;
	margin:0 auto;
	margin:0 15%}
	
.qq_email a{color:#222;}
.qq_email a:hover{color:#1ABC9C;}
.clear{clear:both;}
.bigimg img{width:100%;}

.border-top{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
	}
/* 侧边栏 */
.cbp-spmenu {
	background: #47a3da;
	position: fixed;
	font-family:"微软雅黑";
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 10px 15px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	text-decoration:none;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
	z-index:999999999;	font-family:"微软雅黑";
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu{
	position: fixed;
	right:8px;
	bottom:30px;
	width:45px;
	height:45px;
	border:1px solid #42aae7;
	font-size:20px;
	text-align:center;
	line-height:45px;
	color:#42aae7;
	background-color:rgba(255,255,255,0.8);
	cursor:pointer;
	z-index:9999999999;

}