@charset "utf-8";

/* CSS Document */


/*页面整体宽度控制*/

.wrapper {
    width: 1200px;
    margin: auto;
}


/* 公用头部区域 
-------------------------------------- */

.header-wrap {
    background-color: #FFF;
    width: 100%;
}

.public-head-layout {
    height: 106px;
}


/* 站点logo */

.public-head-layout .site-logo {
    width: 196px;
    height: 56px;
    float: left;
    margin: 28px 20px auto 0;
}

.public-head-layout .site-logo img {
    max-width: 196px;
    max-height: 56px;
}


/* 头部搜索 */

.head-search-layout {
    width: 464px;
    float: left;
    margin: 34px 0 0;
}

.head-search-bar {
    width: 100%;
    height: 40px;
    display: block;
    position: relative;
    z-index: 100;
}

.head-search-bar .search-form {
    background-color: #F32613;
    height: 36px;
    padding: 2px;
}

.head-search-bar .input-text {
    line-height: 24px;
    color: #555;
    width: 82%;
    height: 24px;
    float: left;
    padding: 6px 1%;
    border: none 0;
}

.head-search-bar .input-submit,
.head-search-bar .input-submit:hover {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    background-color: transparent;
    width: 15%;
    height: 40px;
    float: right;
    border: none;
    cursor: pointer;
}

.head-search-bar .search-tip {
    font-size: 0;
    word-spacing: -1em;
    background-color: #FFF;
    display: none;
    min-height: 100px;
    padding-bottom: 10px;
    border: solid 1px #D7D7D7;
    position: absolute;
    z-index: 1;
    top: 39px;
    left: 0;
    right: 72px;
}

.head-search-bar .search-history,
.head-search-bar .search-hot {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE6、7*/
    ;
}

.head-search-bar .search-history {
    min-height: 100px;
    width: 55%;
    border-right: solid 1px #E6E6E6;
}

.head-search-bar .search-hot {
    width: 44%;
}

.head-search-bar .search-tip .title {
    color: #999;
    line-height: 20px;
    padding: 5px 19px;
}

.head-search-bar .search-tip .title a {
    float: right;
}

.head-search-bar .search-history ul {
    display: block;
}

.head-search-bar .search-history ul li {
    color: #333;
    line-height: 30px;
    display: block;
    height: 30px;
    padding: 0 19px;
    cursor: pointer;
}

.head-search-bar .search-history ul li:hover {
    background-color: #FAFAFA;
}

.head-search-bar .search-hot ul {
    font-size: 0;
    *word-spacing: -1px/*IE6、7*/
    ;
}

.head-search-bar .search-hot ul li {
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE6、7*/
    ;
    height: 20px;
    padding: 2px 9px;
    border: solid 1px #E6E6E6;
    margin: 0 0 10px 10px;
    cursor: pointer;
}

.head-search-bar .search-hot ul li:hover {
    color: #F32613;
    border-color: #F32613;
}

.head-search-layout .keyword {
    line-height: 20px;
    white-space: nowrap;
    width: 100%;
    height: 20px;
    margin-top: 6px;
    overflow: hidden;
    padding-left: 10px;
}

.head-search-layout .keyword ul {
    font-size: 0;
    *word-spacing: -1px/*IE6、7*/
    ;
    vertical-align: top;
    display: inline-block;
    *display: inline/*IE6、7*/
    ;
}

.head-search-layout .keyword ul li {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE6、7*/
    ;
}

.head-search-layout .keyword ul li a {
    color: #999;
}

.head-search-layout .keyword ul li a:hover {
    color: #1d83bf;
    text-decoration: none;
}

.searkey {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    color: #ddd;
    border-left: 1px solid #ddd;
    padding-left: 15px;
    margin: 6px 0 3px -11px;
    padding: 0 20px 0 10px;
}


/* 头部手机客户端下载*/

