body {
    /*padding-top: 70px;*/
    color: #5a5a5a;
    font-family: "微软雅黑";
    font-size: 14px;
    position: relative;
    background-color: #f5f5f5;
}
li{
    list-style: none;
}
/*导航*/
.navbar{
    /*background-color: transparent;*/
    border: 0;
    background: rgba(0,0,0,0.5);
}
.navbar .container {
    height: 70px;
    
}
.navbar-header{
    
    height: 70px;

}

.navbar-nav>li {
    height: 70px;
    line-height: 70px;
}

.navbar-nav>li>a {
    display: block;
    height: 70px;
    line-height: 45px;
    color: #fff !important;
}

.navbar-nav>li>a:hover {
    color: #4aba18 !important;
}

/*.head img {
    width: 100%;
    height: 530px;
}*/

.head-layout {
    position: relative;
    z-index: 2;
    background-color: #f2f2f2;
    opacity: 0;
}

.head-box {
    position: relative;
    bottom: 100px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    height: 300px;
    margin-top: 20px;
}

.head-box:hover {
    background-color: #0ba1e4;
}

.head-box span {
    font-size: 100px;
    display: block;
    text-align: center;
    color: #0ba1e4;
}

.head-box:hover span {
    color: #fff;
}

.head-box:hover {
    color: #fff !important;
}
/*灰色打底*/

/*.gray-layout {
    background-color: #f2f2f2;
    height: 300px;
    width: 100%;

}
@media (max-width: 375px) {
    .gray-layout {
        height: 1100px;
    }
}*/
/*商品导航栏*/

.shop-nav {
    background-color: #7986cb;
    width: 100%;
    padding: 40px 0;
}
.shop-nav-text ul a{
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

/*底部盒子*/

.shop {
    margin-top: 20px;
}

.shop-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 1%;
}

.img-mask {
    width: 92%;
    height: 220px;
    top: 0;
    left: 15px;
    position: absolute;
    background: #000;
    opacity: 0;
    filter(alpha=0);
    margin: 0;
}

.shop-box:hover .img-mask {
    opacity: 0.5;
    filter(alpha=50);
}

.shop-box:hover .shop-box-text {
    display: block;
}

.shop-box-img {
    height: 220px;
    
    object-fit: cover;
}

.shop-box-text {
    display: none;
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 20%;
    text-align: center;
    left: 0;
    right: 0;
}

.shop-box-text button {
    color: #fff;
    text-decoration: none;
}

.shop-box-text button:hover {
    color: #fff;
    text-decoration: none;
}
/*底部logo一栏*/

.footer-top {
    margin-top: 10px;
    background-color: #4FBA1B;
}

.footer-top-logo {
    height: 70px;
    margin-top: 5px;
}

.footer-top-text {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
}

.footer-top-text .widget-text a {
    color: #fff;
    display: block;
    text-align: center;
}

.footer-top-text .widget-text a:hover {
    background-color: #289;
    text-decoration: none;
}

.footer-top-text .col-md-2,
.footer-top-text .col-sm-2,
.footer-top-text .col-xs-2 {
    padding: 0;
}
/*底部*/

.footer {
    background-color: #228899;
}

.footer a {
    color: #fff;
}
.imgBg{
    width: 92%;
    height: 220px;
    top: 0;
    left: 15px;
    position: absolute;
    background: #FFF;
    z-index: -1;
    border-radius: 15px;
}
.img_show{
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);

     /*考虑浏览器兼容性*/

     -moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5);

     -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}
@media screen and (max-width: 1199px) {
    .img-mask {
        width: 92%;
        height: auto;
        top: 0;
        left: 15px;
        position: absolute;
        background: #000;
        opacity: 0;
        filter(alpha=0);
        margin: 0;
    }
    .shop-box-img {
        height: auto;
        object-fit: cover;
    }
    .imgBg{
        width: 92%;
        height: auto;
        top: 0;
        left: 15px;
        position: absolute;
        background: #FFF;
        z-index: -1;
        border-radius: 15px;
    }


}