.m{
    display: none;
}
.pc{
    display: block;
}
.banner {
    width: 100vw;
    height: 36vw;
    display: block;
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide {
    background-size: 100%;
    overflow: hidden;
}

.banner .bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    transform: scale(1.1);
}

.banner .one .bg {

    background-image: url('./banner1.png');

}

.banner .two .bg {
    background-image: url('./banner2.png');
}

.overtext {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.titleinfo {}

.titleinfo {
    position: relative;
    top: 9vw;
    margin-left: 13vw;
}

.titleinfo dt {
    height: 3.65vw;
    font-family: '微软雅黑';
    font-size: 3.96vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4vw;
    letter-spacing: 0vw;
    color: #012d62;
    text-align: justify;
}

.titleinfo dd {
    height: 3vw;
    font-family: '微软雅黑';
    font-size: 2.5vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3vw;
    letter-spacing: 0vw;
    color: #464646;
    text-align: justify;
    margin-top: 1.6vw;
    text-indent: -1vw;
}

.infolist {
    display: block;
    position: absolute;
    left: 13.33vw;
    bottom: 10.31vw;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1)
}

.infolist .item {
    width: 20.05vw;
    height: 5.52vw;
    background-color: #fff;
    display: block;
    float: left;
    position: relative;
}

.infolist .item::before {
    content: "";
    width: 5vw;
    height: 0.2vw;
    bottom: 0;
    position: absolute;
    opacity: 0;
    left: 1vw;

}

.infolist .active::before {
    background-color: #012d62;
    transition: 1s;
    opacity: 1;
}

.infolist .item>dt {
    width: 6.52vw;
    height: 5.52vw;
    display: block;
    float: left;
    position: absolute;
}

.infolist .item>dd {
    width: 13.33vw;
    height: 5.52vw;
    display: block;
    float: right;
    position: relative;
    background-color: #012d62;
}

.infolist .item>dd::before {
    content: "";
    position: absolute;
    width: 1.5vw;
    height: 1.5vw;
    background-color: #012d62;
    transform: rotate(45deg);
    left: -0.6vw;
    top: 1.8vw;
}

.infolist .item>dd span {
    width: 9.80vw;
    height: 1.88vw;
    font-family: '微软雅黑';
    font-size: 0.75vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.08vw;
    letter-spacing: 0vw;
    color: #ffffff;
    text-align: justify;
    margin-left: 2.14vw;
    margin-top: 1.8vw;
    display: block;
}

.itemchild dt img {
    width: 1.88vw;
    height: 1.88vw;
}

.itemchild {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 0.5vw;
}

.itemchild h3 {
    height: 0.52vw;
    font-family: '微软雅黑';
    font-size: 0.52vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.6vw;
    letter-spacing: 0vw;
    color: #bcbcd8;
    margin-bottom: 0.6vw;
    text-align: center;
    position: relative;
}

.itemchild h3::after {
    content: "";
    position: absolute;
    width: 3.9vw;
    border-bottom: 2px solid #bcbcd8;
    left: 1.15vw;
    bottom: -0.5vw;
}

.itemchild h4 {
    height: 0.73vw;
    font-family: '微软雅黑';
    font-size: 0.71vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8vw;
    letter-spacing: 0vw;
    color: #3b3a82;
    text-align: center;
}

.banner-pagination.swiper-pagination-bullets {
    text-align: center;
    bottom: 1vw;
    display: block;
    position: absolute;
    z-index: 2;
}

.banner .swiper-pagination-bullet {
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
}

.banner .swiper-slide.swiper-slide-active .bg {
    transform: scale(1);
    transition: 5s;
}

/* 保障 */
.baozhang {
    width: 100%;
    height: 94vw;
    display: block;
}

.baozhang .in {
    width: 79vw;
    margin: 0 auto;
    display: block;
}

.in .title {
    text-align: center;
}

.in .title dt {
    font-family: '微软雅黑';
    font-size: 2.71vw;
    font-weight: normal;
    letter-spacing: 0.05vw;
    color: #494949;
    margin-top: 8.33vw;
}

