#header {
	padding: 1rem 0;
}

#menu span {
	padding: 0.375rem 0;
}
#menu .active {
	color: #003fd1 !important;
	border-bottom: 2px solid #003fd1;
}


/* 默认链接颜色 */
a.menu {
	color: #333333 !important;
	font-size:1.04rem;
	text-decoration: none;
	font-weight:bold;
	font-family:"Microsoft YaHei UI";

}
a.menu:hover, a:focus {
	color: #f17434 !important;
	text-decoration: none;
}

/* 新闻列表链接颜色 */

a.newslist {
	color: #333333 !important;
	font-size:1.04rem;
	text-decoration: none;

}
a.newslist:hover, a:focus {
	color: #333333 !important;
	text-decoration: none;
}


/* 默认链接颜色 */
a.news {
	color: #333333 !important;
	font-size:1rem;
	text-decoration: none;

}
a.news:hover, a:focus {
	color: #f17434 !important;
	text-decoration: none;
}





/* 页脚 */
#footer {
	font-size: 0.875rem;
	color: #a0a0a0 !important;
	background-color: #272727;
}
#footer p {
	line-height: 1.25rem;
}

/* 页脚链接颜色 */
a.footer {
	color: #a0a0a0 !important;
}
a.footer:hover {
	color: #fff600 !important;
	text-decoration: none;
}

.tel-big {
	color: #fa6f10;
	font-size: 1.75rem;
	font-weight: 700;
}
.tel-mid {
	color: #ffffff !important;
	font-size: 1rem;
	font-weight: 700;
}
.tel-sm {
	color: #ffffff !important;
	font-weight: 700;
}

.ltd {
	font-size: 0.75rem;
	color: #999999 !important;
}

.line {
	border-top: 1px solid #4d4d4d;
}
.line-gray {
	height: 0.3125rem;
	border-top: 1px solid #f1f1f1;
}

#sitemap span{
	padding-right: 0.625rem;
}




/* 公共样式 */
.space-s {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.space-m {
	margin-top: 1.5rem;
}

.btn-outline-gray {
	color: #6c757d;
	border-color: #d7d7d7;
	background-color:#fff;
}
.btn-outline-gray:hover {
  color: #6c757d;
  background-color: #ececec;
  border-color: #b0b0b0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}


.font-s-gray {
	color: #878586; 
	font-size: 0.75rem;
}

.font-gray {
	color: #B6B6B6 !important;
}


.btn-widen-sm {
	width: 50%;
}
.btn-widen-md {
	width: 70%;
}
.btn-widen-lg {
	width: 100%;
}


/* 面包屑 */
.crumbs-wrap {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dcdcdc;
}
.crumbs {
	background-image: url('../img/icon-home.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 1.5rem;
	color: #999999;
}

/* 行间距 */
.line-height {
	line-height: 220%;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0px;
    padding-left: 0px;
}