@charset "utf-8";
@import url("basic.css");
.mt30 {
	margin-top:30px;
}
.l {
	float:left;
}
.r {
	float:right;
}
.pr {
	position:relative;
}
.pa {
	position:absolute;
}
.tc {
	text-align:center;
}
.tr {
	text-align:right;
}
.tl {
	text-align:left;
}
.vm {
	vertical-align:middle;
}
.vt {
	vertical-align:top;
}
.vb {
	vertical-align:bottom;
}
.db {
	display:block;
}
.dib {
	-moz-inline-stack:inline-block;
	display:inline-block;
*display:inline;
*zoom:1;
}
.fix {
*zoom:1;
}
.fix1 {
*zoom:1;
	background:#fff;
	width:100%;
}
.fix:before, .fix:after {
	content:"";
	display:table;
}
.fix:after {
	clear:both;
}
.el {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width:100%;
}
.oh {
	overflow:hidden;
*zoom:1;
}
.mh {
	height:auto !important;
	height:464px;
	min-height:464px;
}
.cir {
	display:inline-block;
	width:0;
	height:0;
	overflow:hidden;
}
.btn {
	cursor:pointer;
}
.red {
	color:#e60013 !important;
}
.grey {
	background:#ededed;
}
.mt20 {
	margin-top:20px;
}
.mb20 {
	margin-bottom:20px;
}
/*幻灯片*/
.slide {
	position: relative;
	width:100%;
	z-index:99;
	overflow:hidden;
}
.ban_c {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display:none
}
.ban_c img {
	width: 100%;
	height: 100%;
}
.ban_t {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 20px;
	padding: 4px 0;
	text-indent: 10px;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	background: rgba(0, 0, 0, .5);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88000000, endcolorstr=#88000000);
	z-index: 3;
}
.ban_nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right;
	z-index: 4;
}
.ban_nav a {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	text-align: center;
	margin-right: 8px;
	cursor: pointer;
	text-decoration: none;
	font-size: 10px;
	-webkit-text-size-adjust: none;
	background: #ccc;
}
.ban_nav .on {
	background: #f90;
	color: #fff;
}
.Left, .Right {
	cursor: pointer;
}
/*下拉(组件)*/
.sele {
	position:relative;
	height:20px;
	line-height:20px;
	width:99px;
	cursor:pointer;
}
.sele_ {
	display:none;
	position:absolute;
	width:100%;
	left:-1px;
	top:20px;
	background:#fff;
	border:1px solid #cacad9;
}
.sele_ a {
	display:block;
}
.sele_ a:hover {
	background:#9f9f9f;
	color:#333;
}
/*site*/
.head {
	height:14px;
	line-height:14px;
	padding:8px 0;
	background: url(../img/channel.png) repeat-x;
	overflow:hidden;
}
.head_nav {
	position:absolute;
	right:0;
	top:0;
	color:#999;
}
.head_nav a {
	margin:0 5px;
}
.head_block1 {
	padding:20px 0;
	z-index:6;
	height:60px;
}
.logo {
	float:left;
	width:200px;
	height:60px;
	overflow:hidden;
}
.logo a {
	display:block;
	height:100%;
	margin:0px;
	background:url(../img/logo.png) no-repeat;
	text-indent:-999px;
}
.hotline {
	height:60px;
	line-height:60px;
	font-size:18px;
	color:#333333;
	width:350px;
	float:right;
	overflow:hidden;
}
.hotline span {
	font-weight: bold;
	color: red;
	font-family: Verdana, Geneva, sans-serif;
}
.resou, .resou a {
	color:#999;
	margin-right:8px;
	font-weight:bold;
	font-size:13px;
}
.resou a {
	font-weight:normal;
	font-size:12px;
}
.resou a:hover {
	color:#000;
}
.head_sear {
	margin:5px 0 0;
}
.head_sear input {
	vertical-align:middle;
}
.head_sear .inp {
	width:338px;
	height:26px;
	line-height:26px;
	background:#e3e3e3;
	border:1px solid #ccc;
	text-indent:.5em;
	color:#999;
}
.head_sear .btn {
	width:28px;
	height:28px;
	background:url(../img/zoomer.png) no-repeat;
}
.head_sear .focous .btn {
	background-position:0 -28px;
}
.head_sear .input .inp {
	background:#fff;
}
.faver {
	text-align:left;
	height:28px;
	border:1px solid #ddd;
	width:7em;
	vertical-align:middle;
	margin-left:1em;
}
.faver span {
	display:block;
	height:100%;
	line-height:28px;
	position:relative;
	background:#fafafa;
	z-index:2;
	padding-left:1em;
}
.faver span .ico {
	float:right;
	margin:4px 5px 0 0;
}
.faver:hover span {
	background:#fff;
}
.faver .sele_ {
	left:auto;
	right:-1px;
	top:27px;
	width:250px;
	padding:15px;
	border:1px solid #ddd;
}
.faver li {
	height:86px;
	overflow:hidden;
	margin-bottom:10px;
}
.faver li img {
	float:left;
	width:113px;
	height:84px;
	margin-right:15px;
	border:1px solid #ddd;
}
.faver .dele {
	display:inline-block;
	padding:0 8px;
	background:#eee;
	border-radius:2px;
}
.faver .dele:hover {
	background:#ccc;
}
.faver li p {
	height:60px;
	overflow:hidden;
}
.nav {
	height: 46px;
	background: url(/img/navbg0.gif) center top repeat-x #000;
	z-index:999;
	width:100%;
	overflow:hidden;
}
.nav1 {
	position:relative;
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.nav1 li {
	float:left;
	width:125px;
	background: url(/img/ghover.png) no-repeat left top;
	text-align:center;
	height:46px;
	overflow:hidden;
}
.nav1 a {
	display:block;
	height:46px;
	line-height:46px;
	font-size:16px;
	color:#fff;
}
.nav1 .cur a, .nav a:hover {
	text-decoration:underline;
	color: #ecd39b;
	font-weight:bold;
}
.nav2 {
	height:55px;
	background:#fff;
	z-index:2;
	position:relative;
}
.nav2 a {
	float:left;
	line-height:55px;
	font-size:14px;
	margin:0 15px;
	transition:none;
}
.nav2 .cur a, .nav2 a:hover {
	background:url(../img/nav2on.gif) center bottom no-repeat;
	color:#e60013;
}
.nav2 .shadow {
	position:absolute;
	width:100%;
	left:0;
	bottom:-7px;
	height:7px;
	overflow:hidden;
	background:url(../img/bott_shadow.png);
}
.nav3 {
	position:absolute;
	left:0;
	top:87px;
	width:100%;
	background:url(../img/294.GIF) center no-repeat #f8f8f8;
	overflow:hidden;
}
.nav3 .wrap {
	background:#f6f6f6;
}
.nav3_head {
	float:left;
	width:216px;
	overflow:hidden;
	margin-right:15px;
}
.nav3_head a {
	display:block;
	margin:.5em 0 0 1em;
}
.nav3_head a:hover {
	background:inherit;
	color:#000;
}
.nav3_head a .ico {
	margin-right:5px;
}
.nav3_c {
	padding:20px 0 50px;
}
.nav3_column {
	float:left;
	width:190px;
	line-height:28px;
}
.nav3_column h3 {
	font-size:14px;
	color:#333;
}
.nav3_column p {
	width:90%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.nav3_column a {
	color:#999;
}
.nav3_column a:hover {
	background:none;
	color:#333;
}
.banner {
	height:420px;
	overflow:hidden;
}
.banner .ban_c img {
	position:absolute;
	width:1920px;
	left:50%;
	margin-left:-960px;
}
.banner .ban_c a {
	display:block;
	margin:0 auto;
	height:420px;
	overflow:hidden;
}
.banner .ban_c a.shiliaoxian {
	background:url(../img/banner1.jpg) no-repeat center top;
}
.banner .ban_c a.mofenxian {
	background:url(../img/banner2.jpg) no-repeat center top;
}
.banner .ban_c a.yidongxian {
	background:url(../img/banner3.jpg) no-repeat center top;
}
.banner .ban_nav {
	width:auto;
	left:50%;
	bottom:20px;
}
.banner .ban_nav a {
	float:left;
	text-indent:99px;
	border-radius:50%;
	background:#7c7c7c;
}
.banner .ban_nav .on {
	background:#fff;
}
.banner .ban_t {
	width:auto;
	left:50%;
	margin-left:-600px;
	padding-left:100px;
	padding-right:1em;
}
.banner .play {
	position:absolute;
	bottom:3px;
	left:50%;
	margin-left:-600px;
}
.ban_list {
	position:absolute;
	right:50%;
	margin-right:-600px;
	width:220px;
	bottom:0;
}
.ban_list li {
	height:28px;
	line-height:28px;
	margin-bottom:6px;
}
.ban_list a {
	display:block;
	height:100%;
	padding:0 10px;
	background:rgba(255, 255, 255, .5);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88ffffff, endcolorstr=#88ffffff);
}
.ban_list .ico {
	float:right;
	margin-top:4px;
}
.ban_list a:hover {
	background:#e60013;
	color:#fff;
	filter:none;
}
.wrapper {
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
.probox {
	width:1000px;
	margin:20px auto;
	background:#ffffff;
	overflow:hidden;
}
.probox ul.proUl {
	width:1000px;
	position:relative;
	margin:0;
	/*padding:40px 0px;
	border-bottom:1px solid #dddddd;*/
	overflow:hidden;
}
.probox ul.proUl li {
	width: 225px;
	float: left;
	padding-right: 25px;
	margin:10px 0px;
	overflow:hidden;
}
.probox ul.proUl li.guideLI {
	width: 225px;
	float: left;
	padding-right: 0px;
	margin:10px 25px 10px 0px;
	background: #E2E2E2;
	height:150px;
	overflow:hidden;
}
.probox ul.proUl li.guideLI h2 {
	font-weight:bold;
	padding: 10px 0 0 10px;
	font-size:20px;
	cursor:pointer;
}
.probox ul.proUl li.guideLI .more {
	overflow:hidden;
}
.probox ul.proUl li.guideLI .more a {
	display:block;
	margin-top:80px;
	line-height: 22px;
	padding-left:65px;
	width:160px;
	background:url(../img/rmore1.png) no-repeat 190px 3px;
	height:22px;
	overflow:hidden;
}
.probox ul.proUl li.guideLI .more a:hover {
	display:block;
	margin-top:80px;
	line-height: 22px;
	padding-left:65px;
	width:160px;
	background:url(../img/rmore.png) no-repeat 190px 3px;
	height:22px;
	overflow:hidden;
}
.sameMoudle {
	margin-top:30px;
	overflow:hidden;
}
.sameMoudle .sHead {
	height:24px
}
.sameMoudle .sHead .cn, .sameMoudle .sHead .en {
	display:inline-block;
	float:left
}
.sameMoudle .sHead .cn {
	line-height:24px;
	font-size:20px;
	color:#333;
	font-family:微软雅黑
}
.sameMoudle .sHead .en {
	font-family:Arial;
	color:#d30001;
	padding-left:5px;
	margin-top:8px
}
.sameMoudle .sHead .key {
	height:18px;
	line-height:18px;
	float:left;
	padding-left:35px;
	margin-top:6px;
	color:#666
}
.sameMoudle .sHead .key a {
	color:#666
}
.sameMoudle .sHead .more {
	display:inline-block;
	line-height:24px;
	padding-right:20px;
	color:#666;
	float:right;
	background:url(../img/more_ico.jpg) no-repeat right center;
}
.sameMoudle .sLine {
	height:2px;
	background:#333;
	margin-top:5px;
	overflow:hidden
}
.sameMoudle .sBody {
	margin-top:5px
}
.goodsOffer .sBody {
	height:360px;
	overflow:hidden
}
.goodsOffer .cell1 {
	width:280px;
	height:360px;
	overflow:hidden
}
.goodsOffer .cell1 .td {
	height:180px;
	overflow:hidden
}
.goodsOffer .cell2 {
	width:420px;
	height:360px;
	overflow:hidden
}
.hotSaleRank .sBody {
	width:978px;
	height:328px;
	border:solid 1px #ddd;
	overflow:hidden
}
.hotSaleRank .stage {
	width:480px;
	height:320px;
	padding:4px;
	float:left;
	position:relative;
	overflow:hidden;
}
.hotSaleRank .stage .in {
	height:332px;
	overflow:hidden
}
.hotSaleRank .stage .t {
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 15px;
	border-bottom-right-radius:6px;
	background:#c9033b;
	color:#fff;
	font-size:20px;
	font-family:Arial;
	position:absolute;
	margin:-5px 0 0 -5px;
	z-index:90;
}
.hotSaleRank .stage .list {
	height:332px;
	overflow:hidden
}
.hotSaleRank .thumbMap {
	width:490px;
	height:340px;
	float:right;
	overflow:hidden;
}
.hotSaleRank .thumbMap .list {
	width:215px;
	height:143px;
	padding:15px 15px 12px 14px;
	border-left:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	float:left;
	overflow:hidden;
}
.hotSaleRank .thumbMap .list .t {
	display:inline-block;
	height:16px;
	line-height:16px;
	padding:0 8px;
	border-bottom-right-radius:4px;
	background:#c9033b;
	color:#fff;
	font-size:10px;
	position:absolute;
	margin-top:-21px;
	margin-left:-14px;
	font-family:微软雅黑
}
.hotSaleRank .thumbMap .list .img img {
	width:215px;
	height:143px;
	overflow:hidden
}
.hotSaleRank .thumbMap .list .price {
	color:#c9033b;
	font-size:14px;
	margin-top:8px
}
.hotSaleRank .thumbMap .list .yen {
	font-family:微软雅黑
}
.hotSaleRank .thumbMap .list .num {
	font-family:Arial
}
.hotSaleRank .thumbMap .list .desc {
	height:24px;
	line-height:24px;
	position:relative;
	background:#000;
	top:-24px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	overflow:hidden;
}
.hotSaleRank .thumbMap .list .desc a {
	color:#fff;
	padding-left:10px;
}
.hotSaleRank .thumbMap .list.bt {
	height:137px;
	border-top:solid 1px #ddd
}
.styleRepeat .sBody {
	/*height:594px;*/
	overflow:hidden
}
.styleRepeat .sLine {
	border-left:solid 170px #d30001;
}
.styleRepeat .map1 {
	height:342px;
	overflow:hidden
}
.styleRepeat .map1 .slide, .styleRepeat .map1 .slide .stage {
	width:700px;
	height:342px;
	overflow:hidden
}
.styleRepeat .map1 .slide .nav {
	width:680px;
	height:16px;
	text-align:right;
	position:absolute;
	margin-top:-30px;
	overflow:hidden
}
.styleRepeat .map1 .slide .nav a {
	display:inline-block;
	width:16px;
	height:16px;
	line-height:16px;
	border-radius:16px;
	text-align:center;
	background:#fff;
	text-decoration:none;
	margin-left:5px
}
.styleRepeat .map1 .slide .nav .current {
	background:#c9033b;
	color:#fff!important
}
.styleRepeat .map1 .sideAd {
	width:279px;
	height:342px;
	overflow:hidden
}
.styleRepeat .map2 {
	height:240px;
	margin-top:12px;
	width:1000px;
	position:relative;
}
.styleRepeat .map2 .list {
	width:230px;
	height:240px;
	padding-right:20px;
	float:left
}
.styleRepeat .map2 .list.first {
	padding-left:0
}
.styleRepeat .map2 .list .img {
	height:153px;
	overflow:hidden
}
.styleRepeat .map2 .list .img img {
	width:215px;
	height:143px;
	padding:5px 7px 5px 8px;
	/*width:230px;
	height:153px;*/
	overflow:hidden;
}
.styleRepeat .map2 .list .pr {
	font-size:16px;
	color:#c9033b;
	font-family:Arial;
	margin-top:10px;
	font-weight:bold
}
.styleRepeat .map2 .list .tt {
	height:20px;
	line-height:20px;
	padding:5px 8px;
	overflow:hidden
}
.styleRepeat .map2 .list .tt a {
	font-weight:bold;
}
.styleRepeat .map2 .list .tj {
	margin-top:5px;
	border-top:1px dotted #ccc;
	padding:6px 0px;
	margin:0px 7px;
	overflow:hidden;
}
.styleRepeat .map2 .list .tj a {
	display:block;
	height:14px;
	line-height:14px;
	color:#999;
	padding-right:8px;
	float:left;
	text-indent:16px;
	overflow:hidden;
}
.styleRepeat .map2 .list .tj a.jieshao {
	background:url(../img/jieshao_ico.jpg) left top no-repeat;
}
.styleRepeat .map2 .list .tj a.canshu {
	background:url(../img/canshu_ico.jpg) left top no-repeat;
}
.styleRepeat .map2 .list .tj a.yuanli {
	background:url(../img/yuanli_ico.jpg) left top no-repeat;
}
.styleRepeat .map2 .list .tj a:hover.jieshao {
	background:url(../img/jieshao_ico.jpg) left -14px no-repeat;
	color:#e10022;
}
.styleRepeat .map2 .list .tj a:hover.canshu {
	background:url(../img/canshu_ico.jpg) left -14px no-repeat;
	color:#e10022;
}
.styleRepeat .map2 .list .tj a:hover.yuanli {
	background:url(../img/yuanli_ico.jpg) left -14px no-repeat;
	color:#e10022;
}
.styleRepeat .map2 .list .tj img {
	padding-right:5px;
}
.screen-root .ftSlde {
	display:block
}
.screen-root .sameMoudle {
	width:980px;
	float:right
}
.imagedesc {
	display:block;
	width:480px;
	height:320px;
	overflow:hidden;
	position:relative;
}
.imagedesc .core_item img {
	display:block;
	margin:0;
}
.imagedesc .core_desc {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}
.imagedesc .core_bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
}
.imagedesc .core_text {
	position:relative;
	overflow:hidden;
	padding:10px 15px;
	width:450px;
	line-height:26px;
	color:#fff;
}
.imagedesc a.more {
	display:inline-block;
	background:url(../img/icon_footer_arrow.png) right center no-repeat;
	color:#fff;
	font-size:12px;
	font-family:Microsoft yahei;
	padding-right:12px;
	position:absolute;
	right:25px;
	bottom:12px;
}
.imagedesc a.more {
	position:static;
	right:auto;
	bottom:auto;
}
.imagedesc a.add {
	display:block;
	height:14px;
	width:14px;
	background:url(../img/icon_add.png) left top no-repeat;
	overflow:hidden;
	position:absolute;
	right:25px;
	top:15px;
	text-indent:999px;
}
.imagedesc a.add {
	right:15px;
}
.text_right {
	text-align:right;
}
.comMap {
	width:978px;
	border:solid 1px #ddd
}
.comMap .mapItem {
	border-left:solid 1px #ddd;
	overflow:hidden
}
.comMap .mapItem .title {
	height:34px;
	padding:0 15px;
	border-bottom:solid 1px #ddd;
	background:#f9f9f9
}
.comMap .mapItem .title strong, .comMap .mapItem .title span, .comMap .mapItem .title a {
	display:inline-block;
	line-height:34px
}
.comMap .mapItem .title strong {
	font-size:15px;
	font-family:"微软雅黑";
	color:#333
}
.comMap .mapItem .title span {
	padding-left:5px;
	color:#787878
}
.comMap .mapItem .title a {
	color:#999;
	cursor:pointer;
	font-family:"宋体"
}
.comMap .mapItem .body {
	padding:20px 18px
}
.comMap .first {
	border-left:none
}
.comMap .cuxiao {
	width:324px;
	height:344px
}
.comMap .cuxiao .ad {
	height:132px;
	padding-bottom:15px;
	border-bottom:dashed 1px #dadada;
	overflow:hidden
}
.comMap .cuxiao ul {
	height:auto;
	margin-top:6px
}
.comMap .cuxiao ul li {
	width:288px;
	height:23px;
	line-height:23px;
	color:#999;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis
}
.comMap .cuxiao ul li a {
	color:#666
}
.comMap .moveLay {
	height:344px
}
.comMap .moveLay .body {
	padding:12px 18px
}
.comMap .moveLay .outBox {
	height:285px;
	overflow:hidden
}
.comMap .moveLay .list {
	height:79px;
	padding:8px 0;
	overflow:hidden
}
.comMap .moveLay .list .img {
	width:119px;
	overflow:hidden;
	float:left;
	margin-right:12px
}
.comMap .reping {
	width:332px
}
.comMap .reping .list p {
	height:54px;
	line-height:18px;
	overflow:hidden;
	color:#666
}
.comMap .reping .list p a {
	color:#666
}
.comMap .reping .list .star {
	height:9px
}
.comMap .reping .list .star .bg {
	width:55px;
	height:9px;
	overflow:hidden;
	background:url(http://image.meilele.com/img/index20121012/weibo_bg.png) -124px 0 no-repeat
}
.comMap .reping .list .star span {
	display:inline-block;
	height:9px;
	overflow:hidden;
	vertical-align:top;
	background:url(http://image.meilele.com/img/index20121012/weibo_bg.png) -124px -9px no-repeat
}
.comMap .reping .list .star .w1 {
	width:11px
}
.comMap .reping .list .star .w2 {
	width:22px
}
.comMap .reping .list .star .w3 {
	width:33px
}
.comMap .reping .list .star .w4 {
	width:44px
}
.comMap .reping .list .star .w5 {
	width:55px
}
.comMap .reping .list .uname {
	height:16px;
	line-height:16px;
	color:#f0670d
}
.comMap .chengjiao {
	width:320px
}
.comMap .chengjiao .list p {
	height:18px;
	line-height:18px;
	overflow:hidden
}
.comMap .chengjiao .list .name a {
	color:#666
}
.comMap .chengjiao .list .price {
	color:#c9033b
}
.comMap .chengjiao .list .uname {
	color:#f0670d;
	margin-top:6px
}
.comMap .chengjiao .list .time {
	color:#999
}
.comMap .loading {
	height:16px;
	text-align:center;
	margin-top:100px
}
.comMap .mapLeft {
	width:324px
}
.comMap .chuangyi {
	overflow:hidden
}
.comMap .chuangyi .body {
	padding:20px 18px 18px
}
.comMap .chuangyi .notes {
	height:83px;
	overflow:hidden
}
.comMap .chuangyi .notes .img {
	width:124px;
	height:83px;
	overflow:hidden;
	float:left;
	margin-right:15px
}
.comMap .chuangyi .notes h4 {
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#666;
	overflow:hidden
}
.comMap .chuangyi .notes h4 a {
	color:#666
}
.comMap .chuangyi .notes p {
	height:54px;
	line-height:18px;
	color:#666;
	text-indent:2em;
	margin-top:5px;
	overflow:hidden
}
.comMap .chuangyi ul {
	padding-top:6px
}
.comMap .chuangyi ul li {
	width:288px;
	height:18px;
	line-height:18px;
	margin-top:8px;
	color:#666;
	overflow:hidden;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis
}
.comMap .chuangyi ul li a {
	color:#666
}
.comMap .xiujia {
	width:653px
}
.comMap .xiujia .tNav {
	height:12px;
	margin-top:11px;
	float:right
}
.comMap .xiujia .tNav a {
	display:inline-block;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#d9d9d9;
	border-radius:10px;
	vertical-align:top;
	margin-right:5px
}
.comMap .xiujia .tNav a:hover, .comMap .xiujia .tNav .current {
	background:#c9033b
}
.comMap .xiujia .body {
	height:270px;
	padding:20px 19px
}
.comMap .xiujia .stage {
	width:615px;
	height:272px;
	overflow:hidden
}
.comMap .xiujia .list {
	width:167px;
	height:256px;
	padding:8px;
	background:url(http://image.meilele.com/img/default/xspace_bg.jpg) top center no-repeat;
	margin-left:33px
}
.comMap .xiujia .list.first {
	margin-left:0
}
.comMap .xiujia .list .img {
	height:200px;
	overflow:hidden
}
.comMap .xiujia .list .txt {
	height:36px;
	line-height:18px;
	padding-top:10px;
	overflow:hidden;
	color:#666
}
.comMap .xiujia .list .txt a {
	color:#666
}
.screen-root .comMap {
	float:right
}
.left {
	float:left
}
.imagedesc_370 {
	width:225px;
	display: block;
	overflow: hidden;
	position: relative;
}
.imagedesc_370 .core_desc {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}
.imagedesc_370 .core_bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.imagedesc_370 .core_text {
	position:relative;
	padding:5px 10px;
	width:205px;
	line-height:28px;
	color:#fff;
	overflow:hidden;
}
.yahei {
	font-family: Microsoft yahei;
}
.f12 {
	font-size: 12px;
}
.f16 {
	font-size: 14px;
	font-weight:bold;
}
.lh24 {
	line-height: 23px;
}
.imagedesc_370 a.add {
	display:block;
	height:14px;
	width:14px;
	background:url(../img/jiahao.gif) no-repeat left 5px;
	overflow:hidden;
	position:absolute;
	right:10px;
	top:12px;
	text-indent:999px;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.text_right {
	text-align: right;
}
.imagedesc_370 a.more {
	display: inline-block;
	background: url(../img/icon_footer_arrow.png) right center no-repeat;
	color: white;
	font-size: 12px;
	font-family: Microsoft yahei;
	padding-right: 12px;
	position: absolute;
	right: 25px;
	bottom: 15px;
}
.imagedesc_370 a.more {
	position: static;
	right: auto;
	bottom: auto;
}
.spc_filter {
	width:958px;
	padding:0 20px;
	background:#fff;
	border:1px solid #d0d0d0;
	z-index:2;
	overflow:hidden;
}
.spc_filter a {
	display:inline-block;
	margin-right:7px;
	padding:0 5px;
	font-size:13px
}
.spc_filter strong {
	font-size:14px;
	color:#333;
	margin-right:5px
}
.spc_filter a.current {
	background:#F24B34;
	color:#fff
}
.spc_filter label {
	display:inline-block;
	vertical-align:middle
}
.spc_filter input {
	margin:0 2px 0 10px;
	vertical-align:middle
}
.spc_filter .right_choose {
	padding:12px 13px 10px 0
}
.spc_filter .left_menu {
	padding:10px 0
}
.spc_filter .left_menu .item_height, .spc_filter .left_menu strong {
	height:24px;
	line-height:24px
}
.spc_filter .left_menu strong {
	display:inline-block;
}
.spc_filter .right_link {
	background:#f3f3f3;
	display:inline-block;
	border:#d6d6d6 1px solid;
	margin:9px 0;
	width:81px;
	height:27px;
	line-height:27px;
	text-align:center;
	border-radius:3px;
	font-size:15px
}
.spc_filter .right_link span {
	font-size:15px;
	height:20px;
	line-height:20px;
	color:#ea4162;
	padding-right:10px
}
.spc_filter .right_link:hover {
	text-decoration:none
}
.spc_filter .right_link i {
	font-style:normal;
	font-weight:bold;
	font-size:16px
}
.spc_filter .mb_br {
	border-bottom:#dfdfdf 1px solid
}
.spc_main .icon {
	background:url(/img/specials/bg5.png) no-repeat 0 0
}
.spc_main .item {
	position:relative;
	margin:0 auto;
	border:1px solid #f2f2f2;
	width:945px
}
.spc_main .item_container {
	padding:0 10px 10px 10px;
	border-right:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9
}
.spc_main .item_l {
	width:744px;
	height:250px;
	background:#f8f8f8
}
.spc_main .item_r {
	width:200px;
	height:250px;
	background:#fef8ec;
	border-left:#f2f2f2 1px solid
}
.spc_main .item .goods_count {
	position:absolute;
	width:93px;
	height:28px;
	left:0;
	margin:10px 0 0 -6px;
	background-position:0 0;
	line-height:22px;
	text-align:center;
	color:#fff;
	font-family:"微软雅黑";
	font-size:13px
}
.spc_main .item .stage {
	width:682px;
	margin:40px 27px 0;
	overflow:hidden;
	text-align:center
}
.spc_main .item .stage td {
	vertical-align:top
}
.spc_main .item .stage .img {
	width:200px;
	height:132px
}
.spc_main .item .stage .info {
	width:200px;
	padding-top:10px;
	line-height:20px
}
.spc_main .item .stage .plus {
	display:inline-block;
	width:15px;
	height:15px;
	margin:64px 12px 0;
	background-position:-61px -30px
}
.spc_main .item .item_l .left, .spc_main .item .item_l .right {
	position:absolute;
	display:block;
	width:16px;
	height:33px;
	left:0;
	margin-top:54px;
	cursor:pointer
}
.spc_main .item .item_l .left {
	margin-left:6px;
	background-position:-98px 0
}
.spc_main .item .item_l .right {
	margin-left:716px;
	background-position:-114px 0
}
.spc_main .item .item_r .equal {
	display:inline-block;
	width:15px;
	height:9px;
	font-size:0;
	margin:104px 18px 0;
	background-position:-78px -33px
}
.spc_main .item .item_r .Right {
	width:124px;
	padding:40px 20px 0 0
}
.spc_main .item .item_r h4 {
	font-size:14px;
	font-family:"Microsoft Yahei";
	font-weight:normal
}
.spc_main .item .item_r p {
	line-height:1.5em
}
.spc_main .item .item_r .price_tip {
	color:#d70000
}
.spc_main .item .item_r .price {
	font-size:20px;
	font-family:"Microsoft Yahei"
}
.spc_main .item .item_r .save_icon {
	display:inline-block;
	width:61px;
	height:14px;
	margin-right:2px;
	background-position:0 -29px;
	vertical-align:top
}
.spc_main .item .item_r .back_icon {
	background-position:0 -81px
}
.spc_main .item .item_r .buy_icon {
	display:inline-block;
	width:122px;
	height:37px;
	margin-top:10px;
	background-position:0 -96px
}
.spc_main .item .item_r.bg_wl {
	background:#fef8ec url(/img/specials/bg_wl.png?1) no-repeat top right
}
.spc_main .item .item_r.bg_fw {
	background:#fef8ec url(/img/specials/bg_fw.png?1) no-repeat top right
}
.spc_main .item.double .item_l, .spc_main .item.double .item_r {
	height:304px
}
.spc_main .item.double .stage .img {
	width:280px;
	height:186px
}
.spc_main .item.double .stage .info {
	width:280px
}
.spc_main .item.double .stage .plus {
	margin:82px 43px 0
}
.spc_main .item.double .item_r .equal {
	margin:122px 14px 0
}
.spc_main .item.double .item_r .Right {
	padding-top:60px
}
.spc_main .goods_much {
	height:250px
}
.spc_main .floor {
	margin:20px 0 0 0
}
.spc_main .floor .title {
	color:#d60742;
	padding:0 0 3px 10px
}
.spc_main .floor .title_br_mt {
	border-top:1px solid #d9d9d9
}
.spc_main .floor .title i {
	display:inline-block;
	width:38px;
	height:32px;
	background-image:url(/img/specials/bg5.png);
	vertical-align:top;
	margin:0 2px 0 0
}
.spc_main .floor .title i.f1 {
	background-position:0 -184px
}
.spc_main .floor .title i.f2 {
	background-position:-39px -184px
}
.spc_main .floor .title i.f3 {
	background-position:-77px -185px
}
.spc_main .floor .title i.f4 {
	background-position:-116px -184px
}
.spc_main .floor .title i.f5 {
	background-position:0 -216px
}
.spc_main .floor .title i.f6 {
	background-position:-39px -217px
}
.spc_main .floor .title i.f7 {
	background-position:-77px -217px
}
.spc_main .floor .title i.f8 {
	background-position:-116px -217px
}
.spc_main .floor .title i.f9 {
	background-position:0 -246px
}
.spc_main .floor .title .floor_name {
	vertical-align:top;
	display:inline-block;
	height:32px;
	line-height:32px;
	font-size:22px;
	font-family:"微软雅黑";
	font-weight:bold
}
.spc_main .floor .header {
	position:relative;
	overflow:hidden;
	width:990px;
	height:27px;
	background:url(/img/specials/bg5.png) 0 -134px repeat;
	margin:0 0 0 -5px
}
.spc_main .floor .header .h_l {
	float:left;
	width:20px;
	height:27px;
	background:url(/img/specials/bg5.png) 0 -53px repeat
}
.spc_main .floor .header .h_r {
	float:right;
	width:20px;
	height:27px;
	background:url(/img/specials/bg5.png) -20px -53px repeat
}
.spc_main .floor .content {
	background:#FFF
}
.spc_main .floor .br_lr1, .spc_main .floor .br_lr2 {
	border-right:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9
}
.spc_main .floor .footer {
	height:3px;
	font-size:0;
	background:#f4f1f2 url(/img/specials/bg5.png) 0 -162px repeat
}
.spc_main .floor .red, .spc_main .floor a.red {
	color:#d70000
}
.th_float_link {
	position:fixed;
	top:180px;
	left:10px;
	display:none;
	_position:absolute;
_left:expression(eval(document.documentElement.scrollLeft+10));
_top:expression(eval(document.documentElement.scrollTop+180))
}
.th_float_link .link_list {
	border:#f9dce3 1px solid;
	overflow:hidden;
	width:113px;
	background:#fff
}
.th_float_link .footer_bg {
	width:115px;
	height:3px;
	font-size:0;
	background:url(/img/specials/bg5.png) 0 -162px repeat
}
.th_float_link .link_list a {
	display:block;
	padding:12px 0;
	text-align:center
}
.th_float_link .link_list a:hover span, .th_float_link .link_list a.show span {
	color:#f60;
	text-decoration:none
}
.th_float_link .link_list b {
	display:block;
	width:114px;
	font-size:0;
	height:6px;
	background:url(/img/specials/bg5.png) 0 -168px
}
.th_float_link .link_list a i {
	color:#ee2952;
	font-style:normal;
	font-weight:normal
}
.th_float_link .link_list span {
	display:inline-block;
	font-family:"微软雅黑";
	font-size:14px;
	color:#555;
	cursor:pointer
}
.th_float_link .link_list span.item {
	font-weight:bolder;
	background-image:url(/img/specials/bg5.png);
	background-repeat:no-repeat;
	padding-left:22px
}
.th_float_link .link_list span.keting {
	background-position:-181px 1px
}
.th_float_link .link_list span.wofang {
	background-position:-181px -20px
}
.th_float_link .link_list span.canting {
	background-position:-181px -42px
}
.th_float_link .link_list span.shufang {
	background-position:-181px -64px
}
.th_float_link .link_list span.etf {
	background-position:-181px -84px
}
.th_float_link .link_list span.dzjj {
	background-position:-181px -108px
}
.th_float_link .link_list span.hwjj {
	background-position:-181px -174px
}
.th_float_link .link_list span.other {
	background-position:-181px -200px
}
.spc_main .item {
	height:250px;
	background:url(http://image.meilele.com/img/loading.gif) center center #f8f8f8 no-repeat
}
.spc_main .item.double {
	height:304px
}
.spc_main .item_loading {
	margin-top:125px
}
.pager {
	color:#444;
	margin-bottom:20px;
	text-align:center
}
.pager a, .pager strong {
	display:inline-block;
	margin:0 6px;
	padding:5px 8px;
	border:1px solid #d0d0d0;
	background:#fff
}
.pager a:hover, .pager strong {
	background:#d7285a;
	color:#fff
}
.pager .number {
	width:20px;
	text-align:center;
	height:20px;
	border:1px solid #c0c0c0;
	padding:0
}
.pager .button {
	color:#fff!important;
	text-decoration:none;
	background:#d7285a
}
.spc_main .floor .title {
	background:#f4f1f3
}
.spc_filter .left_menu .f_arrow {
	background:url(../img/category/arrow.gif) 38px -23px no-repeat;
	padding-right:20px
}
.spc_filter .left_menu .f_arrow.up {
	background-position:38px -53px
}
.spc_filter .left_menu .active.up {
	background-position:38px -84px
}
.spc_filter .sort .active {
	color:#c10000;
	background-position:38px 8px
}
.spc_filter .sort ._active_default {
	color:#fff;
	background:#F24B34;
}
.fixedLay {
	position:fixed;
	top:0;
	z-index:100;
	_position:absolute;
_top:expression(offsetParent.scrollTop);
_right:expression(this.offsetRight)
}
/*GH:2013-12-26 16:14:41*/
.sonbanner {
	width:100%;
	height:160px;
	margin:0 auto;
	overflow:hidden;
}
.chanpinbox {
	width:980px;
	margin:20px auto;
	overflow:hidden;
}
.cpleft {
	width:700px;
	float:left;
	overflow:hidden;
}
.chanpinbox h1.biaoti {
	display:block;
	height:40px;
	line-height:40px;
	text-decoration: none;
	font-size:24px;
	font-weight: bold;
	color: #333;
	margin-bottom:20px;
	overflow:hidden;
}
.chanpinbox h1.biaoti span {
	display:block;
	float:right;
	height:40px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	overflow:hidden;
}
.listimg {
	position:relative;
	width:1000px;
	overflow:hidden;
}
.listimg dl {
	display:block;
	float:left;
	width:230px;
	height:320px;
	background:#ececec;
	margin-bottom:20px;
	margin-right:20px;
	overflow:hidden;
}
.listimg dt {
	display:block;
	width:230px;
	height:153px;
	overflow:hidden;
}
.listimg dt img {
	width:230px;
	height:153px;
}
.listimg dt a.order.order {
	display:block;
	width:95px;
	height:38px;
	line-height:38px;
	font-size:14px;
	text-align:center;
	background:rgba(222, 33, 35, .60);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99de2123, endcolorstr=#99de2123);
	color:#fff;
	position:absolute;
	right:0px;
	top:-38px;
	overflow:hidden;
	display:none;
}
.listimg dd.txtname {
	display:block;
	width:200px;
	margin:10px auto 5px;
	font-size:14px;
	font-weight:normal;
	overflow:hidden;
}
.listimg dd.txtname a {
	display:block;
	height:26px;
	font-size:14px;
	overflow:hidden;
}
.listimg dd.txtname a.name {
	color:#333333;
	line-height:26px;
}
.listimg dd.txtname a.order {
	font-size: 12px;
	font-weight:bold;
	background:url(../img/order.jpg) no-repeat left center;
	padding-left:20px;
	width:70px;
	overflow:hidden;
}
.listimg dd.txtcontent {
	display:block;
	width:200px;
	margin:0px auto;
	line-height: 22px;
	height:66px;
	color:#666666;
	overflow:hidden;
}
.listimg dd.txtmore {
	display:block;
	width:198px;
	border: 1px solid #c6c6c6;
	background: #fff;
	line-height: 28px;
	height:28px;
	margin:10px auto 0px;
	overflow:hidden;
}
.listimg dd.txtmore a {
	display:block;
	float:left;
	width:66px;
	height:28px;
	color:#666;
	text-align:center;
	background: url(../img/p_xian.gif) no-repeat right center;
	overflow:hidden;
}
.listimg dd.txtmore a:hover {
	background:#e43a3d;
	color:#fff;
}
.cpright {
	width:250px;
	float:right;
	overflow:hidden;
}
.Abox {
	width:210px;
	padding:20px;
	background:#ffffff;
	overflow:hidden;
}
.Abox ol li {
	display: block;
	width: 210px;
	height: 22px;
	background:url(../img/right.gif) no-repeat left center;
	line-height: 22px;
	margin-top: 8px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Abox ol li a {
	padding-left:10px;
	color: #6F6B6B;
	overflow: hidden;
}
/*page*/
.page {
	clear:both;
	padding:25px 10px;
	overflow:hidden;
}
.page .page-con {
	width:100%;
	height:auto;
	text-align:center;
	white-space:nowrap;
	line-height:0;
	font-size:0;
	_padding-bottom:1px;
}
.page .page-con ul li {
	float:left;
	display:inline-block;
	width:auto;
	height:28px;
	line-height:28px;
	font-size:12px;
	padding:0px 10px;
	border:#dddddd 1px solid;
	overflow:hidden;
	color:#666;
	vertical-align:middle;
	white-space:nowrap;
	margin-left:-1px;
}
.page .page-con ul li select {
	border:0;
	background:none;
	height:20px;
	line-height:20px;
	margin-top:4px;
	overflow:hidden;
}
.page .page-con ul li.thisclass {
	float:left;
	display:inline-block;
	width:auto;
	height:28px;
	line-height:28px;
	font-size:12px;
	padding:0px 10px;
	border:#dddddd 1px solid;
	overflow:hidden;
	vertical-align:middle;
	white-space:nowrap;
	background-color:#ffcb03;
	color:#fff;
}
.page .page-con a {
	display:block;
	width:auto;
	height:28px;
	line-height:28px;
	font-size:12px;
	/*padding:0px 10px;*/
	/*border:#dddddd 1px solid;*/
	overflow:hidden;
	margin-left:-1px;
*margin-left:-2px;
	color:#333;
	vertical-align:middle;
	white-space:nowrap;
}
.page .page-con a:hover, .page .page-con strong.cur {
	/*background-color:#ffcb03;
	color:#fff;*/
	text-decoration:underline;
}
.page .page-con strong, .page .page-con .total {
	height:28px;
	line-height:28px;
	font-size:12px;
	overflow:hidden;
	color:#333;
	padding:0px 5px;
}
.page .page-con a.prev, .page .page-con a.next {
	margin:0px 10px;
}
.page .page-con .total {
	border:0;
}
/*page end*/
.probox1 {
	width:1050px;
	position:relative;
	overflow:hidden;
}
.probox dl {
	display:block;
	width:235px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background: #f1f1f1;
	height:420px;
	overflow:hidden;
}
.probox dl p img {
	display:block;
	width:235px;
	height:150px;
	overflow:hidden;
}
.probox dl dt {
	padding-top:10px;
	display:block;
	width:200px;
	margin:5px auto;
	font-size: 16px;
	font-weight: bold;
	color: #212121;
	height:20px;
	line-height:20px;
	overflow:hidden;
}
.probox dl dt a:hover {
	color: #de2123;
}
.probox dl dd {
	display:block;
	width:200px;
	margin:0 auto;
	border-bottom: 1px dotted #b2b2b2;
	line-height: 34px;
	height:34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.probox dl dd a {
	font-size:13px;
}