.head-app {
    width: 100px;
    height: 50px;
    float: left;
    margin: 35px 20px 0px 20px;
    position: relative;
    z-index: 101;
}

.head-app .pic {
    background: url(../images/app.gif) no-repeat 0 0;
    display: block;
    width: 120px;
    height: 50px;
    margin: 2px 0 0 38px;
}

.head-app:hover {
    background-position: 0 -115px;
}

.head-app:hover .pic {
    display: none;
}

.head-app .download-app {
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F2FFFFFF', endColorstr='#F2FFFFFF');
    background: rgba(255, 255, 255, 0.95);
    display: none;
    width: 222px;
    padding: 9px;
    border: solid 1px #AAA;
    position: absolute;
    z-index: 1;
    top: 55px;
    left: 0;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.head-app:hover .download-app {
    display: block;
}

.head-app .download-app .qrcode {
    width: 120px;
    text-align: center;
    float: left;
}

.head-app .download-app .qrcode img {
    display: block;
    max-width: 120px;
    max-height: 120px;
}

.head-app .download-app .hint {
    width: 100px;
    float: right;
    text-align: center;
}

.head-app .download-app .hint h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #F32613;
}

.head-app .download-app .addurl {
    width: 90px;
    float: right;
    clear: right;
    margin: 6px 4px 0 0;
}

.head-app .download-app .addurl a {
    color: #999;
    line-height: 16px;
    background-color: #F5F5F5;
    display: block;
    width: 70px;
    height: 16px;
    clear: both;
    padding: 5px 9px;
    margin-top: 5px;
    border: solid 1px #DDD;
}

.head-app .download-app .addurl a i {
    font-size: 14px;
    margin-right: 4px;
}

.head-app .download-app .addurl a:hover {
    text-decoration: none;
    color: #F63;
    background-color: #FFE7DB;
    border-color: #F0AC75
}


/* 头部用户型菜单*/

.head-user-menu {
    font-size: 0;
    *word-spacing: -1px/*IE6、7*/
    ;
    float: right;
    margin: 32px 0 0 0;
    height: auto;
}

.head-user-menu dl {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE6、7*/
    ;
    margin-left: 10px;
    position: relative;
    z-index: 3;
    *zoom: 1/*IE6、7*/
    ;
}

.head-user-menu dl.my-mall {
    width: 108px;
}

.head-user-menu dl.my-cart {
    width: 124px;
}

.head-user-menu dl.hover {
    z-index: 101;
}

.head-user-menu dl dt {
    line-height: 20px;
    color: #555;
    background-color: #f5f9fb;
    height: 20px;
    padding: 10px;
    border: solid 1px #F0F0F0;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
}

.head-user-menu dl.my-mall dt {
    width: 90px;
}

.head-user-menu dl.my-cart dt {
    width: 160px;
}

.head-user-menu dl.hover dt {
    background-color: #FFF;
    border-width: 1px;
    border-color: #F0F0F0 #F0F0F0 #FFF #F0F0F0;
}

