* {
    /* 外边框 */
    margin: 0;
    /* 内边框 */
    padding: 0;
    /* 去除项目符号 */
    list-style: none;
    /* 去除超链接下划线 */
    text-decoration: none;
    /*边框盒子 当后续添加边框和内边距时，尽量不撑大盒子 */
    box-sizing: border-box;
    /* 去除input点击时出现的边框 */
    outline: none;
}

.top {
    width: 100vw;
    position: relative;
}

.top img {
    width: 100%;
}

.top_tip {
    color: white;
    position: absolute;
    top: 42.5%;
    left: 20%;
}

.healthTitle {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 18px;
}

.line {
    width: 70px;
    height: 1px;
    margin: 0 auto;
    background: #ccc;
}

.explainBox {
    padding-bottom: 46px;
}

.explainBox p {
    text-align: center;
    color: #999;
    font-size: 16px;
}

.explainBox p:first-child {
    margin-top: 16px;
    margin-bottom: 8px;
}

.dotBox {
    width: 100%;
    height: 500px;
    background: url('./img/首页_03.png') 0% 0% / 100% 100% no-repeat;
}

.layoutWidth {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}


.arrowPosi {
    position: relative;
}

.indexBox .layoutWidth {
    background: #fff;
}

.docExplain {
    width: 566px;
    height: 87px;
    box-sizing: border-box;
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 50%;
    margin: 0px auto 0px -283px;
    background: url(./img/圆角矩形.png) no-repeat;
    border-radius: 15px;
}

.aiImg1 {
    position: absolute;
    top: 21px;
    left: 11px;
    width: 46px;
    height: 46px;
}

.aiImg2 {
    position: absolute;
    right: -12px;
    top: 32px;
}

.doExplain_title {
    font-size: 20px;
    color: #fff;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.doExplain_con p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}


.flowWrap {
    text-align: center;
    padding-top: 130px;
}


.back_arrow {
    position: absolute;
    z-index: 1;
    top: 38px;
    left: calc(50% - 360px)
}

img {
    vertical-align: middle;
    border: 0;
}

.flowWrap {
    text-align: center;
    padding-top: 130px;
}

.indexBox .layoutWidth {
    background: #fff;
}

.flowBox {
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 944px;
    display: flex;
    justify-content: center;
    margin-left: calc(50% - 452px);
}


.circle {
    width: 123px;
    height: 123px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.flowName {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #666;
}

.flowLine {
    width: 68px;
    height: 1px;
    background: #00c5d1;
    margin: 0 auto;
    margin-bottom: 26px;
}

.flowTitle {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.flowCon {
    font-size: 14px;
    color: #333;
    margin-top: 12px;
}

.posi_right {
    position: absolute;
    top: 56px;
    left: 190px;
    width: 178px;
}

.posi_right2 {
    left: 550px;
}

.centerLi {
    margin: 0 120px 0 140px;
}

.Service {
    background-color: #fcfcfc;
}

.indexBox .layoutWidth {
    background: #fff;
}

.serviceTop {
    background-color: #fcfcfc;
}

.healthTitle {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 18px;
}

.serviceTop .healthTitle {
    padding-top: 120px;
}

.line {
    width: 70px;
    height: 1px;
    margin: 0 auto;
    background: #ccc;
}

.explainBox {
    padding-bottom: 46px;
}

.explainBox p {
    text-align: center;
    color: #999;
    font-size: 16px;
}

.explainBox p:first-child {
    margin-top: 16px;
    margin-bottom: 8px;
}


.serviceBox {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    background-color: #fcfcfc;
    padding-bottom: 100px;
}

.serviceBox li {
    float: left;
    padding: 0 22px 20px 22px;
    margin-bottom: 40px;
}

.serviceEach {
    width: 338px;
    margin: 0 auto;
    border: 1px solid #f4f4f4;
    border-radius: 15px;
    position: relative;
    height: 300px;
}

.listTwo,
.listFive {
    margin: 0 22px;
}

.listBox {
    height: 168px;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    position: relative;
    background-color: #fcfcfc;
}

.listBox img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.showBtn {
    position: absolute;
    top: 60px;
    left: 96px;
    z-index: 99;
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    background: #fff;
    border-radius: 10px;
    font-size: 20px;
    display: none;
}

.serviceName {
    color: #666;
    font-size: 18px;
    text-align: center;
    margin-top: 18px;
}

.eachCon {
    color: #999;
    font-size: 14px;
    text-align: center;
    margin-top: 14px;
}

.showDetails {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -49px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #00b9d5;
    border: 1px solid #00b9d5;
    border-radius: 20px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.showDetails a {
    color: #00b9d5;
}

.footer {
    background-color: #374858;
    width: 100%;
    height: 232px;
    color: white;
}

.footer .layoutWidth {
    background: transparent;
    height: 100%;
}

.footer .layoutWidth .msg1 {
    padding: 46px 0 0 38px;
}

.footer .layoutWidth .msg2 {
    padding: 48px 0 0 34px;
}

.footer .layoutWidth .msg1,
.footer .layoutWidth .msg2 {
    width: 399px;
    height: 100%;
}

.footer .layoutWidth>div {
    float: left;
}

.footer .layoutWidth .msg1 h1 {
    font-size: 18px;
    font-weight: 500;
}

.footer .layoutWidth .msg1 ul li {
    font-size: 14px;
    padding: 4px 0;
}

.footer .layoutWidth .msg1 ul li img {
    margin-right: 10px;
    margin-top: -4px;
}

.footer .layoutWidth .line {
    width: 1px;
    height: 102px;
    background-color: #007c93;
    margin-top: 74px;
}

.footer .layoutWidth .msg2 p {
    font-size: 20px;
    color: white;
    line-height: 1.5;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.footer .layoutWidth .msg2 .btn {
    width: 100px;
    height: 30px;
    border: 1px solid rgb(0, 171, 201);
    border-radius: 15px;
    font-size: 16px;
    line-height: 1;
    margin-top: 40px;
    cursor: pointer;
    color: rgb(0, 171, 201);
}

.footer .layoutWidth .msg3 {
    padding: 48px 0 0 69px;
    width: 400px;
    height: 100%;
}

.footer .layoutWidth .msg3 p {
    font-size: 16px;
    color: white;
    line-height: 1.875;
}

.footer .layoutWidth .msg3 img {
    margin-top: 8px;
}