body {
    background: #FAF8F7;
}
.box-face {
    width: 1200px;
    margin: 0 auto;
}
.box-groupType {
    width: 200px;
    margin-right: 12px;
    float: left;
    background-color:#fff;
    position: relative;
    z-index: 101;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.box-groupType ul {
    list-style: none;
    font-size: 0;
}
.box-groupType li {
    line-height: 41px;
    font-size: 14px;
}
.box-groupType li a {
    display: block;
    width: 100%;
    height: initial;
    text-indent: 27px;
    white-space: nowrap;
    position: relative;
}
.box-groupType li:hover >a,
.box-groupType li a:hover {
    background-color: #F8F8F8;
    color: #C99F6A;
}
.box-groupType li .hasChild::after {
    content: "\25B6";
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 10px;
    width: 42px;
    height: 50px;
    display: inline-block;
    color: #bbb;
}
.box-groupType li .childGroup {
    display: none;
    width: 250px;
    height: 450px;
    background-color: rgba(255,255,255,.95);
    position:absolute;
    left: 100%;
    top: 0;
}
.box-groupType li:hover .childGroup {
    display: block;
}


.slide{
    width: 988px;
    height: 450px;
    overflow: hidden;
    float: left;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.slidecnt{
    width: 500%;
    height: 450px;
}
.slidecnt li{
    width: 20%;
    height: inherit;
    position: relative;
    overflow: hidden;
}


.flex-direction-nav,
.flex-control-nav{
    display: none;
    width: 100%;
    position: relative;
    z-index: 100;
}

.flex-control-nav{
    text-align: center;
    top: -30px;
}
.flex-control-nav li{
    display: inline;
    margin-right: 10px;
    font-size: 0;
}
.flex-control-nav li a{
    display: inline-block;
    *display: inline;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
}
.flex-control-nav li a.active,
.flex-control-nav li a:hover{
    background: #C99F6A;
}
.flex-direction-nav li a{
    display: block;
    width: 40px;
    height: 60px;
    position: absolute;
    top: -300px;
    font-size: 0;
}

.flex-direction-nav li a.prev{
    left: 10px;
    background: url(../image/icon-goleft.png) no-repeat center center;
}
.flex-direction-nav li a.next{
    right: 10px;
    background: url(../image/icon-goright.png) no-repeat center center;
}
    .flex-direction-nav li a:hover {
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        filter: alpha(opacity=80);
        *background-color: #000;
        background: #000\9;
    }
.banner-box{
    font-size: 0;
}
.banner-box .item-banner{
    display: inline-block;
    *display: inline;
    vertical-align: top;
}
.A-02 .item-banner{
    margin-left: 13px;
    background-color: #fff;
    text-align: center;
    padding-bottom: 20px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.A-02 .item-banner:first-child{
    margin-left: 0;
}
.A-02 .item-banner a{
    width: inherit;
    display: inline-block;
}
.A-02 .item-banner img{
    display: block;
    width: 290px;
    height: 160px
}
.A-02 .item-banner span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.A-02 .item-banner .title{
    margin-top: 15px;
    font-size: 14px;
    color: #4A4041;
}
.A-02 .item-banner .dec{
    font-size: 12px;
    margin-top: 6px;
    color:#C99F6A;
}
.A-02 .item-banner .btntxt{
    font-size: 14px;
    margin-top: 10px;
    color: #4A4041;
}
.A-02 .item-banner .btntxt i{
    display: inline-block;
    *display: inline;
    padding-left: 10px;
    font-size: 12px;
    background: url(../image/icon-triangle-3.png) no-repeat left center;
}

.box-hd h2{
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    color: #4A4041;
    text-align: left;
}
.box-hd h2 a{
    float:right;
    font-size: 12px;
    margin-top: 6px;
}
.tehui .txt-box {
    width: 270px;
}
.tehui .img-nav {
    text-align: center;
}
.tehui .item-box .img-nav img {
    margin: 0 9px;
}

.tehui .txt-box .item-actPrice b {
    color: #9D1D22 ;
    margin-right: 0;
}
.tehui .item-box{
    width: 592px;
    height: 338px;
    margin-left: 14px;
    background: #fff;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-border-radius: 4px;
    float:right;
}
.tehui .item-box:nth-child(2n+1){
    margin-left: 0;
    float:left;
}

.tehui .item-box .img-box{
    float: left;
    padding: 20px 30px 0 20px;
    position: relative;
}
.tehui .txt-box .item-djs{
    margin-top: 30px
}
.tehui .txt-box .item-actPrice {
    margin-top: 30px;
}
.item-box .img-box >a{
    display: inline-block;
    *display: inline;
    position: relative;
}
.item-box .img-box img{
    cursor: pointer;
    margin: 0;
}
.item-box .img-box .big-img{
    position: absolute;
    top: 0;
    left: 0;
}
.txt-box{
    padding-top: 60px;
    width: inherit;
    float: left;
}
.txt-box h2{
    height: 45px;
    line-height: 18px;
    font-size: 14px;
}
.txt-box >div{
    font-size: 12px;
    color: #9b9b9b;
}
.txt-box .item-doc a{
    display: block;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    color: #9D1D22 ;
}
.txt-box .item-djs{
    line-height: 30px;
    vertical-align: middle;
    color: #9b9b9b;
}

.txt-box .item-djs:before{
    content: '特惠结束倒计时';
    display: block;
    margin-bottom: 4px;
}
.txt-box .item-djs span{
    color: #444;
    display: inline-block;
    *display: inline;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    margin: 0 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webket-border-radius: 4px;
}
.txt-box .item-djs span:first-child{
    margin-left: 0;
}

.txt-box .item-actPrice b{
    font-size: 28px;
    color: #DCB191;
    font-weight: normal;
    margin-right: 20px;
}

.tehui .txt-box .item-actPrice b {
    display: inline-block;
    width: 123px;
}
.txt-box .item-actPrice .yen {
    font-size: 14px;
    margin-right: 4px;
    font-style: normal;
    margin-top: 2px;
    font-family: 'Microsoft YaHei';
}

.txt-box .item-actPrice .btn-link{
    display: inline-block;
    *display: inline;
    padding: 4px 21px;
    background: #9D1D22 ;
    font-size: 12px;
    color: #fff;
    vertical-align: text-bottom;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webket-border-radius: 4px;
}
.txt-box .item-actPrice .btn-link:hover{
    text-decoration: none;
}


.pinpai{
    
}
.pinpai .banner-box{
    width: 1200px;
    margin: 0px auto 0;
}
.pinpai .banner-box >div{
    float: left;
}
.pinpai ul{
    overflow: hidden;
}
.pinpai img{
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.pinpai .banner-box .col-left{
    width: 290px;
    margin-right: 5px;
}
.pinpai .banner-box .col-mid{
    width: 485px;
    margin-right: 5px;
}
.pinpai .banner-box .col-right{
    width: 397px;
}
.pinpai .banner-box .b1{
    height: 290px;
    margin-bottom: 15px;
}
.pinpai .banner-box .b2{
    height: 160px;
}
.pinpai .banner-box .b3{
    height: 465px;
}
.pinpai .banner-box .b4{
    height: 255px;
    margin-bottom: 15px;
}
.pinpai .banner-box .b5{
    height: 195px;
}
.productList-box{
     padding-bottom: 40px;
}

.hotsale{
    font-size: 0;
    text-align: center;
}

.hotsale .item-box {
    width: 288px;
    display: inline-block;
    *display: inline;
    margin-left:15px;
    font-size: 12px;
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.hotsale .item-box:first-child{
    margin-left: 0
}
.hotsale .item-box .img-box {
    padding: 20px 20px 0;
    overflow: hidden;
}
.hotsale .item-box .img-box img{
    margin-bottom: 0;
}
.hotsale .item-box .txt-box{
    padding: 20px 23px 20px;
    font-size: 12px;
}
.hotsale  .item-name{
    line-height: 1.2em;
    font-size: 12px;
    height: 1.2em;
    overflow: hidden;
    text-align: center;
    width: 170px;
    margin: 0 auto;
}
.hotsale  .item-name a{
    width: 100%;
    display: inline-block;
    *display: inline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hotsale  .item-doc{
    line-height: 1.2em;
    font-size: 12px;
    height: 1.2em;
    overflow: hidden;
    text-align: left;
    margin-top: 5px;
}
.hotsale .item-doc a{
    display: inline-block;
    *display: inline;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hotsale  .item-actPrice{
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}
.hotsale .item-actPrice b{
    font-size: 20px;
    margin-right: 5px;
}
.hotsale .item-actPrice i{
    font-size: 12px;
    margin-right: 1px;
}
.hotsale .item-actPrice{
    display: inline-block;
    *display: inline;
}
.hotsale .fav-icon{
    display: inline-block;
    *display: inline;
    width: 15px;
    height: 23px;
    background: url(../image/icon-love-1.png) no-repeat center center;
    cursor: pointer;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}
.hotsale  .fav-icon:hover,
.hotsale  .on .fav-icon{
    -webkit-transform: scale(1.2) rotateY(180deg);
    -moz-transform: scale(1.2) rotateY(180deg);
    -ms-transform: scale(1.2) rotateY(180deg);
    -o-transform: scale(1.2) rotateY(180deg);
    transform: scale(1.2) rotateY(180deg);
    background-image: url(../image/fav-2.png);
}

.hotsale  .item-actPrice a{
    background-color: #000;
    color: #fff;
    padding: 3px 10px;
}
.hotsale .btn-link{
    background-color: #DCB191;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 6px 22px;
    text-align: center;
    font-weight: normal;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
}
.hotsale .item-box .btn-fav {
    position: absolute;
    right: 0;
    z-index: 1;
}

.hotsale .act-btn {
    margin-top: 20px;
    position: relative;
}

.article .box-cnt {
    height: 290px;
    background: #fff;
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.article .item-box{
    display: inline-block;
    *display: inline;
    width: 240px;
    overflow: hidden;
    text-align: left;
    vertical-align: top;
}
.article h3{
    font-size: 14px;
    padding: 32px 0 24px;
}
.article h3 a{
    float: right;
    font-size: 12px;
    color: #C99F6A;
}
.article li{
    margin-bottom: 5px;
    line-height: 16px;
}
.article li a{
    display: block;
    width: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article li div{
    color: #C99F6A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.box-shadow:hover{
  box-shadow: 0 0 15px #ccc;
  -o-box-shadow: 0 0 15px #ccc;
  -ms-box-shadow: 0 0 15px #ccc;
  -moz-box-shadow: 0 0 15px #ccc;
  -webkit-box-shadow: 0 0 15px #ccc;
}

ul.notice-a01 li {
    margin-bottom: 18px;
}
.art1 ,.art3{
    margin: 0 100px;
}
.art2 {
    margin: 0 35px;
}

.art2 li,
.art3 li {
    margin-bottom: 12px;
}
.art2 li a,
.art3 li a {
    margin-left: 10px;
}
.art2 li:before,
.art3 li:before {
    content:'\00b7';
    float: left;
}

.box-hd {
    padding-bottom: 20px;
}