.photo{
    background-image: url("../images/b55.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 396px;
    width: 280px;
    max-width: 100%;
    margin: 10px auto;
}
.photo:hover{
    background-image: url("../images/b77.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 396px;
    width: 280px;
    max-width: 100%;
    margin: 10px auto;
}
.mar{
    margin-top: 40px;
}
.photo p{padding-top: 50px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}
.photo:hover p{
    padding-top: 50px;
    color: #005b9d;
    text-align: center;
    margin-top: 10px;
}
.photo img{
    width: 80%;
    display: block;
   margin: 0 auto;
    cursor: pointer;
    padding-top: 35px;
}
.ma{
    margin-top: 30px;
}
.ma p{
    color: #000;
    text-align: center;
    padding-top: 60px;
}
.photos{
    width: 350px;
    height: 290px;
    margin: 10px auto;
    background-image: url("../images/b33.png");
    background-repeat: no-repeat;
    background-size: 100%;

}
.ma:hover p{
    color: #005b9d;
    text-align: center;
    padding-top: 60px;
}
.photos:hover{
    width: 350px;
    height: 290px;
    margin: 10px auto;
    background-image: url("../images/b11.png");
    background-repeat: no-repeat;
    background-size: 100%;

}
.photos img{
    width: 80%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding-top: 35px;
}

.l-bei{
    background-color: rgb(17,17,17);
}
.l-zhiwei{
    margin-left: 20px;
    display: flex;
    min-height: 50px;
    margin: 10px 0;
    align-items: center;
    flex-wrap: wrap;
}
.l-h3{
    color: #fff;
    padding-top: 10px;
    padding-left: 55px;
}

.l-zhiwei h5{
    float: left;
    color: #fff;
    font-size: 15px;

}
.l-flex{
    color: #fff;
    border: 1px solid rgb(68,68,68);
    border-top: none;
    border-bottom: none;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.l-flexs{
    color: #fff;
    min-height: 20px;
    margin: 10px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.l-zhiwei p{
    padding-left: 10px;
    padding-right: 10px;
}
.l-zhiwei span{
    background-color:#005b9d;
    display: block;
    height:25px;
    width: 50px;
    text-align: center;
    line-height: 25px;
}

.l-zhiwei .l-se{
    height: 25px;
    display: block;
    margin-left: 10px;
    color:#005b9d;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #005b9d;
}
.l-zhiwei a{
    display: block;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
.su-dian{
    background-color: rgb(34,34,34);
    height: 60px;
    width: 95%;
    margin:0 auto;
    cursor: pointer;
}
.su-dian h2{
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding-left: 25px;
}
.su-dian i{
    color: #fff;
    margin-right: 30px;
    font-size: 2em;
}
.su-act{
    width: 95%;
    border: 2px solid #005b9d;
    margin: 0 auto;
    display: none;
}
.su-act h3{
    color: #fff;
    padding-left: 30px;
}
.su-act p{
    color: #999;
    padding-left: 30px;
    font-size: 12px;

}
.l-ll{
    padding-bottom: 40px;
}
.su-act button{
    width: 100px;
    height: 40px;
    background-color:#005b9d ;
    color: #fff;
    outline: none;
    border: none;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.su-act input{
    width: 100px;
    height: 40px;
    background-color:#005b9d ;
    color: #fff;
    outline: none;
    border: none;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.l-pane{
    float: left;
    width: 50%;
    border-right: 2px solid rgb(34,34,34);
}
.l-panes{
    float: left;
    width: 50%;
}


.asd{
    background: #005b9d;
}


.l-flex a{
    border: 1px solid transparent;
}

.l-flex:hover a{
    display: block;
    color:#fff;
    border: 1px solid #005b9d;

}
.su-ba{
    background-color: rgb(17,17,17);
    margin: 10px auto;
    width: 80%;
}




@media (max-width: 500px) {
    .photos{
        width: 90%;
        height: 290px;
        margin: 10px auto;
        background-image: url("../images/b33.png");
        background-repeat: no-repeat;
        background-size: 100%;

    }

    .photos:hover{
        width: 90%;
        height: 290px;
        margin: 10px auto;
        background-image: url("../images/b11.png");
        background-repeat: no-repeat;
        background-size: 100%;

    }
    .photos img{
        width: 80%;
        display: block;
        margin: 0 auto;
        padding-top: 20px;
    }
    .l-dian h2{
        font-size: 16px;
    }
    .l-flexs{
        font-size: 12px !important;
        padding: 0;
        border: 0;
    }
    .l-flex{
        font-size: 12px !important;
        padding: 0;
        border: 0;
    }
}

