*{
    margin: 0;
    padding: 0;
}
.flexX{
    display: flex;
    flex-direction: row;
}
.flexY{
    display: flex;
    flex-direction: column;
}

.cur{
    cursor: pointer;
}
a{
    text-decoration: none; /* 去除默认的下划线 */
    color: #000;
}
.yyjj_title{
    width: 100%;
    min-width: 1200px;
    display:block; 
    padding-top: 83px;
}
.yyjj_box{
    min-width: 1200px;
    align-items: center;
}
.util_title{
    position: relative;
	font-size: 38px;
	font-weight: bold;
	/* font-stretch: normal;
	line-height: 24px; */
	letter-spacing: 0px;
	color: #e34986;
    padding: 0 10px;
    margin:0 auto 20px;
}
.util_title .pinkCircle{
    position: absolute;
    width: 19px;
	height: 19px;
	background-color: #e34986;
	opacity: 0.48;
    border-radius: 50%;
    left: 0;
    top: 0;
}
.util_title .yellowCircle{
    position: absolute;
    width: 14px;
	height: 14px;
    border-radius: 50%;
	background-color: #f2be41;
	opacity: 0.48;
    right: 0;
    top: 10px;
}
.utilBlockTitle{
    font-size: 20px;
	font-weight: bold;
	/* font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px; */
	color: #020202;
}
/* 简介 start */
.jj{
    width: 1200px;
    align-items: center;
}
.jj .jjTitle{
    margin-top: 45px;
}
.jj .jjList{
    margin: 50px 0 80px;
}

.jj .jjList .jjListLeft{
    width: 587px;
	height: 382px;
    background-image: url("./images/defaultpic.jpg");
    background-size: 100% 100%;
    display: flex ;
    align-items: flex-end;
    cursor: pointer;
}
.jj .jjList .jjListLeftVideo{
    width: 587px;
	height: 382px;
    cursor: pointer;
    display: none;
}
.jj .jjList .jjListLeft .spContent{
    display: flex;
    align-items: center;
    margin: 0 0 20px 20px ;
}
.jj .jjList .jjListLeft .spContent .shipinLogo{
    width: 38px;
    height: 38px;
    margin-right: 5px;
}
.jj .jjList .jjListLeft .spContent .shipinText{
    font-size: 16px;
    color: #fff;
}

.jj .jjList .jjListRight{
    padding-left: 34px;
    align-items: flex-end;
    width: 579px;
}
.jj .jjList .jjListRight .jjLRText{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #020202;
}
.jj .jjList .jjListRight .more{
    width: 140px;
	height: 44px;
	background-color: #e34986;
	border-radius: 5px;
    line-height: 44px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-top: 128px;
}
/* 简介 end */

/* 12院分布 start */
.yuan{
    background-color: #f5f5f5;
    width: 100%;
    height: 908px;
    align-items: center;
}
.yuanBox{
    width: 1200px;
    align-items: center;
}
.yuanBox .jjTitle{
    margin-top: 51px;
}
.yuanBox .map{
    background-image: url("./images/map.png");
    width: 1200px;
	height: 691px;
    background-size: cover;
    margin-top: 35px;
    position: relative;
}
.yuanBox .map .blackText{
	font-size: 16px;
	color: #1e1e1e;
    position: absolute;
    cursor: pointer;
}
.yuanBox .map .blackText:hover{
    color: #e34986;
}
.yuanBox .map .blackTextYJ{ top: 9%; left: 44%;}
.yuanBox .map .blackTextAKJ{ top: 16%; right: 0%;}
.yuanBox .map .blackTextFK{ top: 20%; right: 0%;}
.yuanBox .map .blackTextKH{ top: 24%; right: 0%;}
.yuanBox .map .blackTextHJ{ top: 28%; right: 0%;}
.yuanBox .map .blackTextYL{ top: 32%; right: 0%;}
.yuanBox .map .blackTextFG{ top: 36%; right: 0%;}
.yuanBox .map .blackTextLC{ bottom: 14%; left: 60%;}
.yuanBox .map .blackTextWQ{ bottom: 9%; left: 60%;}
.yuanBox .map .blackTextYH{ bottom: 4%; left: 60%;}
.yuanBox .map .blackTextFH{ bottom: 0%; left: 60%;}
.yuanBox .map .blackTextHM{ bottom: 53%; left: 14%;}
.yuanBox .map .blackTextSH{ bottom: 49%; left: 14%;}
.yuanBox .map .blackTextHY{ bottom: 45%; left: 14%;}
.yuanBox .map .yPinkText{
    font-size: 16px;
	color: #e34986;
    position: absolute;
}
.yuanBox .map .yPinkTextSK{ left: 21%;bottom: 16%; }
.yuanBox .map .yPinkTextSZW{ left: 26%;bottom: 20%; }
.yuanBox .map .yPinkTextFT{ left: 35%;bottom: 21%; }
.yuanBox .map .yPinkTextHG{ left: 40%;bottom: 25%; }
.yuanBox .map .yPinkTextLH{ left: 48%;bottom: 31%; }
.yuanBox .map .yPinkTextWJD{ left: 57%;bottom: 31%; }
/* 12院分布 end */

