﻿*{
    margin: 0;
    padding: 0;
}
.flexX{
    display: flex;
    flex-direction: row;
}
.flexY{
    display: flex;
    flex-direction: column;
}
.indexBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    max-width: 750px !important;
    margin:  0 auto;
    /* background-image: url("../images/bg.png"); */
    background-size: 100% 100%;
    background-color: #FDF9F9;
}

.cur{
    cursor: pointer;
}
@media screen and (min-width: 750px) {
    html {
      font-size: 37.5px !important;
    }
}





.list{
    width: 100%;
    background-color: #fff;
    border-radius: .8rem;
}
.list .row{
    width: 100%;
    justify-content: space-around;
    box-sizing: border-box;
}
.list .row .item{
    height: 3.7333rem;
    width: 3.5067rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list .row .item .circle{
    width: 2.9067rem;
	height: 2.88rem;
	background-color: #41c1ce;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .24rem;
    background: linear-gradient(45deg, rgba(190, 11,27,1) ,  rgba(0, 0,128,1) 60%); background: #41c1ce;
}
.list .row .item .circle img{
    width: 1.4667rem;
    height: 1.4667rem;
}
.list .row .item  .bg{
    background-color: #41c1ce;
}
.list .row .item .text{
    font-family: SourceHanSansCN-Regular;
	font-size: .64rem;
	color: #282b3b;
    text-align: center;
}
.xsgj{
    width: 90%;
    
    
    margin: 0 auto;
}
.xsgjA{
    text-align: center;
    margin: .5333rem 0;
    background-color: #fff;
    border-radius: .8rem;
}
.fwxm{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .8rem;
    padding-top: .8rem; padding-bottom:0.8rem;
}
.fwxm .fwxmtitle{
    font-family: SourceHanSansCN-Bold;
	font-size: 1.0933rem;
	color: #41c1ce;
    font-weight: bold;
}
.fwxm .line{
    width: 3.2rem;
	height: .08rem;
	background-color: #bfbfbf;
    justify-content: center;
    margin: .4533rem 0 .8267rem;
}
.fwxm .line .red{
    background-color: #41c1ce;
    width: 1.0667rem;
    height: 100%;
    
}
.fwxm .row{
    /* width: 100%; */
}
.fwxm .row .item{
    width: 5.1467rem;
	height: 5.1467rem;
	background-color: #41c1ce;
	border-radius: .2133rem;
    align-items: center;
    margin: .5467rem;
    cursor: pointer;
}
.fwxm .row .item:hover{
    background-color: #41c1ce;
}
.fwxm .row .item:hover .text{
    color: #fff;
}
.fwxm .row .item .circle{
    width: 3.28rem;
	height: 3.28rem;
	background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .2467rem 0;
}
.fwxm .row .item .circle img{
    width: 1.3333rem;
	height: 2.1867rem;
}
.fwxm .row .item .circle .jy{
    width: 2.24rem;
	height: .96rem;
} 
.fwxm .row .item .circle .csbjy{
    width: 2rem;
	height: 2.4533rem;
}
.fwxm .row .item .circle .lgmb{
    width: 2rem;
	height: 2.2133rem;
}
.fwxm .row .item .circle .etkq{
    width: 1.4933rem;
	height: 2.24rem;
}
.fwxm .row .item .circle .tyg{
    width: 1.4667rem;
	height: 2.9067rem;
}
.fwxm .row .item .circle .ssby{
    width: 1.84rem;
	height: 2.1867rem;
}
.fwxm .row .item .circle .qcy{
    width: 1.4933rem;
	height: 2.2133rem;
}
.fwxm .row .item .circle .byxy{
    width: 1.4667rem;
	height: 2.2133rem;
}
.fwxm .row .item .text{
    font-family: SourceHanSansCN-Regular;
	font-size: .8533rem; font-weight:900;
	color: #fff;
}
.fwxm .btn{
    width: 11.0667rem;
	height: 1.8133rem;
	background-color: #41c1ce;
	box-shadow: 0px 6px .16rem 0rem 
		rgba(191, 57, 109, 0.3);
	border-radius: .9067rem;
    align-items: center;
    justify-content: center;
    margin: .5333rem 0 0.5333rem;
}
.fwxm .btn img{
    width: .8rem;
	height: .8rem;
    margin-right: .1333rem;
}
.fwxm .btn .text{
    font-family: SourceHanSansCN-Regular;
	font-size: .8533rem;
	color: #ffffff;
}

.team{
    width: 100%;
    align-items: center;
    background-color: #fff;
    border-radius: .8rem;
    margin-top: .8rem;
    padding: .5333rem 0; margin-bottom:0.8rem;
}
.team .ystd{
    font-family: SourceHanSansCN-Bold;
	font-size: 1.0933rem;
	color: #41c1ce;
    font-weight: bold;
}
.team .lines{
    width: 3.2rem;
	height: .08rem;
	background-color: #bfbfbf;
    justify-content: center;
    margin: .4533rem 0 .8267rem;
}
.team .line .red{
    background-color: #41c1ce;
    width: 1.0667rem;
    height: 100%;
}

.team .doctorSwiper{
    width: 90%;
	height: 9.9733rem;
	background-color: #ffffff;
	border-radius: .8rem;
    background-image: url(../images/team_bg.png);
    background-size: cover;
}
.team .doctorSwiper .swiper-slide{
    position: relative;
}
.team .doctorSwiper .people{
    width: 6.96rem;
	height: 13.4133rem;
    position: absolute;
    bottom: 0;
    left: .0667rem;width: 45% !important;
    height: auto !important;
}
.team .doctorSwiper .pinkBox{
    position: absolute;
    width: 9.6933rem;
	height: 8.5867rem;
	background-color: rgba(227,73,135,0.7);
	border-radius: .8rem;
    right: .4667rem;
    top: 15%;
    padding: .4267rem;
    box-sizing: border-box;
}
.team .doctorSwiper .pinkBox .text1{
    font-family: SourceHanSansCN-Bold;
	font-size: .7867rem;
	color: #ffffff;
    margin-bottom: .2133rem;
}
.team .doctorSwiper .pinkBox .text2{
    font-family: SourceHanSansCN-Medium;
	font-size: .64rem;
	color: #ffffff;
}
.team .doctorSwiper .pinkBox .line{
    width: 7.7333rem;
	height: .0533rem;
	background-color: #ffffff;
    margin: 0.4rem 0;
}
.team .doctorSwiper .pinkBox .text3{
    font-family: SourceHanSansCN-Regular;
	font-size: .5333rem;
	letter-spacing: 0px;
	color: #ffffff;
    line-height: .8533rem;
}
.team .doctorSwiper .pinkBox .btn{
    width: 3.2533rem;
	height: 1.3067rem;
	background-color: #ffffff;
	box-shadow: 0px .16rem .16rem 0px 
		rgba(191, 57, 109, 0.3);
	border-radius: .6667rem;
    font-family: SourceHanSansCN-Bold;
	font-size: .5867rem;
	color: #41c1ce;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .6133rem 0;
}
.team .ssss .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    margin: 0 .1rem !important;
}
.team .ssss .swiper-pagination-bullet-active{
    background-color: #a0a0a0;
}

