a {
    text-decoration: none;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.bx {
    width: 1320px;
    margin: 0 auto;
}



.h-containor {
    height: 150px;
    display: flex;
    align-items: center;
    position: relative;
}




.banner {
    width: 100%;
    height: 310px;
    margin-bottom: 75px;
    overflow: hidden;
    position: relative;
    background: url("../image/banner1.png") no-repeat left top;
}
.banner p{color:#FFF;font-size: 42px;font-weight: bold;top: 46%;position: relative;margin-left: 0;left: 0;margin: auto;}
.banner ul {
    width: 7680px;
    position: absolute;
    height: 310px;
    left: 0;
    top: 0;
}

.banner ul li{
    float: left;
}

.banner a{
    display: block;
    text-align: center;
    line-height: 310px;
    font-size: 70px;
    color: white;
    font-weight: bold;
    width: 100%;
    height: 310px;
}

.content {
    margin-bottom: 58px;
}

.content-l {
    float: left;
    width: 560px;
}

.content-l .slick-dots{
    bottom: 96px;
    text-align: right;
}
.content-l .slick-dots li{
    width: 11px;
    height: 11px;
    margin: 0;
    margin-right: 7px;
}
.content-l .slick-dots li button{
    font-size: 0;
    background: #FFF;
    width: 11px;
    height: 11px;
    border-radius: 100px;
    margin: 0;
}
.content-l .slick-dots li.slick-active button{background-color:#f90}

.content-l .slick-dots li button::before{display:none}
.content-l img {
    display: block;
    width: 100%;
    height: 330px;
}

.content-l .tit{
    padding: 15px;
    width: 94%;
    font-size: 15px;
    line-height: 24px;
    bottom: 0;
    z-index: 999999;
}
.content-l div{
    background-color: #f4f4f4;
    line-height: 30px;
    font-size: 18px;
    width: 100%;
}

.content-r {
    float: right;
    width: 711px;
}

.r-top {
    align-items: center;
    margin-bottom: 60px;
    color: #666666;
}
.r-top *{float:left}
.r-top img,.r-top p {
    margin-right: 28px;
}

.r-top p {
    font-size: 28px;
    margin-top: 5px;
}

.r-top .p2 {
}

.line {
    border-left: 1px solid #C9C9C9;
    height: 20px;
    margin-right: 28px;
    margin-top: 9px;
}

.more {
    background-color: #F5F5F5;
    width: 96px;
    height: 36px;
    border-radius: 35px;
    line-height: 39px;
    text-align: center;
    font-size: 13px;
    float: right;
}
.more a{
    display:none;
    background-color: #F5F5F5;
    width: 96px;
    height: 36px;
    border-radius: 35px;
    line-height: 39px;
    text-align: center;
    font-size: 13px;
    float: right;
    }
    
.more .a1{display:block}

.change {
    width: 680px;
    height: 344px;
}
.change ul{display:none}
.change .news{display:block}
.news li,.focus li {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.active-black {
    color: #307ad7;
}

.news a,.focus a{
    color: #333333;
    font-size: 17px;
}

.news span,.focus span {
    font-size: 15px;
    color: #b2b2b2;
    font-family: "Arial";
    float: right;
}

.content2 {
    margin-bottom: 60px;
    margin-top: 30px;
}

.update {
    font-size: 28px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.update h3{font-weight:normal}
.news-update {
    display: flex;
    justify-content: space-between;
}

.news-update div{
    box-sizing: border-box;
    width: 185px;
    height: 135px;
    background-color: #f4f4f4;
    text-align: center;
    padding-top: 25px;
    position: relative;
}

.news-update img {
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 81px;
    margin-bottom: 18px;
}

.news-update p {
    padding-top: 65px;
    font-size: 16px;
}

.type1 img{
    left: 90px;
}

.type img {
    top: 30px;
}

.doctor {
    width: 100%;
    background-color: #f3f3f3;
}
.doctor a{
    display: inline-block;
    float: left;
    width: 16.6%;
}
.doctor a .imgBox{
    width: 160px;
    height: 200px;
    border-radius: 60%;
    overflow: hidden;
    display: block;
    margin: auto;
    position: relative;
}
.doctor a .imgBox img{
    width: 100%;
    position: absolute;
    height: 100%;
}
.doctor a .tit{
    text-align: center;
    display: block;
    margin-top: 20px;
    height: 20px;
    overflow: hidden;
    color:#333;
}
.doctor div {
    box-sizing: border-box;
    padding: 54px 0;
    justify-content: space-between;
}

.nav-footer {
    width: 100%;
    height: 65px;
    background-color: #00A5DE;
    line-height: 65px;
    color: white;
}

.nav-footer span {
    margin-right: 45px;
}

.nav-footer a {
    color: white;
    font-size: 15px;
}

.footer {
    width: 100%;
    height: 262px;
    background-image: url(../image/footer.png);
}

.footer-text p {
    margin-bottom: 10px;
}

.underline {
    border-top: 1px solid #999;
    width: 50px;
    margin: 15px 0;
}

.footers {
    height: 197px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footers img {
    width: 56px;
    height: 68px;
}