/* CSS Document */
*, html, body, ul, li, ol, dl, dd, dt, input, select, textarea, a, img, div, article, footer, section, aside, table, td, th, a, h2, h1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    outline: 0px;
    -webkit-appearance: none;
    font-family: "Microsoft Yahei", "宋体";
}

input[type="checkbox"] {
    -webkit-appearance: checkbox
}

body {
    line-height: 1.4;
    color: #333333;
    height: 100%;
    font-size: 12px;
    background: #fff;
}

a {
    text-decoration: none;
    color: #333333;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    border: none;
    vertical-align: middle;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
    width: 0;
    overflow: hidden;
}

.dn {
    display: none !important;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tac {
    text-align: center
}

.cfff {
    color: #fff
}

.fs16 {
    font-size: 16px;
}

.fs14 {
    font-size: 14px;
}

.fs18 {
    font-size: 18px;
}

.pl20 {
    padding-left: 20px
}

.pr20 {
    padding-right: 20px
}

.pd10 {
    padding: 10px;
}

.pd30 {
    padding: 30px;
}

.pb0 {
    padding-bottom: 0px
}

.pb5 {
    padding-bottom: 5px
}

.mt3 {
    margin-top: 3px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mb20 {
    margin-bottom: 20px
}

.mg20 {
    margin: 20px
}

.h50 {
    height: 50px;
    line-height: 50px
}

.h40 {
    height: 40px;
    line-height: 40px
}

.h35 {
    height: 35px;
    line-height: 35px
}

.h36 {
    height: 36px;
    line-height: 36px
}


[v-clock] {
    display: none
}

.w {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

/*头部*/
.header {
    height: 131px;
}

.logo {
    width: 251px;
    line-height: 131px
}

.logo img {
    width: 100%;
}

.search {
    margin-left: 180px;
    margin-top: 50px;
    border: 2px solid #e6191e;
    border-radius: 3px;
    height: 40px;
    width: 500px;
    box-shadow: 0 1px 3px #c1c1c1;
}

.search .kw {
    color: #999999;
    height: 100%;
    padding: 4px;
    width: 406px;
}

.search input[type=submit] {
    cursor: pointer;
    height: 100%;
    width: 90px;
    background: #e6191e;
}

.ewm {
    margin-top: 14px;
}

.ewm div:first-child {
    border-radius: 3px;
    width: 81px;
    height: 81px;
}

/*菜单*/
.menu {
    height: 42px;
    line-height: 42px;
    box-shadow: 0px 5px 10px #fdaaaa;
    max-width: 1447px;
    margin: 0 auto;
    background: #ff483b url("../img/menu_bg.png") center center;
}

.menu li {
    float: left;
    margin: 0 15px;
    font-size: 12px;
}

.menu li > a {
    color: #fffefe;
    font-size: 14px;
}

.menu .category {
    position: relative;
    z-index: 99999;
    margin-left: 40px;
}
.menu .category:hover .menus{
    display: flex;
    width: 978px;
}

.menu h1 {
    color: #fffefe;
    font-weight: 400;
}

.menu li:nth-child(2) {
    margin-left: 80px;
}


.menu .menus {
    flex-direction: column;
    width: 247px;
    flex-wrap: wrap;
    top: 42px;
    left: -40px;
    position: absolute;
    min-width: 247px;
    line-height: 20px;
    background: #f2f2f2;
    box-shadow: 0px 3px 10px #c1c1c1;
    height: 478px;
    display: none;
    z-index: 1;
    overflow: hidden;
}

.menu .categorys {
    width: 227px;
    margin: 0 10px;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 0;
}
.menu .menus:hover {
    display: flex;
    width: 978px;
}

.menu .category .categorys:nth-child(7n) {
    border-bottom: none;
    padding-bottom: 0
}


/*一级分类*/
.menu .category h2 {
    font-size: 14px;
    background: url("../img/category_ico1.png") left center no-repeat;
    padding-left: 27px;
}

/*二级分类*/
.menu .category .item {
    padding-left: 27px;
    padding-top: 4px;
}

.menu .category .item a {
    padding-right: 10px;
}

.menu .category .item a:last-child {
    padding-right: 0px;
}


.menu .category_ico {
    background: url("../img/category_ico.png") no-repeat left center;
    padding-left: 30px;
    color: #fffefe
}


/*banners*/
.banners {
    padding-left: 247px;
    width: 955px;
    box-shadow: 0px 3px 10px #c1c1c1;
}

.kv img, .kv {
    width: 708px;
    height: 478px;
}

.smallbanners {
    height: 478px;
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.smallbanners a {
    box-shadow: 0 3px 3px #c1c1c1;
}

.smallbanners img {
    width: 240px;
    height: 115px;
}

/**
面包
 */
.menu+.w .on{color: red}

/*精品专区*/
.tj_product {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 3px 3px 13px #c1c1c1;
}

.tj_product .top {
    border-bottom: 1px solid #dcdcdc;
    height: 50px;
    line-height: 50px;
    padding: 0 13px
}

.tj_product h2 {
    color: #ff3333;
    padding-left: 30px;
    background: no-repeat left center;
}

.tj_product .filter dt {
    color: #000000;
}

.tj_product .filter dd {
    margin: 0 5px;
}

.tj_product .filter dd a {
    color: #ff3333;
    border-radius: 3px;
    padding: 0px 4px;
    border: 1px solid #ff3333;
}

.tj_product .filter dd:last-of-type {
    margin-right: 0px
}

/*每个项目*/
.tj_product .items {
    padding: 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}
.tj_product .items::before{
    content: "";
    height: 10px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
}
.tj_product .item {
    width:20%;
    float: left;
    border-top: 1px dashed #e5e5e5;
    border-left: 1px dashed #e5e5e5;
    padding: 10px;
}
.siminfo .img,.item .img{    overflow: hidden;}
.siminfo img,.item img{transition: all .4s}
.siminfo img:hover,.item img:hover{transform: scale(1.3);}

.tj_product .item:nth-child(-n+5){
    padding-top: 0;
    border-top: none;
}
.tj_product .item:nth-child(5n+1){
    border-left: none;
    padding-left: 0;
}
.tj_product .item:nth-child(5n+5){
    padding-right: 0;
}


.tj_product .img img {
    width: 100%;
    height: 130px;
}

.tj_product .info {
    height: 40px;
    padding: 0 5px;
    background: #f7f5f5;
    line-height: 40px;
}

.tj_product .info h3 {
    width: 120px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.tj_product .info .price {
    color: #ff0000;
    float: right;
}

.tj_product .info .price::before {
    content: "";
    margin-right: 3px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: url("../img/price_ico.png") no-repeat left center;
}


.shangji_tj {
    width: 790px;
    background: #fff;
    box-shadow: 0px 3px 10px #c1c1c1;
}

.shangji_tj .common-top h2 {
    background-image: url("../img/sjtj_ico.png");
}

.shangji_tj .filter dl {
    margin-top: 13px;
}

.shangji_tj .filter dd {
    margin: 0px 5px;
    float: left;
    line-height: normal;
    border-radius: 3px;
    font-size: 14px;
    background: #fff;
    padding: 1px 11px;
}

.shangji_tj .filter a {
    color: #333333;
}

.shangji_tj .filter dd.hot {
    padding-left: 25px;
    background-image: url("../img/hot_ico.png");
    background-position: 5px 0;
    background-repeat: no-repeat
}
.shangji_tj .filter dd.on {
    font-weight: bold;
}

.shangji_tj .text {
    border-top: 1px solid #e7e7e7;
    padding: 10px 0;
    padding-left: 15px;
}

.shangji_tj .text a {
    font-size: 14px;
    width: 16%;
    text-align: center;
    display: inline-block
}

.shangji_tj .shangji_tjdata_area {
    height: 300px;
}

.shangji_tj .shangji_tjdata {
    display: none
}

.shangji_tj .shangji_tjdata:nth-child(1) {
    display: block
}

.shangji_tj .pics {
    padding-left: 15px;
    padding-top: 18px;
}

.shangji_tj .pics img {
    width: 94px;
    height: 62px;
}

.shangji_tj .pics .title {
    text-align: center;
    padding-top: 5px
}

.shangji_tj .pics .title a {
    font-size: 12px;
}

.shangji_tj .pics .item {
    margin: 0px 17px 17px;
    float: left
}

.shangji_tj .hot_text a {
    color: #ff0000
}


/*创业干货*/
.cygh_tj {
    width: 390px;
    background: #fff;
    box-shadow: 0px 3px 10px #c1c1c1;
}

.common-top h2 {
    background-image: url("../img/cygh_ico.png");
}

.cygh_tj .pics {
    padding-bottom: 0px
}

.cygh_tj .pic a{
    width: 330px;
    height: 128px;
    display: none
}
.cygh_tj .pic img{
    width: 330px;
    height: 128px;
}

.cygh_tj .pic a:first-child {
    display: block
}

.cygh_tj .pic_nav {
    height: 128px;
}

.cygh_tj .pic_nav li {
    border-radius: 3px;
    margin-top: 7px;
    line-height: 20px;
    height: 20px;
    width: 30px;
    background: #eeeeee;
}

.cygh_tj .pic_nav li:first-child {
    margin-top: 0
}

.cygh_tj .pic_nav a {
    display: block;
    text-align: center;
    color: #666666;
}
.cygh_tj .pic_nav li.on {
    background: #e40000;
}

.cygh_tj .pic_nav li.on a {
    color: #fff;
}




/*.cygh_tj .cygh_text li{padding: 4px 0}*/
.cygh_tj .cygh_text li {
    line-height: 2.03
}


footer {
    background: #000000;
    height: 40px;
    color: #999;
    text-align: center;
    line-height: 40px;
}

footer a {
    color: #999;
}

.sitemap {
    background: url("../img/sitemap_ico.png") no-repeat;
    padding-left: 20px;
}


/*友情链接*/
.links {
    background: #fff;
    box-shadow: 0px 3px 10px #c1c1c1;
}

.links dt {
    background: url("../img/link_ico.png") left center no-repeat;
    width: 109px;
    color: #fff;
    padding-left: 30px;
}

.links dd {
    padding-left: 30px;
}

.links a {
    color: #999999;
}

.more {
    padding-right: 20px;
}


.categoryPage {
}

.cate-goods-lists {
    margin-top: 20px;
    background: none;
    box-shadow: none
}

.cate-goods-lists .sorts {
    background: #ffffff;
    box-shadow: 0px 2px 5px #c1c1c1;
}

.cate-goods-lists .sorts a {
    font-size: 14px;
    font-weight: bold;
    padding-left: 23px;
    margin: 0 16px;
}

.cate-goods-lists .sorts a.on {
    color: red
}

.cate-goods-lists .sorts .inputtime {
    background: url("../img/sort_inputtime.png") no-repeat left center;
}

.cate-goods-lists .sorts .inputtime.on {
    background: url("../img/sort_inputtime_on.png") no-repeat left center;
}

.cate-goods-lists .sorts .amount {
    background: url("../img/sort_amount.png") no-repeat left center;
}

.cate-goods-lists .sorts .amount.on {
    background: url("../img/sort_amount_on.png") no-repeat left center;
}

.cate-goods-lists .sorts .hot {
    background: url("../img/sort_hot.png") no-repeat left center;
}

.cate-goods-lists .sorts .hot.on {
    background: url("../img/sort_hot_on.png") no-repeat left center;
}

.cate-goods-lists .items {
    background: #fff;
    box-shadow: 0px 2px 5px #c1c1c1;
}


.pages {
    text-align: center;
    padding: 30px;
}

.pages .page {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    line-height: 45px;
    text-align: center;
    margin: 0 3px;
    font-size: 16px;
    display: inline-block;
    background: #fff;
}

.pages .page.on {
    background: #e84c4c;
    color: #fff;
}


/*头部标签*/
.common-top {
    background: #ecebeb;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 13px
}

.common-top h2 {
    padding-left: 34px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    color: #ff3333;
    font-weight: bold;
}


.findblock {
    margin-bottom: 20px;
}

.findblock .common-top h2 {
    background: url(../img/find_ico.png) no-repeat;
}

.findblock .pics {
    padding: 15px;
    background: #fff;
    display: flex;
}

.findblock .item {
    margin-right: 15px;
    border: 1px solid #e6e6e6;
    padding: 3px;
}

.findblock .item img {
    width: 215px;
    height: 130px;
}

.findblock .item:last-child {
    margin-right: 0px;
}

.findblock .item a {
    color: #000000;
    font-size: 16px;
    padding: 15px;
    padding-left: 5px;
}

.findblock .item .price {
    color: #fe0000;
    font-size: 14px;
    padding-left: 5px;
}


.bread {
    margin: 20px auto
}

.bread span a, .bread span {
    color: #666666
}

.bread span.on {
    color: #ff0000
}


.childtype-nav {
    padding: 16px 16px 11px;
    background: #fff;
    box-shadow: 0px 3px 10px #c1c1c1;
    display: flex
}

.childtype-nav h2 {
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
}

.childtype-nav .types {
    margin-top: -1px
}

.childtype-nav .types a {
    color: #666666;
    padding: 2px 10px;
    margin: 0px 3px;
    margin-bottom: 5px;
    display: inline-block
}

.childtype-nav .types a.on {
    color: #ffffff;
    background: #d72323;
    border-radius: 3px
}


.detailinfo {
    width: 935px
}

.detailinfo .siminfo {
    box-shadow: 0px 3px 10px #c1c1c1;
    background: #fff;
    border-radius: 3px;
    display: flex;
}

.detailinfo .siminfo .img {
    margin-right: 28px;
}

.detailinfo .siminfo .img img {
    max-width: 264px;
    max-height: 215px;
}

.detailinfo .simmaininfo {
    position: relative;
    flex-grow: 2;
}

.detailinfo .simmaininfo h1 {
    font-weight: normal
}

.detailinfo .simmaininfo ul {
    padding: 8px 0 0
}

.detailinfo .simmaininfo li span:first-child {
    line-height: 26px;
    color: #999999;
    font-size: 14px;
}

.detailinfo .simmaininfo li span:last-child {
    line-height: 22px;
    color: #333333;
    font-size: 14px;
}

.detailinfo .simmaininfo .amountblock {
    background: #f5f5f5;
    position: absolute;
    right: 0;
    border: 1px solid #e6e6e6;
    padding: 23px 13px;
    text-align: center
}

.detailinfo .simmaininfo .amountblock h3 {
    font-size: 12px;
    color: #999999;
}

.detailinfo .simmaininfo .amountblock p {
    font-size: 14px;
    color: #ff1100;
}


.btn1 {
    background: #398bdf url("../img/wx.png") no-repeat 25px center;
    font-size: 14px;
    color: #fff;
    padding: 9px 55px;
    padding-right: 35px;
    display: inline-block;
    border: 1px solid #0669b2;
    border-radius: 3px;
}

.btn1 a {
    color: #fff;
}

.moreinfo {
    padding: 20px 22px;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0px 3px 10px #c1c1c1;
    border-radius: 3px;
}

.moreinfo .field {
    padding: 8px 0;
    padding-left: 28px;
}

.moreinfo .field.arrow {
    background: url(../img/jt.png) no-repeat left center;
}

.moreinfo .field .span1 {
    font-size: 14px;
    font-weight: bold;
    color: #333333
}

.moreinfo .field .span2 {
    font-size: 14px;
    color: #333333
}


.detailtj {
    width: 250px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px 10px #c1c1c1;
}

.detailtj .common-top {
    background: none;
    border-bottom: 1px solid #c3c3c3;
}

.detailtj h2 {
    background-image: url("../img/hot_tj.png");
    padding-left: 30px;
    color: #000
}

.detailtj .pics .item {
    padding: 2px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin: 15px;
}

.detailtj .item .desc {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #f4f4f4;
    height: 27px;
    line-height: 27px;
    padding: 0 5px;
}

.detailtj .item .desc .price {
    color: #fe0000;
    white-space: nowrap;
    margin-left: 6px
}


.message {
    border: 1px solid #df0024;
    border-radius: 3px;
    box-shadow: 0px 3px 10px #c1c1c1;
    /*width: 60%*/
}

.message .top {
    padding: 0 40px 0 20px;
    background: linear-gradient(to right, rgba(194, 5, 5, 1), rgba(194, 5, 5, 0.5));
}

.message .top h2 {
    /*color: #faf139;*/
    text-align: center;
}

.message .top h3 {
    color: #ffffff;
    font-weight: 100;
}

.message .top h3 span {
    color: #ffb400;
}

.message .onlinemessage {
    background: #f7f5f5;
    border-left: 1px solid #dadada;
    padding: 45px 35px
}

.message .onlinemessage .field {
    width: 60px;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    font-size: 14px;
}

.message .onlinemessage input[type=text],
.message .onlinemessage textarea {
    height: 40px;
    padding: 5px;
    border: 1px solid #dadada;
    width: 100%;
    color: #999999;
    font-size: 14px;
}

.message .onlinemessage > div {
    margin-bottom: 15px
}

.btn2 {
    background: #f01e17;
    width: 100%;
    display: inline-block;
    padding: 7px 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 3px;
}


.cygh_tj h2 {
    background-image: url("../img/cygh_ico.png")
}

.cygh-list {
    background: #fff;
    width: 935px;
    border-radius: 3px;
    box-shadow: 0px 3px 10px #c1c1c1;
}

.cygh-list .item {
    border-bottom: 1px dashed #cdcdcd;
    padding: 20px 0px;
    margin: 0 20px;
}

.cygh-list .titleline {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cygh-list .titleline .date {
    color: #999999
}

.cygh-list .field {
    padding-left: 17px;
    color: #000;
    font-size: 16px;
    background: url(../img/jt2.png) no-repeat left center;
}

.cygh-list .desc {
    line-height: 22px;
    margin-top: 10px;
    padding-left: 17px;
}


.pages2 {
    text-align: center;
    padding: 30px;
}

.pages2 .page {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 3px;
    font-size: 14px;
    display: inline-block;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.pages2 .page.on {
    background: #e84c4c;
    color: #fff;
    border: 1px solid #e84c4c;
}


.cygh-detail {
    width: 935px;
}

.cygh-detail-content {
    font-size: 24px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px 10px #c1c1c1;
    padding: 22px 32px;
}

.cygh-detail-content h1 {
    font-size: 24px;
    font-weight: normal;
}

.cygh-detail-content .otherinfo {
    color: #999999;
    font-size: 12px;
    padding: 5px 0 15px;
}

.cygh-detail-content .content {
    line-height: 22px;
    font-size: 14px;
}

.prevnext-news {
    padding: 12px 32px;
    margin: 20px 0
}

.prevnext-news a {
    font-size: 14px;
}


.container .intro {
    float: left;
    margin-left: 20px;
    width: calc(100% - 320px);
    /*min-height: 200px;*/
}

.container .intro h1 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 30px;
}

.container .intro .field {
    line-height: 33px;
    font-size: 14px;
    overflow: hidden;
    height: 33px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.container .intro .field span {
    font-weight: bold;
    border-left: 2px solid red;
    padding-left: 5px;
    display: inline-block;
    line-height: 15px;
}
