*{
    margin: 0;
    padding: 0;
}
.flexX{
    display: flex;
    flex-direction: row;
}
.flexY{
    display: flex;
    flex-direction: column;
}
.index2024{
    min-width: 1200px;
    transform-style: preserve-3d !important;
}
.cur{
    cursor: pointer;
}
.zzyljTitle{
    width: 100%;
    /* margin-top: 83px; */
}
.zzyljBox{
    align-items: center;
}

/* 问题 start */
.question{
    width: 1200px;
}
.question .queTitle{
    width: 100%;
    align-items: center;
    justify-content: space-around;
    margin: 97px 0 53px;
}
.question .queTitle .line{
    width: 271px;
	height: 1px;
	background-color: #e8e8e8;
	border-radius: 0px;
}
.question .queTitle .textBox{
    align-items: center;
}
.question .queTitle .textBox .green{
    width: 13px;
	height: 13px;
	background-color: #157e45;
    margin: 0 20px;
}
.question .queTitle .textBox .text{
    font-family: MicrosoftYaHei-Bold;
	font-size: 32px;
	font-weight: bold;
	color: #212834;
}
.question .list{
    width: 100%; 
    justify-content: space-between;
}
.question .list .item{
    width: 270px;
	height: 354px;
	background-color: #ffffff;
	box-shadow: 0px 4px 24px 0px 
		rgba(0, 0, 0, 0.08);
	border-radius: 8px;
    align-items: center;
}
.question .list .item .text1{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	color: #212834;
    text-align: center;
    margin: 40px 0 28px;
}
.question .list .item .text2{
    margin-bottom: 5px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #212834;
}
.question .list .item img{
    width: 140px;
	height: 143px;
    margin-bottom: 28px;
}
.question .prompt .icon{
    width: 71px;
	height: 71px;
	background-color: #f4af53;
	border-radius: 10px;
    background-image: url("./images/user.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: 50px 37px 50px 50px;
    /* background-size: cover; */
}
.question .prompt .text{
    margin-top: 55px;
}
.question .prompt .text .text1{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	color: #f4af53;
}
.question .prompt .text .text2{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #212834;
    margin-top: 10px;
}
.question .queBtn{
    width: 281px;
	height: 40px;
    line-height: 40px;
	background-color: #fff;
	border-radius: 4px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #157e45;
    padding-left: 12px;
    margin: 0 auto;
    position: relative;
    border: solid 1px #157e45;
    overflow: hidden;
}
.question .queBtn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255, .6);
    transform: skew(45deg) translate3d(-200px,0,0);
}
.question .queBtn:hover {
    background-color: #157e45;
    color: #fff;
}
.question .queBtn:hover::before {
    transition: ease-in-out 1s;
    transform: skew(45deg) translate3d(400px,0,0);
}
.question .queBtnBox{
    margin: 0 auto 62px;
    width: 281px;
    position: relative;
}
.question .queBtnBox .img{
    position: absolute;
    right: 15px;
    top: -30px;
    
}
/* 问题 end */

/* 指定牙科使用机构 start */
.authority{
    width: 100%;
    background-image: url("./images/authority_bg.png");
    background-size: cover;
    height: 778px;
}
.authority .autTitle{
    width: 1200px;
    align-items: center;
    justify-content: space-around;
    margin: 75px auto 31px;
}
.authority .autTitle .line{
    width: 271px;
	height: 1px;
	background-color: #e8e8e8;
	border-radius: 0px;
}
.authority .autTitle .textBox{
    align-items: center;
}
.authority .autTitle .textBox .green{
    width: 13px;
	height: 13px;
	background-color: #157e45;
    margin: 0 20px;
}
.authority .autTitle .textBox .text{
    font-family: MicrosoftYaHei-Bold;
	font-size: 32px;
	font-weight: bold;
	color: #212834;
    text-align: center;
}
.authority .content{
    width: 1200px;
    margin: 0 auto;
}
.authority .content .zzyljVideo{
    width: 830px;
	height: 504px;
    object-fit: cover;
}

.authority .content .right{

}
.authority .content .right .autBtn{
    width: 295px;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #157e45;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #157e45;
    position: relative;
    padding-left: 22px;
    margin:44px 0 0 26px;
    overflow: hidden;
}
.authority .content .right .autBtnBox{
    width: 295px;
    position: relative;
    margin:0 0 0 26px;
}
.authority .content .right .autBtnBox .img{
    position: absolute;
    top: -27px;
    right: -10px;
}
.authority .content .right .autBtn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255, .6);
    transform: skew(45deg) translate3d(-200px,0,0);
}
.authority .content .right .autBtn:hover {
    background-color: #157e45;
    color: #fff;
}
.authority .content .right .autBtn:hover::before {
    transition: ease-in-out 1s;
    transform: skew(45deg) translate3d(400px,0,0);
}
.authority .content .yellow{
    width: 358px;
	height: 48px;
	font-family: Arial-BoldMT;
	font-size: 52px;
	font-weight: bold;
	color: #f4af53;
	opacity: 0.15;
    margin:15px 0 0 16px;
}

