@media(max-width:1080px){
    #footer,#footer-E{
        margin-top: 50px;
    }
}


@media(max-width: 600px){
    .one-product,.one-product1{
        width: 100%;
        margin-top: 20px;
    }
    .product-kuang{
        height: 115px;
    }
    #footer,#footer-E{
        margin-top: 50px;
    }
    .one-product-E,.one-product1-E{
        width: 100%;
        margin-top: 20px;
    }
    .product-kuang-E{
        height: 115px;
    }
    
}


@media(min-width: 600px){
    .one-product{
        width: 30%;
        height: 300px;
        float: left;
        margin-right: 5%;
    }
    .product-pic{
        margin-top: 40px;
        height: 300px;
    }
    .product-pic-E{
        margin-top: 40px;
        height: 320px;
    }
    .one-product1{
        width: 30%;
        height: 300px;
        float: left;
    }
    .one-product-E{
        width: 30%;
        height: 320px;
        float: left;
        margin-right: 5%;
    }
    .one-product1-E{
        width: 30%;
        height: 320px;
        float: left;
    }
}

.one-product{
    background-color: white;
}
.one-product1{
    background-color: white;
}
.one-product-E{
    background-color: white;
}
.one-product1-E{
    background-color: white;
}
.one-product-img{
    cursor: pointer;
    width: 100%;
}
.one-product-img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.c9qingbiaoti{
    color: #5774a9;
    font-weight: bold;
    cursor: pointer;
}
.xiangqing{
    color: #667289;
    font-size: 0.9em;
}
.product-kuang{
    width: 80%;
    margin:0 auto;
    margin-top:8px;
}
.product-kuang-E{
    width: 80%;
    margin:0 auto;
    margin-top:8px;
    font-size: 0.9em;
}
.c9qingbiaoti:hover{
    color: #4c76fe;
}
.one-product-img img:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.one-product-img:hover{
    overflow: hidden;
}
.one-product-img{
    overflow: hidden;
}
.sign a{
   cursor: pointer;
   text-decoration: none;
}
.sign a:hover{
    text-decoration: none;
}
.right{
    display: inline-block;
    width: 0;
    height: 0;
    border: 0.3rem solid transparent;
    border-left-color:#606060;
    border-left-width: 0.5rem;
}

