.index_focus {
    width:100%;
    position: relative;
    zoom: 1;
    overflow: hidden;
    z-index: 6;
    background:#f5f5f5;
}

.index_focus .main-slide {
    position: relative;
    height: 450px;
    width:800px;
    margin:0 auto;
}

.index_focus .main-slid .slide-list {
    position: absolute;
    left: 50%;
    top: 0;
    height: 450px;
    margin-left: -960px;
}

.index_focus .main-slide .slide-item {
    overflow: hidden;
}

.index_focus .by-triggers {
    position: absolute;
    width: 100%;
    height: 18px;
    text-align: center;
    bottom: 15px;
    
    z-index: 11;
}

.index_focus .main-slide .slide-triggers {
    display: inline-block;
    text-align: center;
}

.index_focus .main-slide .trigger-item {
    float: left;
    width: 10px;
    height: 10px;
    color: #333;
    text-align: center;
    margin-right:17px;
    background-color: rgba(93, 93, 93, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%;
    border:1px solid #fff;
}
.index_focus .main-slide .trigger-item:last-child{
    margin-right:0px;
}

.index_focus .main-slide .trigger-item.active {
    background-color: rgba(255, 255, 255, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    color: #fff;
}

.index_focus .main-slide .control {
    position: absolute;
    left: 0;
    top: 170px;
    width: 100%;
}

.index_focus .main-slide .control div {
    position: relative;
    zoom: 1;
    width: 800px;
    margin: 0 auto;
}

.index_focus .main-slide .control a {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 70px;
    top: 50%;
    margin-top: 9px;
    text-align: center;
    
    background-position: 12px 22px;
    z-index: 2;
    transition: 0.3s all ease;
}

.index_focus .main-slide:hover .control a {
    display: block;

    background-color: rgba(0, 0, 0, 0.3);
}

.index_focus .main-slide:hover .control a:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.index_focus .main-slide .control .prev {
    left:0px;
}

.index_focus .main-slide .control .next {
    right: 0px;
    background-position: 12px -32px;
}


.subject_slide {
    position: absolute;
    width: 704px;
    left: 50%;
    bottom: 10px;
    margin-left: -352px;
    text-align: center;
    z-index: 12;
}

.subject_images {
    height: 122px;
    width: 705px;
    font-size: 0;
    overflow: hidden;
}

.subject_images li {
    display: inline-block;
    *display: block;
    _display: block;
    *float: left;
    _float: left;
    width: 97px;
    overflow: hidden;
    height: 122px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.subject_images li img {
    position: absolute;
    top: 0;
    left: 0;
}

.subject_images li:hover,
.subject_images li.current {
    width: 122px;
}

.subject_images li img:hover,
.subject_images li.current img {
    left: -100px;
}

.subject_images li img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.recommendBox {
    margin-top: 10px;
    background-color: #FFFFFF;
}

.index_title {
    padding-left: 10px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}

.index_title h3 {
    font-size: 20px;
    font-weight: normal;
}

.recommend_left {
    width: 25%;
    height: 361px;
    overflow: hidden;
}

.recommend_left img {
    width: 100%;
    height: 100%;
}

.recommend_right {
    width: 75%;
}


.slider {
    position: relative;
    width: 100%;
    height: 361px;
}

.slider .prev, .slider .next {
    position: absolute;
    top: 150px;
    height: 60px;
    width: 33px;
    background-image: url("../image/slide_hover.png");
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    z-index: 11;
    display: none;
}

.slider:hover .prev, .slider:hover .next {
    display: block;
}

.slider .prev {
    left: 0;
    background-position: left top;
}

.slider .next {
    right: 0;
    background-position: right top;
}

.slider .prev:hover, .slider .next:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.slider .roll_infos {
    width: 100%;
    height: 361px;
    overflow: hidden;
}

.roll_infos .slide-item {
    position: relative;
    height: 180px;
    width: 299px;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.roll_infos .slide-item a {
    display: block;
}

.roll_infos .slide-item .slide-item-detail {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 15px;
    z-index: 2;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.roll_infos .slide-item:hover .slide-item-detail {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.roll_infos .slide-item-detail .brief-tit {
    font-size: 14px;
    color: #FF6600;
    margin-bottom: 10px;
    width: 68px;
    height: 22px;
    line-height: 22px;
    padding-left: 7px;
    text-align: left;
    background: url("../image/presell_txt_bg01.gif") no-repeat top left;
}

.roll_infos .slide-item-detail p {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    height: 80px;
    overflow: hidden;
}

.roll_infos .slide-item-detail a {
    display: block;
    width: 100px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 10px auto 0;
    background-color: #FF6600;
}


.lanyanTalk, .GroupBuy, .PreSale {
    margin-top: 20px;
}

.Talk_title {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.Talk_title:after {
    position: absolute;
    top: 19px;
    content: '';
    display: block;
    background-color: #D6D6D6;
    height: 1px;
    width: 100%;
    margin: 0 auto;
}

.Talk_title h3 {
    position: relative;
    background-color: #eee;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    z-index: 11;
}

.Talk_title span {
    display: block;
    font-size: 18px;
    color: #666;
    text-align: center;
}

.Talk_more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #666;
}

.Talk_more:hover {
    color: #FF6600;
}

.lanyanTalk_content {
    margin-left: -30px;
}

.lanyanTalk-item {
    width: 378px;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    background-color: #FFFFFF;
    border: 1px solid #dedede;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

.lanyanTalk-item:hover, .groupbuy-item:hover {
    border-color: #FF6600;
}

.lanyanTalk-item > a {
    position: relative;
    display: block;
    height: 230px;
    width: 100%;
    overflow: hidden;
}

.lanyanTalk-item > a > img {
    height: 230px;
    width: 100%;
}

.lanyanTalk-item > a > p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75px;
    width: 100%;
    text-align: center;
    line-height: 75px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lanyanTalk-txt {
    margin: 15px 20px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}

.lanyanTalk-btn {
    margin: 0 20px 10px;
}

.lanyanTalk-btn .favorite,
.lanyanTalk-btn .comment {
    float: left;
    margin-right: 20px;
    line-height: 24px;
}

.lanyanTalk-btn .favorite > i,
.lanyanTalk-btn .comment > i {
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 5px;
    background-image: url("../image/header_icon.png");
    background-repeat: no-repeat;

}

.lanyanTalk-btn .favorite > i {
    background-position: -26px -103px;
}

.lanyanTalk-btn .comment > i {
    background-position: -26px -129px;
}


.groupbuy_content {
    margin-left: -6px;
}

.groupbuy-item {
    width: 394px;
    float: left;
    margin-left: 6px;
    margin-top: 10px;
    background-color: #FFFFFF;
    border: 1px solid #dedede;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

.groupbuy-item > a {
    display: block;
    height: 240px;
    width: 100%;
    overflow: hidden;
}

.groupbuy-item > a > img {
    height: 240px;
    width: 100%;
}

.groupbuy-title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
    margin: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.groupbuy-desc {
    margin: 10px;
    line-height: 25px;
}

.groupbuy-desc > span {
    font-size: 18px;
    font-weight: bold;
    color: #FF6600;
}

.groupbuy-desc > del {
    color: #999;
}

.groupbuy-btn {
    float: right;
    height: 25px;
    padding: 0 15px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
    background-color: #FF6600;
    border-radius: 3px;
}


.Talk_more i {
    position: absolute;
    left: -24px;
    top: 0px;
    background-image: url("../image/header_icon.png");
    background-repeat: no-repeat;
    background-position: 0 -165px;
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.presale-item {
    position: relative;
    margin-top: 25px;
}

.presale-item > a {
    display: block;
    float: left;
    width: 600px;
    height: 360px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.presale-item > a > img {
    width: 600px;
    height: 360px;
}

.presale-item > a:hover > img {
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.presaleBox {
    float: left;
    width: 600px;
    height: 370px;
    position: absolute;
    top: -5px;
    left: 600px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.presale-time {
    height: 30px;
    width: 300px;
    margin: -3px auto 0;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    background-color: #000000;
}

.presale-title {
    margin: 20px;
    font-size: 20px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.presale-desc {
    margin: 0 20px 20px;
    font-size: 14px;
    line-height: 20px;
    height: 140px;
    overflow: hidden;
}

.presale-desc span {
    background-color: #FF6600;
    padding: 2px 5px;
    color: #FFFFFF;
    margin-right: 5px;
}

.presale_price {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
}

.presale_price .fl > span {
    color: #FF6600;
    font-size: 24px;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}

.presale_price .fl > del {
    color: #999;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.presale_btn {
    display: block;
    float: right;
    background-color: #FF6600;
    width: 130px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
}


.LC_floor {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

.LC_floor .title {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.LC_floor .title h3 {
    float: left;
    width: 60%;
    height: 50px;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
}

.LC_floor .title h3 span {
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

.floor_keys {
    position: relative;
    float: right;
    padding-right: 25px;
    width: 40%;
    box-sizing: border-box;
}

.floor_keys a {
    color: #999;
    margin-right: 5px;
}

.floor_keys a:hover {
    color: #FF6600;
}

.floor_keys a.more {
    position: absolute;
    top: 17px;
    right: 0;
    color: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-family: "宋体";
    background-color: #999;
    border-radius: 50%;
}

.floor_left, .floor_left > a, .floor_left > a > img {
    display: block;
    width: 260px;
    height: 330px;
    overflow: hidden;
}

.floor_middle {
    width: 940px;
    height: 330px;
    overflow: hidden;
}

.floor_middle .clearfix {
    width: 100%;
    height: 100%;
}

.floor_middle .floor_item {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    height: 100%;
    border-left: 1px solid #eee;
    background-color: #FFFFFF;
    box-sizing: border-box;
    overflow: hidden;
}

.floor_middle .floor_item > a {
    display: block;
}

.floor_middle .floor_pic {
    display: block;
    width: 190px;
    height: 190px;
    margin: 10px auto;
}

.floor_middle .floor_item .p_infor {
    text-align: center;
    margin: 0 10px 10px;
}

.floor_middle .floor_item .p_infor > p {
    font-size: 14px;
    color: #333;
    height: 30px;
    width: 100%;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.floor_middle .floor_item .p_infor > span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.floor_middle .floor_item .floor_price {
    margin-top: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.floor_middle .floor_item .floor_price > b {
    color: #FF6600;
    font-size: 16px;
}

.floor_middle .floor_item .floor_price > del {
    color: #999;
}

.floor_item .floor_panel {
    position: absolute;
    left: 1px;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 122px 52px 122px 52px;
    background-color: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    box-sizing: border-box;
    visibility: hidden;
    
}

.floor_item:hover .floor_panel {
    visibility: visible;
}

.floor_panel_cart,
.floor_panel_detail {
    position: relative;
    display: block;
    width: 80px;
    height: 34px;
    padding: 0 6px 0 40px;
    line-height: 34px;
    font-size: 14px;
    border: 2px solid #FF6600;
}

.floor_panel_cart {
    color: #FFFFFF;
    background-color: #FF6600;
    margin-bottom: 10px;
}

.floor_panel_detail {
    background: transparent;
    color: #FF6600;
}

.floor_panel_cart i, .floor_panel_detail i {
    position: absolute;
    top: 5px;
    left: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../image/header_icon.png");
    background-repeat: no-repeat;
}

.floor_panel_cart i {
    background-position: -24px -154px;
}

.floor_panel_detail i {
    background-position: -26px -176px;
}


.shopPosition {
    
    position: fixed;
    top: 50%;
    right: 50%;
    left: auto;
    margin-right: 620px;
    width: 40px;
    background-color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);

}

.shopPosition > a, .shopPosition .toTop {
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    background: #bfbfbf;
    cursor: pointer;
}
.shopPosition .toTop{
    background:#51515b;
}
.shopPosition > a:last-child {
    border-bottom: none;
}

.shopPosition > a:hover, .shopPosition > a.cur {
    background-color: #008cd6;
    color: #FFFFFF;
}


.adverFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    z-index: 12;
    text-align: center;
}

.adverFixed > a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}

.adverFixed > a > img {
    position: relative;
    display: block;
    left: 50%;
    margin-left: -960px;
}

.adverFixed .inner-wrap {
    position: absolute;
    top: 78px;
    left: 50%;
    margin-left: -600px;
}

#fixedClosed {
    position: absolute;
    right: 52px;
    top: 35px;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 13;
}

body {
    background:#F5F5F5;
    font: 12px/1.5 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
    
}

.page-container .inner-wrap {
    padding:30px 0px 0px 0px;
}


.brick-list{
    *zoom:1;
}
.brick-list:after {
    content:"";
    display:table;
    clear:both;
}

.brick-list-3{
   width:291px;
   height:180px;
    margin: 0px 12px 14px 0px;
    float: left;
    position: relative;
    webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}
.brick-list-3:nth-child(4n) {margin-right: 0;}
.brick-list-3:last-child{margin-right:0;}
.brick-list .brick-item:last-child{margin-right:0;}

.brick-list-4 {
    margin-left:-12px;
}
.brick-list-4 .brick-item{
    width:291px;
    height:364px;
    margin:0px 0px 12px 12px;
}

.brick-list-5 .brick-item{
   width:232px;
   height:290px;
}
.brick-list-4 .brick-item-hot {
    width:594px;
    height:364px;
}
.brick-list-5 .brick-item-hot {
    width:232px;
    height:590px;
}
.brick-list-4 .img {
    width:200px;
    height:200px;
    margin:40px auto 15px auto;
}
.brick-list-5 .img {
    width:150px;
    height:150px;
    margin:30px auto 15px auto;
}

.brick-item-hot .info {
    position:absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    padding:0!important;
}
.brick-item-hot .info .price {
    padding:125px 0px 0px 27px;
    font-size:24px!important;
    text-align:left;
}
.brick-list-5 .brick-item-hot .info .price {
    padding:465px 0px 0px 20px;
}

.brick-list .info {
    text-align:center;
    padding:0px 20px;
}
.brick-list .title {
    font-size:14px;
    line-height:1.6;
    text-align:center;
    font-weight:normal;
}


.brick-list .desc {
    font-size:12px;
    line-height:1.4;
    color:#a4a4a4;
    margin-bottom:8px;
}
.brick-list .price {
    font-size:14px;
    color:#ff0700;
}
.brick-list a {
    display:inline-block;
    width:100%;
    height:100%;
}



.home-main {
    padding:10px 0px 0px 0px;
    width: 1200px;
    margin: 0 auto;
}
.home-main .wrap {
    width:1200px;
    margin:0 auto;
}

.home-main .home-floor-hot {
    height:100px;
    padding:20px 0px;
}


.home-hot {
 height:220px;
}
.home-hot .brick-list {
    margin-bottom:0
}
.home-hot .brick-item.last {
    margin-left:11px;
}
.home-hot .brick-list-3:hover {
    z-index: 2;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}





.home-floor {

}


.home-floor-item {
    margin-bottom:10px;
}

.home-floor-item .floor-hd .title {
    font-size: 24px;
    font-weight:normal;
    line-height: 58px;
    color: #333;
}

.home-floor-item dt {
    font-size: 24px;
    font-weight:normal;
    line-height: 58px;
    color: #333;
}

.home-floor-item .brick-item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.07);
    box-shadow: 0 10px 15px rgba(0,0,0,0.07);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

    
.slider .slider-nav li, .slider-nav li, .slider-prev, .slider-next,.today_sale dl dt .time span{
    background: url(../image/vjc0284a98b1200d4745c7b2ca1719a6.png) 0 0 no-repeat;
}

.slider .slider-nav {
    bottom: 110px;
    z-index: 99999;
    position: absolute;
    width: 100%;
    height: 12px;
    text-align: center
}
.slider .slider-nav li {
    margin-right: 5px;
    background-position: 0px -500px;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    _zoom: 1;
}

.slider .slider-nav li.active {
    background-position: 0px -512px;
}
.page-header .fixed-logo{
    display: none;
    height: 50px;
    line-height: 46px;
    width: 300px;
}
.page-header .fixed-logo img{
    vertical-align: middle;
}

.page-header.fixed {
    position: fixed;
    position: fixed;
    top: 0;
    z-index: 101;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #008cd6;
    box-shadow: 0px 2px 2px rgba(117, 117, 117, 0.5);
    
    height: 50px;
    -webkit-animation: searchTop .5s ease-in-out;
    -moz-animation: searchTop .5s ease-in-out;
    animation: searchTop .5s ease-in-out;
}
.page-header.fixed .header-left .logo {
    max-height: 40px;
    margin-top: 5px;
    display: none;
}
.page-header.fixed .header-left .logo img {
    width: 116px;
}
.page-header.fixed .header-left .fixed-logo{
    display: block;
}
.page-header.fixed .header-right, .page-header.fixed .header-main .hots {
    display: none;
}
.page-header.fixed .header-main {
    margin-top: 5px;
}


    
    

@keyframes searchTop {
    from{
        transform: translateY(-100px);
    }
    to{
        transform: translateY(0px);
    }
}