.head-user-menu dl dt span.ico {
    background: url(../images/top_bg.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 16px;
}

.head-user-menu dl.my-mall span.ico {
    background-position: -100px 0;
    margin-right: 4px;
}

.head-user-menu dl.my-cart span.ico {
    background-position: -120px 0;
    margin-right: 8px;
}

.head-user-menu dl dt i {
    font-size: 0px;
    line-height: 0;
    vertical-align: middle;
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 8px;
    border-width: 4px;
    border-color: #777 transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    -webkit-transition: .2s ease-in;
    -moz-transition: -webkit-transform .2s ease-in;
    -o-transition: -webkit-transform .2s ease-in;
    transition: .2s ease-in;
}

.head-user-menu dl.hover dt i {
    FILTER:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -moz-transform:rotate(180deg);
    -moz-transform-origin:50% 30%;
    -webkit-transform:rotate(180deg);
    -webkit-transform-origin:50% 30%;
    -o-transform:rotate(180deg);
    -o-transform-origin:50% 30%;
    transform:rotate(180deg);
    transform-origin:50% 30%;
}

.head-user-menu dl dd {
    background-color: #FFF;
    display: none;
    border: solid 1px #F0F0F0;
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 0;
}

.head-user-menu dl.my-mall dd {
    width: 308px;
}

.head-user-menu dl.my-cart dd {
    width: 348px;
}

.head-user-menu dl.hover dd {
    display: block;
}

.head-user-menu dl dd a {
    color: #005EA6;
}

.head-user-menu a.arrow i {
    background: url(../images/top_bg.png) no-repeat -150px 0;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 7px;
    margin-left: 4px;
}

.head-user-menu dl dd .goods-thumb {
    width: 50px;
    height: 50px;
}

.head-user-menu dl dd .goods-thumb a {
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 48px;
    height: 48px;
    border: solid 1px #DDD;
    overflow: hidden;
}

.head-user-menu dl dd .goods-thumb img {
    max-width: 48px;
    max-height: 48px;
    margin-top: expression(48-this.height/2);
    *margin-top: expression(24-this.height/2);
}

.head-user-menu dl dd .sub-title {
    line-height: 28px;
    height: 28px;
    padding: 7px;
    border-bottom: solid 1px #DDD;
}

.head-user-menu dl dd .sub-title h4 {
    font-weight: 600;
    float: left;
}

.head-user-menu dl dd .sub-title a {
    float: right;
}

.head-user-menu dl dd .user-centent-menu {
    width: 308px;
    padding: 8px 0;
    overflow: hidden;
}

.head-user-menu dl dd .user-centent-menu ul {
    width: 310px;
    margin-left: -2px;
}

.head-user-menu dl dd .user-centent-menu ul li {
    width: 138px;
    float: left;
    padding: 4px 0 4px 16px;
    border-left: solid 1px #EEE;
}

.head-user-menu dl dd .browse-history {
    background-color: #FAFAFA;
    width: 308px;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #DDD transparent transparent;
}

.head-user-menu dl dd .browse-history .part-title {
    height: 20px;
    padding: 6px 8px;
}

.head-user-menu dl dd .browse-history .part-title h4 {
    float: left;
}

.head-user-menu dl dd .browse-history .part-title a {
    float: right;
}

.head-user-menu dl dd .browse-history ul {
    font-size: 0;
    *word-spacing: -1px/*IE6、7*/
    ;
    padding: 0 7px 7px 7px;
}

.head-user-menu dl dd .browse-history ul li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE6、7*/
    ;
    margin: 0 4px;
    *zoom: 1;
}

.head-user-menu dl dd .browse-history .no-goods {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 12px;
}

.head-user-menu dl dd .incart-goods-box {
    display: block;
    width: 348px;
    max-height: 267px;
    overflow: hidden;
    position: relative;
}

.head-user-menu dl dd .incart-goods {
    text-align: center;
    width: 100%;
}

.head-user-menu dl dd .incart-goods .no-order {
    margin: 20px 0;
}

.head-user-menu dl dd .incart-goods .loading {
    width: 16px;
    height: 16px;
    margin: 20px auto;
}

.head-user-menu dl dd .incart-goods dl {
    display: block;
    width: 98%;
    height: 66px;
    clear: both;
    margin: 0 auto 0 2%;
    border-bottom: dotted 1px #DDD;
    position: relative;
    z-index: 1;
}

.head-user-menu dl dd .incart-goods dt,
.head-user-menu dl dd .incart-goods dd {
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 1;
}

.head-user-menu dl dd .incart-goods dt.goods-name {
    line-height: 16px;
    background-color: transparent;
    text-align: left;
    width: 180px;
    height: 32px;
    padding: 0;
    top: 8px;
    left: 64px;
}

.head-user-menu dl dd .incart-goods dt.goods-name a {
    color: #333;
}

.head-user-menu dl dd .incart-goods dd.goods-thumb {
    top: 8px;
    left: 8px;
}

