@charset "gb2312";
* {
    margin: 0;
    padding: 0;

    /*  鼠标右键屏蔽复制  */

    /*-moz-user-select: none; !*火狐*!*/
    /*-webkit-user-select: none; !*webkit浏览器*!*/
    /*-ms-user-select: none; !*IE10*!*/
    /*-khtml-user-select: none; !*早期浏览器*!*/
    /*user-select: none;*/
}
body{
    font-family: "Microsoft YaHei", sans-serif, Tahoma, Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
    color: #555;
    font-size: 16px;
}
em {
    font-style: normal
}
a {
    text-decoration: none;
    color: #555;
}
img {
    border: none;
}
li,ul {
    list-style: none;
    padding: 0
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*header开始*/
.wrap{
    width: 1210px;
    position: relative;
    margin: 0 auto;
}
.main-bg-color{
    background: #ff4200;
}
.main-color{
    color: #ff4200;
    font-weight: bolder;
}
/*  公共头部样式   */
.header .headerBox{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    box-orient:horizontal;
    box-direction:normal;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -moz-box-orient:horizontal;
    -moz-box-direction:normal;
    flex-direction:row;
    -webkit-flex-direction:row;

    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit--moz-box-pack:space-between;
    box-pack:space-between;

    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    height: 90px;
    padding-top: 5px;
}

.header {
    background: #fff;
    position: relative;
    z-index:1004;
    box-shadow: 0 5px 5px -5px #ddd;
    padding-bottom: 6px;
}

.header .mall-logo {
    width:170px;
    position: relative;
}
.header .mall-logo a {
    position: relative;
    display: block;
    color: #fff;
    text-indent: 0!important;
}
.header .mall-logo a img{
    width:170px;
    height:auto;
    display: inline-block;
}
.header .mall-logo-right {
    float: left;
    width: 150px;
    height: 70px;
    margin-top: 30px;
}
.header .mall-logo-right a{
    display:block;
    width:150px;
    height:70px;
}
/******头部搜索*******/
.header .allcity{
    position: relative;
    z-index: 999;
    cursor:pointer;
    top: -2px;
}
.header .allcity .quanguo{
    font-size: 16px;
    cursor: pointer;
}
.header .allcity .quanguo em{
    padding-right: 2px;
}
.header .allcity .quanguo .xiaimg{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/skin/default/images/sprite.png);
    background-position: -159px -3px;
}
/*新样式开始*/
.header .new_nav{
    width: 200px;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:justify;
    -webkit--moz-box-pack:space-between;
    box-pack:space-between;
}
.header .new_nav a{
    position: relative;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}
.header .new_nav a:hover{
    color: #ff4200;
}

