.header .green{
    background: #0f8549;
    height:40px;
    font-size: 14px;
}
.header .green ul li a{
    color:#fff;
}
.header .green ul li a.hover,
.header .green ul li a:hover {
    color:#deff00;
}
.header-nav{
    margin-right: 20px;
    line-height: 40px;

}
.header-nav li{
    float:left;
    color:#fff;
}
.header-nav li a{
    padding:5px 18px;
}
.header .green  .list>li{
    line-height: 40px;
    height:100%;
    margin-left:20px;
    color: #fff;
}
.search-div{
    height:114px;
    border-bottom: 10px solid #eee;
    position:relative;
}
.search-div .head-bg-img{
    width: 100%;
    height:100%;
    position:absolute;
    top:0;
    z-index: -1;
}
.search-div .search-k {
    /*padding: 0 20px;*/
    line-height: 114px;
}
.search-k>.search-input{
    box-sizing: border-box;
    border:1px solid #0f8549;
    border-right:0;
    height:30px;
    margin-right:-4px;
    line-height: 30px;
    padding:2px 5px;
}
.search-k>.search-btn{
    background: #fff;
    padding:0 10px;
    height: 30px;
    border:1px solid #0f8549;
    cursor:pointer;
    color:#0f8549;
}
/*搜索框左侧添加图片*/
.search-img{
    margin-top: 43px;
}
/*登录注册*/
#login{
    padding:5px 18px;
}
#login+i{
    color:#fff;
}
/*购物车*/
.s-car{
    position:relative;
    padding:0 20px;
}
.s-car>a:hover{
    color:#fff !important;
}
.s-car .car-img{
    display: inline-block;
    background: url("../img/car-img.png") center center no-repeat;
    width: 20px;
    height:18px;
}
.s-car:hover .drop-down{
    display: block;
}
.drop-down{
    display: none;
    position:absolute;
    top: 40px;
    right:0;
    z-index: 99;
}
.drop-down-con{
    width: 320px;
    box-sizing: border-box;
    border: 1px solid #9fa0a0;
    box-shadow: 0 0 5px #9fa0a0;
    background: #fff;
    z-index: 50;
    border-top: 0;
    padding:0 30px;
    border-radius: 4px;
}
.drop-down .sj{
    border: 14px solid transparent;
    border-bottom-color:#fff;
    position:absolute;
    top:-28px;
    right:75px;
    z-index: 100;
}
.drop-down .s-img img{
    width:68px;
    height:68px;
}
.drop-down .cart-item{
    box-sizing: border-box;
    padding:10px 0px;
    overflow: hidden;
    border-bottom: 1px solid #9fa0a0;
}
.drop-down .cart-item:hover .cart-del{
    display: block;
}
.cart-item .s-img{
    border:1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
}
.drop-down .cart-item .cart-name{
    color:#000;
}
.drop-down .cart-item .cart-name:hover{
    color:#0f8549;
}
.cart-center{
    line-height: 16px;
    height:100%;
    width:130px;
}
.cart-center .cart-info{
    color:#000;
    margin-top: 10px;
}
.cart-del{
    color:#000 !important;
    margin-left:5px;
    line-height: 68px;
    display: none;
}
.cart-del:hover{
    color:red !important;
}
.cart-ft{
    padding:8px;
    height:46px;
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
}
.cart-ft .cart-ft-lk{
    display: inline-block;
    width: 90px;
    height:30px;
    box-sizing: border-box;
    padding:0 10px;
    background: #0f8549;
    color:#fff;
    border-radius: 4px;
}
.cart-ft .cart-ft-lk:hover{
    background: #108f4e;
    color:#eee !important;
}
.logo{
    width: 230px;
    height: 114px;
    background: #eee;
}
.logo img{
    margin:17px auto 0;
}
.vip_img{
   display: inline-block;
    vertical-align: inherit;
    margin-left: 5px;
}
/*页尾*/
/*.footer{
    border-top: 3px solid #000;
    background: #efefef;
    padding-bottom: 50px;
    margin-top: 50px;
}

.footer .logo_list{
    border-bottom: 1px solid #383838;
    text-align: center;
    padding: 47px 0 28px;
}
.footer .logo_list>li{
    display: inline-block;
    width:20%;
}
.footer .logo_list>li a{
    display: inline-block;
}
.footer .logo_list>li img{
    margin:0 auto;
}
.footer .logo_list>li span{
    display: inline-block;
    margin-top: 10px;
}
.footer-b{
    color:#383838;
}
.footer-b>ul{
    text-align: center;
    margin-top: 30px;
}
.footer-b>ul>li{
    display: inline-block;
}
.footer-b>ul>li i{
    margin:0 16px;
}
.footer-b .copyright{
    text-align: center;
    line-height: 50px;
}
.footer .mod_service>li{
    width:25%;
    display: inline-block;
}
.footer .mod_service>li>p{
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    border:1px solid #383838;
    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    color:#0f8549;
}
.footer .mod_service>li>p.eng{
    font-size: 16px;
}*/
/*搜索栏左侧广告*/
.title-banner{
    width: 630px;
}
.title-banner>li{
    float:left;
    margin-left: 4px;
    padding-top: 7px;
}





