.wode_center {
    width: 960px;
    margin: 0 auto;
    min-height: 500px;
}
.jl_box {
    text-align: center;
    margin-top: 80px;
}

p.jl_miaoshu {
	font-size: 14px;
    line-height: 28px;
    color: #b5b5b5;
    text-align: center;
    margin-bottom: 15px;
}

p.jl_btu {
	cursor: pointer;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border: none;
    background-color: #0063b6;
    border-radius: 4px;
}

.mb{
	background-color: #000;
    height: 100%;
    z-index: 100;
    width: 100%;
    position: fixed;
    top: 0px;
	opacity: 0.5;
}

.box {
	position: absolute;
    top: 0;
	bottom: 0;
	right: 0;
    left: 0;
	margin: auto;
    text-align: center;
    width: 350px;
    z-index: 1000;
    height: 220px;
}

p.title {
	background-color: #0066b3;
	color: white;
	z-index: 100;
	height: 35px;
	line-height: 35px;
}

.box .type {
	padding: 10px;
	background-color: white;
}

.box .type p {
	border: 1px solid #ccc;
	margin: 10px 10px;
	cursor: pointer;
}
.box .type .se {
    background-color: #3DA4F1;
}

.box_footer {
	background-color: #ccc;
	height: 35px;
	line-height: 35px;
}


input.button_c {
	background-color: #0066b3;
	width: 60px;
	height: 28px;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	float: right;
	margin: 4px 10px;
}

.jianli_box {
	width: 960px;
	min-height: 500px;
	margin: 20px auto;
}

.jianli_box .type li {
	float: left;
	padding: 15px 15px;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 40px;
	line-height: 14px;
}

.type li.se {
	border-bottom: 2px solid #0066b3;
	color: #0066b3;
}

ul.type {
	margin-left: 185px;
	padding-bottom: 45px;
	border-bottom: 1px solid #eee;
}
