@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

@font-face {
    font-family: 'OPPOSans-M';
    src: url(../fonts/OPPOSans-M.ttf);
}

@font-face {
    font-family: 'OPPOSans-H';
    src: url(../fonts/OPPOSans-H.ttf);
}

@font-face {
    font-family: 'OPPOSans-B';
    src: url(../fonts/OPPOSans-B.ttf);
}

@font-face {
    font-family: 'OPPOSans-L';
    src: url(../fonts/OPPOSans-L.ttf);
}

@font-face {
    font-family: 'OPPOSans-R';
    src: url(../fonts/OPPOSans-R.ttf);
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: 16px/30px 'OPPOSans-M', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #11406C;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.header {
    background-color: #FFF;
    height: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

.header .logo img {
    height: 71px;
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination-bullet {
    background-color: #FFF;
    width: 10px;
    height: 10px;
}

.home-title {
    font-size: 58px;
    font-family: 'OPPOSans-H';
    line-height: 1;
}

.home-Clinical {
    margin-top: 125px;
}

.home-Clinical .num-box {
    font-family: 'OPPOSans-B';
    margin-top: 75px;
}

.home-Clinical .num-box .item {
    color: #0d7fb5;
    align-items: flex-end;
    padding-right: 50px;
}

.home-Clinical .num-box .item::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    width: 1px;
    height: 90%;
    background-color: #c2dfed;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-Clinical .num-box .item:last-child:after {
    display: none;
}

.home-Clinical .num-box .item .counter {
    font-size: 134px;
    line-height: 1;
    width: 155px;
}

.home-Clinical .num-box .item .txt {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    font-size: 22px;
    position: absolute;
    right: -15px;
    bottom: 45px;
    text-align: right;
    width: 100px;
}

.home-Clinical .num-box .item:nth-child(2) .counter {
    width: 180px;
}

.home-Clinical .num-box .item:last-child .counter {
    width: 545px;
}

.home-Clinical .des {
    font-size: 32px;
    line-height: 1.5;
    margin-top: 60px;
}

.home-ser {
    background-color: #f4f4f4;
    margin-top: 110px;
    padding-top: 115px;
    padding-bottom: 240px;
}

.home-ser .content {
    margin-top: 115px;
}

.home-ser .item {
    width: 25%;
}

.home-ser .item .icon {
    height: 90px;
}

.home-ser .item .icon img {
    height: 100%;
}

.home-ser .item .tit {
    font-size: 32px;
    font-family: 'OPPOSans-B';
    line-height: 1.4;
    margin-top: 60px;
}

.home-price {
    margin-top: 85px;
}

.home-price .text-content {
    margin-top: 50px;
}

.home-price .text-content .price {
    color: #0d7fb5;
    font-family: 'OPPOSans-R';
    font-size: 54px;
    line-height: 1;
    margin-right: 65px;
}

.home-price .text-content .price span {
    font-family: 'OPPOSans-B';
    font-size: 110px;
}

.home-price .text-content .tit {
    font-size: 33px;
}

.home-price .text-content .txt {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 10px;
}

.home-price .text-content .pic {
    margin-right: 50px;
    width: 335px;
    overflow: hidden;
}

.home-price .text-content .pic img {
    width: 100%;
}

.home-price .content {
    margin-top: 95px;
}

.home-price .item {
    width: 265px;
    height: 335px;
    overflow: hidden;
    background-color: #e9f0f6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding-top: 50px;
}

.home-price .item .icon {
    height: 60px;
}

.home-price .item .icon img {
    max-height: 100%;
}

.home-price .item .tit {
    font-size: 28px;
    font-family: 'OPPOSans-H';
    line-height: 1.1;
    margin-top: 30px;
}

.home-price .item .des {
    font-size: 18px;
    font-family: 'OPPOSans-B';
    color: #0d7fb5;
    line-height: 1.4;
    margin-top: 25px;
}

.home-text {
    background-color: #f4f4f4;
    padding-top: 115px;
    padding-bottom: 110px;
    margin-top: 130px;
}

.home-text .title {
    font-size: 35px;
    line-height: 1.3;
    font-family: 'OPPOSans-B';
}

.home-text .content {
    margin-top: 45px;
}

.home-text .text {
    padding: 15px 40px 15px 50px;
    border-left: 2px solid #c2e0eb;
    font-size: 22px;
    line-height: 1.7;
}

.home-text .text::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #0b7eb5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-text .text:nth-child(odd) {
    background-color: #FFF;
}