.authority .content .right .texts{
    width: 341px;
	/* height: 306px; */
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #212834;
    margin: 10px 0 0 26px;
    text-indent: 2em;
}
.authority .content .right .texts sss{
    color: #157e45;
    font-weight: bold;
}
/* 指定牙科使用机构 end */
/* 医疗通 start */
.ylt{
    width: 1200px;
}
.ylt .yltTitle{
    width: 100%;
    align-items: center;
    justify-content: space-around;
    margin: 97px 0 53px;
    text-align: center;
}
.ylt .yltTitle .line{
    width: 271px;
	height: 1px;
	background-color: #e8e8e8;
	border-radius: 0px;
}
.ylt .yltTitle .textBox{
    align-items: center;
}
.ylt .yltTitle .textBox .green{
    width: 13px;
	height: 13px;
	background-color: #157e45;
    margin: 0 20px;
}
.ylt .yltTitle .textBox .text{
    font-family: MicrosoftYaHei-Bold;
	font-size: 32px;
	font-weight: bold;
	color: #212834;
}
.ylt .yltContent{
    width: 100%;
    height: 500px;
}
.ylt .yltContent .yltImg{
    width: 573px;
	height: 480px;
    margin: auto 0;
    display: block;
    margin-right: 20px;
}
.ylt .yltContent .yltRight{
    height: 503px;
    width: 616px;
}
.ylt .yltContent .yltRight .yltText{
    font-size: 18px;
    line-height: 36px;
}
.ylt .yltBtn{
    width: 310px;
	height: 40px;
    line-height: 40px;
	background-color: #fff;
	border-radius: 4px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #157e45;
    padding-left: 27px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    border: solid 1px #157e45;
    overflow: hidden;
    margin-top: 50px;
}
.ylt .yltBtn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255, .6);
    transform: skew(45deg) translate3d(-200px,0,0);
}
.ylt .yltBtn:hover {
    background-color: #157e45;
    color: #fff;
}
.ylt .yltBtn:hover::before {
    transition: ease-in-out 1s;
    transform: skew(45deg) translate3d(400px,0,0);
}
.ylt .yltBtnBox{
    margin: 0 auto 0px;
    width: 310px;
    position: relative;
}
.ylt .yltBtnBox .img{
    position: absolute;
    right: 10px;
    top: -30px;
    width: 33px;
    
}
/* 医疗通 end */
/* 关于 start */
.about{
    width: 1200px;
}
.about .aboutTitle{
    width: 100%;
    align-items: center;
    justify-content: space-around;
    margin: 97px 0 53px;
}
.about .aboutTitle .line{
    width: 271px;
	height: 1px;
	background-color: #e8e8e8;
	border-radius: 0px;
}
.about .aboutTitle .textBox{
    align-items: center;
}
.about .aboutTitle .textBox .green{
    width: 13px;
	height: 13px;
	background-color: #157e45;
    margin: 0 20px;
}
.about .aboutTitle .textBox .text{
    font-family: MicrosoftYaHei-Bold;
	font-size: 32px;
	font-weight: bold;
	color: #212834;
}
.about .content .left .texts{
    width: 504px;
	height: 270px;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	line-height: 34px;
	color: #212834;
}
.about .content .left .btn{
    width: 188px;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #157e45;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 40px;
	color: #157e45;
    text-align: center;
    margin-top: 43px;
}
.about .content .left .btn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255, .6);
    transform: skew(45deg) translate3d(-200px,0,0);
}
.about .content .left .btn:hover {
    background-color: #157e45;
    color: #fff;
}
.about .content .left .btn:hover::before {
    transition: ease-in-out 1s;
    transform: skew(45deg) translate3d(400px,0,0);
}
.about .content .lou{
    width: 570px;
	height: 336px;
	background-color: #005abc;
    margin: 10px 0 0 86px;
}
/* 关于 end */

/* 轮播 start */
.carousel{
    width:100%;
    margin: 54px 0 34px;
}
.carousel .carouselSwiper .swiper-wrapper .swiper-slide{
    width: 427px !important;
    height:  193px !important;
}
.carousel .carouselSwiper .swiper-wrapper .swiper-slide img{
    width: 387px;
	height: 193px;
	background-color: #e5e5e5;
	border-radius: 3px;
}
/* 轮播 end */

