.centered-box {
	width: 100%;
	background: #fff;
	border: 1px solid #dddddd;
}

#crumbs {
	margin: 10px 0;
	padding: 0;
}

.centered-box>ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.centered-box>ul>li:first-child {
	font: 22px/22px "微软雅黑";
	color: #3bb4f2;
	margin: 60px 0 32px;
}

.centered-box>ul>li:nth-child(2) {
	font: 18px/18px "微软雅黑";
	color: #545252;
}

.centered-box>ul>button {
	width: 140px;
	height: 40px;
	background: #3bb4f2;
	border: none;
	outline: none;
	margin: 44px 0 42px;
	border-radius: 8px;
	box-shadow: 0px 1px 9.9px 0.1px rgba(8, 165, 224, 0.46);
}

.centered-box>ul>button>a {
	font: 16px/40px "微软雅黑";
	color: #f8f8f8;
}

.centered-box>ul>button>a>i {
	font-size: 16px;
	color: #f8f8f8;
}


/*分类*/

.classify-bg {
	width: 100%;
	background: #f7f9fa;
	padding: 0 50px 60px;
	overflow: hidden;
}

.classify-box {
	margin-top: 60px;
}

.classify-box>h5 {
	font: 18px/18px "微软雅黑";
	color: #3f3f3f;
	margin-bottom: 16px;
}

.classify {
	margin: 0;
}

.tab-tp {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.am-tabs-nav {
	line-height: 48px !important;
	background-color: #166395 !important;
}

.am-tabs-nav li a {
	font: 16px/48px "微软雅黑" !important;
	color: red;
}

.am-tabs-nav li {
	height: 48px !important;
}

.am-tabs-nav .am-active a {
	color: #0000 !important;
}

.classify .am-tabs-nav a {
	color: #fff;
}

.classify .am-tabs-nav>.am-active a {
	background-color: #125b8a !important;
	color: #e0e24d !important;
}

#tab-bm {
	margin-top: 8px;
	border: none;
	background: url(../img/shading.jpg);
	box-shadow: 0px 1px 10px 0.16px rgba(141, 142, 131, 0.94);
	border-radius: 0 0 5px 5px;
}

#tab-bm ul>li>a {
	font: 16px/24px "微软雅黑";
	color: #595959;
}


/*分类结束*/