﻿body {
	font-family: "Microsoft YaHei","SimSun","Arial Narrow";
	color: #565656;
	font-size: 16px;
	background: #fff;
}
/*全局样式*/
.m-container{
    padding:0 3%;
}
/*清除所有列的左右边距*/
.row{
    margin:0;
}
.show-grid [class ^="col-"] {
padding:5px 0;
}
/*小号字体*/
.small-font{
    font-size:14px;
}
/*注释文字样式*/
.description{
    color:#999;
    font-size:14px;
}
/*链接样式*/
a:link,a:visited{
    color:#565656;
}
a:hover,a:active{
    color:#2EA039;
    text-decoration:none;
}
.link-blue a:link,.link-blue a:visited{
    color:#4998E7;
}
.link-blue a:hover,.link-blue a:active{
    color:#4998E7;
}
.link-red a:link,.link-red a:visited{
    color:#CC0000;
}
.link-red a:hover,.link-red a:active{
    color:#CC0000;
}
.link-white a:link,.link-white a:visited{
    color:#fff;
}
.link-white a:hover,.link-white a:active{
    color:#fff;
}
.link-green a:link,.link-green a:visited{
    color:#2EA039;
}
.link-green a:hover,.link-green a:active{
    color:#2EA039;
}
/*分隔线，上下间距为10px*/
#split-line{
    height:1px;
    overflow:hidden;
    background:#f0f0f0;
    margin:10px 0;
    padding:0;
}
/*普通的分隔线，无上下间距*/
#line{
    height:1px;
    overflow:hidden;
    background:#f0f0f0;
    margin:0;
    padding:0;
}
/*按钮图标*/
.btn-icon{
    width:24px;
    height:24px;
    display:inline-block;
    overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
	background-size:auto 24px;
	text-indent:-999px;
     background-image:url(images/icons.png?v=20141125);
     vertical-align:top;
}
/*用户中心按钮*/
.btn-userhome{
    background-position: -120px 0px;

}
/*下载APP按钮*/
.btn-appdownload{
        background-position: -464px 0px;
 }
/*搜索按钮*/
.btn-search{
    background-position: -96px -4px;
    cursor: pointer;
    top: 5px;
    background-size: auto 32px;
    right: 8px;
 }
/*LOGO*/
.btn-logo{
    width:104px;
    background-position: -336px 0px;
}
/*后退按钮*/
.btn-backoff {
    background-position: -240px 0px;
}

/*跳转顶部按钮*/
.btn-gotop {
    background-position: -264px 0px;
}
.btn-hot {
    background-position: -192px 0px;
}
.btn-next {
    background-position: -440px 0px;
}
.btn-icon-mini{
    background-position: -216px 0px;
}
/*标题*/
.btn-page-title .btn-icon-mini {
    vertical-align: top;
    margin-right:5px;
}
/*广告box*/
.m-a-d-box{
	padding:10px 0;
}
/*头部导航*/
#m-header{
    height:45px;
    background:#2EA039;
    margin-bottom:0;
    position:relative;
    font-size:18px;
    color:#fff;
    text-align:center;
    padding-top:10px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

/*设置表单项下边距为10*/
.form-group {
    margin-bottom:10px;
}
/*头部设置*/
.m-nav{
    margin:0;
    padding:0;
    text-align:center;
    margin-bottom:0;
    font-size:16px;
}
/*搜索条*/
.search-frm {
    padding-top:10px;
}
.search-frm p{
    font-size:14px;
}

.search-frm a {
        margin-right: 10px;
}
/*底部*/
#footer{
    text-align:center;
    padding:10px 3%;
    line-height:1.5;
    background:#2EA039;
    color:#fff;
    margin:0;
    font-size:15px;
    position:relative;
}
#footer em{
  padding:0 8px;
  font-family:宋体;
  font-style:normal;
  font-size:12px;
}
#footer p{
    margin:0;
}
#footer span{
    font-size:12px;
}
.page-gotop{
    position:absolute;
    right:3%;
    top:10px;
}
.article_tags{
	margin:10px 0;
	font-size:14px;
	line-height:25px;
}
.article_tags a{
	margin-right:10px;
}
/*快速跳转到顶部*/
.page_top{
	width: 4rem;
    height: 4rem;
    position: fixed;
    right: 3rem;
    bottom: 16rem;
    z-index: 9999;
	display:none;
	background-image: url('/images/icon-gotop.png');
    background-position: center;
    background-repeat: no-repeat;
	background-size: auto 4rem;
}
/*nav*/
.m-nav .row{
		line-height: 2.5rem;
height: 7.2rem;
overflow: hidden;
position: relative;
font-size:17px;
}
.m-nav .row .menu-show{
	text-indent: -999rem;
	background-color: #fff;
	background-image: url(/templets/pc/style/images/menu-show.png?v=34);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 2rem;
}
.m-nav .row .menu-show-up{
	background-image: url(/templets/pc/style/images/menu-hide.png?v=34);
}