

.store-nav
{
    height: 86px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);   
    border-radius: 0px;
    text-align:center;
    padding-top:35px;
    box-sizing: border-box;
    margin-bottom:50px;
}

.store-nav a{
    font-size:20px;
    line-height:20px;
    height:20px;
    padding-bottom:20px;
    color:#333;
    border-bottom: 2px solid #ffffff;
    display:inline-block;
    margin-right:50px;
    padding-left:20px;
    padding-right:20px;
}
.store-nav a.hover
{
    border-bottom: 2px solid #C4261D;    
    color:#C4261D;
   
}



.store-boxs
{
    padding-bottom:30px;
    width:100%;
    display:block;
}

.store-items
{
    font-size:0px;
    min-height:400px;
}

.store-one-item 
{
    width:100%;
    height: 402px;
    display:block;
    padding:20px;
    box-sizing: border-box;
    background: #F2F2F2;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    margin-bottom:50px;
}

.store-one-item a
{
    width:100%;
    height:100%;
    display:block;
    font-size:0px;
}
.store-left
{
    width:486px;
    height:362px;
    display:inline-block;        
    border-radius: 8px;
    overflow:hidden;
}

.store-right
{
    width:624px;
    margin-left:50px;
    display:inline-block;
    padding-top:50px;
    box-sizing: border-box;
    height:362px;
    vertical-align:top;
    position:relative;
}

.store-right h2{
    height: 28px;
    font-size: 28px;   
    font-weight: 500;
    line-height: 28px;
    color: #000000;
    
    display:block;
    width:100%;
    margin-bottom:30px;
    
}

.store-right p{
    height: 22px;
    font-size: 22px;
    width:100%;
    display:block;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    margin-bottom:30px;
    
}
.store-right span{
    width: 250px;
    height: 54px;
    background: #C4261D;
   
    border-radius: 27px;
    display:block;
    position:absolute;
    left:0px;
    bottom:0px;
    color:#fff;
    text-align:center;
    line-height:54px;
    font-size:22px;
}


.store-items
{
    display:none;
}
.store-boxs .hover
{
    display:block;
}