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 {
    margin-top: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.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;
    width: 100%;
}

.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: 40px;
    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;
}
.gs_style{
    width:90%;height:auto;
    margin:0 auto;
    margin-top: 25px;
    padding-left: 25px;
}
.gs_img{
    float:left;
    width: calc(100% / 2 - 10px * 3);
    margin-right: calc(10px * 3);
    margin-bottom: calc(10px * 3);
}
.gs_img:nth-child(even){
    margin-right: 0;
}
.gs_img img{
    width:100%;height:120%;
    object-fit:cover;
    border-radius: 20px 30px 20px 30px / 20px 30px 20px 30px;
}
.ccc{margin: 0;}
.gs_img a{
    height: 200px
}
@media screen and (max-width: 1199px) {
    .gs_img{
        float:left;
        width: 100%;
        margin-right: 100%;
        margin-bottom: calc(10px * 3);
    }

}