/* 选择 start */
.select{
    width: 1200px;
}
.select .selectTitle{
    width: 100%;
    align-items: center;
    justify-content: space-around;
    margin: 97px 0 53px;
}
.select .selectTitle .line{
    width: 271px;
	height: 1px;
	background-color: #e8e8e8;
	border-radius: 0px;
}
.select .selectTitle .textBox{
    align-items: center;
}
.select .selectTitle .textBox .green{
    width: 13px;
	height: 13px;
	background-color: #157e45;
    margin: 0 20px;
}
.select .selectTitle .textBox .text{
    font-family: MicrosoftYaHei-Bold;
	font-size: 32px;
	font-weight: bold;
	color: #212834;
}
.select .row{
    justify-content: space-around;
}
.select .row .item{
    width: 380px;
	height: 555px;
}
.select .row .item .img1{
    width: 380px;
	height: 301px;
}
.select .row .item .textBox{
    width: 380px;
	height: 254px;
    padding: 24px 0 0 11px;
    box-sizing: border-box;
}
.select .row .item .textBox .num{
    font-family: DIN-Bold;
	font-size: 70px;
	font-weight: bold;
	color: #157e45;
}
.select .row .item .textBox .text1{
    font-family: SourceHanSansCN-Bold;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
    margin: 20px 0;
}
.select .row .item .textBox .text2{
    font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	color: #333333;
    line-height: 30px;
}
.select .selectBtnBox{
    width: 281px;
    position: relative;
    margin: 0 auto 40px;
}
.select .selectBtn{
    width: 281px;
    height: 40px;
    line-height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #157e45;
    padding-left: 12px;
    border:  1px solid #157e45;
    overflow: hidden;
    position: relative;
    margin: 40px auto 0;
    text-align: center;
}
.select .selectBtn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255, .6);
    transform: skew(45deg) translate3d(-200px,0,0);
}
.select .selectBtn:hover {
    background-color: #157e45;
    color: #fff;
}
.select .selectBtn:hover::before {
    transition: ease-in-out 1s;
    transform: skew(45deg) translate3d(400px,0,0);
}

.select .selectBtnBox .img{
    position: absolute;
    right: 15px;
    top: -27px;
}
/* 选择 end */

/* 团队 start */
.team{
    background-image: url("./images/team_bg.png");
    width: 100%;
    height: 1010px;
    background-size: 100% 100%;
}
.team{
    width: 100%;
    align-items: center;
}
.team .teamTitle{
    width: 1200px;
    align-items: center;
    justify-content: space-around;
    margin: 97px auto 53px;
}
.team .teamTitle .line{
    width: 271px;
	height: 1px;
	background-color: #e8e8e8;
	border-radius: 0px;
}
.team .teamTitle .textBox{
    align-items: center;
}
.team .teamTitle .textBox .green{
    width: 13px;
	height: 13px;
	background-color: #157e45;
    margin: 0 20px;
}
.team .teamTitle .textBox .text{
    font-family: MicrosoftYaHei-Bold;
	font-size: 32px;
	font-weight: bold;
	color: #212834;
}
.team .teamTexts{
    width: 1097px;
	height: 91px;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-bottom: 30px;
}
.team .teamBtnBox{
    width: 281px;
    position: relative;
}
.team .teamBtn{
    width: 281px;
    height: 40px;
    line-height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #157e45;
    padding-left: 12px;
    border:  1px solid #157e45;
    overflow: hidden;
    position: relative;
}
.team .teamBtn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255, .6);
    transform: skew(45deg) translate3d(-200px,0,0);
}
.team .teamBtn:hover {
    background-color: #157e45;
    color: #fff;
}
.team .teamBtn:hover::before {
    transition: ease-in-out 1s;
    transform: skew(45deg) translate3d(400px,0,0);
}

.team .teamBtnBox .img{
    position: absolute;
    right: 15px;
    top: -27px;
}
/* 团队 end */
/* 治疗项目  start*/

