/*@import url('style.css');*/

/* body{
    
    background-color:aliceblue;
} */

.navigation-menu{
    line-height: 40px;
    font-size: 15px;
    background-color:aliceblue;
}
.navigation-menu,a{
    color: #666;
}

.brand-class{   
    padding: 10px 20px 2px 20px;
    background-color:#fff;
    min-height: 120px;
    border-radius: var(--border-radius);
    /* border: 1px solid #f5f5f5;
    box-shadow: 0 0 8px #f5f5f5; */
    margin-top:10px ;
}
.brand-class dl{
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 8px;
    line-height: 40px;
}
.brand-class dl dt{
    width: 90px;
    color: #000;
    
}
.brand-class-type {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.brand-class-type ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.more{
    font-size: 14px;
    width: 100px;
    text-align: right;
}

.product-class-type {
    width: 100%;
    display: flex;
}
    .product-class-type ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
/*        justify-content: space-between;*/
    }
    .product-class-type ul li{
        margin-left:40px;
        font-size:15px;
    }

/* search */
.search{
    margin-top: 0px;
    width: 400px;
    display: flex;
    justify-content: space-between;
}
.search input{
  width: 330px;
  height: 36px;
}
.search button{
   height: 36px;
}

main{
    margin: 20px 0;

}
.brand-content{
    padding: 0px;
    
}
.brand-content li{
    border-radius: var(--border-radius);
    background-color:#ffffff;
    min-height: 160px;
    padding:14px 15px 10px 15px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    /* box-shadow: 0 0 8px #005ae141; */
}
/* .brand-content :hover{
    background-color:#f5f5f5;

} */
.brand-logo{
    width: 200px;
    height: 140px;
    line-height: 140px;
    background-color:#fff;
    border-radius: var(--border-radius);
    margin-right: 20px;
    border: 1px solid #ccc;
}
.brand-logo img{
    width: 198px;
    max-height: 140px;
    border-radius: var(--border-radius);
}

.brand-text{
    font-size: 14px;
    width: 100%;

}
.brand-text ul{
    display: flex;
    justify-content: space-between;
    line-height: 36px;
}
.brand-text ul h3{
    color:#333;
}
.brand-text ul dd{
    color:var(--primary-font-color);
}
.brand-text p span{
    color: var(--primary-font-color);
}
.brand-text dl{
   
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555;
}