.in .title dt font {
    font-family: '微软雅黑';
    font-size: 2.71vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.41vw;
    letter-spacing: 0.05vw;
    color: #012d62;
}

.in .title dd {
    width: 77.5vw;
    height: 5.83vw;
    font-family: '微软雅黑';
    font-size: 1.35vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0vw;
    color: #000000;
    text-align: justify;
    margin-top: 5.42vw;
}

.bzlist {
    width: 85vw;
    margin-top: 3vw;
    display: block;
}

.bzlist li {
    display: block;
    width: 37.82vw;
    height: 36.82vw;
    padding: 0.94vw;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 1.8vw;
    margin-bottom: 1.8vw;
    float: left;
}

.bzlist li:hover {
    background-color: #012d62;
}

.bzlist li:hover dl dt,
.bzlist li:hover dl dd {
    transition: 0.5s;
    color: #fff;
}

.bzlist li img {
    width: 100%;
}

.bzlist li dl {
    margin-left: 1.75vw;
}

.bzlist li dl dt {
    width: 32.34vw;
    font-family: '微软雅黑';
    font-size: 1.77vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.35vw;
    letter-spacing: 0vw;
    margin: 1.98vw auto 1.25vw 0;
    color: #012d62;
}

.bzlist li dl dd {
    width: 32.34vw;
    font-family: '微软雅黑';
    font-size: 1.46vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0vw;
    color: #565656;
    text-align: justify;
}

/* 医生 */
.doctor {
    width: 100%;
    display: block;
}

.doctor .in:hover img {
    filter: drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.5));
}

.doctor .in {
    margin: 0 auto;
    width: 78.85vw;
}

.doctor .in .title {
    margin-top: 8.3vw;
    margin-bottom: 17.5vw;
}

.doctor .in .title dt {
    font-family: '微软雅黑';
    font-size: 2.71vw;
    font-weight: normal;
    letter-spacing: 0.05vw;
    color: #494949;
    margin-top: 8.33vw;
}

.doctor .in .title dt font {
    font-family: '微软雅黑';
    font-size: 2.71vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.41vw;
    letter-spacing: 0.05vw;
    color: #012d62;
}

.doctor .in .content {
    background-color: #012d62;
    width: 78.85vw;
    height: 22.66vw;
    display: block;
    position: relative;
    color: #fff;
}

.doctor .in .content dt {
    width: 39.64vw;
    height: 11.88vw;
    font-family: '微软雅黑';
    font-size: 1.46vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0vw;
    color: #ffffff;
    padding-top: 3.44vw;
    margin-left: 3.8vw;
    text-align: justify;
}

.doctor .in .content dd img {
    position: absolute;
    width: 26.2vw;
    height: 35.89vw;
    bottom: -1px;
    right: 4.64vw;
}

.doctor .in .content dd h3 {
    width: 2.08vw;
    height: 6.51vw;
    font-size: 2.19vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.41vw;
    letter-spacing: 0.04vw;
    color: #012d62;
    position: absolute;
    right: 8vw;
    top: -10vw;
}
.doctor .in .content dd h4 {
    width: 1.08vw;
    height: 6.51vw;
    font-size: 1.2vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.41vw;
    letter-spacing: 0.04vw;
    color: #012d62;
    position: absolute;
    right: 6.2vw;
    top: -9.5vw;
}


/* 检查 */
.check {
    width: 100%;
    display: block;
}

.check .in {
    width: 78.85vw;
    margin: 0 auto;
    display: block;
}

.check .content {
    width: 78.85vw;
    margin: 0 auto;
    display: block;
    margin-top: 4.6rem;
}

.check .content>dt {
    width: 100%;
    height: 9.53vw;
    display: block;
}

.check .content>dd {
    /* display: block; */
}

.check .content>dt span {
    width: 26.25vw;
    height: 9.53vw;
    display: block;
    float: left;
    background-color: #c4c4c4;
    font-family: '微软雅黑';
    font-size: 2.7vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 9.53vw;
    letter-spacing: 0.05vw;
    color: #012d62;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10.83vw 7.97vw;
}

.check .content>dt span:nth-child(3) {
    background-color: #a4a5a5;
}