.home-text .text:nth-child(4),
.home-text .text:nth-child(5),
.home-text .text:nth-child(6) {
    padding-right: 490px;
}

.home-text .pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 394px;
    overflow: hidden;
}

.home-text .pic img {
    width: 100%;
}

.home-info {
    margin-top: 120px;
}

.home-info .txt-con .pic {
    width: 530px;
    margin-right: 80px;
}

.home-info .txt-con .pic img {
    width: 100%;
}

.home-info .txt-con .tit {
    font-family: 'OPPOSans-H';
    font-size: 30px;
    line-height: 1;
}

.home-info .txt-con .des {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 20px;
}

.home-info .con {
    margin-top: 90px;
}

.home-info .con .item {
    width: 20%;
    margin-top: 30px;
}

.home-info .con .item .pic {
    width: 100%;
    overflow: hidden;
    height: 230px;
}

.home-info .con .item .pic img {
    max-height: 100%;
}

.home-info .con .item .num {
    color: #0b7eb5;
    font-size: 34px;
    font-family: 'OPPOSans-H';
    border-bottom: 2px #0b7eb5 solid;
    line-height: 1.7;
    margin-top: 30px;
}

.home-info .con .item .txt {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 10px;
}

.home-info .content {
    margin-top: 20px;
}

.home-info .card {
    margin-top: 30px;
    max-width: 32%;
}

.home-info .card .pic {
    height: 280px;
    overflow: hidden;
}

.home-info .card .pic img {
    max-height: 100%;
    max-width: 100%;
}

.home-info .card .tit {
    font-size: 30px;
    font-family: 'OPPOSans-B';
    line-height: 1.5;
}

.home-group {
    background-color: #f4f4f4;
    margin-top: 110px;
    padding-top: 165px;
    padding-bottom: 90px;
}

