*{
    margin: 0;
    padding: 0;
}
body,html{
    font-family: "Microsoft YaHei";
}
ul,li{
    list-style-type: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.cl{
    clear: left;
}
.cr{
    clear: right;
}
.cb{
    clear: both;
}
.red_star{
	color:red;
}
.menu_li_btn{
    width: 130px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 18px;
    color: #151212;
/*     border-radius: 4px 4px 4px 4px; */
    background-color: #d8dcdf;
    border-left: 1px outset #fbf8f8;
    border-top: 1px outset #fbf8f8;
}
.menu_li{
	display: inline-block;
	margin-left: 12px;
/* 	background: #E6E6E6; */
}

.small_img_box{
	width: 155px;
    height: 180px;
    border: solid 1px #717171;
    border-radius: 5px;
    margin: 0 auto;
}
.small_img_box img{
	width: 145px;
    height: 174px;
    border: none;
    margin: 2px 0px 0px 2px;
}
.lab_m{
	margin: 35px 0 0 0;
}