/* 发展历程 start */
.fzlc{
    width: 1200px;
    align-items: center;
    position: relative;
}
.fzlc .fzlcTitle{
    margin-top: 86px;
}
.fzlc .fzlclist{
    width: 100%;
    height: 423px;
    background-size: cover;
    position: relative;
    margin: 50px 0 80px;
    background-image: url('./images/arrow.png');
    background-size: 100% 5%;
    background-repeat: no-repeat;
    background-position: 0 20%;
    overflow: hidden;
}
.fzlc .fzlclist .fzlclistBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 6384px;
    padding-left: 50px;
    transition: all 0.5s;
}
.fzlc .fzlclist .fzlclistBox .fzlcItem{
    width: 330px;
	height: 423px;
    background-image: url("./images/fzlc_1995.png");
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 50px;
}
.fzlc .fzlclist .fzlclistBox .fzlcItem .fzlcPink{
    font-size: 32px;
	color: #e34986;
    font-weight: bold;
    margin-left: 42px;
}
.fzlc .fzlclist .fzlclistBox .fzlcItem .fzlcItemText{
    margin: 165px 0 0 26px;
}
.fzlc .fzlclist .fzlclistBox .fzlcItem .fzlcItemText .fzlcnum{
    width: 80px;
    font-size: 18px;
	color: #666666;
}
.fzlc .fzlclist .fzlclistBox .fzlcItem .fzlcItemText .fzlcss{
    font-size: 16px;
	color: #666666;
    /* margin-left: 50px; */
    width: 220px;
    line-height: 24px;
}
.fzlc .fzlcLeft{
    width: 52px;
	height: 52px;
	border: solid 1px #bfbfbf;
    border-radius: 50%;
    font-size: 32px;
	color: #666666;
    text-align: center;
    line-height: 52px;
    position: absolute;
    left: 0%;
    top: 55%;
    cursor: pointer;
}
.fzlc .fzlcRight{
    width: 52px;
	height: 52px;
	border: solid 1px #bfbfbf;
    border-radius: 50%;
    font-size: 32px;
	color: #666666;
    text-align: center;
    line-height: 52px;
    position: absolute;
    right: -3%;
    top: 55%;
    cursor: pointer;
}
/* 发展历程 end */

/* 携团坐诊 start */
.xtzz{
    background-image: url("./images/xtzz_bj.png");
    background-size: cover;
    width: 100%;
    height: 558px;
    align-items: center;
}
.xtzzBox{
    width: 1200px;
    align-items: center;
    position: relative;
    height: 100%;
}
.xtzzBox .xtzzTitle{
    margin-top: 45px;
}
.xtzzBox .xtzzImgMan{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 463px;
    height: 356px;
}
.xtzzBox .xtzzBox{
    width: 680px;
	height: 254px;
	background-color: #ffffff;
    margin: 124px 0 0 533px;
    padding: 25px;
    align-items: center;
}
.xtzzBox .xtzzBox .xtzzBoxText{
    font-size: 16px;
	line-height: 36px;
	color: #000000;
}
.xtzzBox .xtzzBox .xtzzBoxBtn{
    width: 174px;
	height: 46px;
	background-color: #e34986;
	border-radius: 5px;
    line-height: 46px;
    text-align: center;
    font-size: 23px;
	color: #ffffff;
    margin-top: 30px;
    cursor: pointer;
}
/* 携团坐诊 end */

