.menuTop {
    background-color: #fefefe;
}

.topBox {
    width: 80vw;
    max-width: 1450px;
    min-width: 1200px;
    height: 5.8vw;
    margin: 0 auto;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    flex: none;
    width: 227px;
    height: 55px;
}

.classA {
    flex: 1;
    height: 5.8vw;
    margin-left: 1.6vw;
    display: flex;
    justify-content: flex-end;
}

.classA > li {
    flex: none;
    width: 125px;
    height: 5.8vw;
    line-height: 5.8vw;
    text-align: center;
    cursor: pointer;
    position: relative;
    
    
    
    
}

.classB {
    display: none;
    position: absolute;
    left: 0;
    padding: 20px;
    width: 530px;
    z-index: 1000;
    opacity: 0;
    
    overflow: hidden;
    font-size: 14px;
    background-color: #EBD3BB;
}

.classA li:nth-child(n+5) .classB {
    left: auto;
    right: 0;
}

.classB_Img {
    width: 220px;
    height: 220px;
}

.classB_ul {
    width: calc(100% - 220px);
    padding: 16px 0 16px 20px;
}

.classB_ul li:hover {
    background-color: rgba(248, 239, 221, .8);
}

.classB_ul li:hover a {
    color: #855427;
}

.classB_ul li {
    float: left;
    width: 49%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #fff;
}

.classB_ul li:nth-child(2n) {
    margin-left: 2%;
}

.classB_ul li a {
    color: #fff;
}

.classA > li:hover {
    color: #fff;
    background-color: #EBD3BB;
}

.classA li:hover .classB {
    display: flex;
    opacity: 1;
}


.Couplet {
    position: fixed;
    top: 50%;
    width: 120px;
    height: 240px;
    background-color: #f00;
    transform: translateY(-50%);
}

.Couplet img {
    width: 100%;
    height: 100%;
}

.Couplet_close {
    position: absolute;
    top: 0;
    color: #999;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    padding: 0 4px;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #999;
    background: #fff;
}


.top_img {
    margin: 0 auto 20px;
}

.top_img img {
    width: 100%;
}


.footerArea {
    min-width: 1200px;
    padding: 10px 0;
    background: url("../image/bg-2.jpg");
    color: #fff;
    font-size: 14px;
}

.footerArea .footer {
    height: 160px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footerArea .footerLogo {
    width: 240px;
    min-height: 37px;
    background-color: #B15626;
}

.footerArea .footerLogoImg {
    max-width: 100%;
}

.footerArea .telNumber {
    font-size: 22px;
    line-height: 48px;
}

.footerArea .QRCodeArea {
    display: flex;
}

.footerArea .QRCodeImg {
    padding: 0 10px;
    width: 100px;
}

.footerArea .QRCodeName {
    margin-top: 5px;
    text-align: center;
}

.footerArea .hospitalData {
    display: flex;
    justify-content: center;
    line-height: 48px;
    border-top: 1px solid #fff;
}

.footerArea .hospitalData > div {
    padding: 0 10px;
}