.check .content>dt span.active {
    background-color: #012d62;
    color: #fff;
}

.check .content>dd .checkcont {
    border: 1px solid #012d62;
}

.check .content>dd .checkcont .item {
    border-bottom: 1px solid #012d62;
}

.check .content>dd .checkcont .item:last-child {
    border-bottom: none;
}

.check .item {
    position: relative;
    padding-bottom: 3.5vw;
}

.check .item dt {
    position: absolute;
    width: 26vw;
    height: 20vw;
    display: block;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 20vw;
    font-size: 1.46vw;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0vw;
    color: #012d62;
}

.check .item dd {
    width: 38.5vw;
    margin-left: 26vw;
    display: inline-block;
    font-family: '微软雅黑';
    font-size: 1.46vw;
    font-weight: normal;
    letter-spacing: 0vw;
    color: #000000;
}

.check .item dd font {
    font-size: 1.46vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0vw;
    color: #012d62;
}

.check .item dd span {
    font-size: 1.3vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.88vw;
    letter-spacing: 0vw;
    color: #8b8e91;
}

.check .item li {
    list-style: disc;
    margin-top: 3.5vw;
    text-align: justify;
}

.check .tip {
    width: 70.1vw;
    height: 3.38vw;
    font-family: '微软雅黑';
    font-size: 1.2vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.88vw;
    letter-spacing: 0vw;
    color: #8b8e91;
    margin: 0 auto;
    margin-top: 2.2vw;
    text-align: center;
}

ul.servcont {
    width: 78.85vw;
    height: 30.57vw;
    display: block;
    margin: 0 auto;
    margin-top: 5.26vw;
}

ul.servcont li {
    display: block;
    float: left;
    height: 15.31vw;
    background-size: cover;
    background-color: #b8c5d3;
}

ul.servcont li span {
    display: block;
    text-align: justify;
}

ul.servcont li:nth-child(1) {
    width: 18vw;
    background-color: #b8c5d3;
}

ul.servcont li:nth-child(1) span {
    width: 12.6vw;
    height: 3.33vw;
    font-family: '微软雅黑';
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0vw;
    color: #012d62;
    margin-left: 3.0vw;
    margin-top: 5.57vw;
}

ul.servcont li:nth-child(2) {
    width: 22.6vw;
}

ul.servcont li:nth-child(3) {
    width: 24.32vw;
}

ul.servcont li:nth-child(3) span {
    width: 18.59vw;
    height: 7.45vw;
    font-family: '微软雅黑';
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0vw;
    color: #012d62;
    margin: 3.96vw auto auto 3.07vw;
    text-align: justify;
}

ul.servcont li:nth-child(4) {
    width: 12.6vw;
}

ul.servcont li:nth-child(5) {
    width: 18vw;
}

ul.servcont li:nth-child(6) {
    width: 15.68vw;

}

ul.servcont li:nth-child(6) span {
    width: 12.5vw;
    height: 3.33vw;
    font-family: '微软雅黑';
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0vw;
    color: #012d62;
    margin: 6.04vw auto auto 1.8vw;
}

ul.servcont li:nth-child(7) {
    width: 24.55vw;
}

ul.servcont li:nth-child(8) {
    width: 19.27vw;
    background-color: #b8c5d3;
}

ul.servcont li:nth-child(8) span {
    width: 13.59vw;
    height: 7.5vw;
    font-family: '微软雅黑';
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0vw;
    color: #012d62;
    margin: 4.74vw auto auto 2.7vw;
}

ul.servcont li.active {
    background-color: #012d62;
}

ul.servcont li.active span {
    color: #fff;
}

/* 科普 */
.kepu {
    width: 100%;
    display: block;
}

.kepu .in {
    width: 78.85vw;
    margin: 0 auto;
    display: block;
}

.kepu .in .content {
    width: 78.85vw;
    display: block;
    margin: 0 auto;
    margin-top: 6.35vw;
}

.kepu .in .content dl dt {
    width: 78.85vw;
    height: 4.43vw;
    background-color: #a4a5a5;
    font-family: '微软雅黑';
    font-size: 1.56vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4.43vw;
    letter-spacing: 0vw;
    text-indent: 3.5vw;
    color: #012d62;
}
.kepu .in .content dl dt font.pc{
    display: inline;
}

