.container{
    display: flex;
    margin-top: 2em;
}
.serviceTitle{
    font-size: 1.5em;
    color: #20accf;
}
.serviceLeft{
    margin-right: 4em;
}
.picInfo{
    text-align: center;
    margin-bottom: 2em;
    width: 400px;
}
.serviceLeft .item{
    width: 8em;
    padding: 1em;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
}
.serviceLeft .selected{
    background-color: #dbe3f2;
    color: rgb(48, 48, 48);
}

.overflow{
    overflow-x:hidden;
}
.serviceContent{
    display: flex;
}
.serviceContent .leftArrowPic{
    visibility: hidden;
}
.serviceContent .leftArrowPic ,.serviceContent .rightArrowPic{
    padding: 10px;
    padding-top: 5%;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.serviceContent .leftArrowPic img,.serviceContent .rightArrowPic img{
    height: 50px;
}
.overflow .flexItem{
    float: left;
}
.overflow .flexItemSmall{
    float: left;
    text-align: center;
    margin-right: 40px;
    margin-top: 1.5em;
    
    
}
.overflow .flexItemSmall .logo{
    display: flex;
    align-items: center;
    height: 127px;
}

.overflow .flexItemSmall .title{
    font-size: 1em;
}
.serviceContent img{
    /*width: 100%;
    width: 200px;*/
    max-height: 267px;
    
}
.serviceContent img.col{
    height: 267px;
    width: auto;
}
.flexItemSmall img{
    /*width: 100%;
    width: 200px;*/
   
    max-height: 127px;
    max-width: 500px;
    
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.flexItem{
    text-align: center;
    margin-right: 2em;
    margin-bottom: 2em;
    margin-top: 1em;
    
}
.floatItem{
    float: left;
    margin: 1em;
}
.floatItem img{
    width: 160px;
    height: 220px;
    max-height: 1000px;
}
.floatItemWide{
    float: left;
    margin: 1em;
    width: 20%;
    text-align: center;
}
.floatItemWide img{
   width: 100%;
    max-height: 1000px;
}
.floatTitle{
    text-align: center;
}
table{
    width: 80%;
    margin: 1em;
    border-collapse: collapse;
}
td,th {
    border: 1px solid rgb(121, 121, 121);
    border-collapse: collapse;
    padding: 0.5em;
}

thead,
tfoot {
    background-color: #dbe3f2;
    color: rgb(25, 25, 25);
}
@media screen and (max-width: 900px){
    .serviceLeft{
        display: none;
    }
    .flexItem{
        
        width: 25%;
    }
}