.select{
    width: 100%;
    align-items: center;
    border-radius: .8rem;
    background-color: #fff;
    margin: .5333rem 0;
    padding: .5333rem 0;
}
.select .selecttitle{
    font-family: SourceHanSansCN-Bold;
	font-size: 1.0933rem;
	color: #41c1ce;
}
.select .line{
    width: 3.2rem;
	height: .08rem;
	background-color: #bfbfbf;
    justify-content: center;
    margin: .4533rem 0 .8267rem;
}
.select .line .red{
    background-color: #41c1ce;
    width: 1.0667rem;
    height: 100%;
}

.select .selectSwiper{
    width: 100%;
	height: 21.8133rem;
}
.select .selectSwiper .row{
    justify-content: space-around;
}
.select .selectSwiper .item{
    height: 9.4667rem;
    width: 7.9733rem;
}
.select .selectSwiper .item .itemImg{
    width: 7.6533rem;
	height: 5.84rem;
}
.select .selectSwiper .item .text1{
    font-family: SourceHanSansCN-Medium;
	font-size: .8533rem;
    font-weight: bold;
	color: #41c1ce;
    text-align: center;
    margin: .3467rem 0 .5133rem;
}
.select .selectSwiper .item .text2{
    font-family: SourceHanSansCN-Regular;
	font-size: .6667rem;
	line-height: .8533rem;
	color: #000000;
}
.select .selectss .swiper-pagination-bullet {
    background-color: #eee;
    opacity: 1;
    margin: 0 .1rem !important;
}
.select .selectss .swiper-pagination-bullet-active{
    background-color: #a0a0a0;
}
.select .btn{
    width: 13.5733rem;
	height: 1.8133rem;
	background-color: #41c1ce;
	box-shadow: 0px .16rem .16rem 0px 
		rgba(191, 57, 109, 0.3);
	border-radius: .9067rem;
    justify-content: center;
    align-items: center;
}
.select .btn .text1{
    font-family: SourceHanSansCN-Regular;
	font-size: .8533rem;
	color: #ffffff;
}
.select .btn img{
    width: 1.04rem;
	height: 1.0133rem;
    margin-left: .1333rem;
} 

.about{
    width: 100%;
    align-items: center;
    border-radius: .8rem;
    background-color: #fff;
    padding: .5333rem 0;
}
.about .abouttitle{
    font-family: SourceHanSansCN-Bold;
	font-size: 1.0933rem;
	color: #41c1ce;
}

