/*
* @Author: Marte
* @Date:   2019-05-15 18:28:14
* @Last Modified by:   Marte
* @Last Modified time: 2019-07-31 15:03:14
*/
/*  产品分类黄色部分 */
.productsection {
    width:100%;
    min-width: :1200px;
    margin-top: 40px
}
.usercenter_title {
    width:1200px;
    margin:0 auto;
    position:relative;
}
.usercenter_titlespan {
    display:block;
    color:#fff;
    width:440px;
    height:40px;
    text-align:center;
    line-height:40px;
    background-color:#9ec4e9;
    font-size:20px;
}
.usercenter_line {
    width:100%;
    height:0px;
    /* background-color:#9ec4e9; */
}
.usercenter_content {
    width:1200px;
    margin:24px auto 0;
}
/* 产品分类 */
.productlist {
    width:216px;
    height:400px;
    position:absolute;
    top:40px;
    z-index:88
}
.productlist ul {
    background-color: #000;
    font-size:16px;
}
.productlist li {
    height:80px;
    font-size: 16px;
    color: #fafafa;
    text-align: center;
    line-height: 80px;
}
.li-select {
    background-color:#fff;
}
.li-select span {
    color:#223079;
}
.productlist ul .erjimune {
    position:absolute;
    top:0;
    left:216px;
    height:400px;
    overflow:auto;
    background-color:rgba(255,255,255,.9);
    z-index:99;
}
.erjimune li {
    width:990px;
    height:40px;
    background:none;
    line-height:28px;
    font-size:14px;
    text-align:left;
    padding-top:18px;
    padding-left:24px;
    padding-bottom:10px;
}
.erjimune li a:hover {
    color:#223079;
}
.erjimune li strong{
    float:left;
    color:#333;
    font-size:14px;
    font-weight:700;
    width:110px;
}
.erjimune li span {
    float:left;
    width:860px;
    display: inline-block;
}
.erjimune li span a {
    color:#666;
    font-size:14px;
    margin-right:24px;
    display: block;
	height:28px;
	line-height: 28px;
}