.brand-content-right{
    border-radius: var(--border-radius);
    min-height: 300px;
    padding: 5px 10px 20px 10px;
    margin-bottom: 20px;
    background: url(../images/menu-bg.jpg) no-repeat #fff;
    border: 1px solid #005ae125;
    box-shadow: 0 0 8px #005ae141;

    
}
.right-ad{
    margin-bottom: 20px;
}
.right-ad img{
    width: 100%;
    height: 320px;
    border-radius: var(--border-radius);
    /* box-shadow: 0 0 8px #005ae141; */
}
.right-title{
    
    display: flex;
    justify-content:space-between;
    padding: 0 10px;
    width: 100%;
    line-height: 36px;
    border-bottom: #e2e2e2c5 1px solid;
    margin-bottom: 6px;
    
}
.right-title span{
    color:#3b5999;
    font-weight: 600;
}
.right-title p{
    font-size: 14px;
}
.right-news li {
    width:100%;
    margin: 0 10px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;  
    
}
.right-news li .sign {
    width: 20px;
    height: 16px;
    line-height: 16px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding-right: 3px;
    margin: 2px 8px 0 0;
    background-image: url(../images/sign-4.png);
    background-size: 20px 16px;
}
.right-news li .sign.sign-1 {
    background-image: url(../images/sign-1.png);
}
.right-news li .sign.sign-2 {
    background-image: url(../images/sign-2.png);
}
.right-news li .sign.sign-3 {
    background-image: url(../images/sign-3.png);
}
.right-news li a{
    width:96%;
    white-space:nowrap;/* 不换行 */  
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */   
    text-overflow:ellipsis;    
}
.right-news a img{
    width: 92%;
    margin: 0 20px 0 10px;
    border-radius: var(--border-radius);

}
.right-product{
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.right-product li{
    width: 46%;
    height: 160px;
   /* background-color: #f5f5f5; */
    border-radius: var(--border-radius);
    margin-top: 15px;
}
.right-product li:hover{
    /* border: 1px solid var(--primary-font-color); */
    background-color:#005BE1;
    color: #fff;
}
.right-product li a:hover{
    color: #fff;
}

.right-product li p{
    height: 100px;
    width: 100%;
    background-color: #fff;
    border-radius: var(--border-radius);
    
}
.right-product img{
    width: 100%;
    height: 100px;
    border-radius: var(--border-radius);
    border: 1px solid #f5f5f5;  
}
.right-product a :hover{
    border: 1px solid var(--primary-font-color);
}
.right-product li span{
    padding: 10px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    /* word-break:keep-all;不换行 */ 
    /* white-space:nowrap;不换行 */  
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */   
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* about */
.col-left{
    width: 22%;
}
.col-right{
    width: 78%;
}
.col-right .about-content{
    background-color: #fff;
    /* padding: 0 20px; */
    border-radius: var(--border-radius);
    line-height: 36px;
    font-size: 16px;
    /* min-height: 1040px; */
}

/* product */
.product-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content:space-between; */
    align-content:flex-start;
    margin-right:-20px !important;
}
.product-block{
    max-width: 238px;
    background-color: #fff;
    border-radius: var(--border-radius);
    margin-top: 20px;
    margin-right: 20px;
    border: 1px solid #fff;
}
.product-block dd{
    width:236px;
    height:236px;
    background-color:#fff;
    border-radius:var(--border-radius) var(--border-radius)0 0 
}
.product-block img{
    width: 236px;
    max-height: 236px;
    border-radius:var(--border-radius) var(--border-radius)0 0  ;
}
    .block-list {
        margin: 15px;
        
    }
.product-info-tj{
    margin: 0;
}
.product-info-tj ul span{
    font-size: 16px;
    font-weight: 500;
}
.cat-text h6 a {
    font-size: 15px;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cat-text dd{
    width: 100%;
    line-height: 30px;
    white-space:nowrap;
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */   
    text-overflow:ellipsis;
}
.cat-text button{
    color:#ffffffea !important;
    background: linear-gradient( to left top,#A884FD,#005BE1 ); 
}
.cat-text button:hover{
    color:#ffffff !important;
    background: linear-gradient( to right top,#6848b4,#534cdb ); 
}
.cat-text p{
    font-size: 14px;
    font-weight: 500;
    color:#777;
}
.product-block:hover{
    border: 1px solid #005ae170;
    background: #f5f5f52d;
    /* background: linear-gradient( to top,#ffffff,#f5f5f5c4 );  */
}
.pagelist{
   text-align:center; margin-top:10px;
   font-size:14px;
   
}
    .pagelist a {
        background-color: #cfcfcfb0;
        min-width: 30px;
        padding: 6px;
        border-radius: 4px;
    }
    .pagelist span a {
        background-color:#cfcfcfb0;
        border-radius: 4px;
    }
    .pagelist a:hover{
        background-color:var(--primary-font-color);
        color:#fff;

    }
    .pagelist b {
        width:30px !important;
        background-color:var(--primary-font-color);
        color: #fff;
        padding: 6px;
        border-radius: 4px;
    }
    .pagelist input{
        height: 30px !important;
        margin-top: 2px;
    }
    .pagelist button{
        background-color:var(--primary-font-color);
        color: #fff;
        padding: 6px;
        border-radius: 4px;
    }
/* product info */
.goods-info{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.goods-info .goods-img{
    width:44%;
    height: 430px;
    margin-right: 30px;
    border: 1px solid #cececed7;
    border-radius: var(--border-radius);
}
.goods-info .goods-img img{
    width:100%;
    max-height: 430px;
    border-radius:var(--border-radius) ;
}
.goods-info .goods-cs{
    margin: 0px;
    width: 56%;
}
.goods-info .goods-cs ul{
    margin: 20px 0;
    padding: 10px 0;
    background-color: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: var(--border-radius);
}
.goods-info .goods-cs dl{
    padding: 10px;
    border-radius: var(--border-radius);
    border: 1px dashed #cccccc65;
    background-color: #c5f5f710;
    color: #333;
    line-height: 26px;

}
.goods-info .goods-cs ul li{
    width: 49%;
    padding-left: 10px;
    font-size: 14px;
    
}
.goods-info .goods-cs ul li span{
    width: 66px;
    color: #666;
    line-height: 36px;
}
.goods-info .goods-cs ul li b{
    color: #111111;
    font-weight: 500;
    
}
.goods-info .goods-cs ul li b.goods-price{
    color: coral;
    font-size: 20px;
    font-weight: 600;

}

.goods-info .goods-cs button{
    width: 32.5%;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}
.btn-warning{
    background-color: rgb(255, 138, 4);
}
.product-content-info{
    margin: 20px;
    min-height: 600px;
}
.product-content-info td{
    padding: 10px;
    font-size: 16px;
}

/* news */
.news-info{
    
    line-height: 36px;
    
    padding-left: 10px;
    
}
.news-info-title{
    margin: 0 0 20px 0;
    text-align: center;
}
.news-info-title h2{
    padding-bottom:  20px;
    color: #333;
}
.news-info-title p{
    font-size: 14px;
    background-color: #f6f6f6;
    border-radius: var(--border-radius);
    line-height: 32px;
}
.news-info-list{
    width: 100%;
    margin-top:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.news-info-list li{
    width: 33%;
    padding: 0 15px;
    font-size: 14px;
    background: url(../images/left_li.gif) 5px 15px no-repeat #f5f5f598;
    margin-bottom: 1px;
    border-radius: var(--border-radius);
}
.news-info-list li a {
    margin-top: 2px;
    line-height: 32px;
    width: 100%;
    white-space:nowrap;
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */   
    text-overflow:ellipsis;
}
.news-info-list li:hover{
    background-color: #005ae109;
}
.noborder{
    border:none !important;
}

/* 品牌展示 */



/* footer底部信息 
.extra-bg,.copyright,.footer-bottom-wrap{
    background-color:#fff;
}
.ft-wx img{
    border: #cdcdcd94 5px solid;
}*/