/* 资讯导航目录样式开始 */
.header .new_nav .nav_article_info{
    display: none;
    position: absolute;
    width: 92px;
    padding: 15px 10px;
    border-radius: 5px;
    text-align: center;
    top: 48px;
    left: -36px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 6;
}
.header .new_nav .nav_article_info a:hover{
    color: #ff4200;
}
.header .new_nav .nav_article_info::before {
    position: absolute;
    top: -8px;
    right: 48px;
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(135deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}
.header .new_nav .nav_article_info::after {
    position: absolute;
    top: 0px;
    left: 36px;
    content: '';
    width: 40px;
    height: 15px;
    background: #fff;
}
.header .new_nav .nav_article_info a{
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.header .new_nav .nav_article_info a:last-child{
    padding-bottom: 0;
    padding-top: 10px;
    border: none;
}
.header .new_nav  .nav_article_sj{
    display: none;
    width: 58px;
    height: 54px;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: 5;
}
/*新样式结束*/

.header .mall-search {
    width: 450px;
    height: 40px;
    line-height: 40px;
    border-radius: 24px;
    position: relative;
    border: 2px solid #ff4200;
}
.header .mall-search .mallSearch-form {
    display: block;
}
.header .mall-search .mallSearch-form .mallSearch-input {
    background: #fff;
    border-radius: 17px;
    height: 30px;
    position: relative;
    padding-left: 22px;
    border-radius: 20px;
}
.header .mall-search .mallSearch-form .mallSearch-input::-webkit-input-placeholder {
    font-size: 14px;
    color: #555;
}

.header .mall-search .mallSearch-form .mallSearch-input .s-combobox {
    float: left;
    width: 250px;
}
.header .mall-search .mallSearch-form .mallSearch-input .s-combobox .s-combobox-input:focus {
    outline: 0
}
.header .mall-search .mallSearch-form .mallSearch-input #keyword {
    border: none;
    color: #222;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    width: 100%;
}

.header .mall-search .mallSearch-form .mallSearch-input .button {
    float: right;
    width: 90px;
    height: 40px;
    border: 0;
    font-size: 18px;
    letter-spacing: 4px;
    cursor: pointer;
    color: #fff;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    background-color: #ff4200;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
}

.header .mall-search .mallSearch-form .mallSearch-input em{
    display: inline-block;
    margin-top: 2px;
    height: 38px;
    width: 38px;
    background-image: url(/skin/default/images/sprite.png);
    background-position: -228px 0;
    background-repeat: no-repeat;
}

.header .mall-search .mallSearch-form .mallSearch-input .s-combobox, .header .mall-search .mallSearch-form .mallSearch-input {
    height: 40px;
    line-height: 40px;
}
.s-combobox-input-wrap{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    height: 42px;
    line-height: 40px;
}
.header .mall-search .mallSearch-form .mallSearch-input #keyword:focus, .header .mall-search .mallSearch-form .mallSearch-input .s-combobox .s-combobox-input:focus {
    outline: 0
}
.header .mall-search .hot-query {
    padding-top: 12px;
    margin-left: -12px;
    overflow: hidden;
    width: 100%;
}
.header .mall-search .hot-query li {
    display: inline-block;
    *zoom:1;
    *display:inline;
    border-left: 1px solid #ddd;
    line-height: 1.1em;
    padding: 0 12px
}
.header .mall-search .hot-query li:first-child{
    border-left:none;
}
.header .mall-search .hot-query li a {
    color: #999;
    font-size:12px;
}
.header .mall-search .hot-query li a:hover{
    color: #ff4200;
}
/*  智能搜索样式 */
.header .mall-search #search-tips {
    z-index: 999999;
    position: absolute;
    left: 0px;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    background: #FFFFFF;
    border: 1px solid #E31939;
    width: 369px;
    top: 35px;
}
.header .mall-search #search-tips div {
    height: 25px;
    line-height: 25px;
    padding: 1px 8px 1px 8px;
    clear: both;
    overflow: hidden;
}
.header .mall-search #search-tips div span {
    float: right;
    font-size: 12px;
}
.header .mall-search #search-tips label {
    display: block;
    width: 100%;
    background: #f2f2f2;
    font-size: 12px;
    color: #E31939;
    font-weight: bold;
    text-align: right;
    cursor: pointer
}
.header .mall-search .search_t_div_1 {
    color: #666;
}
.header .mall-search .search_t_div_1 span {
    color: #666;
}
.header .mall-search .search_t_div_2 {
    background: #FFDFC6;
    color: #666;
}
.header .mall-search .search_t_div_2 span {
    color: #666;
}
/* 头部搜索 弹出框的样式 */
.sea_tips {
    z-index: 3;
    position: absolute;
    width: 345px;
    background: #FFFFFF;
    top: 42px;
    display: none;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding-right: 15px;
}


.sea_hot {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.sea_tips .sea_hot ul {
    height: auto;
    max-height: 420px;
    display: block;
    padding-left: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.sea_tips .sea_hot ul::-webkit-scrollbar {
    display: none;
}
.sea_tips .sea_hot li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    border-bottom: 0.5px solid #eee;
}
.sea_tips .sea_hot li a {
    display: block;
    width: 100%;
    height: 100%;
}
.sea_tips .sea_hot li a:hover{
    color: #ff4200;
}
/******头部搜索右侧图标*******/

.header .header-right {
    position: relative;
}
.header .header-right .userpic{
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    background: url(/skin/default/images/sprite.png) no-repeat -2px 0;

}

.header-right .sn-login{
    font-size: 14px;
    width: 120px;
    display: inline-block;
    text-align: center;
}
.header-right #loginzz:hover div{
    display: block;
}

