body{
	background-color:#f5f5f5;
}
.whitebg{
	background-color:#ffffff;
}
/* 主题色背景 */
.bgd-dark{
	background-color:#c81332;
}
.li-float-left li{
	float:left;
}
.border{
	border-bottom:1px solid #ebebeb;
	margin:5px 0;
	padding-top:25px;
}
.minh{
	min-height:500px;
}
.tb-space{
	padding:30px 0;
}
.myclear {
    clear: both;
}
.header-top li{
	margin-left:5px;
	line-height:2em;
	color:white;
	list-style:none;
}
.header-nav li a{
	font-size:1.2em;
	font-weight:bold;
	color:#c81332;
}
.header-nav-mobile li{
	border-bottom:1px solid #ebebeb;
}
.logo{
	margin:20px 0;
}
.logo img{
	width:80%;
}
.navbar-brand{
	float:none;	
}
.navbar-brand img{
	width:60%;
	margin-left:15px;
}
.navbar-toggle{
	padding:5px 8px;
	margin-top:20px;
}
.banner img{
	width:100%;
	display:block;
	height:auto;
}
.footer{
	text-align:center;
	padding:30px 0 20px 0;
}
.footer a,.footer p{
	color:white;
}
.footer a :hover{
	color:white;
}
.footer ul{
	display:inline-block;
}
.footer li{
	margin-left:12px;
	list-style:none;
}
.banner-img{
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
display: block;
width: 100%;
bottom: 0;
}
/* 协会简介内容页 */
.ma_sidebar{
	text-align:center;
}
.ma_sidebar h3,.page_certi h3{
	background-color:#c81332;
	line-height:2em;
	color:#fff;
	text-align:left;
	padding-left:20px;
}
.ma_sidebar li{
	background-color:#fff;
	border-bottom:1px solid #ebebeb;
}
li.my_active>a{
	color:#c81332;
	background-color:#9E9E9E;
	opacity:0.8;	
}
h3.my_dropdown>i{
	padding-right:30px;
	padding-top:8px;
	float:right;
}
.single_contant{
	padding:3% 3% 0 3%;
	font-size:16px;
	line-height:36px;
}
.single_contant img{
	height:auto;
	max-width:100%;
}
.single_contant h4{
	border-bottom:1px solid #ebebeb;
	padding:20px;
	text-align:center;
}
.other_posts{
	padding-top:50px;
	padding-bottom:50px;
}
.other_posts li{
	list-style:none;
	display:inline-block;
	padding-left:30px;
	color:#0288D1;
}
.other_posts li a{
	color:#0288D1;
}
.single-link li{
	border-bottom:1px solid #ebebeb;
	margin:5px 0;
	padding-bottom:5px;
	list-style:none;
}
.single-link li i{
 	padding-right:0.6em;
	color:#0288D1;
}
.wp-video{
	max-width:100%;
}
.wp-video video{
	max-width:100%;
	height:auto;
}
/* category页 */
.category_contant{
	padding-left: 3%;
	padding-top: 2%;
}
.category_contant h4{
	padding-bottom:10px;
}
.category_contant h4 i{
	padding-right:0.6em;
	color:#c81332;
}
.category_contant p{
	line-height:1.5em;
}
.category_contant a:hover{
	text-decoration:none;
}
.category_text{
	height:90px;
	overflow:hidden;
}
.category_text>p{
	font-size:16px;
}
/*认证查询页面*/
.page_certi{
	background-color:#eee;
}
.page_certi .input-group{
	margin-top:1.5em;
}
.page_certi_cont{
	padding:20px 40px;
}
.page_certi_show{
	background-image:url(../image/backgrond_certi.jpg);
	background-size:cover;
	min-height:800px;
	padding-top:120px;
}
.page_certi_show table{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}
.page_certi_show table td{
	text-align:center;
}
.tb-meter{
	font-weight:bolder;
}
/*文章能容样式*/
.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.to-top{
	padding: 15px 15px;
	color: #fff;
	background-color: #9e9e9e;
	opacity:0.5;
}
.toggle_focus{
	display:none;
}
/*遮罩样式*/
.category-pic>div{
	padding:10px;
}
.mask-body{
	position:relative;
	padding:0;
}
.mask-body img{
	width:100%;
}
.mask{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	display:block;
	position:absolute;
	top:0;
}
.mask a{
	font-size:30px;
	color:#eee;
	font-weight:bold;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	text-align:center;
}
.carousel-inner img{
	width:100%;
}
@media (max-width:768px){
	.breadcrumb{
		margin-bottom:0;
	}
}

@media (min-width:768px){
	.breadcrumb{
			padding-top:30px;
			padding-bottom:0;
	}
	.ma_sidebar{
		padding:0 50px 0 0;
	}	
	.category_text>p{
		word-break:keep-all;
	}
}

	