html,body{
    padding: 0;
    margin: 0;
}
#container .content .man1{
    width:250px;
    height:320px;
    margin-top: 25px;
    background-size: contain;
}
#container .content .man1 img{
    display: inline-block;
}
#container .content .text{
    padding: 30px 0;
    text-align: center;
}
#show .contact-btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align:center;
}
.row{
    text-align:center;
}
.type {
    width: 150px;
    height: 50px;
    display: inline-block;
    position: relative;
    margin: 10px 30px 30px 30px;
    line-height: 50px;
    cursor: pointer;
}

    .type span {
        color: #666666;
        font-size: 18px;
        text-align: center;
    }


.border-top {
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0px;
    right: -1px;
    border-top: 1px solid rgb(194,194,194);
    border-right: 1px solid rgb(194,194,194);
}

.border-bottom {
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0px;
    left: -1px;
    border-bottom: 1px solid rgb(194,194,194);
    border-left: 1px solid rgb(194,194,194);
}

.border-left {
    position: absolute;
    width: 20%;
    height: 50%;
    bottom: -5px;
    left: -5px;
    border-bottom: 1px solid rgb(194,194,194);
    border-left: 1px solid rgb(194,194,194);
}

.border-right {
    position: absolute;
    width: 20%;
    height: 50%;
    top: -5px;
    right: -5px;
    border-top: 1px solid rgb(194,194,194);
    border-right: 1px solid rgb(194,194,194);
}
.img-item{
    display: inline-block;
    padding:0 15px;
}
.img-item .text{
    font-size:20px;
}


@media (min-width: 1200px){
.container {
    width: 1120px!important;
}
}