.home-group .item {
    background-color: #FFF;
    padding: 20px 20px 20px 20px;
    width: 31%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.home-group .item .icon {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
}

.home-group .item .icon img {
    width: 100%;
}

.home-group .item .tit {
    font-size: 36px;
    font-family: 'OPPOSans-H';
    line-height: 1.4;
    margin-top: 30px;
}

.home-group .item .text {
    line-height: 1.55;
    font-size: 18px;
    margin-top: 30px;
}

.home-group .item .text p {
    background: url(../images/icon.png)no-repeat left 5px;
    padding-left: 30px;
    margin-top: 15px;
}

.home-team {
    padding-left: 6.5%;
    padding-right: 6.5%;
    margin-top: 100px;
}

.home-team .content {
    margin-top: 90px;
}

.home-team .item {
    width: 48.5%;
}

.home-team .item .pic {
    margin-top: 15px;
    overflow: hidden;
    padding-top: 72%;
    border: 1px solid #dfdfdf;
}

.home-team .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-team .item .tit {
    font-size: 22px;
    line-height: 1.2;
    font-family: 'OPPOSans-B';
}

.home-team .item .text {
    font-family: 'OPPOSans-B';
    line-height: 1.6;
    margin-top: 25px;
    font-size: 18px;
    height: 58px;
}

.home-team .item .name {
    color: #0b7eb5;
    font-size: 28px;
    font-family: 'OPPOSans-B';
    line-height: 1.2;
    margin-top: 10px;
}

.home-team .item .des {
    margin-top: 45px;
    line-height: 1.35;
}

.home-team .item .des p {
    font-size: 22px;
    margin-bottom: 20px;
}

.home-team .item .des p:last-child {
    margin-bottom: 0;
}

.home-team .item .des>div {
    font-family: 'OPPOSans-H';
    font-size: 23px;
}

.home-case {
    background-color: #f4f4f4;
    margin-top: 155px;
    padding-top: 70px;
    padding-bottom: 60px;
}

.home-case .home-title {
    font-size: 32px;
}

.home-case .title {
    font-size: 30px;
    line-height: 1;
    font-family: 'OPPOSans-H';
}

.home-case .title1 {
    font-size: 27px;
    line-height: 1;
    font-family: 'OPPOSans-H';
}

.home-case .content {
    margin-top: 40px;
}

.home-case .content .pic-con {
    background-color: #e9f0f6;
    border: 2px #80b9d4 solid;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: 43.5%;
    padding: 10px;
}

.home-case .content .pic-con .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 55%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.home-case .content .pic-con .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-case .content .pic-con .txt {
    text-transform: uppercase;
    font-family: 'OPPOSans-B';
    line-height: 2;
    color: #0b7eb5;
}

.home-case .content .text {
    color: #0b7eb5;
    font-size: 56px;
    font-family: 'OPPOSans-B';
}

.home-case .name-info {
    font-size: 24px;
    line-height: 1.7;
    margin-top: 35px;
}

.home-case .des {
    line-height: 1.6;
    margin-top: 20px;
}

.home-case .swiper-container {
    padding-bottom: 50px;
}

.home-case .swiper-pagination {
    bottom: 0;
}

.footer {
    margin-top: 135px;
    margin-bottom: 110px;
    margin-bottom: 40px;
}

.footer .erwma {
    margin-right: 75px;
}

.footer .erwma img {
    width: 100%;
}

.footer .map img {
    width: 100%;
}

.footer .copyright {
    font-size: 31px;
    line-height: 2;
    border-top: 1px #3f3f3f solid;
    margin-top: 40px;
    padding-top: 40px;
}

.copyright .txt {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;
}

.footer .copyright span {
    font-weight: bold;
}

@media (min-width:1025px) {}

@media (max-width:1199px) {
    .header {
        height: 70px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header .logo img {
        height: 50px;
    }
    .home-Clinical {
        margin-top: 90px;
    }
    .home-title {
        font-size: 36px;
    }
    .home-Clinical .num-box .item .counter {
        font-size: 90px;
        width: auto !important;
    }
    .home-Clinical .num-box .item .txt {
        font-size: 16px;
        width: 80px;
        bottom: 25px;
    }
    .home-Clinical .des {
        font-size: 20px;
        margin-top: 30px;
    }
    .home-ser {
        margin-top: 70px;
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .home-ser .content {
        margin-top: 60px;
    }
    .home-ser .item .icon {
        height: 70px;
    }
    .home-ser .item .tit {
        font-size: 20px;
        margin-top: 30px;
    }
    .home-price .text-content {
        margin-top: 30px;
    }
    .home-price .text-content .price {
        font-size: 32px;
        margin-right: 30px;
    }
    .home-price .text-content .price span {
        font-size: 70px;
    }
    .home-price .text-content .pic {
        width: 28%;
        margin-right: 30px;
    }
    .home-price .text-content .tit {
        font-size: 20px;
    }
    .home-price .text-content .txt,
    .home-price .item .des {
        font-size: 14px;
    }
    .home-price .content {
        margin-top: 60px;
    }
    .home-price .item {
        width: 23%;
        height: 280px;
        padding-top: 40px;
    }
    .home-price .item .tit {
        font-size: 18px;
    }
    .home-price .item .icon {
        height: 50px;
    }
    .home-text {
        margin-top: 80px;
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .home-text .title {
        font-size: 24px;
    }
    .home-text .text {
        font-size: 16px;
        padding-left: 30px;
        padding-right: 20px;
    }
    .home-text .pic {
        width: 280px;
    }
    .home-text .text:nth-child(4),
    .home-text .text:nth-child(5),
    .home-text .text:nth-child(6) {
        padding-right: 340px;
    }
    .home-info {
        margin-top: 70px;
    }
    .home-info .txt-con .pic {
        width: 45%;
        margin-right: 30px;
    }
    .home-info .txt-con .tit,
    .home-info .card .tit {
        font-size: 22px;
    }
    .home-info .txt-con .des {
        font-size: 18px;
    }
    .home-info .con .item .num {
        font-size: 24px;
    }
    .home-info .con .item .txt {
        font-size: 16px;
    }
    .home-info .content {
        margin-top: 0;
    }
    .home-info .card {
        margin-top: 20px;
    }
    .home-info .con {
        margin-top: 40px;
    }
    .home-info .con .item .pic {
        height: 180px;
    }
    .home-info .card .pic {
        height: 240px;
    }
    .home-group {
        margin-top: 70px;
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .home-group .item .icon {
        width: 160px;
        height: 160px;
    }
    .home-group .item .tit {
        font-size: 26px;
        margin-top: 20px;
    }
    .home-group .item .text {
        font-size: 14px;
        margin-top: 0;
    }
    .home-group .item .text p {
        background-position: left 0px;
    }
    .home-team {
        margin-top: 70px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-team .content {
        margin-top: 20px;
    }
    .home-team .item {
        width: 48.5%;
        margin-top: 40px;
    }
    .home-team .item .tit {
        font-size: 18px;
    }
    .home-team .item .text {
        font-size: 14px;
        height: 45px;
    }
    .home-team .item .name {
        font-size: 20px;
    }
    .home-team .item .des p {
        font-size: 16px;
    }
    .home-team .item .des>div {
        font-size: 17px;
    }
    .home-case,
    .footer {
        margin-top: 90px;
    }
    .home-case .home-title {
        font-size: 24px;
    }
    .home-case .title {
        font-size: 22px;
    }
    .home-case .title1 {
        font-size: 20px;
    }
    .home-case .content .text {
        font-size: 34px;
    }
    .home-case .name-info {
        font-size: 18px;
    }
    .footer {
        margin-bottom: 60px;
    }
    .footer .erwma {
        margin-right: 40px;
    }
    .footer .copyright {
        font-size: 21px;
    }
}

@media (max-width:950px) {
    .home-Clinical {
        margin-top: 60px;
    }
    .home-Clinical .num-box .item .counter {
        font-size: 74px;
    }
    .home-Clinical .num-box .item::after {
        right: -20px;
    }
    .home-Clinical .num-box {
        margin-top: 50px;
    }
    .home-ser .item .tit,
    .home-price .text-content .tit {
        font-size: 18px;
    }
    .home-ser .item .icon {
        height: 60px;
    }
    .home-price .text-content .price {
        font-size: 22px;
    }
    .home-price .text-content .price span {
        font-size: 54px;
    }
    .home-info .card .pic {
        height: 200px;
    }
    .home-group .item .icon {
        width: 140px;
        height: 140px;
    }
    .home-group .item .tit {
        font-size: 22px;
    }
    .footer {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-bottom: 20px;
    }
    .footer .copyright {
        font-size: 18px;
        margin-top: 30px;
        padding-top: 30px;
    }
}

@media (max-width:767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header {
        height: 65px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .logo img {
        height: 45px;
    }
    .home-title {
        font-size: 32px;
    }
    .home-Clinical .num-box .item .counter {
        font-size: 54px;
    }
    .home-ser {
        margin-top: 40px;
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .home-ser .item .tit {
        font-size: 16px;
    }
    .home-ser .item .icon {
        height: 50px;
    }
    .home-price .item {
        width: 48%;
        margin-top: 20px;
    }
    .home-text .pic {
        display: none;
    }
    .home-text .text:nth-child(4),
    .home-text .text:nth-child(5),
    .home-text .text:nth-child(6) {
        padding-right: 20px;
    }
}

@media (max-width:540px) {
    .home-title {
        font-size: 26px;
    }
    .home-Clinical {
        margin-top: 40px;
    }
    .home-Clinical .num-box {
        margin-top: 30px;
    }
    .home-Clinical .num-box .item .txt {
        font-size: 14px;
    }
    .home-Clinical .num-box .item:last-child {
        margin-top: 20px;
    }
    .home-Clinical .num-box .item:last-child .counter {
        width: 220px !important;
    }
    .home-Clinical .des {
        font-size: 16px;
    }
    .home-ser .content {
        margin-top: 20px;
    }
    .home-ser .item {
        width: 50%;
        margin-top: 30px;
    }
    .home-price {
        margin-top: 40px;
    }
    .home-price .text-content {
        display: block;
    }
    .home-price .text-content .price {
        margin-right: auto;
        width: 100%;
        text-align: center;
    }
    .home-price .text-content .pic {
        margin-right: auto;
        margin-left: auto;
        width: 50%;
        margin-bottom: 20px;
    }
    .home-price .text-content .tit,
    .home-price .text-content .txt {
        text-align: center;
    }
    .home-price .content {
        margin-top: 20px;
    }
    .home-text {
        padding-top: 50px;
        margin-top: 60px;
        padding-bottom: 50px;
    }
    .home-info .txt-con {
        display: block;
    }
    .home-info .txt-con .pic {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }
    .home-info .txt-con .des {
        line-height: 1.5;
    }
    .home-info .con .item {
        width: 46%;
    }
    .home-info .card {
        width: 100%;
        max-width: 100%;
    }
    .home-group {
        padding-top: 50px;
    }
    .home-group .item {
        width: 100%;
        margin-top: 90px;
    }
    .home-team .item {
        width: 100%;
    }
    .home-team .item .text {
        height: auto;
    }
    .home-team .item .des {
        margin-top: 20px;
    }
    .home-case {
        margin-top: 60px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home-case .content .pic-con,
    .home-case .content .text {
        width: 100%;
    }
    .home-case .content .text {
        margin: 20px 0;
    }
}