.header-right .logOut{
    display: none;
    position: absolute;
    width: 92px;
    padding: 15px 10px;
    border-radius: 5px;
    text-align: center;
    top: 48px;
    left: 42px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 6;
}
.header-right .logOut::before{
    position: absolute;
    top: -8px;
    right: 48px;
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(135deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}
.header-right .logOut::after{
    position: absolute;
    top: 0px;
    left: 36px;
    content: '';
    width: 40px;
    height: 15px;
    background: #fff;
}
.header-right .logOut a{
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.header-right .logOut span{
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
}
.header-right .logOut a:hover,.header-right .logOut span:hover{
    color: #ff4200;
}
.login_article_sj{
    display: none;
    width: 58px;
    height: 54px;
    border-width: 0 20px 20px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    bottom: -10px;
    left: 50px;
    z-index: 5;
}



/*头部城市部分开始*/
.all_city {
    position: absolute;
    top: 46px;
    display: none;
}

.all_city .abvc {
    width: 100px;
    height: 54px;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -40px;
    left: 0px;
    margin-left: -10px;
}
.city_list {
    position: absolute;
    width: 655px;
    padding: 19px;
    border: 1px #eee solid;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    left: -20px;
    background-color: #FFF;
    border-radius: 10px;
}
.city_list::before{
    position: absolute;
    top: -8px;
    left: 56px;
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(135deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}
.city_list::after {
    position: absolute;
    top: 0px;
    left: 46px;
    content: '';
    width: 40px;
    height: 15px;
    background: #fff;
}

.hotcity > p {
    font-size: 16px;
    font-weight: 600;

}
.hotcitylist {
    margin-bottom: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.city_list a {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    height: 28px;
    line-height: 27px;
}
.city_list a:hover{
    color: #ff4200;
}
.hotcitylist span{
    display: inline-block;
    background-color: #ff4200;
    color: #fff;
    padding: 0px 10px;
    text-align: center;
    margin-right: 30px;
    font-size: 14px;
    height: 28px;
    line-height: 27px;
    border-radius: 14px;
}
.city_list .cityLetters {
    margin-top: 15px;
}
.city_list #cityLetters span{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: center;
    background-color: #eee;
    border-radius: 5px;
    color: #333;
}
.city_list #cityLetters span:hover{
    background-color: #ff4200;
    color: #fff;
}
.city_list #cityLetters span.active{
    background-color: #ff4200;
    color: #fff;
}
.city_list .letterBox {
    margin-top: 5px;
    font-size: 14px;
    height: 250px;
    overflow-y: scroll;
}
#letterwrap {
    position: relative;
}
#letterwrap span.cityletter {
    display: inline-block;
    font-weight: 600;
    padding-top: 2px;
}
#letterwrap div.perCityBox {
    width: 610px;
}

#letterwrap .citybox {
    margin: 8px 0;
    line-height: 1.8;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:justify;
    -webkit--moz-box-pack:space-between;
    box-pack:space-between;
}

/*头部城市部分结束*/
/*公共导航开始*/
.all-nav {
    width: 100%;
    min-width: 1210px;
    height: 35px;
    margin-top: 10px;
    padding: 1px 0 20px 0;
    border-bottom: 1px solid #ddd;
}
.all-nav .allnav li {
    float: left;
    padding-right: 54px;
    z-index: 10;
    text-decoration: none;
    text-align: left;
}
.all-nav .allnav li:nth-last-child(1) {
    padding-right: 0;
}
.all-nav .allnav li a {
    display: block;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    font-size: 20px;
}
/*公共导航结束*/
/*面包屑导航*/
.breadnav{
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 14px;
}
.breadnav span:nth-of-type(1){
    color: #555;
}
.breadnav a:hover{
    color: #ff4200;
}
/*分页*/
.pcategory{
    margin: 15px;
    text-align: center;
}
.pcategory span{
    padding: 0 5px;
    font-size: 14px;
    color: #ff4200;
}
.pcategory a{
    padding: 0 5px;
    font-size: 14px;
}
/*页面右侧产品列表   热门、热销、精品*/
.newgoods {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    width: 310px;
}
.newgoods .show_tit {
    padding-left: 10px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
}

