.headImgDiv {
    width: 1190px;
    margin: 0 auto;
}

/***********菜单导航条*************/
.menuList {
    clear: both;
    height: 50px;
    border-bottom: 2px solid #D73660;
}

.menu_ul {
    height: 50px;
    list-style: none;
	padding:0px;
}

.menu_ul_li_sel {
    width: 150px;
    height: 50px;
    float: left;
}

.menu_ul_li_sel_ul {
	cursor: pointer;
    list-style: none;
}

.menu_ul_li_sel_li_text {
    font-size: 14px;
    font-weight: 600;
    font-family: "微软雅黑";
    height: 50px;
    line-height: 50px;
    text-align: right;
    width: 110px;
    float: left;
    margin-right: 5px;
    color:#333;
}

.menu_ul_li_sel_li_icon {
    float: left;
    width: 20px;
    height: 50px;
}

.pulldownIcon {
    height: 9px;
    width: 14px;
    cursor: pointer;
    margin-top:20px;
}

.menu_ul_li {
	width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
	cursor:pointer;
}
.menu_ul_li_a {
	display:block;
	font-size: 14px;
	font-weight:bolder;
	color:#000;
	text-decoration: none;
}

.menu_ul_li_a.hover{
	 text-decoration: none;
}
.menu_active{
	color:#D73660;
}

/*******************************/
.picShow {
    height: 485px;
    position: relative;
}

/*************拍品分类样式**************/

.showppClassify_wrap{
	position: absolute;
	z-index: 1200;
}

.showppClassify_lef {
    width: 190px;
    background: #000;
    float:left;
	display:none;
}

.showppClassify_rig {
   /*  width: 998px; */
    width: 341px;
    background: #fff;
	filter: alpha(opacity = 80);
	opacity:0.8;
    float:left;
	display:none;
	border: 1px solid #E2E2E2;
	position:relative;
	top:0px;
	min-height:240px;
}

.shcfy_rig_first{
	width:330px;
	float:left;
}

.shcfy_rig_second{
	width:340px;
	float:left;
	border-left:1px solid #E2E2E2;
	border-right:1px solid #E2E2E2;
	
}

.shcfy_child_title{
	height:35px;
	line-height:35px;
	margin-left:20px;
	text-align:left;
}

.shcfy_rig_shoplist{
	margin-left:10px;
	font-weight:600;
}


.shcfy_rig_third{
	width:320px;
	float:left;
}


.shop_span_text{
	line-height:32px;
	text-align:center;
	cursor:pointer;
	margin-left:15px;
	margin-right:15px;
}

.shcfy_child_title_cn{
	font-size:14px;
	font-weight:600;
}
.shcfy_child_title_en{
	font-size:12px;
	font-weight:700;
}

.shcfy_rig_first_content{
	margin-left:5px;
	height:30px;
	line-height:30px;
	text-align:left;
	width:100px;
	float:left;
	cursor:pointer;
}

.shcfy_rig_first_content_activity{
	color:#D73660;
}
.showppClassify_ul {
    list-style: none; 
	margin:0px;
	padding:0px;
}

.showppClassify_ul_li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
}

.showppClassify_li_span{
	display:block;
	height: 40px;
    line-height: 40px;
    text-align: center;
	margin-left:30px;
	margin-right:30px;
	border-bottom:1px solid #545051;
}

.showppClassify_li_activity{
	background:#fff;
	color:#393937;
}




