.banner {
    width: 100vw;
    height: 34vw;
    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);
    background-repeat: no-repeat;
}

.overtext {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.titleinfo {}

.titleinfo {
    position: relative;
    top: 10vw;
    margin-left: 11vw;
}

.titleinfo dt {
    font-family: '微软雅黑';
    font-size: 1.25vw;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1vw;
    letter-spacing: 0vw;
    color: #012d62;
}

.titleinfo dd {
    font-family: '微软雅黑';
    width: 32vw;
    font-size: 3.66vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 5.36vw;
    letter-spacing: 0vw;
    margin-top: 2.19vw;
    color: #012d62;
}

.titleinfo dd.tip{
    font-size: 1.2vw;
    color: #363636;
}

.titleinfo dd span {
    display: block;
}

.infolist {
    display: block;
    position: absolute;
    right: 11.5vw;
    bottom: 3.33vw;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1)
}

.infolist .item {
    width: 30.4vw;
    height: 7.86vw;
    background-color: rgba(165, 165, 165, 0.3);
    display: block;
    float: left;
    position: relative;
}

.infolist .item>dt {
    width: 6.72vw;
    height: 6.72vw;
    background-color: #012d62;
    display: block;
    color: #fff;
    float: left;
    margin: 0.6vw;
    position: absolute;
    border-radius: 10%;
}

.infolist .item>dt h1 {
    font-size: 2.38vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3vw;
    letter-spacing: 0vw;
    color: #ffffff;
}

.infolist .item>dt h2 {
    font-size: 1.06vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.46vw;
    letter-spacing: 0vw;
    color: #ffffff;
}

.infolist .item>dt h3 {
    font-size: 0.83vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1vw;
    letter-spacing: 0vw;
    color: #ffffff;
}

.infolist .item>dd {
    width: 21.92vw;
    height: 7.65vw;
    display: block;
    float: right;
    position: relative;
}

.infolist .item>dd span {
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.82vw;
    letter-spacing: 0vw;
    color: #012d62;
    display: block;
    margin-top: 1.4vw;
}

.infolist .item>dd span font {
    display: block;
}

.infolist .item>dd a {
    position: absolute;
    bottom: 1.2vw;
    text-decoration: none;
    font-size: 0.73vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.41vw;
    letter-spacing: 0vw;
    color: #808080;
    text-indent: 0.2vw;
}

.infolist .item>dd a::after {
    content: "";
    position: absolute;
    width: 0.4vw;
    height: 0.4vw;
    border-color: #808080;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    top: 0.5vw;
    right: -0.8vw;
}

.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 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;
}


.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;
}

/* 诊断范围 */
.rangeContent {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10.67vw;
}

.rangeContent-content {
    width: 78.71vw;
    height: 11.5vw;
    display: block;
    background-image: url(./rangeheader.png);
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 9.37vw;
}

.graphic-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.zhuannimal{
    width: 6.9vw;
    height:6.9vw;
    position: absolute;
    left: 6.92vw;
    top: 1.35vw;
}

.graphic {
    width: 6.9vw;
    height: 4.27vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    /* margin-bottom: 30px; */
    z-index: 2;
    bottom: -0.5vw;
    left: 1vw;
}
.rangeContent-content .bg{
    width: 9.06vw;
	height: 9.06vw;
    border-radius: 5vw;
    background-color: #f2f8fd;
    z-index: 0;
    position: absolute;
    top: 0;
}
.rangeContent-content .line{
    width: 5.25vw;
    height: 3.85vw;
    background-image: url(./liner.png);
    background-size: 4.4vw 2.85vw;
    background-position: center;
    background-position: left center;
    position: absolute;
    top: 1.5vw;
    left: 2.1vw;
    z-index: 1;
    background-repeat: no-repeat;
    opacity: 0;
    animation: growBar3 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    animation-delay: 2.5s;
}
/* 柱状图样式 */
.bar-chart {
    display: flex;
    align-items: flex-end;
    height: 4.4vw;
    padding: 0 20px;
}