.kepu .in .content dl:nth-child(2n) dt {
    background-color: #c4c4c4;
}

.kepu .in .content dl {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.kepu .in .content dl dd {
    display: none;
}

.kepu .in .content dl.active dd {
    display: block;

}

.kepu .in .content dl.active dd span {
    width: 74vw;
    font-family: '微软雅黑';
    font-size: 1.3vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.88vw;
    letter-spacing: 0vw;
    color: #012d62;
    display: block;
    margin: 3vw auto 3.5vw 3.5vw;
    text-align: justify;

}

.kepu .in .content dl.active dt {
    background-color: #012d62;
    color: #fff;
    background-image: url(./qa.png);
    background-size: auto 80%;
    background-position: 96% top;
    background-repeat: no-repeat;
}

.dec {
    width: 100%;
    margin-top: 5.68vw;
    display: block;
    margin-bottom: 5vw;

}

.dec .in {
    width: 78.85vw;
    height: 33.44vw;
    margin: 0 auto;
    text-align: justify;
    background-color: #fff;
    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.1);
}

.dec .in>dl>dt {
    width: 42vw;
    height: 33.44vw;
    display: block;
    overflow: hidden;
    float: left;
}

.dec .in>dl>dd {
    position: relative;
    width: 36.46vw;
    height: 33.44vw;
    display: block;
    float: left;
}

.dec .in>dl>dd::before {
    content: "";
    position: absolute;
    width: 3vw;
    height: 3vw;
    background-color: #ffffff;
    z-index: 1;
    left: -1.5vw;
    border-radius: 0.5vw;
    top: 12vw;
    transform: rotate(45deg);
}

.dec .in>dl>dd .title {
    width: 30.83vw;
    margin-top: 4.17vw;

}

.dec .in>dl>dd .title dt {
    margin-top: 0;
    width: 35.83vw;
}

.dec .in>dl>dd dl dd {
    margin-top: 0;
}

.dec .in>dl>dd dl dd span {
    width: 30.83vw;
    font-family: '微软雅黑';
    font-size: 1.3vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.88vw;
    letter-spacing: 0vw;
    color: #000000;
    display: block;
    margin: 2.86vw auto 0 2.6vw;
    text-align: justify;
}

/* 链接 */
.links {
    width: 100vw;
    height: 12.02vw;
    padding-top: 2vw;
    display: block;
    background-color: #e8eaef;
    margin-top: 3vw;
}

.links .in {
    width: 78.85vw;
    display: block;

    height: 8.5vw;
    margin: 0 auto;
}

.links .in>dl {
    width: 78.85vw;
    display: block;
    float: left;
}

.links .in>dl>dt {
    width: 28.5vw;
    height: 8.5vw;
    font-family: '微软雅黑';
    font-size: 2.81vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 8.5vw;
    letter-spacing: 0.28vw;
    color: #000000;
    text-indent: 10vw;
    display: block;
    float: left;
}

.links .in>dl>dd {
    width: 50vw;
    height: 8.5vw;
    display: block;
    float: left;
}

.links ul {
    width: 60vw;
    height: 8.5vw;
    display: block;
    float: left;
}

.links ul li {
    width: 12.92vw;
    height: 2.76vw;
    display: block;
    float: left;
    background-color: #fff;
    border-radius: 5vw;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
    float: left;
    background-repeat: no-repeat;
    background-size: auto 1.46vw;
    background-position: 0.99vw center;
    position: relative;
    margin-right: 5.78vw;
    margin-top: 0.75vw;
    margin-bottom: 0.75vw;
}

.links ul li dt {
    font-family: '微软雅黑';
    font-size: 1.09vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.76vw;
    letter-spacing: 0vw;
    color: #464646;
    margin-left: 3.13vw;
}

.links ul li dd {
    position: absolute;
    right: 0.85vw;
    width: 0.73vw;
    height: 1.15vw;
    top: 0.78vw;
    background-image: url(./rightrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.links ul li:hover dd {
    right: 0.5vw;
    transition: 0.5s;
}