.containerBox{
    /*width: 100%;*/
    /*height: 100%;*/
    min-width: 1200px;
    overflow: auto;
    transform: scale3d(1,1,1);
}
#head{
   position: fixed;
    left: 0;
    top: 0;
    z-index: 111111;
}
/*轮播图样式*/
.banner {
    margin-top: 80px;
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    height: 450px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 450px;
}

.banner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 450px;
    font-weight: bold;
    cursor: default;
}
.banner > ul > li > a img{
    height: 450px;
    width: 100%;
}
.left-btn,.right-btn {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("../images/right-1.png");
    cursor: pointer;
}

.left-btn {
    left: 30px;
    background: url("../images/left-1.png");
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 12px;
    margin: 0 5px;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
}

.img-btn-list > span.current {
    border: 3px solid rgba(0,0,0,0.8);
    background: rgba(255,255,255,0.8);
}
/*轮播图结束*/
.safeBanner {
    margin-top: 10px;
    background-color: #272727;
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.safeCircle{
    width: 100%;
}
.safeBanner img{
    width: 100%;
}
.medicalBanner{
    margin-top: 10px;
    width: 100%;
    background: #046974;
    text-align: center;
}
.medicalBanner img{
    width: 90%;
}
#foot{
    margin-top: 0;
}