.head-user-menu dl dd .incart-goods dd.goods-price {
    text-align: right;
    width: 80px;
    height: 16px;
    top: 6px;
    right: 12px;
}

.head-user-menu dl dd .incart-goods dd.goods-price em {
    font-size: 11px !important;
    font-weight: normal!important;
    line-height: 16px;
    color: #777 !important;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    width: 50px;
    margin-right: 4px;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

.head-user-menu dl dd .incart-goods dd.goods-sales {
    line-height: 16px;
    color: #999;
    background-color: transparent;
    width: 270px;
    height: 16px;
    top: 42px;
    left: 64px;
}

.head-user-menu dl dd .incart-goods dd.handle {
    width: 32px;
    top: 22px;
    right: 10px;
}

.head-user-menu dl dd .checkout {
    background-color: #F0F0F0;
    text-align: right;
    padding: 8px;
    overflow: hidden;
}

.head-user-menu dl dd .checkout .total-price {
    line-height: 20px;
    display: block;
}

.head-user-menu dl dd .checkout .total-price i {
    font-weight: 600;
    color: #C00;
    margin: 0 4px;
}

.head-user-menu dl dd .checkout .total-price em {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #C00;
}

.head-user-menu dl dd .checkout .btn-cart {
    float: right;
    clear: both;
    line-height: 20px;
    color: #FFF;
    background-color: #1d83bf;
    padding: 4px 8px;
    margin-top: 4px;
    border-radius: 4px;
}

.head-user-menu dl dd .checkout .btn-cart:hover {
    background-color: #000;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
}

.head-user-menu dl div.addcart-goods-num {
    font: bold 11px/14px Verdana;
    color: #FFF;
    background: #F00;
    text-align: center;
    display: inline-block;
    height: 16px;
    min-width: 16px;
    max-width: auto!important;
    border: none 0;
    border-radius: 8px;
    position: absolute;
    z-index: 3;
    top: -4px;
    left: 20px;
}


/* 公用导航区域
-------------------------------------- */

.public-nav-layout {
    width: 100%;
    background-color: #fff;
    height: 54px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    zoom: 1;
    border-bottom: 3px solid #1d83bf;
}

.public-nav-layout .div {
    margin: 0;
    padding: 0;
    _zoom: 1;
}


/*站点导航菜单*/

.public-nav-layout .site-menu {
    width: 988px;
    overflow: hidden;
    margin-left: 270px;
}

.public-nav-layout .site-menu li {
    height: 42px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE6、7*/
    ;
    *zoom: 1;
    width: 120px;
}

.public-nav-layout .site-menu li a {
    font-size: 16px;
    line-height: 56px;
    text-align: left;
    color: #444444;
    display: inline-block;
    width:100%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    zoom: 1;
}

.public-nav-layout .site-menu li a:hover {
    text-decoration: none;
    color: #1d83bf;
}

.public-nav-layout .site-menu li a.current {
    text-decoration: none;
    color: #fff;
    background: #1d83bf;
}


/*分类导航菜单*/

.public-nav-layout .all-category {
    position: absolute;
    min-width: 212px;
}

#fullScreenSlides li {
    background-size: 100% 100%;
}