.treatment{
    width: 1200px;
}
.treatment .treTitle{
    width: 100%;
    align-items: center;
    justify-content: space-around;
    margin: 97px 0 53px;
}
.treatment .treTitle .line{
    width: 215px;
	height: 1px;
	background-color: #e8e8e8;
	border-radius: 0px;
}
.treatment .treTitle .textBox{
    align-items: center;
}
.treatment .treTitle .textBox .green{
    width: 13px;
	height: 13px;
	background-color: #157e45;
    margin: 0 20px;
}
.treatment .treTitle .textBox .text{
    font-family: MicrosoftYaHei-Bold;
	font-size: 32px;
	font-weight: bold;
	color: #212834;
}
.treatment .row{
    
}
.treatment .row .treItem{
    width: 590px;
	height: 289px;
	background-color: #ffffff;
	box-shadow: 0px 4px 24px 0px 
		rgba(0, 0, 0, 0.08);
	border-radius: 0px 0px 50px 0px;
}
.treatment .row .treItem{
    justify-content: space-between;
    padding: 30px;
    box-sizing: border-box;
}
.treatment .row .treItem .treTexts .treItemTitle{
    width: 159px;
	height: 34px;
    line-height: 34px;
	background-color: #6b6e6d;
	border-radius: 0px 0px 10px 0px;
    font-size: 20px;
	font-weight: bold;
	color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
.treatment .row .treItem:hover .treTexts .treItemTitle{
    background-color: #157e45;
}
.treatment .row .treItem .treTexts .treText{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	color: #070707;
    margin-bottom: 10px;
}
.treatment .row .treItem .treImg{
    width: 227px;
	height: 233px;
	background-color: #000000;
	border-radius: 0px 0px 50px 0px;
}
.treatment .treZhu{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #af0450;
    text-align: center;
    margin: 47px 0 30px;
}
.treatment .treBtn{
    width: 281px;
	height: 40px;
    line-height: 40px;
	background-color: #fff;
	border-radius: 4px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #157e45;
    padding-left: 12px;
    margin: 0 auto;
    position: relative;
    border: solid 1px #157e45;
    overflow: hidden;
}
.treatment .treBtn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255, .6);
    transform: skew(45deg) translate3d(-200px,0,0);
}
.treatment .treBtn:hover {
    background-color: #157e45;
    color: #fff;
}
.treatment .treBtn:hover::before {
    transition: ease-in-out 1s;
    transform: skew(45deg) translate3d(400px,0,0);
}
.treatment .treBtnBox{
    margin: 0 auto 62px;
    width: 281px;
    position: relative;
}
.treatment .treBtnBox .img{
    position: absolute;
    right: 15px;
    top: -30px;
    
}
/* 治疗项目 end */

/* 常见 start */
.common{
    width: 1200px;
}

.common .comTitle{
    width: 100%;
    align-items: center;
    justify-content: space-around;
    margin: 97px 0 53px;
}
.common .comTitle .line{
    width: 215px;
	height: 1px;
	background-color: #e8e8e8;
	border-radius: 0px;
}
.common .comTitle .textBox{
    align-items: center;
}
.common .comTitle .textBox .green{
    width: 13px;
	height: 13px;
	background-color: #157e45;
    margin: 0 20px;
}
.common .comTitle .textBox .text{
    font-family: MicrosoftYaHei-Bold;
	font-size: 32px;
	font-weight: bold;
	color: #212834;
}
.common .comItem{
    background-color: #f4f5f7;
    cursor: pointer;
}
.common .white{
    background-color: white;
}
.common .comItem .comQuestion{
    display: flex;
    justify-content: space-between;
    padding:0 37px;
    box-sizing: border-box;
    height: 79px;
    align-items: center;
}
.common .comItem .comQuestion .comLeft{
    align-items: center;
}
.common .comItem .comQuestion .comLeft .problem{
    width: 33px;
	height: 33px;
    margin-right: 20px;
}
.common .comItem .comQuestion .comLeft .comText{
    font-family: MicrosoftYaHei;
	font-size: 16px;
}
.common .comItem .comQuestion .comTop{
    width: 29px;
	height: 29px;
    background-color: #157e45;
    border-radius: 50%;
}
.common .comItem .comLine{
    width: 1104px;
	height: 3px;
	background-color:  #157e45;
	opacity: 0.09;
    margin: 0 auto;
}
.common .comItem .comAnswer{
    height: 79px;
    padding:0 37px;
    box-sizing: border-box;
    align-items: center;
}
.common .comItem:hover .comAnswer{
    display: flex !important;
}
.common .comItem .comAnswer .answerImg{
    width: 29px;
    height: 29px;
    margin-right: 22px;
}
.common .comItem .comAnswer .textGreen{
    color: #157e45;
}
.common .comItem .comQuestion .grey{
    background-color: #c6c6c6;
}
.common .comBtn{
    width: 281px;
	height: 40px;
    line-height: 40px;
	background-color: #fff;
	border-radius: 4px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #157e45;
    padding-left: 12px;
    margin: 0 auto;
    position: relative;
    border: solid 1px #157e45;
    overflow: hidden;
}
.common .comBtn::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255, .6);
    transform: skew(45deg) translate3d(-200px,0,0);
}
.common .comBtn:hover {
    background-color: #157e45;
    color: #fff;
}
.common .comBtn:hover::before {
    transition: ease-in-out 1s;
    transform: skew(45deg) translate3d(400px,0,0);
}
.common .comBtnBox{
    margin: 50px auto 62px;
    width: 281px;
    position: relative;
}
.common .comBtnBox .img{
    position: absolute;
    right: 15px;
    top: -79px;
    
}
/* 常见 end */