/*
 * 此文件夹下放置当前活动所需样式
 * 样式模块化，每个模块已字母 m 加短横线开头
 * 以主从选择器的方式定位子元素
 * 例如 .m-bn, .m-bn tt
*/

/*头部*/
.m-head{
    position: relative;
    margin:0 auto;
    width: 100%;
    height: 726px;
}
.bn-in{
    width: 100%;
    height: 100%;
}
/* =====================================浮动导航===================================== */
.m-fwp {
    width: 1480px;
    margin: 0 auto;
}

.m-fwp .float {
    width: 1500px;
    right: 0;
    position: relative;
    z-index: 10;
}

.m-fwp .float.stuck {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
}

.m-fwp .float img {
    display: block;
    position: absolute;
    right: -170px;
}

.m-fwp .float .portals {
	position: absolute;
	right: -99px;
	top: 171px;
}

.m-fwp .float .portals a {
	display: block;
	width: 183px;
	height: 58px;
	cursor: pointer;
}
/*.m-fwp .float .portals a:nth-last-child(0){
	margin-top: 11px;
}
.m-fwp .float .portals a:nth-last-child(9){
	margin-top: 6px;
}
.m-fwp .float .portals a:nth-last-child(8){
	margin-top: 8px;
	}*/
/*.m-fwp .float .portals a:nth-last-child(7){
	margin-top: 0px;
	}
.m-fwp .float .portals a:nth-last-child(6){
	margin-top: 8px;
	}*/
/*==========================================================*/
.m-fwp .float .portals a:nth-last-child(5){
	margin-top: 0px;
}
/*=========================================================*/
.m-fwp .float .portals a:nth-last-child(4){
	margin-top: 0px;
}
.m-fwp .float .portals a:nth-last-child(3){
	margin-top: 0px;
}
.m-fwp .float .portals a:nth-last-child(2){
	margin-top: 0px;
}
.m-fwp .float .portals a:nth-last-child(1){
	margin-top: 0px;
}
/*======================================== 浮动导航end =========================================*/
/*======================================轮播列表==============================================*/

/* ======================================  商品列表 ==========================================*/
.promo-page .lg-it-box {
   	width: 230px;
    height: 320px;
    padding: 0 10px;
    margin: 4px;
    float: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dcd8d7;
	box-sizing: border-box;
}
.promo-page .lg-it-box .item-pic {
    width: 100%;
	margin: 0 auto;
    display: block;
}

.bu1-page .lg-it-box .item-des {
	line-height: 1.5em;
	height: 3em;
	position: relative;
    font-weight: bold;
    margin: 0 0 16px 0;
	width:100%;
	overflow:hidden
}
.bu1-page .lg-it-box .item-price {
    font-size: 20px;
    line-height: 1.5em;
    color: #f25950;
}

.promo-page .lg-it-box .item-o-price{
	font-size: 12px;
	height: 16px;
    color: #999;
	text-decoration:line-through;
	}
.promo-page .lg-it-box .cta-btn {
    position: absolute;
    bottom: 9px;
    right: 10px;
    line-height: 2.5em;
    padding: 0 1em;
    text-align: center;
    font-weight: bold;
    background-color: #f25950;
    color: #fff;
    display: none;
    border-radius: 5px;
}
.promo-page .lg-it-box:hover .cta-btn{
	 display:block;
	}
.promo-page .lg-it-box .cta-btn:hover{
	color:#FFF;
	background-color: #ee2C21;
	display: block;
	}			

.promo-page .lg-it-box .p_more{
	display: block;
    font-size: 27px;
    margin-top: 118px;
    width: 200px;
    text-align: center;
	}
/*public*/
.m-gds{
	width:100%;
	margin:0 auto;
	position: relative;
	} 
li{
	list-style:none;
	}

ul{
	padding:0;
    margin: 0;
	}
/*=================标题================*/
.tt-box{
    padding: 40px 0 20px;
    margin: 0 auto;
    text-align: center;
    width:100%;
	}
.subtt-box{
	padding-top: 36px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
	}
body{
    overflow-x: hidden;
	}	
/*header*/
.main-header{
	width:100%;
	margin:0 auto;
	height: 155px;
	overflow:hidden;
	text-align:center;
	}
.main-header div img{
	width:100%;
	height:100%
	}	
.main-header a img{
	width:100%;
	height:100%
	}	
.main-header a{
    float: left;
     display:block;
	 width:20%;
	 height:100%;
	}
.main-header .top-nav2{
	width:60%;
	height:100%;
	float:left
	}
.main-header .top-nav3{
	width:20%;
	height:100%;
	float:left
	}


