 
input::placeholder {color:#fff;}
input::-webkit-input-placeholder {color:#fff;}
input::-moz-placeholder {color:#fff;}
input::-ms-input-placeholder {color:#fff;}
.flexslider .slides img{height:60%;}
.shipinqh{overflow:hidden;position:relative;margin: 20px 0;}
.shipinqh .hd{overflow:hidden;}
.shipinqh .bd .tempWrap{margin: 0 -10px;}
.shipinqh .bd ul{
     overflow:hidden; zoom:1;}
.shipinqh .bd ul li{
     margin: 0 10px;
     float:left;
     overflow:hidden;
     width: calc(25% - 13.4px);
     position: relative;}
.shipinqh .bd ul li .spimg {
    position: relative;
    padding-top: 65%;}
.shipinqh .bd ul li .spimg img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.2s linear;}
.shipinqh .bd ul li p {
    position: absolute;
    bottom: 0;
    line-height: 32px;
    background: rgba(0, 55, 112, 0.5);
    color: #fff;
    padding: 0 3%;
    width: 94%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;}
.shipinqh .bd ul li:hover .spimg img {
    transform: scale(1.1);}
.shipinqh a.next {
    position: absolute;
    top: calc(50% - 30px);
    z-index: 999;
    right: 0;
    width: 30px;
    height: 60px;
    background: url(images/next.png) center no-repeat  rgb(0, 55, 112, 0.3);}
.shipinqh a.prev {
    position: absolute;
    top: calc(50% - 30px);
    z-index: 999;
    left: 0;
    width: 30px;
    height: 60px;
    background: url(images/prev.png) center no-repeat  rgb(0, 55, 112, 0.3);}
.shipinqh .bd ul li a:before {
    content: "";
    background: url(images/spicon.png) no-repeat;
    width: 64px;
    height: 64px;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    position: absolute;
    z-index: 99;
    border-radius: 50%;}

@media screen and (max-width: 650px){
.shipinqh .bd .tempWrap{margin: 0 auto;}
.shipinqh .bd ul li{
     margin: 0;
     width: 100%;}
}
