@charset "utf-8";
/*css reset*/
* html,* html body {
    background-image: url(about:blank);
    background-attachment: fixed;word-wrap:break-word;
    font-family: "微软雅黑","黑体";
    font-size:14px;
}
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,b,img,input{margin:0;padding:0;}
img {border:0;display:block;}
em,strong,b,i {font-style:normal;font-weight:normal}
ol,ul {list-style:none}
h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal}
a,a:hover,a:link,a:visited,a:active{text-decoration:none;cursor: pointer;}

/*一行溢出*/
.cell{text-overflow: ellipsis;white-space:nowrap;overflow: hidden;}
/*文字方向*/
.tl{text-align: left;}
.tr{text-align: right;}
.tc{text-align: center;}
.bold{font-weight:bold;}

.bgf{background: #fff;}
/*颜色*/
.col0{color: #000;}
.col3{color: #333;}
.col6{color: #666;}
.col9{color: #999;}
.red{color:#e73736;}
.colf{color: #fff;}
.colfa{color: #ffaf05}
.top20{margin-top:20px;}
.top30{margin-top:28px;}
.top45{margin-top:45px;}
.int{text-indent:2em;}
.inwid{padding:0 20px;}
.borm{border-bottom:1px dashed #cbcbcb;}
/*page css*/
body{font-family: "微软雅黑";font-size: 14px;background:#fff;}
.indexBox{width: 1324px;margin: 0 auto;}
.potre{position: relative;}
/**弹性盒子，通用*/
.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.flex-row.flex-wrap { /*换行，需要列宽*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-row.horizontal { /*水平居中*/
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-row.end { /*水平居you*/
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
}
.flex-row.vertical { /*垂直居中*/
    -webkit-align-items: center;
    align-items: center;
}
.flex-row.bottom { /*居下*/
    -webkit-align-items:  flex-end;
    align-items:  flex-end;
}
.flex-row > .col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
input::-webkit-input-placeholder {
    color: #999;
}
input:-moz-placeholder {
    color: #999;
}
input::-moz-placeholder {
    color: #999;
}
input:-ms-input-placeholder {
    color: #999;
}

.hide{
    visibility:hidden;
}
.show{
    visibility:visible;
}


/*小分类*/
.subcategory-list{
    margin-top: 35px;
}
.subcategory-item{
    width: 360px;
    float: left;
    margin-right: 45px;
}
.subcategory-item h4{
    width: 100%;
    height: 46px;
    background: url(../images/title-allbg.png) left center no-repeat;
    color: #8d8d8d;
    font-size: 8px;
    /*padding-bottom: 12px;*/
    position: relative;
    cursor: pointer;
}
.subcategory-item h4 p{
    color: #333;
    font-weight: bold;
    font-size: 22px;
    padding-right: 15px;
    background: #fff;
    display: inline-block;
}
.subcategory-item h4 p:hover{
    color: #e13f38;
}
.subcategory-item h4  span{
    margin-left: 66px;
    display: block;
}
.subcategory-item h4 a{
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 9;
    color: #a7a7a7;
    font-size: 14px;
}
.subcategory-item h4 a:hover{
    color: #e13f38;
    font-weight: bold;
}
.subcategory-imgword{
    margin-top: 10px;
}
.subcategory-imgword>div{
    margin-bottom: 3px;
}
.subcategory-imgword>div>div{
    width: 164px;
    /*height: 170px;*/
    float: left;
}
.subcategory-imgword>div>div:hover span{
    color: #e13f38;
}
.subcategory-imgword>div>div img{
    width: 100%;
    height: 105px;
    border-radius: 4px;
}
.subcategory-imgword>div>div span{
    display: block;
    font-size: 14px;
    line-height:15px;
    margin-top: 8px;
    text-align: center;
    color: #333;
}
.subcategory-imgword>div>div.imgword-rt{
    float: right;
}
.subcategory-word{
    /*margin-top: 12px;*/
}
.subcategory-imgword p a,.subcategory-word p a,.subcategory-picword p a{
    display: block;
    font-size: 16px;
    line-height: 35px;
    color: #333;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow: hidden;
    padding-left: 15px;
    background: url(http://www.zxstv.com.cn/static/www/images/icon_02.png) left center no-repeat;
}
.subcategory-imgword p a:hover, .subcategory-word p a:hover, .subcategory-picword p a:hover{
    color: #e13f38;
}
.subcategory-last{
    width: 390px;
    margin: 0;
}
.subcategory-picword{
    margin-top: 10px;
}
.subcategory-picword dl{
    margin: 0;
    height: 105px;
    padding-bottom: 24px;
}
.subcategory-picword dl dt{
    width: 164px;
    margin-right: 25px;
}
.subcategory-picword dl dt img{
    width: 164px;
    height: 105px;
    border-radius: 4px;
}
.subcategory-picword dl dd{
    margin: 0;
}
.subcategory-picword dl dd h5 a{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.subcategory-picword dl dd>div{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 19px;
    font-weight:400;
}
.subcategory-picword dl:hover h5 a{
    color: #e13f38;
}
.subcategory-last ul.information li{
    width: 33%;
    min-height: 130px;
    float: left;
}
.subcategory-last ul.information li img{
    margin: 40px auto 20px;
}
.subcategory-last ul.information li p{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #333;
}
.subcategory-last ul.information li:hover p{
    color: #e13f38;
}