/* 诊疗体系 start */
.zltx{
    width: 1200px;
    align-items: center;
}
.zltx .zltxTitle{
    width: 348px;
    margin-top: 79px;
}
.zltx .zltxTexts{
	font-size: 16px;
	line-height: 30px;
	color: #020202;
    margin-top: 37px;
}
.zltx .zltxList{
    margin-top: 50px;
    align-items: center;
}
.zltx .zltxList .zltxImg{
    width: 602px;
	height: 422px;
}
.zltx .zltxList .zltxListText{
    width: 600px;
	height: 351px;
	background-color: #f6f6f6;
    padding: 42px;
    box-sizing: border-box;
}
.zltx .zltxList .zltxListText .zltxTextsBold{
    font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.zltx .zltxList .zltxListText .zltxText1{
    font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #000000;
    margin-top: 57px;
}
.zltx .zltxSwiper{
    width: 1200px;
    height: 532px;
    margin-bottom: 30px;
}
.zltx .zltxSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 23px;
	height: 23px;
	background-color: #858585;
}
/* 诊疗体系 end */

/* 诊疗环境 start */
.zlhj{
    width: 100%;
	height: 961px;
	background-color: #f6f6f6;
    align-items: center;
}
.zlhjBox{
    width: 1200px;
    align-items: center;
}
.zlhjBox .zlhjTitle{
    width: 229px;
    margin-top: 63px;
}
.zlhjBox .zlhjTexts{
    font-size: 16px;
	line-height: 30px;
	color: #020202;
    margin-top: 37px;
}
.zlhjBox .zlhj_list{
    width: 100%;
    height: 649px;
    background-image: url("./images/zlhj_01.png");
    background-size: cover;
    margin-top: 52px;
    position: relative;
}
.zlhjBox .zlhj_list .zlhjItemText{
	font-size: 20px;
	font-weight: bold;
	color: #222222;
    position: absolute;
}
.zlhjBox .zlhj_list .zlhjItemText1{ top: 10%;right: 12%; }
.zlhjBox .zlhj_list .zlhjItemText2{ top: 46%;right: 8%; }
.zlhjBox .zlhj_list .zlhjItemText3{ top: 83%;right: 11%;}
.zlhjBox .zlhj_list .zlhjItemText4{ top: 10%; left: 12%;}
.zlhjBox .zlhj_list .zlhjItemText5{ top: 46%; left: 6%;}
.zlhjBox .zlhj_list .zlhjItemText6{ top: 83%; left: 11%;}
/* 诊疗环境 end */

/* 品牌荣誉 start */
.ppry{
    width: 1200px;
    align-items: center;
}
.ppry .ppryTitle{
    margin-top: 81px;
}
.ppry .ppryList{
    margin: 50px 0;
}
.ppry .ppryList .ppryLeft{
    align-items: flex-end;
}
.ppry .ppryList .ppryLeft .ppryText{
    display: flex;
    margin-bottom: 13px;
}
.ppry .ppryList .ppryLeft .ppryText .redText{
    color: #e34986;
}
.ppry .ppryRight{
    width: 706px;
    height: 630px;
    margin-left: 80px;
}
.ppry .ppryRight .pprySwiper{
    height: 630px;
}
/* 品牌荣誉 end */

/* 医疗口腔 start */
.ylkq{
    width: 100%;
    height: 619px;
    align-items: center;
    background-image: url("./images/lspp_bj.png");
}
.ylkqBox{
    width: 1200px;
    align-items: center;
}
.ylkqBox .ppryTitle{
    margin-top: 64px;
}
.ylkqBox .ylkqList{
    margin-top: 49px;
}
.ylkqBox .ylkqList .ylkqItem{
    width: 205px;
	height: 394px;
    background-image: url("./images/lspp_itembj.png");
    background-size: cover;
    align-items: center;
    padding: 0 14px;
    box-sizing: border-box;
    margin-right: 43px;
}
.ylkqBox .ylkqList .ylkqItem .smallImg{
    width: 45px;
    height: 45px;
    margin-top: 30px;
}
.ylkqBox .ylkqList .ylkqItem .ylkqText1{
    font-size: 20px;
	font-weight: bold;
	color: #ffffff;
    margin-top: 58px;
}
.ylkqBox .ylkqList .ylkqItem .ylkqText2{
    font-size: 16px;
    margin-top: 25px;
    line-height: 25px;
	color: #000000;
}
.ylkqBox .ylkqList .ylkqItem .ylkqText3{
    width: 108px;
	height: 31px;
    font-size: 18px;
	color: #000000;
    margin-top: 26px;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
}
/* 医疗口腔 end */