.about .line{
    width: 3.2rem;
	height: .08rem;
	background-color: #bfbfbf;
    justify-content: center;
    margin: .4533rem 0 .8267rem;
}
.about .line .red{
    background-color: #41c1ce;
    width: 1.0667rem;
    height: 100%;
}


.comtitle .line{
    width: 3.2rem;
	height: .08rem;
	background-color: #bfbfbf;
    justify-content: center;
    margin: .4533rem auto .8267rem;
}
.comtitle .line .red{
    background-color: #41c1ce;
    width: 1.0667rem;
    height: 100%;
}


.about .aboutBox{
    width: 90%;
	height: 12.5867rem;
	border-radius: .8rem;
    background-image: url(../images/lou.jpg);
    background-size: cover;
    padding: 3.0667rem 0 0 .8rem;
    box-sizing: border-box;
}
.about .aboutBox .textBox{
    width: 8.8533rem;
	/* height: 5.2533rem; */
    font-family: SourceHanSansCN-Regular;
	font-size: .5333rem;
	color: #000000;
    background-color: rgba(255,255,255,0.7);
    border-radius: .8rem;
    padding: .5333rem;
    line-height: .6533rem;
}
.about .aboutBox .textBox span{
    color: #41c1ce;
    font-size: .5333rem;
}
.about .list{
    width: 90%;
    justify-content: space-between;
    margin-top: 1.4667rem   ;
}
.about .list .item{
    align-items: center;
}
.about .list .item .aboutImg{
    width: 1.7067rem;
	height: 1.8133rem;
    margin-right: .2667rem;
}
.about .list .item .text .pinkText{
    font-family: SourceHanSansCN-Bold;
	font-size: .9333rem;
	font-weight: bold;
	color: #41c1ce;
    margin-bottom: .2667rem;
}
.about .list .item .text .texts{
    font-family: SourceHanSansCN-Regular;
	font-size: .7467rem;
	color: #000000;
}

.check{
    width: 100%;
    /* margin-top: 1.4933rem; */
}
.check .lists{
    margin-bottom: .6933rem;
    display: flex;
    justify-content: center;
    margin-top: .5333rem;
}
.check .lists .checkbtn{
    width: 4.4267rem;
	height: 1.36rem;
	background-color: #fff;
	border-radius: .6933rem;
    font-family: SourceHanSansCN-Regular;
	font-size: .56rem;
	color: #303030;
    display: flex;
    justify-content: center;
    align-items: center;
}
.check .lists .active{
    background-color: #41c1ce;
	color: #fff;
}
.check .checkSwiper{
    width: 90%;
    height: 7.9333rem;
}
.check .hzpp{
    width: 18.1067rem;
    height: 7.9333rem;
}
.check .checkss{
    bottom: 0 !important;
}
.check .checkss .swiper-pagination-bullet {
    background-color: #eee;
    opacity: 1;
    margin: 0 .1rem !important;
}
.check .checkss .swiper-pagination-bullet-active{
    background-color: #a0a0a0;
}
.check .checkSwiper .imgList .imgItem{
    width: 50%;
}
.check .checkSwiper .imgList .imgItem .img{
    /* width: 7.8533rem; */
    width: 100%;
	height: 5.9733rem;
}
.check .checkSwiper .imgList .imgItem .text{
    font-family: SourceHanSansCN-Regular;
	font-size: .56rem;
	color: #000000;
    text-align: center;
    margin-top: .2667rem;
}

.hot{
    width: 17.8533rem;
	height: 3.5733rem;
	background-color: #41c1ce;
	border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 1.2733rem;
    cursor: pointer;
}
.hot .hotPhone{
    width: 1.9467rem;
	height: 2rem;
    margin-right: .5333rem;
}
.hot .hotText{
    font-family: SourceHanSansCN-Bold;
	font-size: .8533rem;
	color: #ffffff;
}
.hot .hotText .text{
    font-family: SourceHanSansCN-Bold;
	font-size: .8533rem;
	color: #ffffff;
}
.hot .hotText .num{
    font-family: SourceHanSerifCN-Heavy; margin-top:0.2rem;
	font-size: 0.7933rem;
	color: #ffffff;
    text-align: center;
}

.explain{
    margin:  .68rem 0  .44rem;
}
.explain .pinkBox{
    width: 4.56rem;
	height: 1.3067rem;
	background-color: #41c1ce;
	border-radius: .1333rem;
    align-items: center;
    justify-content: center;
}
.explain .pinkBox .expainImg{
    width: .64rem;
	height: .6933rem;
    margin-right: .2667rem;
}
.explain .pinkBox .text{
    font-family: SourceHanSansCN-Regular;
	font-size: .72rem;
	color: #ffffff;
}

.filing{
    margin-bottom: 5.6667rem;
}
.filing .text1{
    font-family: SourceHanSansCN-Light;
	font-size: .5067rem;
	color: #222220;
	opacity: 0.7;   
    text-align: center;
    margin-bottom: .2667rem;
}