/*初始化样式*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    line-height: 1;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

img {
    vertical-align: middle;
    border: none;
}

input {
    border: 0;
    outline: 0;
}

input[type=“submit”],
input[type=“reset”],
input[type=“button”],
input {
    resize: none;
    border: none;
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

em,
i {
    font-style: normal;
}

ul,
li {
    list-style-type: none;
    list-style: none;
}

strong {
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

a:link,
a:active,
a:visited,
a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

html,
body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

/*来院路线 页面样式*/
.w {
    width: 1200px;
    margin: 0 auto;
}

.line-head {
    width: 100%;
    height: 600px;
    background: url("../img/head.png") no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.line-head p {
    font-size: 26px;
    font-family: Source Han Sans CN;
    color: rgba(255, 255, 255, 1);
    line-height: 66px;
}

.line-head .move1 {
    animation: m 1s infinite;
    animation-direction: alternate;
}

@keyframes m {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 50px);
    }
}

@-webkit-keyframes m {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 50px);
    }
}

.line-head .move2 {
    animation: m 1s infinite;
    animation-direction: alternate;
}

@keyframes m2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 50px);
    }
}

@-webkit-keyframes m2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 50px);
    }
}

.line-tip {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    margin: 38px auto;
    color: rgba(51, 51, 51, 1);
}

.lineBtn .b {
    display: inline-block;
    background-color: #e2eae8;
    width: 240px;
    height: 74px;
    line-height: 74px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-align: center;
    border-radius: 10px;
}

.lineBtn .active {
    background-color: #009965;
    color: #ffffff;
}

.lineBtn .LongGang {
    margin-right: 28px;
    cursor: pointer;
}

.lineBtn .BaoAn {
    cursor: pointer;
}

.lineBox {
    margin-top: 80px;
    margin-bottom: 136px;
}

.lineBox .line-top {
    width: 100%;
    height: 536px;
    display: flex;
    justify-content: space-between;
}

.line-top .hospitalImg {
    width: 736px;
    height: 536px;
}

.line-top .hospitalImg img {
    width: 100%;
    height: 100%;
}

.line-top .hospitalLocation {
    width: 450px;
    height: 100%;
    box-shadow: 0px 0px 11px 1px rgba(126, 126, 126, 0.18);
    padding: 58px 31px 0 33px;
}

.hospitalLocation .l {
    width: 136px;
    height: 38px;
    line-height: 38px;
    background-color: #8595AF;
    font-size: 26px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 24px;
}

.hospitalLocation .z {
    font-size: 26px;
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 50px;
}

.hospitalLocation .consultBtn {
    margin-top: 20px;
    display: flex;
}

.hospitalLocation .consultBtn .ziXun {
    margin-right: 24px;
    cursor: pointer;
}

.hospitalLocation .consultBtn .guaHao {
    cursor: pointer;
}

.hospitalLocation .consultBtn .c {
    width: 180px;
    height: 62px;
    line-height: 62px;
    background-color: #009965;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.line-bottom {
    margin-top: 60px;
}

.line-bottom .f {
    display: flex;
}

.line-bottom .f img {
    width: 58px;
    height: 58px;
    margin-right: 10px;
}

.line-bottom .busBox .busLine {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 1.5;
}

.line-bottom .busBox .busLine span {
    color: #009965;
}

.line-bottom .metroBox {
    margin: 64px auto;
}

.line-bottom .metroBox .metroLine {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.line-bottom .metroBox .metroLine .metro-line1 span {
    color: #009965;
}

.line-bottom .metroBox .metroLine .metro-line2 span {
    color: #009965;
}

.line-bottom .metroBox .metroLine .metro-line2 {
    margin-top: 12px;
}

.line-bottom .self-drivingBox .carLine {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.line-bottom .self-drivingBox .carLine .car-line2 {
    margin-top: 12px;
}

.serviceBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 139px;
}

.serviceBox .service {
    width: 220px;
    height: 300px;
    border: 1px solid rgba(218, 218, 218, 1);
    position: relative;
}

.serviceBox .service:nth-child(even) {
    margin-top: 15px;
}

.serviceBox .service .maskBox1 {
    width: 190px;
    height: 283px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -95px;
    overflow: hidden;
    cursor: pointer;
}

.serviceBox .service .maskBox2 {
    width: 190px;
    height: 283px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -95px;
    overflow: hidden;
    cursor: pointer;
}

.serviceBox .service .z {
    position: relative;
    z-index: 999;
    text-align: center;
    margin-top: 50px;
    color: rgba(51, 51, 51, 1);
}

.serviceBox .service .h {
    position: relative;
    z-index: 999;
    text-align: center;
    margin-top: 180px;
    color: rgba(51, 51, 51, 1);
}

.smile {
    height: 550px;
    background: url("../img/smile.png") no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.smile p {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 25px 0;
    animation: s 5s ease-in-out 0s 1 alternate forwards;
    animation-direction: normal;
}

@keyframes s {
    0% {
        transform: translate(0, -500px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes s {
    0% {
        transform: translate(0, -500px);
    }

    100% {
        transform: translate(0, 0);
    }
}