@charset "UTF-8";
.hjzx{
    min-width: 1200px;
    box-sizing: border-box;
    height: 510px;
    background-image: url('../../img/medicalCall/hjzxTop.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.hjzx .info{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.hjzx .info .text{
    height: 291px;
    width: 446px;
    z-index: 1;
    position: absolute;
    left: 34px;
    top: 194px;
}
.hjzx .info .text span:first-child {
    line-height: 1.75;
    font-size:34px;
    color:#ffffff;
    display: block;
    margin-bottom: 16px;
}
.hjzx .info .text span:last-child {
    display: block;
    text-align: justify;
    color:#ffffff;
    line-height:1.75;
    font-size:16px;
    /*padding-top: 16px;*/
}

.ldxt{
    min-width: 1200px;
    width: 1200px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    height: 600px;
}
.ldxt .title{
    height: 83px;
    width: 430px;
    left: 385px;
    top: 37px;
    z-index: 1;
    position: absolute;
    text-align:center;
    font-size:36px;
    color:#2672ff;
    font-family:Source Han Sans,Geneva,sans-serif;
}
.xttz_center>div p:nth-of-type(1) {
    padding: 10px;
}
.xttz_center>div p:nth-of-type(2) {
    width: 238px;
    height: 141px;
    text-align: left !important;
    font-size: 14px;
    color: #888888;
}
.xttz {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
    position: relative;
    top: 200px;
}
.xttz .xttz_center img {
    width: 150px;
    height: 150px;
}
#footer {
    width: 100%;
    height: 100px;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
}

#footer > div {
    width: 1200px;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#footer > div p:nth-of-type(2) {
    color: #0020ad;
}

