p {
    margin: 0 0 12px;
}
a.win, a.win_down{
    border-color:#1e96ec !important;
}
.store-banner {
    height: 250px;
    background: url(../images/store-banner.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.store-banner h2 {
    margin-top: 50px;
    color: #fff;
    font-size: 36px;
    margin-bottom:12px;
}
.store-banner .h2subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin:0 0 12px;
}
.pro-nav {
    background: #f2f2f2;
    position: relative;
    padding: 0;
}
ul.inline > li{
    display: inline-block;
    padding:15px 5px;
    width:33%;
    font-size: 16px;
}
.product-list{
    padding:20px 0;
    background:#3690c9;
}
.product-list .hot-solutions h2{
    font-size: 36px;
    color: #fff;
    margin:30px 0;
}
.product-list .hot-solutions{
    padding-bottom:30px;
    border-bottom:1px solid #fff;
}
.hot-solutions-box{
    display: inline-block;
    width:47%;
    background-color: #fff;
    margin-left:2%;
    margin-top:40px;
    vertical-align: top;
}
.hot-solutions-box a,.hot-solutions-box div{
   display: inline-block;
   vertical-align: middle;
}
.hot-solutions-box a{
   
}
.hot-solutions-box a.down{
   width:50%
}
.hot-solutions-box div{
   width:60%;
}
.hot-solutions-box-png{
   padding-left:20px;
}
.hot-solutions-box-png img{
   width:170px;
}
.hot-solutions-box-content{
   padding-bottom:20px;
}
.h-ptitle {
   font-size: 24px;
   padding-top:20px;
}
.h-ptitle span {
    color: #259bd6;
}

.content {
    width: 90%;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    height: auto;
}
.price {
    padding: 10px 0 10px 0;
    font-size: 36px;
    font-weight: 600;
    color: #ff0000;
}
.price del {
    font-size: 18px;
    color: #484848;
}
.hot-solutions-box-content .price{
    padding-top:20px;
}
.normal-solutions-box{
    position:relative;
    display: inline-block;
    width:31%;
    background-color: #fff;
    margin-left:2%;
    margin-top:40px;
    text-align:center;
}
.normal-solutions-box a,.normal-solutions-box div{
   display: inline-block;
   vertical-align: middle;
}
.normal-solutions-box .content{
   width:100%;  
}
.normal-solutions-box-content.more-content{
       position: absolute;
       display:none;
       top:0;
       left:0;
       height: 55%;
       background: #014277;
       opacity: 0.8;   
}
.normal-solutions-box.more-content-1:hover .normal-solutions-box-content.more-content{
       display:block;
}
.normal-solutions-box.more-content-2:hover .normal-solutions-box-content.more-content{
       display:block;
}
.normal-solutions-box.more-content-3:hover .normal-solutions-box-content.more-content{
       display:block;
}
.normal-solutions-box.more-content-4:hover .normal-solutions-box-content.more-content{
       display:block;
}
.normal-solutions-box.more-content-5:hover .normal-solutions-box-content.more-content{
       display:block;
}
.normal-solutions-box-content.more-content .content{
       padding-top:100px;
       color:#fff;
}
.normal-solutions-box-content.more-content .content a{
       color:#fff;
}
.normal-solutions-box-content.more-content .content a:hover{
       color:#03a9f4;
}

.normal-solutions-box-png{
   margin-top:20px;
}
.normal-solutions-box-png img{
   width:170px;
   padding:15px;
}
.normal-solutions-box-content{
   padding-bottom:20px;
}
.product-list .normal-solutions h2{
    font-size: 36px;
    color: #fff;
    margin:30px 0;
}
.normal-solutions-box .h-ptitle{
    padding:0;
}
.buy-box2 {
    border: solid 1px #dedede;
    height: 235px;
    padding-top: 45px;
}
.buy-box2 ul{
    list-style-type: disc;
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .hot-solutions-box{
         width:100%;
         text-align: center;
}
   .hot-solutions-box div {
    width: 100%;
}
   .content {
    width: 100%;
}
   .normal-solutions-box{
    width: 100%;
}
   .product-list .normal-solutions h2{
    font-size: 20px;
}
   ul.inline > li {
    width: 32%;
}
  
}