/* ---导航 下划线动态效果 -----------------------------*/
.line {
    width: 0px;
    height: 1px;
    border-radius: 5px;
    background-color: #9cff0f;
    margin: 0 auto;
    position: absolute;
    transition: width 0.2s linear;
}

.nav_li:hover .line {width: 100%;}

.t_line{
    width:0px;
    height:1px;
    border-radius:5px;
    background:#9cff0f;
    margin:0 auto;
    position:absolute;
    transition:width 0.2s linear;
}

.t_li:hover .t_line{width:97%;	}

.t_line3{
    width:0px;
    height:1px;
    border-radius:5px;
    background:#9cff0f;
    margin:0 auto;
    position:absolute;
    transition:width 0.2s linear;
}

.t_li3:hover .t_line3{
    width:97%;
	bottom:0;
}

.t_li3 a{color:#e5e5e5;}

.t_li3 a:hover{color:#e5e5e5;}

/* 左方导航栏---------------------------------*/

.nav {
    background-image: url("../images/homepage_nav.png");
    background-repeat: no-repeat;
    background-size: 158px 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 158px;
    z-index: 998;
}

.nav .menulist {
    width:100%;
    position: absolute;
    bottom: 0;
    padding-left: 18%;
    padding-bottom:40px;
}

.nav_li 
{
    display: block;height: 40px;
    line-height: 40px;
    /*width: 65%;*/
    font-size: 14px;
    padding-top: 5px;
}

.nav .menulist li a {
    cursor: pointer;
    text-decoration: none;
    color: white;
    letter-spacing: 2px;
}

.logo {
    width: 100%;
    /*margin-bottom:100%;*/
    max-width: 78px;
    height: auto;
}

.t_li{position:relative;}

.two_menu_1,.two_menu_3,.two_menu_4,.two_menu_5,.two_menu_6{
    position:fixed;
    left:90px;
    bottom:0;
    padding-bottom:40px;
    width:150px;
    background:rgba(20,20,20,0.8);
    padding-top:5px;
    color:white;
    padding-left:5px;
}

.two_menu_2{
    position:fixed;
    color:white;
    background:rgba(20,20,20,0.9);
    bottom:0;
    left:90px;
    padding-top:15px;
    padding-left:5px;
}

.All_Goods dl{
    display:inline-block;
    vertical-align: top;
    margin-right:30px;
}

.All_Goods dl dt{
    color:white;
    font-weight:600;
    font-size:14px;
    padding-bottom:8px;
}

.All_Goods dl dd{
    display:block;
    height:30px;
    line-height:30px;
    font-size:14px;
    text-indent:2px;
    padding-top:5px;
}

/* 二级菜单 */
.secondMenuUl li{
    display:inline-block;
    height:40px;
    line-height:40px;
    font-size:14px;
    text-indent:2px;
    padding-top:5px;
    
}

.secondMenuUl li a{color:white;letter-spacing:2px;}
.width100{width: 100%;}
.FirstMenu .FirstTitle{font-size:14px;display:inline-block;position:relative;}
.cSecondMenu{/*width:100%;*/position:fixed;bottom:0;padding:5px 20px 40px 170px;z-index:997;background-color:#000; opacity:0.9;filter: alpha(opacity=90);      }

.t_li a{letter-spacing:2px;}

.goods_dl{display:inline-block;vertical-align:top;margin:0 15px;}

.goods_dt{display:inline-block;color:White;font-size:18px;margin-bottom:10px;letter-spacing:2px;line-height:2;}

.goods_dt a:hover{color:white;}

.goods_dd{display:inline-block;line-height:2.5;font-size:14px;}

@media only screen and (max-width: 1600px) and (min-width:1360px) {
.goods_dd{width:70px;font-size:12px;}
.goods_dt{width:64px;font-size:13px;}
.goods_dl{margin:0 10px;}}

@media only screen and (max-width: 1360px) and (min-width:1024px){
.goods_dl{margin:0 10px;}
.goods_dt{max-width:40px;font-size:13px;min-height:78px;}
.goods_dd{max-width:42px;font-size:12px;}}

@media only screen and (max-width: 1024px){
.goods_dl{margin:0 8px;}
.goods_dt{max-width:30px;font-size:13px;min-height:78px;}
.goods_dd{max-width:30px;font-size:12px;}	}
.goods_li:hover{background:url(../images/right_arrow_small.png) no-repeat center right;}
.goods_dd a{color:white;}