.public-nav-layout .all-category .title {
    background: linear-gradient(to left bottom, #4ca7ff 0%, #1d83bf 100%);
    line-height: 57px;
    height: 57px;
    text-align: left;
    border-radius: 8px 8px 0 0;
}

.public-nav-layout .all-category .title h3 a {
    font-size: 18px;
    color: #FFF;
}

.public-nav-layout .all-category .title i {
    font-size: 0px;
    line-height: 0;
    background: url(../images/top_bg.png) no-repeat -182px -186px;
    width: 18px;
    height: 14px;
    float: left;
    margin: 21px 16px 0px 30px;
}

.public-nav-layout .all-category .category {
    width: 212px;
    display: none;
}

.public-nav-layout .all-category:hover .category {
    display: block;
}

.public-nav-layout .category .menu {
    /*background-color:#3d404d;*/
    /* background-color: #1d83bf; */
    background-color: rgba(0, 0, 0, 0.6);
    min-height: 434px;
    padding-top: 26px;
}

.public-nav-layout .category .menu li {
    height: 50px;
    position: relative;
    z-index: 1;
    vertical-align: top;
    line-height: 32px;
}

.public-nav-layout .category .menu li.hover {
    z-index: 2;
    color:#f00 !important;
}

.public-nav-layout .category .class {
    display: block;
    z-index: 1;
    color: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}

.public-nav-layout .category .hover .class a{
    background: rgba(255, 255, 255, 1);
    /*margin-top: 10px;*/
    z-index: 2;
    left: 0;
    color: #1d83bf;
}

.public-nav-layout .category .class :hover {
    color: #1d83bf;
}

.public-nav-layout .category .class .ico {
    vertical-align: top;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    *display: inline;
    *zoom: 1;
}

.public-nav-layout .category .class .ico img {
    display: block;
    width: 16px;
    height: 16px;
}

.public-nav-layout .category .class h4 {
    height: 100%;
}
.changecolor{
    color:#1d83bf;
}
.public-nav-layout .category .class h4 a {
    display: block;
    color:  #fff;
    font-size: 16px;
    height: 100%;
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 48px;
    text-align: left;
    padding-left: 30px;
}

.public-nav-layout .category .class h5 a {
    float: left;
    display: block;
    color: #eee;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    padding-right: 12px;
    white-space: nowrap;
    overflow: hidden;
}

.public-nav-layout .category .class h5 a:hover {
    color: #1d83bf;
}

.public-nav-layout .category .class h5:nth-child(n+7) {
    display: none !important;
}


/*.public-nav-layout .category .class .arrow {
	background:url(../images/top_bg.png) no-repeat -150px -10px;
	width:3px;
	height:5px;
	float:right;
	margin:6px 18px 0px 0px;
}*/

.public-nav-layout .category .sub-class {
    background-color: rgba(255, 255, 255, 1);
    display: none;
    width: 734px;
    min-height: 430px;
    position: absolute;
    z-index: 1;
    padding: 15px;
    left: 212px;
    margin-top: 18px;
    border: 1px solid #f7f7f7;
    -webkit-transition: top .25s ease;
    -o-transition: top .25s ease;
    -moz-transition: top .25s ease;
    transition: top .25s ease;
    border: 1px solid #1d83bf;
    border-left: 0;
}

.public-nav-layout .category li.hover .sub-class {
    display: block;
}

.public-nav-layout .category .sub-class-content {
    display: block;
    float: left;
}

.public-nav-layout .category .recommend-class {
    font-size: 0;
    word-spacing: -1em;
    display: block;
    overflow: hidden;
}

.public-nav-layout .category .recommend-class span {
    font-size: 12px;
    background-color: #7C7171;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    margin: 0 10px 10px 0;
    *zoom: 1/*IE7*/
    ;
}

.public-nav-layout .category .recommend-class span a {
    color: #FFF;
    line-height: 20px;
    display: block;
    padding: 2px 10px;
}

.public-nav-layout .category .sub-class dl {
    font-size: 0;
    word-spacing: -1em;
    padding-top: 10px;
}

.public-nav-layout .category .sub-class dl dt,
.public-nav-layout .category .sub-class dl dd {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    *zoom: 1/*IE7*/
    ;
}

.public-nav-layout .category .sub-class dl dt {
    background: url(../images/top_bg.png) no-repeat right -25px;
    width: 70px;
    height: 16px;
    padding-right: 15px;
    margin-right: 15px;
}

.public-nav-layout .category .sub-class dl dt h3 {
    line-height: 16px;
    font-weight: 600;
    color: #5C5251;
    text-align: right;
}

.public-nav-layout .category .sub-class dl dd {
    font-size: 0;
    word-spacing: -1em;
    border-bottom: solid 1px #F0F0F0;
}

.public-nav-layout .category .sub-class dl:last-child dd {
    border-bottom: none 0;
}

.public-nav-layout .category .sub-class dl dd a {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE6、7*/
    ;
    padding: 0 10px;
    margin-bottom: 20px;
    border-left: solid 1px #E7E7E7;
    *zoom: 1/*IE6、7*/
    ;
}

.public-nav-layout .category .sub-class dl dd a:nth-child(1) {
    border-left: 0;
}

.public-nav-layout .category .sub-class dl dd a:hover {
    color: #fe0036;
}

.public-nav-layout .category .sub-class dl dd h5 {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    margin: 4px 0 2px 0;
}

.public-nav-layout .category .sub-class-right {
    display: none;
    width: 194px;
    height: 440px;
    float: right;
}

.public-nav-layout .category .brands-list {}

.public-nav-layout .category .brands-list ul {
    font-size: 0;
    word-spacing: -1em;
    height: 136px;
    overflow: hidden;
}

.public-nav-layout .category .brands-list li {
    font-size: 12px;
    background-color: transparent !important;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    width: 94px;
    height: 31px;
    margin: 0 1px 3px 2px;
    *zoom: 1/*IE7*/
    ;
}

.public-nav-layout .category .brands-list li a {
    display: block;
    position: relative;
    z-index: 1;
}

.public-nav-layout .category .brands-list li a img {
    width: 94px;
    height: 31px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.public-nav-layout .category .brands-list li a span {
    color: #333;
    line-height: 25px;
    background-color: #FFF;
    white-space: nowrap;
    text-align: center;
    width: 86px;
    height: 25px;
    padding: 3px 4px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    overflow: hidden;
}

.public-nav-layout .category .brands-list li a:hover span {
    color: #FFF;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F27C7171', endColorstr='#F27C7171');
    background: rgba(124, 113, 113, 0.95);
    z-index: 3;
}

.public-nav-layout .category .adv-promotions {
    display: block;
    width: 190px;
    margin: 0 2px;
}

.public-nav-layout .category .adv-promotions a {
    background: #FFF;
    display: block;
    width: 190px;
    height: 150px;
    margin-top: 10px;
}

.public-nav-layout .category .adv-promotions img {
    background: #D3D3D3;
    width: 190px;
    height: 150px;
}


/* 面包屑所在位置 */

.nch-breadcrumb-layout {
    text-align: center;
}

.nch-breadcrumb {
 
    text-align: left;
    padding: 36px 0 15px 0;
    margin: 0 auto;
}

.nch-breadcrumb span {
    font-size: 18px;
    letter-spacing: normal;
    word-spacing: normal;
     float:left;
    height: 20px;
    zoom: 1;
}

.nch-breadcrumb i {
    font-size: 26px;
    color: #AAA;
    margin: 0 12px;
    float:left;
    line-height: 24px;

}

.nch-breadcrumb span.arrow {
    font-family: "微软雅黑";
    line-height: 20px;
    color: #AAA;
    margin: 0 6px;
}

.nch-breadcrumb a {
    color: #777;
    display: block;
}

.nch-breadcrumb a:hover {
    color: #fe0036;
}


/* 头部修改*/

.head-search-bar .search {
    width: 600px;
    height: 42px
}

.head-search-bar .searchTxt {
    float: left;
    width: 460px;
    height: 38px;
    border: 1px solid #1d83bf;
    border-right: 0;
    position: relative;
    z-index: 20;
    background: #fff
}

.head-search-bar .searchTxt .radius {
    width: 1px;
    height: 1px;
    overflow: hidden;
    background: #f4f4f4;
    position: absolute;
    top: -2px;
    left: -2px
}

.head-search-bar .searchTxtHover {
    float: left;
    width: 460px;
    height: 38px;
    border: 1px solid #1d83bf;
    border-right: 0;
    position: relative;
    z-index: 20;
    background: #fff
}

.head-search-bar .searchTxt .searchMenu {
    float: left
}

.head-search-bar .searchTxt .searchMenu .searchSelected {
    color: #999;
    cursor: pointer;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0px 0px 0px 16px;
    width: 56px;
    border-right: 2px solid #fe0036;
}

.head-search-bar .searchTxt .searchMenu .searchOpen {
    background-position: 0px -104px
}

.head-search-bar .searchTxt .searchMenu .searchTab {
    display: none;
    position: absolute;
    top: 34px;
    left: -2px;
    width: 72px;
    border: 2px solid #fe0036;
    border-top: 0;
    background: #fff;
    height: auto;
    z-index: 20;
    border-right: 2px solid #fe0036;
}

.head-search-bar .searchTxt .searchMenu .searchTab li {
    width: 72px;
    height: 36px;
    line-height: 36px;
    color: #999;
    font-size: 14px;
    text-indent: 16px;
    cursor: pointer
}

.head-search-bar .searchTxt .searchMenu .searchTab li.selected {
    background: #151515;
    color: #fff;
}

.head-search-bar .searchTxt input {
    font-size: 16px;
    font-family: "微软雅黑";
    float: left;
    border: 0;
    background: #fff;
    color: #999;
    width: 300px;
    height: 30px;
    margin: 0;
    outline: medium none;
    padding: 4px 0px 4px 16px
}

.head-search-bar .searchBtn {
    float: left;
}

.head-search-bar .searchBtn button {
    font-family: "微软雅黑";
    background-color: #1d83bf;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 18px;
    height: 40px;
    width: 76px;
    border: 2px solid #1d83bf;
    padding: 0px !important;
}

.head-search-bar .searchBtn button:hover {
    color: #fff;
    transition: all 0.3s;
    background-color: #00a974;
    border: 2px solid #00a974;
}

.head-search-bar .searchMenu .down {
    position: absolute;
    top: 6px;
    left: 42px;
    background: url(../images/top-down.png) no-repeat;
    height: 5px;
    width: 9px;
    margin: 12px 0px 0px 10px
}

.head-search-bar .searchMenu .up {
    position: absolute;
    top: 6px;
    left: 42px;
    background: url(../images/top-up.png) no-repeat;
    height: 5px;
    width: 9px;
    margin: 12px 0px 0px 10px
}

.updown {
    width: 222px;
    height: 38px;
    float: right;
    background-color: #fff;
    margin-top: 2px;
    overflow: hidden;
}

.hdrsideRoll {
    float: right;
    position: relative;
    width: 222px;
    height: 40px;
    overflow: hidden;
    background-color: #f9f9f9;
}

#scrollDiv {
    width: 222px;
    height: 40px;
    min-height: 40px;
    overflow: hidden;
}

.adnavside {
    position: absolute;
    top: 0;
    left: 0;
    width: 222px;
    height: 40px;
    overflow: hidden
}

.hdrsRollbtn {
    position: absolute;
    top: 9px;
    right: 3px;
    width: 11px;
    height: 20px
}

.hdrsRollbtn a {
    padding: 2px 1px;
    display: block;
    margin: 1px
}

.hdrsRollbtn a:hover {
    margin: 0;
    border: 1px solid #e4e4e4;
    background-color: #efefef
}

.hdrsRollbtn a.j-hdrbtn-down {
    margin-top: 4px
}

.j-hdrbtn-up i {
    background: url(../images/updown_ui.png) 0px 0px no-repeat;
    width: 7px;
    height: 4px;
    display: block;
}

.j-hdrbtn-down i {
    background: url(../images/updown_ui.png) 0px -6px no-repeat;
    width: 7px;
    height: 4px;
    display: block;
}

.hd-clickscroll li {
    float: left;
    display: inline;
    width: 222px;
    height: 40px
}