.newgoods .new_list li {
    padding: 20px 9px;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.newgoods .new_list li a {
    display: block;
}
.newgoods .new_list li a img {
    float: left;
    width: 98px;
    height: auto;
    border: 1px solid #eee;
    border-radius: 5px;
}
.newgoods .new_list li .showmes {
    float: left;
    width: 175px;
    margin-left: 15px;
}
.newgoods .new_list li .showmes .tit{
    color: #222;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newgoods .new_list li:hover .showmes .tit{
    color: #ff4200;
}
.newgoods .new_list li .showmes p {
    color: #555;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newgoods .new_list li .showmes p.time{
    padding: 20px 0px 10px 0px;
}
.newgoods .new_list li .showmes p.brand{
    padding-bottom: 20px;
}
.newgoods .new_list li .showmes p em {
    color: #ff4200;
    font-weight: bolder;
    font-size: 16px;
}
.newgoods .new_list li .showmes p em:before{
    content: '\ffe5';
    color: #555;
    font-size: 14px;
    font-weight: normal;
}
.newgoods .new_list li .showmes p em:after{
    content: '\8d77';
    color: #555;
    font-size: 12px;
    font-weight: 500;
    padding-left: 2px;
}

/*页面右侧带图产品列表 2020.8.28新加 Mr.xiao*/
.goodsRiBox {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    width: 310px;
}
.goodsRiBox .show_tit {
    padding-left: 10px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
}
.goodsRiBox .new_list li {
    padding: 20px 9px;
    border-top: 1px solid #eee;
    overflow: hidden;
}
.goodsRiBox .new_list .showimg img {
    float: left;
    width: 98px;
    height: auto;
    border: 1px solid #eee;
    border-radius: 5px;
    display: block;
}
.goodsRiBox .new_list .showmes {
    float: left;
    width: 175px;
    margin-left: 15px;
}
.goodsRiBox ul li .showmes a{
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goodsRiBox ul li .showmes a:hover{
    color: #ff4200;
}
.goodsRiBox .new_list li .showmes p {
    color: #555;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goodsRiBox .new_list li .showmes p.time{
    padding: 20px 0px 10px 0px;
}
.goodsRiBox .new_list li .showmes p.brand{
    padding-bottom: 20px;
}
.goodsRiBox .new_list li .showmes p em {
    color: #ff4200;
    font-weight: bolder;
    font-size: 16px;
}
.goodsRiBox .new_list li .showmes p em:before{
    content: '\ffe5';
    color: #555;
    font-size: 14px;
    font-weight: normal;
}
.goodsRiBox .new_list li .showmes p em:after{
    content: '\8d77';
    color: #555;
    font-size: 12px;
    font-weight: 500;
    padding-left: 2px;
}
/* 轮播图 banner部分 */
.bannerwrap {
    width: 1210px;
    height: 340px;
    margin: 15px auto;
}
.bannerwrap  a{
    display: block;
}
.bannerwrap  a img{
    width: 1208px;
    height: 340px;
    border: 1px solid #eee;
    border-radius: 10px;
}
/* 页面右侧咨询列表 热销、推荐、最新产品 */
.article-recomend{
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    width: 310px;
}
.article-recomend .article-recomend-item{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bolder;
    padding-left: 10px;
}
.article-recomend .article-recomend-list li{
    border-top: 1px solid #eee;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.article-recomend .article-recomend-list li a{
    display: block;
    padding: 15px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
}
.article-recomend .article-recomend-list li a:hover{
    color: #ff4200;
}
/*公共底部*/
.common-footbox{
    width: 100%;
    border-top: 1px solid #eee;
    margin-top: 30px;
    background-color: #f8f8f8;
}
.common-foot{
    box-sizing: border-box;
    width: 1210px;
    margin: 0 auto;
    padding: 30px 20px;
    border-bottom: 1px solid #dfdfdf;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:justify;
    -webkit--moz-box-pack:space-between;
    box-pack:space-between;
}
.common-foot li{
    font-size: 14px;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;
    -webkit-flex-direction:column;
}
.common-foot li .foot-item{
    height: 34px;
    line-height: 34px;
    font-size: 18px;
}
.common-foot li img{
    border: 1px solid #eee;
}
.common-foot li a{
    display: block;
    line-height: 2.2;
}
.common-foot li a:hover{
    color: #ff4200;
}
.common-foot li p{
    line-height: 2.2;
}
.common-footbox .footer-info {
    padding: 2px 0 15px;
    font-size: 12px;
}
.common-footbox .info-text {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    color: #666;
}
.common-footbox .info-text p {
    margin: 0;
    line-height: 25px;
}
.common-footbox .info-text p a{
    color: #666;
}
.common-footbox .info-text p a img{
    position: relative;
    top: 4px;
}
.common-footbox .info-text p a:hover{
    color: #ff4200;
}
/* rignt_fixed 即右侧返回顶部样式 */
.right_fixed{
    width: 70px;
    background: #fff;
    border: 1px solid #eee;
    position: fixed;
    right: 20px;
    bottom: 50px;
    font-size: 12px;
    text-align: center;
    z-index: 999;
    border-radius: 5px;
}
.right_fixed .right_fixed_con{
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.right_fixed .right_fixed_con:nth-last-child(1){
    border-bottom: none;
}
.right_fixed .dianhua{
    display: none;
    position: absolute;
    left: -170px;
    top: 25px;
}
.right_fixed .kf:hover .dianhua{
    display: block;
}
.right_fixed .kf:hover p{
    color: #ff4200;
}
.right_fixed .kf .dianhua span{
    display: block;
    width:165px;
    height: 48px;
    background: url(/skin/default/images/sprite.png) no-repeat 0 -38px;
}
.right_fixed .weixinkf{
    display: none;
    position: absolute;
    left: -110px;
    top: -5px;
}
.right_fixed .downloadApp:hover .weixinkf{
    display: block;
}
.right_fixed .mobileban:hover .weixinkf{
    display: block;
}
.right_fixed .mobileban:hover{
    color: #ff4200;
}
.right_fixed .downloadApp:hover p{
    color: #ff4200;
}
.right_fixed .weixinkf img{
    width: 100px;
}
.right_fixed .newtop:hover{
    color: #ff4200
}
.right_fixed i{
    display: inline-block;
    width: 38px;
    height: 38px;
}
.right_fixed .downloadApp i {
    background: url(/skin/default/images/sprite.png) no-repeat -160px -45px;
}
.right_fixed .kf i{
    background: url(/skin/default/images/sprite.png) no-repeat -38px 0;
}
.right_fixed .mobileban i{
    background: url(/skin/default/images/sprite.png) no-repeat -76px 0;
}
.right_fixed .newtop i{
    background: url(/skin/default/images/sprite.png) no-repeat -114px 0;
}
/*  2020. 5.11 新加hot 专题资讯 样式*/
.tag-goods-item{
    font-size: 20px;
    padding-left: 20px;
    line-height: 60px;
}

.tagcon .tips-mes{
    padding:0px 20px 10px 20px;
}
.tagcon .tips-mes li{
    width: 420px;
    float: left;
    line-height: 46px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.tagcon .tips-mes li{
    font-size: 16px;
}

/* 2020 5.27 新加公共新状态样式 Mr.Xiao */
.emptybox{
    text-align: center;
    padding: 0px 0px 30px 0px;
}
.emptybox img{
    width: 96px;
}
.emptybox p{
    font-size: 16px;
    color: #555;
}
/* 2020 5.29 新加电脑端翻页样式  Mr.Xiao */
.pageturnBox{
    border-top: 1px solid #eee;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
}
.pageturnBox .lastPageBox a, .pageturnBox .lastPageBox span,
.pageturnBox .curPageBox a, .pageturnBox .curPageBox span,
.pageturnBox .nextPageBox a, .pageturnBox .nextPageBox span
{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding:0px 8px;
    font-size: 14px;
    color: #222;
    margin: 0px 3px;
}
.pageturnBox span.lastPage,.pageturnBox span.nextPage{
    color: #999;
}
.pageturnBox .curPageBox span.curr{
    color: #fff;
    background-color: #ff4200;
    border-color:#ff4200;
    cursor: pointer;
}

.pageturnBox a:hover{
    cursor: pointer;
    color: #fff;
    border-color: #ff4200;
    background-color: #ff4200;
}

/*  2020。5.30  新加资讯页面左侧主体部分 带有简介的演出资讯列表   将无用   */

.mainLeConsultBox{
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 20px 10px 20px;
    margin: 20px auto 0px;
}
.mainLeConsultBox .titBox h2{
    float: left;
    font-size: 18px;
    line-height: 2.3;
}
.mainLeConsultBox .titBox a{
    float: right;
    padding-top: 14px;
    color: #777;
    font-size: 14px;
}
.mainLeConsultBox .titBox a:hover{
    color: #ff4200;
}

.mainLe-consultBox{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.mainLe-consultBox li{
    width: 384px;
    border-bottom: 1px solid #eee;
    padding: 20px 0px 18px;
}
.mainLe-consultBox li:nth-child(1),.mainLe-consultBox li:nth-child(2){
    padding-top: 6px;
}
.mainLe-consultBox li:nth-last-child(1),.mainLe-consultBox li:nth-last-child(2){
    border-bottom: none;
}
.mainLe-consultBox li:nth-child(even){
    padding-right: 0px;
}
.mainLe-consultBox li:nth-child(odd){
    padding-right: 70px;
}
.mainLe-consultBox li a{
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.mainLe-consultBox li h4{
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mainLe-consultBox li a:hover h4{
    color: #ff4200;
}

.mainLe-consultBox li .pubInfo{
    line-height: 1.8;
    color: #222;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mainLe-consultBox li .pubTime{
    color: #555;
    font-size: 12px;
    padding: 8px 0px 5px;
}


/*  主体部分只含标题资讯  2020。8.30  */

.consultLeBox{
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 20px 10px 20px;
    margin: 20px auto 0px;
}
.consultLeBox .titBox div{
    float: left;
    font-size: 18px;
    line-height: 2.3;
    font-weight: bolder;
    color: #555;
}
.consultLeBox .titBox a{
    float: right;
    padding-top: 14px;
    color: #777;
    font-size: 14px;
}
.consultLeBox .titBox a:hover{
    color: #ff4200;
}

.consultLeBox .mainLe-consultBox{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.consultLeBox .mainLe-consultBox li{
    width: 384px;
    border-bottom: 1px solid #eee;
    padding: 20px 0px 18px;
}
.consultLeBox .mainLe-consultBox li:nth-child(1),.consultLeBox .mainLe-consultBox li:nth-child(2){
    padding-top: 6px;
}
.consultLeBox .mainLe-consultBox li:nth-last-child(1),.consultLeBox .mainLe-consultBox li:nth-last-child(2){
    border-bottom: none;
}
.consultLeBox .mainLe-consultBox li:nth-child(even){
    padding-right: 0px;
}
.consultLeBox .mainLe-consultBox li:nth-child(odd){
    padding-right: 70px;
}
.consultLeBox .mainLe-consultBox li a{
    display: block;
    height: 100%;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.consultLeBox .mainLe-consultBox li a:hover{
    color: #ff4200;
}

/* 主体部分左侧产品列表模板  2020.6.1 Mr.xiao  */
.goodsMListBox{
    margin: 0px 20px;
}
.goodsMListBox li{
    padding: 30px 0px;
    border-bottom: 1px solid #eee;
}
.goodsMListBox li:nth-last-child(1){
    border-bottom: none;
}
.goodsMListBox li a{
    display: block;
}
.goodsMListBox li a h4{
    padding-top: 6px;
}
.goodsMListBox li a:hover h4{
    color: #ff4200;
}
.goodsMListBox li .goods-l{
    width: 123.1px;
    height: 160px;
    border-radius: 10px;
    border: 1px solid #eee;
    float: left;
}
.goodsMListBox li .goods-r{
    float: right;
    width: 690px;
    position: relative;
}
.goodsMListBox li .goods-r h4{
    font-size: 16px;
    color: #222;
}

.goodsMListBox li .goods-r p{
    font-size: 14px;
    color: #555;
    padding-top: 20px;
}
.goodsMListBox li .goods-r p em{
    font-size: 16px;
    color: #ff4200;
    font-weight: bold;
}
.goodsMListBox li .goods-r p em:before{
    content: '\ffe5';
    color: #555;
    font-size: 14px;
    font-weight: normal;
}
.goodsMListBox li .goods-r p em:after{
    content: '\8d77';
    color: #555;
    font-size: 12px;
    font-weight: 500;
    padding-left: 2px;
}
.goodsMListBox li .goods-r span{
    position: absolute;
    bottom: -10px;
    right: 10px;
    background-color: #ff4200;
    color: #fff;
    height: 34px;
    line-height: 34px;
    width: 96px;
    text-align: center;
    border-radius: 17px;
}
.goodsMListBox li .goods-r .over{
    background-color: #e4e4e4;
    color: #444;
}

/*  主体部分产品列表显示模板 2020.8.29 Mr.xiao */
.goodMainList{
    margin: 0px 20px;
}
.goodMainList li{
    padding: 24px 0px 22px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
.goodMainList li:nth-last-child(1){
    border-bottom: none;
}
.goodMainList li .goods-l img{
    width: 123.1px;
    height: 160px;
    border-radius: 10px;
    border: 1px solid #eee;
    display: block;
}
.goodMainList li .goods-r{
    width: 690px;
    position: relative;
}
.goodMainList li .goods-r .title{
    font-size: 16px;
    color: #222;
    font-weight: bolder;
    margin-top: 6px;
    display: block;
}
.goodMainList li .goods-r .title:hover{
    color: #ff4200;
}
.goodMainList li .goods-r p{
    font-size: 14px;
    color: #555;
    padding-top: 20px;
}
.goodMainList li .goods-r p em{
    font-size: 16px;
    color: #ff4200;
    font-weight: bold;
}
.goodMainList li .goods-r p em:before{
    content: '\ffe5';
    color: #555;
    font-size: 14px;
    font-weight: normal;
}
.goodMainList li .goods-r p em:after{
    content: '\8d77';
    color: #555;
    font-size: 12px;
    font-weight: 500;
    padding-left: 2px;
}
.goodMainList li .goods-r .tobuy{
    position: absolute;
    bottom: 5px;
    right: 10px;
    background-color: #ff4200;
    color: #fff;
    height: 34px;
    line-height: 34px;
    width: 96px;
    text-align: center;
    border-radius: 17px;
}
.goodMainList li .goods-r .over{
    background-color: #e4e4e4;
    color: #444;
}
/* 2020.6.24 新加头部 友情链接样式 Mr Xiao */

.headLinkBox{
    background-color: #f8f8f8;
    height: 42px;
    line-height: 42px;
}
.headLinkBox .linkBox{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit--moz-box-pack:space-between;
    box-pack:space-between;

    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    color: #444;
    font-size: 12px;
}
.headLinkBox .linkBox a:hover{
    color: #ff4200;
}
.headLinkBox .linkBox .link_ri .sep{
    padding: 0px 4px;
}