.bossInfo {
    display: block;
    width: 80%;
    margin-top: 4px;
    margin-bottom: 4px;
    float: left;
    height: 420px;
    margin-left: 10%;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 1px 1px 16px rgba(17, 51, 83, 0.2);
    box-shadow: 1px 1px 16px rgba(17, 51, 83, .2);
    background-color: hsla(0, 0%, 9%, 0);
}

.infoBox {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(23, 23, 223, 0);
    margin-top: 16px;
}

.spanLeft {
    float: left;
    width: 10%;
    height: 240px;
}

.spanLeft img {
    height: auto;
    width: 40px;
    margin: 0 auto;
    margin-top: 8px;
    float: right;
}

.spanMid {
    float: left;
    width: 80%;
    height: 240px;
    font-size: 18px;
    color: #191140;
    text-align: left;
    padding: 5px;
    padding-top: 50px;
}

.spanMid p {
    margin: 0 0 10px;
}

.spanRight {
    float: right;
    width: 11%;
    height: 40px;
    margin-top: -16vh;
}

.spanRight img {
    height: auto;
    width: 40px;
    margin: 0 auto;
    float: left;
}

.bossName {
    width: 80%;
    height: 120px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -10vh;
    left: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    background-color: rgba(23, 223, 23, 0);
}

.leftName {
    width: 15%;
    height: 120px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(223, 23, 23, 0);
}

.imgHeader {
    width: 100px;
    height: 100px;

    padding: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    overflow: hidden;
}

.imgHeader img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.imgHeader img:hover {
    -webkit-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}
.rightName {

    width: auto;
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(33, 57, 223, 0);
}

.rightName h3 {
    text-align: left;
    padding-left: 14px;
    font-size: 24px;
}

.rightName p {
    text-align: left;
    font-size: 18px;
    padding-left: 14px
}
.row {
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.centerBox-title {
    width: 100%;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0
}
.centerBox {
    height: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.spanBox {
    width: 70%;
    height: auto;
    float: left;
}
.contentSpan p {
    font-size: 16px;
    line-height: 30px;
    padding: 5px;
    color: #65697f;
}

.row-four {
    padding: 20px 0 0px 0;
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.swiper-container {
    width: 100%;
    height: 450px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 3rem;

}
@media (max-width: 768px) {
    .centerBox-title img{
        width: 50%;
    }
    .centerBox {
        margin-top:0;
        height: auto;
        width: 100%;

    }
    .spanBox {
        width: 80%;
        height: auto;
        float: left;
    }
    .swiper-container {
        width: 100%;
        height: 55vh;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
    }
    .infoBox {
        width: 100%;
        height: 20vh;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        background-color: rgba(23, 23, 223, 0);
        margin-top: 16px;
    }
    .bossInfo {
        display: block;
        width: 95%;
        margin-top: 4px;
        margin-bottom: 4px;
        float: left;
        height: 50vh;
        margin-left: 2.5%;
        -webkit-border-radius: 4px;
        -webkit-box-shadow: 1px 1px 8px rgba(17, 51, 83, 0.2);
        box-shadow: 1px 1px 8px rgba(17, 51, 83, .2);
        background-color: hsla(0, 0%, 9%, 0);
    }

    .spanLeft img {
        height: auto;
        width: 1rem;
        margin: 0 auto;
        float: right;
    }
    .spanRight {
        width: 11%;
        position: relative;
        margin-top:-1rem;

    }

    .spanMid {
        float: left;
        width: 80%;
        height: 7.5rem;
        font-size: 0.6rem;
        color: #191140;
        text-align: left;
        padding: 5px;
        padding-top: 10px;
    }

    .spanMid p {
        margin: 0 0 10px;
    }
    .spanRight img {
        height: auto;
        width: 20px;
        margin: 0 auto;
        float: left;
    }

    .bossName {
        width: 80%;
        height: auto;
        margin: 0;
        padding: 0;
        position: relative;
        top: 10px;
        left: 0;
        background-color: rgba(23, 223, 23, 0);
    }

    .leftName {
        width: 26%;
        height: 120px;
        margin: 0;
        padding: 0;
        float: left;
        background-color: rgba(223, 23, 23, 0);
    }

    .imgHeader {
        width: 4rem;
        height: 4rem;
        margin: 0px;
        padding: 0;
        float: left;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        overflow: hidden;
    }

    .imgHeader img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .rightName {
        width:auto;
        height: auto;
        margin: 0;
        top:0;
        padding: 0;
        float: left;
        background-color: rgba(39, 36, 223, 0);
    }

    .rightName h3 {
        text-align: left;
        padding-left: 14px;
        font-size: 0.7rem;
    }

    .rightName p {
        text-align: left;
        font-size: 0.6rem;
        padding-left: 14px;
    }

    .swiper-button-next,.swiper-button-prev{
        visibility: hidden;
        display: none;
    }
}

