.box {
	background: #fff;
}

.tab_menu {
	overflow: hidden;
}

.tab_menu li {
	width: 100px;
	float: left;
	height: 42px;
	line-height: 42px;
	color: #fff;
	background: #ddd;
	color:#4a4a4a;
	text-align: center;
	cursor: pointer;
	margin-right:5px;
}

.tab_menu li.current {
	color: #fff;
	background: #FF4500;
}

.tab_menu li a {
	color: #4a4a4a;
	text-decoration: none;
}

.tab_menu li.current a {
	color: #fff;
}

.tab_box {
	padding: 20px;
	border:1px solid #ddd;
	margin:40px auto;
}

.tab_box li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.tab_box li span {
	margin: 0 5px 0 0;
	font-family: "宋体";
	font-size: 12px;
	font-weight: 400;
	color: #ddd;
}

.tab_box .hide {
	display: none;
}
.list-paddingleft-2 li p{float: left; width: 361px; margin-bottom: 16px;
}

.cert-apply{
	margin-bottom:40px;
}

.nav li{
	font-size:18px;
	margin-right:10px;
}

.layui-form .form-control{
	height: auto;
	min-height:50px;
}

xm-select{
	border:none !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.certtype{
	display: block;
	margin:10px auto;
}