/*产品导航*/
div[name='slide-nav'] ul{
    padding-left: 10px;
}
.products-container{
    margin-top: 30px;
}
.products-left-nav{
    background-color: white;
    border: solid 1px #DEDEDE;
}
.wd_p{
    display: flex;
    flex-direction: column;
}
.products-name{
    text-align: center;
}
.products1{
    color: white;
    background-color:#2C9B39;
    line-height: 40px;
    font-size: 15px;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #DEDEDE;
}
.img-rotate{
    transform: rotate(180deg);
}
.products2-div{
    line-height: 30px;
    font-size: 13px;
    display: none;
}
.products2{
    border-bottom: solid 1px #DEDEDE;
}
.products2-active{
    background-color: rgb(224, 224, 224);
}
.products-detail{
    padding-left: 30px;
    box-sizing: border-box;
}
.products-detail-title{
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.products-detail-title a {
    font-size: 12px !important;
}
.products-detail-img{
    width: 80%;
    height: 180px;
    border: solid 1px #DDDDDD;
    padding: 20px;
    overflow: hidden;
}
.products-detail-img img{
    width: 95%;
    cursor: pointer;
    transition: all 1s;
}
.products-detail-img img:hover{
    transform: scale(1.2);
}
.products-props-nav{
    margin-top: 50px;
}
.products-props-nav-single{
    width: 100%;
    background-color: #666666;
    line-height: 38px;
    color: white;
    text-align: center;
}
.products-props-nav-line{
    border-bottom: solid 1px #DDDDDD;
    line-height: 38px;
}
.products-props{
    margin-top: 20px
}
.products-props-table{
    width: 100%;
    text-align: center;
    line-height: 38px;
}
.products-props-table tr:first-child{
    background-color: #E5E5E6;
}
.products-props-table tr td:first-child{
    background-color: #E5E5E6;
    border: solid 1px #8D8885;
    border-left: none;
}
.products-props-table tr td:last-child{
    border: solid 1px #8D8885;
    border-right: none;
}
.products-img-div{
    height:225px;
    overflow: hidden;
    border: solid 1px #DDDDDD;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #FFFFFF;
}
.products-img-div1{
    height:225px;
    overflow: hidden;
    border: solid 1px #DDDDDD;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #FFFFFF;
}
.products-img-div img{
    height: 160px;
}
.products-sort-small1{
    /*list-style: none;*/
    margin-left: 15px;
}
.products-sort-small1 ul{
    display: none;
}
.products-sort-small1 a{
    color: #000000;
    text-decoration: none;
}
.products-sort-small1 a:hover{
    color: #427AB6;
    text-decoration: none;
}
.products-sort-small2{
    /*list-style: none;*/
    margin-left: 15px;
}
.products-sort-small2 ul{
    display: none;
}
.products-sort-small2 a{
    color: #000000;
    text-decoration: none;
}
.products-sort-small2 a:hover{
    color: #427AB6;
    text-decoration: none;
}
.products-sort-small3{
    /*list-style: none;*/
    margin-left: 15px;
}
.products-sort-small3 ul{
    display: none;
}
.products-sort-small3 a{
    color: #000000;
    text-decoration: none;
}
.products-sort-small3 a:hover{
    color: #427AB6;
    text-decoration: none;
}
.products-sort-small4{
    /*list-style: none;*/
    margin-left: 15px;
}
.products-sort-small4 ul{
    display: none;
}
.products-sort-small4 a{
    color: #000000;
    text-decoration: none;
}
.products-sort-small4 a:hover{
    color: #427AB6;
    text-decoration: none;
}
.products-sort-small5{
    /*list-style: none;*/
    padding-left:15px;
}
.products-sort-small5 ul{
    display: none;
}
.products-sort-small5 a{
    color: #000000;
    text-decoration: none;
}
.products-sort-small5 a:hover{
    color: #427AB6;
    text-decoration: none;
}
.products-sort-small1 li{
    height: 36px;
    line-height:36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    color: #666666;
}
.products-sort-small2 li{
    height: 36px;
    line-height:36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    color: #666666;
}
.products-sort-small3 li{
    height: 36px;
    line-height:36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    color: #666666;
}
.products-sort-small4 li{
    height: 36px;
    line-height:36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    color: #666666;
}
.products-sort-small5 li{
    margin: 6px 0;
    height: 20px;
    line-height:20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:12px;
    cursor: pointer;
    color: black;
    padding-left: 10px;
}
.products-none{
    display: none;
}
/*end产品导航*/
.gx_icon_list{
  list-style: none;
    padding: 0px;
}
.gx_icon_list li{
    float: left;
    width: 200px;
    height: 230px;
}
.gx_icon_list li div{
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}
ul,li{
    list-style: none;
}
.nav-item.active{
    background: #2C9B39;
    border-radius:10px 0px 0px 10px;
    opacity:0.7;
    color: #ffffff;

}