.bar {
    width: 1vw;
    height: 4.27vw;
    margin: 0 0.25vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.bar-value {
    width: 100%;
    height: 4.27vw;
    background: linear-gradient(to top, #3498db, #add8fe);
    border-radius: 2px ;
    transform-origin: bottom center;
    animation: growBar 1.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
    transform: scaleY(0.9); /* 初始状态 */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
}
.circleitem{
    position: absolute;
    left: 0.25vw;
    top: 0;
}
.circleitem .item{
    width: 1vw;
	height: 1vw;
    position: relative;
    border-radius: 0.5vw;
    transform-origin: bottom center;
    background: linear-gradient(to right, #3498db, #add8fe);
    animation: growBar1 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    top: -1.6vw;
    transform: scale(0);
    animation-delay: 2s;
    margin-left: 0.5vw;
    float: left;

}
.circleitem .item:nth-child(1){
    margin-top: 3vw;

}
.circleitem .item:nth-child(2){
    margin-top: 1vw;

}
.circleitem .item:nth-child(3){
    margin-top: 1.8vw;

}
.graphic span{
    font-size: 1.15vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.77vw;
    letter-spacing: 0vw;
    color: #dd79ec;
    position: absolute;
    top: -3.5vw;
    right: -0.2vw;
}
@keyframes growBar {
    0% {
        transform: scaleY(0.9); /* 起始状态（可选，根据需求调整） */
    }
    50% {
        transform: scaleY(1);   /* 50% 时拉伸到最大高度 */
    }
    100% {
        transform: scaleY(0.9); /* 结束时回弹到 90% 高度 */
    }
}
@keyframes growBar1 {
    to {
        transform: scale(1);
    }
}
@keyframes growBar3 {
    to {
        opacity: 1;;
    }
}

.bar-label {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #7f8c8d;
    font-weight: 500;
}
.bar:nth-child(1) .bar-value{
    width: 1.15vw;
	height: 1.67vw;
    animation-delay: 0.5s;
}
.bar:nth-child(1) .bar-value .item{
    animation-delay: 0.6s;
}
.bar:nth-child(2) .bar-value{
    width: 1.15vw;
	height: 3.28vw;
    animation-delay: 1s;
}
.bar:nth-child(2) .bar-value .item{
    animation-delay: 1.2s;
}
.bar:nth-child(3) .bar-value{
    width: 1.2vw;
	height: 2.81vw;
    animation-delay: 1.5s;
}
.bar:nth-child(3) .bar-value .item{
    animation-delay: 1.8s;
}
.bar:nth-child(4) .bar-value{
    width: 1.2vw;
	height: 4.27vw;
    animation-delay: 2s;
}
.bar:nth-child(4) .bar-value .item{
    animation-delay: 2.4s;
    background: linear-gradient(45deg, #df92ee, #ffffff);
}

.rangeContent-content .text::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0.1vw;
    height: 3.49vw;
    background-color: rgba(0, 0, 0, 0.1);
    top: 1vw;
}

.rangeContent-content .text {
    position: absolute;
    display: block;
    right: 0;
    width: 60.5vw;
    height: 5.3vw;
    top: 3.3vw;

}

.rangeContent-content .text p {
    width: 51.17vw;
    height: 3vw;
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.9vw;
    letter-spacing: 0vw;
    color: #363636;
    margin-left: 2.39vw;
}

.rangeContent-content .text p font {
    color: #003b80;
}

/* 范围 */

.range .container{
    display: block;
    width: 100%;
    height: 62vw;
    float: left;
    background-image: url(./rangebodybg.jpg);
    background-size: 77vw auto;
    background-position: top right;
    background-repeat: no-repeat;

}
.wrap{
    width: 78.71vw;
    display: block;
    margin: 0 auto;
}
.range .container .wrap font{
    color: #012D62;
}
.range .container .wrap .title{
    width: 18.17vw;
    margin-top: 23.74vw;
    display: block;
    float: left;
}
.range .container .wrap .title h2{
    font-size: 2.71vw;
	line-height: 2;
	letter-spacing: 0.05vw;
	color: #494949;
    text-align: left;
}
.range .container .wrap .title p{
    font-size: 1.15vw;
	line-height: 2;
	letter-spacing: 0vw;
	color: #acacac;
    text-align: left;
}

.range .container .wrap .list{
    width: 60.49vw;
    margin-top: 7.2vw;
    display: block;
    float: left;
}
.range .container .wrap .list>div{
    width: 29.53vw;
	height: 19.05vw;
    display: block;
    float: left;
    background-color: #e0f1fc8f;
    position: relative;
    border-radius: 1vw;
    margin-top: 0.99vw;
    margin-left: 0.99vw;
    overflow: hidden;

}
.range .container .wrap .list>div:nth-child(1){
    margin-left: 0;
}
.range .container .wrap .list>div:nth-child(3){
    margin-left: 0;
}
.range .container .wrap .list>div li{
    position: relative;
    margin-bottom: 0.5vw;
    font-size: 0.95vw;
}
.range .container .wrap .list>div li::before{
    content: "";
    width: 0.36vw;
    height: 0.36vw;
    position: absolute;
    display: block;
    background-color: #012D62;
    border-radius: 0.18vw;
    top: 0.5vw;
    left: -0.75vw;
}
.range .container .wrap .list>div:nth-child(2){
    background-color: rgba(255, 255, 255, 0.7);
}
.range .container .wrap .list>div:nth-child(3){
    background-color: rgba(255, 255, 255, 0.7);
}
.range .container .wrap .list>div:nth-child(3) font{
    display: block;
}
.range .container .wrap .list>div:nth-child(4) font{
    display: block;
}
.range .container .wrap .list>div ul{
    position: relative;
    width: 25.8vw;
    height: 12.96vw;
    display: block;
    font-size: 0.99vw;
	line-height: 1.51vw;
	letter-spacing: 0vw;
	color: #3e3a39;
    left: 2.65vw;
    top: 1.2vw;
}
.range .container .wrap .list>div h3{
    position: absolute;
    width: 25.2vw;
    height: 4.95vw;
    line-height: 4.95vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 2.65vw;
    color: #012d62;
}
.range .botinfo{
    width: 100%;
    height: 33.63vw;
    float: left;
    display: block;
    position: relative;
    background: none;
    margin-top: -7vw;
}
.range .botinfo h2{
    width: 41vw;
    font-size: 2.71vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3.41vw;
	letter-spacing: 0.05vw;
    margin-top: 3.44vw;
	color: #494949;
}
.range .botinfo span{
    display: block;
}
.range .botinfo font{
    color: #012D62;
}
.range .botinfo ul li{
    font-size: 1.25vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.12vw;
	letter-spacing: 0vw;
    position: relative;
	color: #363636;
}
.range .botinfo ul{
    width: 37vw;
    display: block;
    margin-top: 2.86vw;
}
.range .botinfo ul li::before{
    content: "";
    width: 0.52vw;
    height: 0.52vw;
    position: absolute;
    display: block;
    background-color: #012D62;
    border-radius: 0.28vw;
    top: 0.75vw;
    left: -0.95vw;
}
.range .botinfo  dl{
    position: absolute;
    width: 28vw;
    height: 28vw;
    right: 13vw;
    top: 0;
}
.range .botinfo  dl img{
    width: 11.5vw;
	height: 18.84vw;
    left: 7.2vw;
    top: 3.44vw;
    display: block;
    position: absolute;
}
.ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ripple {
    position: absolute;
    border-radius: 50%;
    border: 1px solid #4a90e2;
    transform: scale(1);
    opacity: 0;
    animation: ripple 4s linear infinite;
     width: 17vw;
    height: 17vw;
}

.ripple:nth-child(1) {
    animation-delay: 0s;
}

.ripple:nth-child(2) {
   
    animation-delay: 1s;
}
.ripple:nth-child(3) {
   
    animation-delay: 2s;
}


.ripple:nth-child(4) {
    animation-delay: 3s;
}

.ripple:nth-child(5) {
    animation-delay: 4s;
}
.ripple:nth-child(5) {
    animation-delay: 5s;
}
/*
.ripple:nth-child(6) {
    width: 27.5vw;
    height: 27.5vw;
    animation-delay: 4.2s;
} */

@keyframes ripple {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }   
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
/* 链接 */
/* 希望 */
.hope{
    width: 100%;
    display: block;
    float: left;
    background-image: url(./pinggubg.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.hope .in{
    width: 78.71vw;
    display: block;
    margin: 0 auto;
}
.hope .in .titlezone{
    width: 61vw;
    display: block;
    margin: 0 auto;
    padding-bottom: 1.5vw;
   
}
.hope .in .titlezone h1{
    font-size: 2.71vw;
	font-weight: normal;
	letter-spacing: 0.05vw;
	color: #494949;
    margin-top: 4.89vw;
    margin-bottom: 3.54vw;
}
.hope .in .titlezone h1 font{
    color: #012D62;
    display: inline-block;
    margin-right: 0.9vw;
}
.hope .in .titlezone p{
    font-size: 0.99vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.77vw;
	letter-spacing: 0vw;
	color: #494949;
    text-align: center;
    margin-bottom: 1.8vw;

}
.hope .feature{
    width: 13.64vw;
    height: 13.64vw;
    margin-right: 2.5vw;
    display: block;
    float: left;
    border-radius: 7vw;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
}
.features div.feature:nth-child(5){
    margin-right: 0;
}
.hope .feature img{
    position: absolute;
    transform: scale(1);
    transition: 1s;
    z-index: 0;
    width: 13.64vw;
    height: 13.64vw;
    border-radius: 7vw;
    overflow: hidden;

}
.hope .feature:hover img{       
    transform: scale(1.1);
    transition: 1s;
}
.hope .feature p{
    width: 11.41vw;
	height: 3.18vw;
	font-size: 1.25vw;
	line-height: 1.92vw;
	letter-spacing: 0vw;
	color: #ffffff;
    text-align: center;
    position: relative;
    margin: 5.26vw auto auto auto;
    z-index: 1;
}
.hope .feature p span{
    display: block;
}
.hope .feature  a{
    position: relative;
     width: 11.41vw;
    font-size: 0.68vw;
    display: block;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.26vw;
	letter-spacing: 0vw;
	color: #ffffff;
    text-align: center;
    margin: 2.6vw auto auto auto;
}
.hope .feature  dl{
    width: 33.9vw;
    height: 19.68vw;
    padding: 0.5vw 1.2vw;
    position: absolute;
    left: -10vw;
    background-image: url(./chatpopo.png);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0;
    transform-origin: bottom center; 
    transform: translateY(-17vw) scale(0.01);
    transition: 0.5s;
    top: 0;
    
}
.hope .feature  dl dt{
    width: 32vw;
    display: block;
	font-size: 1.25vw;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0vw;
	color: #ffffff;
    line-height: 3.48vw;
    margin-bottom: 0.7vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hope .feature:hover dl{
    opacity: 1;
    transform-origin: bottom center; 
    transform: translateY(-2vw) scale(1);
    transition: 1s;
    height: 19.68vw;
    top: -17vw;
}
.hope .feature  dd{
    width: 31.81vw;
	height: 8.95vw;
	font-size: 0.95vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.7;
	letter-spacing: 0vw;
	color: #ffffff;
}
/* 希望 */
/* 医生 */
.doctor {
    width: 100%;
    float: left;
    display: block;
}

.doctor {
    width: 79vw;
    display: block;
    margin-left: 14vw;
    float: left;
    overflow: hidden;
    position: relative;
}
.doctor .nav{
    width: 100%;
    height: 9.84vw;
    display: block;
    float: left;
    text-align: center;
}

.doctor .nav dd{
    width: 8.17vw;
	height: 2.97vw;
    border-radius: 4.2vw;
    background-color: #ebebeb;
    line-height: 2.97vw;
    text-align: center;
    font-size: 1.77vw;
	letter-spacing: 0.07vw;
	color: #012d62;
    display: inline-block;
    margin: 3.59vw 2.89vw auto 2.89vw;
}
.doctor dd.active{
    background-color: #012D62;
    color: #fff;
}
.doctor .in .title {
    margin-top: 10.1vw;
}

.doctor .in .title span {
    display: inline-block;
    margin-left: 1vw;
    margin-right: 1vw;
}

.doctor .in .title dd {
    width: 60.75vw;
    height: 6.3vw;
    font-size: 0.99vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.77vw;
    letter-spacing: 0vw;
    color: #3e3a39;
    text-align: center;
    margin: 2.5vw auto auto auto;
}

.doctor .in .list {
   /*  width: 100%;
    display: block;
    margin-top: 1.5vw;
    float: left; */
}

.doctor .in .list .avatar {
    width: 29.36vw;
    height: 32.54vw;
    display: block;
    float: left;
    background-image: linear-gradient(45deg, #e7f3fa, #fff);
    border-radius: 3vw;
    border-bottom-left-radius: 15vw;
    border-bottom-right-radius: 15vw;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}

.doctor .in .list .avatar span {
    width: 27.36vw;
    height: 30.54vw;
    margin: 1vw;
    background-color: #efefef;
    display: block;
    border-radius: 3vw;
    border-bottom-left-radius: 15vw;
    border-bottom-right-radius: 15vw;
    position: relative;
}

.doctor .in .list .avatar span .img {
    width: 27.36vw;
    height: 33.54vw;
    display: block;
    border-radius: 3vw;
    border-bottom-left-radius: 15vw;
    border-bottom-right-radius: 15vw;
    position: absolute;
    top: -3vw;
    overflow: hidden;
}

.doctor .in .list .avatar span img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

}

.doctor .in .list .content {
    width: 31.29vw;
    margin-left: 7.65vw;
    float: left;
}
.doctor .in .list .content dt span{
    display: block;
    float: left;
}

.doctor .in .list .content dt h1 {
    font-size: 1.77vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.92vw;
    letter-spacing: 0vw;
    color: #012d62;
    margin-bottom: 0.9vw;
    width: 100%;
    display: inline-block;
    line-height: 2vw;
    text-align: left;
}
.doctor .in .list .content dt h1 a{
    color: #012d62;
    display: inline-block;
    float: left;
}

.doctor .in .list .content dt h1 span {
    font-size: 1.15vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.45vw;
    letter-spacing: 0vw;
    color: #3e3a39;
    display: inline-block;
    margin-left: 0.5vw;
    margin-top: .6vw;

}

.doctor .in .list .content dt h2 {
    font-size: 1.15vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.45vw;
    letter-spacing: 0vw;
    color: #3e3a39;
}

.doctor .in .list .content dt h2 i {
    display: block;
    font-style: normal;
    font-size: 0.99vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.83vw;
    letter-spacing: 0vw;
    color: #4c4948;
}

.doctor .in .list .content dt h2 font {
    color: #012d62;
}

.doctor .in .list .content dt h2 span {
    display: inline-block;
    margin-left: 1vw;
}

.doctor .in .list .content ul:nth-child(1) {
    width: 35.62vw;
    float: left;
    font-size: 0.99vw;
    display: block;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.83vw;
    letter-spacing: 0vw;
    color: #4c4948;
    margin-left: 1.5vw;
    list-style: disc;
    margin-top: 1.26vw;
}
.doctor .in .list .content ul:nth-child(1) li{
    float: left;
    margin-right: 2.5vw;
}
.doctor .in .list .content ul:nth-child(1)  li:nth-child(2){
    margin-right: 0;
}

.doctor .in .list .content ul:nth-child(2) {
    width: 35.62vw;
    float: left;
    font-size: 0.99vw;
    display: block;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.83vw;
    letter-spacing: 0vw;
    color: #4c4948;
    margin-left: 1.5vw;
    list-style:circle;
    margin-top: 1.26vw;
}
.doctor .in .list .content ul li::marker {

    color: #012d62;

}

.doctor .in .list .content a.shanchang{
    width: 5.99vw;
	height: 1.61vw;
    display: block;
    background-color: #012d62;
    border-radius: 1.35vw;
    font-size: .99vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.61vw;
    letter-spacing: 0.03vw;
    color: #ffffff;
    text-align: center;
    margin-top: 2.1vw;
    float: left;
    position: relative;
}
.doctor .in .list .content a.shanchang::after{
    content: "";
    position: absolute;
    width: 27.64vw;
	height: 1px;
    top: 0.8vw;
    left: 6.2vw;
    background-color: rgba(0, 0, 0, 0.05);
}
.doctor .in .list .content a.shanchang::before{
    content: "Areas of Expertise";
    width: 9.12vw;
    height: 1.09vw;
    font-size: 0.99vw;
    line-height: 2.61vw;
    letter-spacing: -0.04vw;
    position: absolute;
    left: 33.5vw;
    color: #d7d7d7;
    top: -0.3vw;

}
.doctor .in .list .content ul.shangchanglist font{
    width: 100%;
    font-size: 0.99vw;
    display: block;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.46vw;
	letter-spacing: 0vw;
	color: #012d62;
}
.doctor .in .list .content ul.shangchanglist{
    margin-top: 2vw;
    display: block;
    float: left;
    font-size: 0.83vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.51vw;
    letter-spacing: 0vw;
    color: #3e3a39;
    width: 38vw;
}
.doctor .in .list .content ul.shangchanglist li{
    margin-bottom: 0.8vw;
}
.doctor .in .list .content p {
    width: 100%;
    height: 4.01vw;
    font-size: 0.99vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.51vw;
    letter-spacing: 0.06vw;
    color: #3e3a39;
    margin-top: 1.87vw;
    float: left;
}
.doctor .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 0.57vw;
    height: 0.57vw;
    display: inline-block;
    border-radius: 50%;
    margin: 0 0.3vw;
}
.doctor  .swiper-pagination-bullet-active{
    background-color: #012D62;
}
.doctor-pagination{
    position: relative;
    text-align: center;
    line-height: 3vw;
    z-index: 0;
}
.doctor .prevnext{
    width: 6.8vw;
    margin-left: -3.4vw;
    left: 50%;
    position: absolute;
    height: 3vw;
    bottom: 0vw;
    z-index: 1;
    pointer-events: none;
}
.doctor .swiper-button-next, .doctor .swiper-button-prev {
    position: absolute;
    top: 1.3vw;
    width: 0.5vw;
    height: 0.5vw;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #012D62;
    pointer-events: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 1.2vw;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    pointer-events: auto;
}

/* 医生 */
/* 设备 */
.set,
.set .in {
    width: 100%;
    height: 61.8vw;
    display: block;
    float: left;
    overflow: hidden;
}

ul.servcont {
    width: 78.85vw;
    height: 30.57vw;
    display: block;
    margin: 0 auto;
    margin-top: 5.26vw;
}

.set .in .title {
    height: 13.3vw;
    margin-top: 12.75vw;
}

.set .in .title dd {
    width: 55.84vw;
    height: 6.3vw;
    font-family: SourceHanSansCN-Regular;
    font-size: 0.99vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.77vw;
    letter-spacing: 0vw;
    color: #3e3a39;
    margin: 2.39vw auto auto auto;
    text-align: center;
}

.set .setcont {
    width: 100;
    height: 32vw;
    margin: 3.44vw;
    display: block;
}

.set .setcont .bg {
    width: 78.66vw;
    height: 32vw;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -39.33vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.set .setcont .items {
    width: 102vw;
    display: block;
    transform: translateX(6.62vw);
    transition: 0.5s;

}

.set .setcont .item {
    width: 51vw;
    height: 32vw;
    display: block;
    float: left;
    position: relative;
}
.set .setcont .item dt{
    width: 19.21vw;
	font-size: 1.77vw;
    margin: 6vw auto auto 5vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.41vw;
	letter-spacing: 0.04vw;
	color: #000000;
    opacity: 0.4;
}
.set .setcont .item:nth-child(2) dt{
    width: 22.22vw;
}
.set .setcont .item dt font{
    min-width: 5.1vw;
    display: inline-block;
    background-color: #012d62;
    border-radius: 0.6vw;
    font-size: 0.71vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8vw;
    letter-spacing: 0.02vw;
    color: #ffffff;
    text-align: center;
    position: absolute;
    margin-top: 0.6vw;
    margin-left: 0.6vw;
    padding: 0.2vw 0.6vw;
}
.set .setcont .item dd img{
    height: 25.35vw;
    position: absolute;
    top: 6.5vw;
    right: 3.9vw;
    opacity: 0.4;
    z-index: -1;
}
.set .setcont .item:nth-child(2) dd img{
   
    right: -3.9vw;
    
}
.set .setcont .item a.more {
    width: 5.41vw;
    height: 1.15vw;
    border-radius: 2.7vw;
    left: 4.74vw;
    bottom: 3.9vw;
    font-size: 0.73vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.15vw;
    letter-spacing: 0vw;
    text-indent: 0.8vw;
    color: #3e3a39;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.5);
    opacity: .4;
}

.set .setcont .item a.more::after {
    content: "";
    width: 0.35vw;
    height: 0.35vw;
    display: block;
    position: absolute;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    transform: rotate(45deg);
    top: 0.35vw;
    right: 0.85vw;
}

.set .setcont .item:nth-child(1) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.set .setcont .item:nth-child(1) a.arrow {
    position: absolute;
    width: 1.25vw;
    height: 1.25vw;
    left: 50.3vw;
    top: 17vw;
    background-color: #f2f2f2;
    border-radius: 0.625vw;
    display: block;
    z-index: 1000;
}

.set .setcont .item:nth-child(1) a.arrow::after {
    content: "";
    width: 0.5vw;
    height: 0.5vw;
    display: block;
    position: absolute;
    border-top: 1px solid #012d62;
    border-right: 1px solid #012d62;
    transform: rotate(45deg);
    top: 0.35vw;
    left: 0.3vw;
}

.set .setcont .item:nth-child(2) a.arrow {
    position: absolute;
    width: 1.25vw;
    height: 1.25vw;
    left: -0.75vw;
    top: 15vw;
    background-color: #f2f2f2;
    border-radius: 0.625vw;
    display: block;
}

.set .setcont .item:nth-child(2) a.arrow::after {
    content: "";
    width: 0.5vw;
    height: 0.5vw;
    display: block;
    position: absolute;
    border-top: 1px solid #012d62;
    border-left: 1px solid #012d62;
    transform: rotate(-45deg);
    top: 0.35vw;
    left: 0.45vw;
}
.set .setcont .item.active dt,.set .setcont .item.active dd img,.set .setcont .item.active a.more{
    opacity: 1;
}

.set .setcont .item.active a.arrow{
    background-color: #012d62;
}
.set .setcont .item.active a.arrow::after{
    border-color: #fff;
}
.set .setcont .items.toleft{
    transform: translateX(-16.38vw);
    transition: 0.5s;
}
/* 设备 */
/* 微信 */
.wx{
    width: 100%;
    display: block;
    float: left;
    height: 23.43vw;
    background-image: url(./wxbg.png);
    background-size: 100%;
    background-position: center top;
    margin-top: 10vw;
}
.wx .in{
    width: 59vw;
    height: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.wx .in div:nth-child(1),.wx .in div:nth-child(2){
    width: 14.32vw;
    height: 17.75vw;
    display: block;
    margin-right: 3.49vw;
    margin-top: 2.87vw;
    position: relative;
    float: left;
}
.wx .in div:nth-child(1) p,.wx .in div:nth-child(2) p{
    width: 14.11vw;
	height: 2.24vw;
    border-radius: 1.12vw;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    float: left;
    font-size: 0.99vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.24vw;
	letter-spacing: 0vw;
	color: #012d62;
    background-color: #fff;
    text-align: center;
}
.wx .in div:nth-child(3){
    position: absolute;
    right: 0;
    width: 18.38vw;
    color: #fff;
    font-size: 0.99vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0.02vw;
	color: #ffffff;
    text-align: center;
    margin-top: 5.99vw;
}
.wx .in div:nth-child(3) p:nth-child(2),.wx .in div:nth-child(3) p:nth-child(4){
    font-size: 2.03vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0vw;
	color: #ffffff;
}
/* 微信 */
/* 视频 */
.vid{
    width: 100%;
    min-height: 86vw;
    margin-top: 10.6vw;
    display: block;
    float: left;
}
.vid .in{
    width: 78.85vw;
    min-height: 76vw;
    margin: 0 auto;
}
.vid .leftsection{
    width: 22.9vw;
    /* height: 66vw; */
    position: -webkit-sticky;
    position: sticky;
    float: left;
    top: 10vw;
}
.vid .leftsection h1{
    font-size: 2.71vw;
	line-height: 1.5;
	letter-spacing: 0.05vw;
	color: #3e3a39;
    text-align: left;
    display: block;
    float: left;
    margin-top: 5.2vw;
}
.vid .leftsection h2{
    font-size: 2.71vw;
	line-height: 1.5;
	letter-spacing: 0.05vw;
	color: #012d62;
    text-align: left;
    display: block;
    float: left;
}
.vid .leftsection p{
    width: 8.38vw;
	height: 3.28vw;
	font-size: 0.94vw;
	line-height: 2.34vw;
	letter-spacing: 0vw;
	color: #494949;
    margin-top: 1.5vw;
    display: block;
    float: left;
}
.vid .leftsection a{
    width: 8.9vw;
	height: 2.81vw;
    border-radius: 1.405vw;
    line-height: 2.81vw;
    text-align: center;
    border: 1px solid #012D62;
    display: block;
    float: left;
    margin-top: 11.5vw;
    margin-right: 10vw;
}

.vid .rightsection{
    width: 55.17vw;
    display: block;
    float: left;
}
.vid .rightsection ul{    
    display: block;
    float: left;
    width: 56vw;
    margin-left: 0;
    margin-top: 4.5vw;
    height: 68vw;
    overflow-y: scroll;
}
.vid .rightsection ul li{
    width: 20.51vw;
    padding-bottom: 2vw;
    height: 40vw;
    display: block;
    float: left;
    margin-left: 7vw;
}

.vid .rightsection ul li strong{
    text-align: center;
}
/* /视频 */
/* 科普 */
.kepu{
    width: 100%;
    height: 57vw;
    float: left;
    position: relative;
}
.kepu .in>img{
    width: 48vw;
	height: 37.27vw;
    position: absolute;
    display: block;
    z-index: 0;
    bottom: 3vw;
    left: 0;

}
.kepu .kepuSwiperOut{
    width: 60.96vw;
	height: 32.64vw;
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    bottom: 4.37vw;
    background-color: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);

}
.kepu .kepuSwiper{
    width: 46.23vw;
    height: 30vw;
    margin: 1.77vw auto auto 4.32vw;
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
}
.kepu .kepuSwiper h2{
    width: 46.23vw;
    height: 3.65vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.25vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3.65vw;
	letter-spacing: 0vw;
    text-align: left;
	color: #012d62;
    display: block;
    float: left;
}
.kepu .kepuSwiper h3{
    font-weight: normal;
	font-stretch: normal;
    width: 46.23vw;
    height: 2.2vw;
    line-height: 2.2vw;
    margin-top: 1vw;
    display: block;
    float: left;
}
.kepu .kepuSwiper ul{
    display: block;
    font-size: 0.99vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.77vw;
	letter-spacing: 0vw;
	color: #3e3a39;
    float: left;
    margin-top: 1vw;
}
.kepu .kepuSwiper ul li{
    width: 100%;
    display: block;
    float: left;
    position: relative;
    padding-left: 1.5vw;
    margin-bottom: 0.4vw;
}
.kepu .kepuSwiper ul li::before{
    content: "";
    width: 0.52vw;
    height: 0.52vw;
    position: absolute;
    display: block;
    background-color: #012D62;
    border-radius: 0.28vw;
    top: 0.75vw;
    left: 0;
}
.kepu .kepuSwiper ul li font{
    display: block;
    width: 100%;
    color: #012D62;
}
.kepu .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 0.57vw;
    height: 0.57vw;
    display: inline-block;
    border-radius: 50%;
    margin: 0 0.3vw;
}
.kepu  .swiper-pagination-bullet-active{
    background-color: #012D62;
}
.kepuSwiper-pagination{
    position: absolute;
    text-align: center;
    line-height: 3vw;
    z-index: 0;
    bottom: 0;
    right: 26vw;
}
.kepu .swiper-navigation {
    width: 13.2vw;
    margin-left: -3.4vw;
    /* left: 50%; */
    position: absolute;
    height: 3vw;
    bottom: 0vw;
    z-index: 1;
    pointer-events: none;
    right: 23.5vw;
}
.kepu .swiper-button-next, .kepu .swiper-button-prev {
    position: absolute;
    top: 1.3vw;
    width: 0.5vw;
    height: 0.5vw;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #012D62;
    pointer-events: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 1.2vw;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    pointer-events: auto;
}
/* 科普 */
/* 底部介绍 */
.botinfo{
    width: 100%;
    display: block;
    height: 47.27vw;
    float: left;
    background-image: url(./infobg.jpg);
    background-size: 100% auto;
    background-position: bottom left;
    background-repeat: no-repeat;
}
.botinfo .in{
    width: 78.81vw;
    margin: 0 auto;
}
.botinfo .in dd{
    width:100%;
    height: 14.58vw;
    font-size: 0.99vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.03vw;
	letter-spacing: 0vw;
	color: #595757;
    text-align: center;
    background-color: #dedede69;
    padding: 4.63vw 5.2vw;
}
/* /底部介绍 */
.links {
    width: 100vw;
    height: 12.02vw;
    padding-top: 2vw;
    display: block;
    float: left;
    background-color: #e8eaef;

}

.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;
}

.footer {
    width: 100%;
    background: #012D62;
    color: #fff;
    padding-top: 52px;
    display: block;
    float: left;
}