*{
    margin: 0;
    padding: 0;
    list-style:none;
    font-size: 16px;
}
a{
    color:#666;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
    color:#f60
}
a:active{
    text-decoration:underline;
}
body{
    max-width: 610px;
    margin: auto;
    font: 16px/22px Arial,Helvetica,sans-serif;
}
ul, li, ol{
    list-style:none;
}
/* 小标题 */
.yxb-bd{
    display: flex;
    position: relative;
    border-bottom: 1px solid rgb(229, 229, 229);
    justify-content: space-between;
    width: 95%;
    margin: 20px auto 0;
}
.yxb-bd div{
    padding: 0 5px;
    line-height: 35px;
    font-size: 20px;
    font-weight: bolder;
    border-bottom: 4px solid #11d0ea;
}
.bqimg {
    width: 65%;
    border-bottom: 0px !important;
}
/* header */
.yxb-head img{
    width: 100%;
}

.yxb-banner img{
    width: 100%;
}
/* 头条 */
.yxb-redian{
    width: 95%;
    padding: 5px 0;
    background: #FFFFFF;
    text-align: inherit!important;
    height: 70px;
    border-bottom: 1px rgba(0,0,0,.075) solid;
    margin: 10px auto;
    box-shadow: 0px 0px 10px rgba(17, 208, 234, 0.2);
}
.yxb-redian-img{
    margin: 0 auto;
    height: auto;
    width: 23%;
    float: left;
    text-align: center;
    border-right: 1px rgba(0,0,0,.075) solid;
}
.yxb-redian-img img{
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 65px;
}
.yxb-redian-text{
    margin: 0 auto;
    width: 75%;
    float: left;
}
.yxb-redian-text p{
    margin: 0 auto;
    width: 90%;
    line-height: 5px!important;
    padding-top: 8px;
    padding-bottom: 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: flex;
    align-items: center;
}
.yxb-redian-text p i{
    margin-top: -5px;
}
.yxb-redian-text p a{
    text-decoration: none;
}
.yxb-redian-text p a:hover{
    color: #FF0004;
}
.yxb-redian-huo{
    display: block;
    float: left;
    min-width: 20px;
    height: 20px;
    background: url(../images/red.webp) no-repeat;
    background-size:20px 20px;
}
/* nav */
.yxb-nav{
    width: 100%;
    height: auto;
    text-align: center;
    border-bottom: 1px rgba(0,0,0,.075) solid;
}
.yxb-nav ul{
    display: flex;
}
.yxb-nav ul li{
    width: 25%;
    text-align: center;
}
.yxb-nav ul li:nth-of-type(1){
    background: url(../images/donghuakuang1.webp)no-repeat;
    background-size: 100% 100%;
}
.yxb-nav ul li:nth-of-type(2){
    background: url(../images/donghuakuang2.webp)no-repeat;
    background-size: 100% 100%;
}
.yxb-nav ul li:nth-of-type(3){
    background: url(../images/donghuakuang3.webp)no-repeat;
    background-size: 100% 100%;
}
.yxb-nav ul li:nth-of-type(4){
    background: url(../images/donghuakuang4.webp)no-repeat;
    background-size: 100% 100%;
}
.yxb-nav ul img{
    text-align: center;
    padding-top: 22%;
    padding-bottom: 12%;
    line-height: inherit;
    width: 48%;
}
.yxb-nav div a{
    width: 24%;
    text-align: center;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
}
/* 活动 预约 */
.yxb-huodong{
    width: 95%;
    margin: 20px auto;
    box-shadow: 0px 0px 10px rgba(17, 208, 234, 0.2);
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding-top: 10px;
    justify-content: space-between;
}
.yxb-huodong img{
    width: 20%;
    margin-left: 10px;
}
.yxb-hd-txt{
    width: 70%;
}
.yxb-hd-top{
    display: flex;
    color: #11d0ea;
    font-size: 20px;
    font-weight: bold;
    justify-content: space-between;
    font-style: oblique;
}
.yxb-hd-top a{
    color: rgb(206, 206, 206);
    font-style: normal;
    margin-right: 10px;
}
.yxb-hd-bom{
    margin-top: 10px;
}
.yxb-guahao{
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.yxb-guahao div{
    position: relative;
}
.yxb-gua_l{
    width: 32%;
}
.yxb-gua_l .yxb-gua_pa{
    position: absolute;
    top: 15%;
    width: 100%;
}
.yxb-gua_r .yxb-gua_pa{
    position: absolute;
    top: 20px;
    left: 15%;
}
.yxb-gua_pa_top{
    font-size: 21px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.yxb-gua_pa_bom{
    color: white;
    text-align: center;
    margin-top: 5px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.yxb-gua_r{
    width: 63%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.yxb-guahao img{
    width: 100%;
    box-shadow: 0px 0px 10px rgba(17, 208, 234, 0.2);
}
/* 走进远大 */
.yxb-jianjie{
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 15px auto;
  }
.yxb-jj_left{
    width: 65%;
}
.yxb-jj_left div{
    line-height: 25px;
}
.yxb-jj_left a{
    color: black;
}
.yxb-jj_left a span{
    color: red;
}
.yxb-jj_left a:hover{
    color: red;
}
.yxb-jj_left img, .yxb-jj_right img{
    width: 100%;
}
.yxb-jj_right{
    width: 32%;
    margin-left: 10px;
    max-height: 310px;
}
#ambient-swiper{
    height: 100%;
}
.yxb-xijie{
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: space-around;
}
.yxb-xijie img{
    width: 100%;
}
.yxb-xijie a{
    width: 21%;
}
.yxb-xj div{
    background: url(../images/xjbeijing.webp) no-repeat no-repeat;
    background-size: 100% 100%;
    margin-top: -7px;
    color: white;
    line-height: 25px;
    width: 100%;
    margin-left: 0.5px;
}
.yxb-new_img{
    text-align: center;
    position: relative;
    margin: 20px auto;
}
.yxb-new_img img{
    width: 100%;
}
.yxb-new_img1{
    font-size: 15px;
    font-weight: bold;
    color: white;
    width: 90%;
    letter-spacing: 3px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 18%;
    left: 50%;
    margin-left: -45%;
    text-shadow: black 2px 0px 2px;
    font-style: oblique;
}
.yxb-new_img_button{
    position: absolute;
    top: 53%;
    left: 50%;
    margin-left: -80px!important;
    width: 160px!important;
    line-height: 20px;
    background-color: #3eb6df;
    font-size: 13px;
    padding: 0;
    font-weight: normal;
    border-radius: 10px;
}
.yxb-new_img_button a{
    color: white;
}
/* 团队 */
.yisheng{
    width: 95%;
    margin: auto;
}
#hot_active, #case_active, #equi_active, #yxb-team_active{
    background-color: #3bb4f2!important;
    color: white !important;
}
.yxb-team_cen>div{
    display: none;
}
#yxb-team_cen_active{
    display: block;
}
.yxb-team_head{
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
}
.yxb-team_head div{
    display: inline-block;
    width: 15%;
    background-color: white;
    border-radius: 10px;
    color: #000;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}
.yxb-team_img img{
    width: 100%;
    margin-top: 10px;
}
.yxb-team_js{
    background-color: #54a4e4;
    text-align: center;
    line-height: 30px;
    color: white;
}
.yxb-team_doc{
    box-shadow: 0px 0px 10px rgba(17, 208, 234, 0.2);
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
}
.yxb-team_doct{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.yxb-team_doct .team_docti{
    width: 20%;
}
.yxb-team_docti img{
    width: 100%;
}
.yxb-team_doctt{
    width: 70%;
}
.yxb-team_doctit{
    font-size: 20px;
    color: #11d0ea;
    line-height: 28px;
}
.yxb-team_doctit1 span{
    color: red !important;
    border: 1px solid red !important;
}
.yxb-team_doctit span{
    color: rgb(124, 124, 124);
    border: 1px solid rgb(124, 124, 124);
    border-radius: 15px;
    padding: 2px 8px;
    margin-left: 15px;
}
.yxb-team_doctxt{
    font-size: 13px;
    color: rgb(124, 124, 124);
    line-height: 19px;
}
.yxb-team_doctxt a{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yxb-team_docc{
    color: rgb(147, 147, 147);
    margin-top: 10px;
    display: flex;
}
.yxb-team_doccl{
    color: rgb(17, 208, 234);
    min-width: 48px;
}
.yxb-team_docc div a{
    color: red;
    float: right;
}
.yxb-team_docb{
    display: flex;
    margin-top: 10px;
    justify-content: space-around;
}
.yxb-team_btn{
    font-weight: normal;
    display: flex;
    color: white;
    border-radius: 18px;
    width: 40% !important;
    padding: 5px 10px !important;
    justify-content: center;
    align-items: center;
}
.yxb-team_btn1{
    background-color: #50e1d1 !important;
}
.yxb-team_btn2{
    background-color: #5abdee !important;
}
.yxb-team_btn img{
    width: 24px;
    margin-right: 3px;
}
.yxb-team_btn a{
    display: flex;
    color: white;
}
.yxb-team_imgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.yxb-team_imgs div{
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
}
.yxb-team_imgs div img{
    width: 100%;
    margin-bottom: 5px;
}
/* 特色诊疗 */
.yxb-zhenliao{
    width: 92%;
    margin: 20px auto;
    height: auto;
    clear: both;
    display: flex;
}
.yxb-zhenliao>div{
    width: 47%;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 8px;
    border: 1px #BC8889 solid;
}
.yxb-zhenliao p{
    width: 68%;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: 600;
}
.yxb-zhenliao p i{
    display: block;
    width: 20px;
    height: 20px;	
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}
.yxb-zhenliao a{
    display: block;
    float: left;
    width: 32%;
    color: #000000;
    text-align: center;
    font-size: 14px;
    padding-left: 1%;
}
.yxb-tszlbj1{
    background: url(../images/renqun.webp) no-repeat ;
    background-size: 100% 100%;
}
.yxb-tszlbj2{
    background: url(../images/buwei.webp) no-repeat;
    background-size: 100% 100%;
}
.yxb-tszlbj3{
    background: url(../images/fenxing.webp) no-repeat;
    background-size: 100% 100%;
}
.yxb-tszlbj4{
    background: url(../images/fenqi.webp) no-repeat;
    background-size: 100% 100%;
}
.yxb-tsfx{
	float: none;
	width: auto;
}
.yxb-ljxx{
    width: 80%;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 2%;;
    background: #5abdee;
    border-radius: 40px;
}
.yxb-ljxx a{
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    display: block;
}
.yxb-zhenliao-er{
    display: block;
    margin: 0 auto;
    width: 70%;
    border: 0px #BC8889 solid;
}
.yxb-zhenliao-er a {
    width: 50%;
    padding-left: 0%;
}
.yxb-henggang{
    margin: 0 auto;
    width: 100%;
    background: url(../images/xiahuaxian.webp) no-repeat center;
    background-size: 90% 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
/* 祛白设备 */
.yxb-equipment {
    width: 95%;
    overflow: hidden;
    margin: 20px auto 0;
}
.head{
    display: flex;
    width: 95%;
    justify-content: space-between;
    margin: 0 auto;
}
.head div {
    display: inline-block;
    width: 21%;
    background-color: #fe8d31;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    color: aliceblue; 
    font-size: 14px;
}
#yxb-equi_active{
    background-color: #3bb4f2!important;
    color: white !important;
}
#yxb-equi_cen_active{
    display: block;
}
.yxb-equi_cen>div{
    display: none;
}
.yxb-equipment div img{
    width: 100%;
}
.jg, .zz, .zy, .ct {
    width: 100%;
    font-size: 16px;
    color: #fe8d31;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}
.jg1, .zz1, .zy1, .ct1 {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
}
.jg1 div, .zz1 div, .zy1 div, .ct1 div{
    text-align: center;
    border: 1px rgba(0, 0, 0, 0.12) solid;
    border-radius:5px;
    padding: 2px 10px;
    margin: 0 5px 5px;
    float: left;
}
.jgx, .zzx, .zyx, .ctx{
    width: 100%;
    font-size: 14px;
    color: #070707;
    text-align: justify;
    margin: 5px auto 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.jgx1, .zzx1, .zyx1, .ctx1{
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #3bb4f2;
    background-color: white;
    padding-left: 5px;
}
.jgys{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    float: left;
    padding-top: 8px;
}
.jgys p{
    color: #000000;
}
/* 祛白之路 */
#yxb-case_active{
    background-color: #3bb4f2!important;
    color: white !important;
}
.yxb-case{
    width: 95%;
    margin: 20px auto;
}
.yxb-case_cen{
    margin-top: 20px;
}
.yxb-case_cen>div{
    display: none;
}
#yxb-case_cen_active{
    display: block;
}
.yxb-alp{
    width: 100%;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-line-clamp:1;
}
.yxb-anli_tabs_top {
    display: flex;
    justify-content: space-between;
}
.yxb-anli_tabs_top>div {
    width: 32%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.yxb-anli_tabs_top img {
    width: 100%;
}
.yxb-anli_tabs_top span {
    position: absolute;
    display: inline-block;
    padding: 0px 3px;
    bottom: 6px;
    right: 0px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background-color: #0096FF;
    color: white;
}
.yxb-anli_tabs_bottom div {
    border-bottom: #a0a0a0 1px dashed;
    margin: 0;
    padding: 5px 0px;
    padding-left: 6%;
    width: 94%;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/person.webp) no-repeat 0px center;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-line-clamp:1;
}
.yxb-anli_tabs_bottom div:nth-child(2) {
    background: url(../images/question.webp) no-repeat 0px center;
}
.yxb-anli_tabs_bottom div:nth-child(3) {
    background: url(../images/way.webp) no-repeat 0px center;
}
.yxb-anli_tabs_bottom div:nth-child(4) {
    background: url(../images/good.webp) no-repeat 0px center;
}
.yxb-anli_tabs_bottom span {
    color: #4a4a4a;
}
/* 祛白案例 */
.yxb-anli{
    margin: 20px auto;
}
.yxb-angc_top, .yxb-angc_bom{
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}
.yxb-angc_cen{
    margin-top: -4px;
    position: relative;
    z-index: -1;
    margin-bottom: -6px;
}
.yxb-angc_cen img{
    width: 100%;
}
.yxb-anwid{
    width: 25%;
}
.yxb-anwid div{
    font-size: 14px;
}
.yxb-anwidt{
    font-weight: bold;
    font-size: 18px !important;
}
.yxb-angc_top img, .yxb-angc_bom img{
    width: 30%;
}
/* 热点文章 */
.yxb-listcontent {
    margin: 0 auto 20px;
    width: 95%;
}
.yxb-listcontent .yxb-lili>a:nth-child(1) {
    color: #0193e0 !important;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    font-size: 18px;
}
.yxb-listcontent .yxb-lili {
    width: 100%;
    padding: 10px 0 5px;
    margin-top: 5px;
    border-bottom: #a0a0a0 1px dashed;
}
.yxb-lf{
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}
.yxb-lfna{
    width: 34%;
    max-height: 120px;
    overflow: hidden;
}
.yxb-lf img{
    width: 100%;
}
.yxb-new_list_text{
    width: 64%;
}
.yxb-xiangqingys p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
    word-wrap:break-word;
    color: #000;
}
.yxb-new_list_bottom{
    display: flex;
    align-items: center;
    margin-top: 5px;
    color: #9f9f9f;
}
.yxb-new_list_bottom .yxb-new_list_name {
    background: url(../images/name.webp) no-repeat;
    background-size: 100%;
    margin-left: 0px;
}
.yxb-new_list_bottom span {
    display: inline-block;
    background: url(../images/time.webp) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    float: none;
    vertical-align: text-top;
    margin-left: 8px;
    margin-right: 2px;
}
.yxb-new_list_bottom .yxb-ydy {
    background: url(../images/eye.webp) no-repeat;
    background-size: 100%;
}

/* footer */
.yxb-yao, .yxb-yao img{
    width: 100%;
}
/* 医院环境 */
.yxb-environment{
    margin-top: 20px;
}
.yxb-hj{
    width: 95%;
    position: relative;
}
.yxb-hj img{
    width: 100%;
}
.yxb-hj div{
    position: absolute;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    text-align: center;
    font-size: 14px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* 地图 */
.yxb-map, .yxb-map img{
    width: 100%;
}
.yxb-foot {
    width: 100%;
    background: url(../images/foot2.webp) no-repeat;
    background-size: 100%;
    clear: both;
}
.yxb-foot1 {
    width: 100%;
    background: url(../images/foot1.webp) no-repeat;
    background-size: 100%;
    position: relative;
    top: 5px;
    padding-top: 37%;
}
.yxb-foot p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    position: absolute;
    color: white;
    width: 85%;
    padding: 2% 2% 2% 12%;
}
.yxb-foot_1 {
    top: 5%;
    border-bottom: white 1px solid;
    padding-bottom: 2%;
}
.yxb-foot_2 {
    top: 35%;
}
.yxb-foot_3 {
    top: 55%;
}
.yxb-foot1 span {
    display: inline-block;
    width: 17px;
    height: 20px;
    background: url(../images/foot3.webp) no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 3%;
}
.yxb-foot_2 span {
    background: url(../images/foot4.webp) no-repeat;
    background-size: 100%;
}
.yxb-foot_3 span {
    background: url(../images/foot5.webp) no-repeat;
    background-size: 100%;
}
.yxb-foot_active {
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.yxb-foot_active span, .yxb-foot_active2 span {
    display: inline-block;
    width: 6px;
    height: 12px;
    margin-right: 1px;
    background-color: white;
}
.yxb-foot_active2 {
    position: absolute;
    bottom: 5%;
    right: 7%;
}

.yxb-navt{
    background: #21a1e2;
    padding-top: 10px;
    padding-bottom: 9px;
}
.main {
    color: white;
    width: 94%;
    margin: 0px auto;
}
.main span {
    color: aliceblue;
    width: 96%;
}
.yxb-navt a{
    color: white;
}
.boxzx {
    width: 80%;
    margin: 0 auto;
}
.boxzx img {
    width: 100%;
}
.sy_top1 {
    margin: 20px auto;
    background: #f03300;
    width: 140px;
    padding-left: 40px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
    text-align: left;
    line-height: 36px;
}
.sy_top1 a {
    color: white;
    vertical-align: middle;
}
.sy_top1 span {
    display: inline-block;
    width: 20px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/new_totop.webp) no-repeat;
    background-position: center;
    margin-left: 20px;
}

.wxts {
    width: 89%;
    border-right: red 15px solid;
    border-left: red 15px solid;
    position: relative;
    height: 70px;
    margin: 20px auto;
}
.wxts div {
    position: absolute;
    top: 5px;
    left: -2%;
    width: 104%;
    background-color: #e87632;
    border-radius: 5px;
    color: white;
    height: 60px;
    text-align: center;
}
.wxts span {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: yellow;
    color: red;
    font-weight: bold;
    font-size: 17px;
    border-radius: 2px;
    margin-top: 7px;
    margin-right: 3%;
}
.wxts p {
    width: 62%;
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
    text-align: justify;
    margin-top: 7px;
}
.pages{
    display: flex;
    justify-content: center;
}
.pages li a{
    border: #c4c4c4 1px solid;
    border-radius: 5px;
    padding: 0px 5px;
    color: black;
    display: block;
    margin: 0 5px;
}
.pagesc a{
    color: white !important;
    background-color: #f09800;
    border: 0 !important;
}
.yyjj {
    width: 100%;
    margin-bottom: 0px;
    padding: 10px 0;
    overflow: hidden;
}
.yyjj li {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 18px;
    list-style: none;
}
.yyjj .ico1, .yyjj .ico2, .yyjj .ico3, .yyjj .ico4 {
    background: url(../images/footer.webp) no-repeat;
    width: 55px;
    height: 55px;
    display: inline-block;
}
.yyjj .ico2 {
    background-position: -55px 0;
}
.yyjj .ico3 {
    background-position: -110px 0;
}
.yyjj .ico4 {
    background-position: -165px 0;
}
h1{
    font-size: 20px;
    width: 94%;
    margin: 0 auto;
    text-align: left;
    margin-top: 10px;
}
.yxb-nrlist{
    color: #9F9F9F;
    width: 96%;
    margin: 0 auto;
}
.yxb-nrlist div{
    justify-content: center;
    font-size: 13px;
}
.yxb-nrjj{
    text-align: justify;
    color: #333333;
    line-height: 24px;
    text-indent: 2em;
    background: #f4f4f4;
    padding: 2%;
    border-radius: 10px;
    width: 90%;
    margin: 10px auto;
    font-size: 14px;
}
.yxb-new_doctor {
    width: 94%;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 0px;
}
.yxb-new_doctor>div {
    display: inline-block;
    vertical-align: middle;
}
.yxb-new_doctor_img {
    width: 14%;
}
.yxb-new_doctor_img img {
    width: 100%;
}
.yxb-new_doctor_text {
    width: 61%;
    margin-left: 2%;
}
.yxb-new_doctor_text p{
    font-size: 14px;
    color: #767071;
    width: 100%;
    text-align: justify;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.yxb-new_doctor_text1 {
    color: black!important;
    font-size: 18px!important;
    margin-bottom: 5px;
}
.yxb-new_doctor_text1 span {
    color: #767071;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}
.yxb-new_doctor_button {
    width: 23%;
    text-align: center;
}
.yxb-new_doctor_button div{
    background-color: #fe8d31;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 5px;
}
.yxb-new_doctor_button div a{
    color: white;
}
.yxb-new_doctor_button div a:hover{
    text-decoration: none;
}
.yxb-wznr{
    margin: 10px auto;
    width: 90%;
    color: #333333;
    text-align: justify;
    line-height: 26px;
}
.yxb-wznr P{
    font-size: 14px;
}
.yxb-wznr img{
    width: 100%;
    padding: 20px 0;
}
.yxb-wznr a:hover{
    text-decoration: none;
}
.yxb-wznr span{
    font-size: 14px;
}
.yxb-wznr a{
    font-size: 14px;
}
.yxb-laiyuan{
    color: #9f9f9f;
    font-size: 14px;
    padding-bottom: 3px;
    border-bottom: dashed #4a4a4a 1px;
    margin: auto;
    width: 90%;
}
.yxb-laiyuan a{
    color: #9f9f9f;
    font-size: 14px;
}
.yxb-laiyuan a:hover{
    text-decoration: none;
}
.yxb-nrwzlx{
    color: #000;
    margin: 20px auto;
    width: 90%;
}
.yxb-nrwzlx li{
    font-size: 14px;
    margin-top: 5px;
}
.yxb-nrwzlx a{
    font-size: 14px;
    color: #000;
}

/*底部弹出 */
/*新增整合样式*/
.title_f{
    padding: 10px;
    margin: 0 auto;
}
.title_f a{
    font-size: 18px; 
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    color: #FFFFFF;
    text-decoration: none;
}
.title_right{
    display: block;
    float: right;
    font-size: 18px;
}

/*之前样式*/
.swt-db {
    display: block;
}
.swt-db img {
    width: auto;
}
.float_container {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
    background-color: #abe5ef;
    background-image: linear-gradient(#abe5ef, #deceb7);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0% #abe5ef), color-stop(100%, #deceb7));
    background-image:-webkit-linear-gradient(top, #abe5ef, #deceb7);
    background-image: -moz-linear-gradient(top, #abe5ef, #deceb7);
    background-image: -ms-linear-gradient(top, #abe5ef, #deceb7);
    background-image: -o-linear-gradient(top, #abe5ef, #deceb7);
}
.cf {
    zoom: 1;
}
.cf:before, .cf:after {
    display: block;
    content: "";
}
.cf:after {
    clear: both;
}
.db {
    display: block
}
.shadow {
    z-index: 999990;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
}
.float_container .title_f {
    background: #13a4db;
    font-size: 1em;
    line-height: 20px;
    text-align: center;
    color: #fff;
}
.float_container dl {
    display: none;
    margin: 0;
    padding: 0;
}
.float_container dt {
    display: inline-block;
    width: 14%;
    float: left;
    margin: 3px 0 0 8px;
    text-align: center;
}
.float_container dt img {
    max-width: 90%;
    border: 0;
    border-radius: 50%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.float_container dd {
    margin: 0;
    display: inline-block;
    position: relative;
    width: 80%;
    float: left;
    margin-top: 10px;
}
.float_container .time {
    font-size: 12px;
    color: #6c6761;
    text-align: center;
    width: 100%;
    margin: 0;
    height: 1.6em;
}
.float_container .box1 {
    font: 1.1em simsun, Microsoft YaHei, arial;
    text-align: left;
    color: #000;
    position: relative;
    margin-left: 5%;
    padding: 5px;
    border: 1px solid #7ebbe4;
    border-top-color: #b2daf0;
    border-radius: 12px;
    box-shadow: 0 3px 0 #3ea0dd, inset 0 1px 1px #fff;
    background-color: #c6e5fa;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6e5fa), color-stop(100%, #a6d7f7));
    background-image: -webkit-linear-gradient(top, #c6e5fa, #a6d7f7);
    background-image: -moz-linear-gradient(top, #c6e5fa, #a6d7f7);
    background-image: -ms-linear-gradient(top, #c6e5fa, #a6d7f7);
    background-image: -o-linear-gradient(top, #c6e5fa, #a6d7f7);
    background-image: linear-gradient(top, #c6e5fa, #a6d7f7);
    letter-spacing: 1px;
}
.float_container .box1 img {
    width: 22px;
    vertical-align: bottom;
}
.float_container .box1:before, .float_container .box1:after {
    position: absolute;
    content: "";
}
.float_container .box1:before {
    width: 18px;
    height: 13px;
    top: -1px;
    left: -9px;
    /*background: url(/swt/wave.png) 0 0 no-repeat;*/
    background-size: 18px;
}
.float_container .box1:after {
    width: 40px;
    height: 26px;
    bottom: -4px;
    right: -7px;
    /*background: url(/swt/wave.png) 0 0 no-repeat;*/
    background-size: 40px;
}
.float_container .btns {
    margin-top: 10px;
    padding: 5px 0;
    border-top: 1px solid #c7c7c0;
    border-bottom: 1px solid #979185;
    background-color: #eaebed;
}
.float_container .btns a {
    height: 34px;
    display: inline-block;
    width: 37%;
    float: left;
    margin: 0 5%;
    text-align: center;
}
.float_container .btns .hf img {
    height: 100%;
    width: 100%;
}
.float_container .btns .hf {
    overflow: hidden;
    height: 35px;
    border-radius: 15px;
    background-color: #E7951C;
    box-shadow: 0 2px 2px #d1d1d3;
    font-size: 1.4em;
    color: #fff;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    transition: all .3s linear 0s;
}
.float_container{
    max-width: 610px!important;
    margin: 0 auto;
    padding: 0;
    right: 0;
    left: 0;
}
@media screen and (max-width: 414px) {
.float_container .title_f {
    font-size: 18px;
    background-size: 32px;
}
.float_container dd {
    width: 73%;
}
.float_container .box1 {
    font-size: 13px;
}
.float_container .btns a {
    border-radius: 10px;
    font-size: 15px;
}
}
.float_container .btns cf a:hover {
    border-color: #959490;
    background-color: #f7f7f7
}
#chengse {
    background-color: #ed8b0b;
    border: 1px #ed8b0b solid;
    color: #ffffff;
}

@-webkit-keyframes show {
    0% {
        top: -50px;
        opacity: 0;
    }
    10% {
        top: 0px;
        opacity: 1;
    }
    50% {
        top: 0px;
        opacity: 1;
    }
    60% {
        top: -50px;
        opacity: 0;
    }
    100% {
        top: -50px;
        opacity: 0;
    }
}
/*尾部新导航*/
.footernav{
    width: 100%;
    height: 60px;
    background: #0193e0;
    position: fixed;
    bottom: 0;
    z-index: 1000;
}
.footernav ul{
    width: 100%;
    height: 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.footernav ul li{
    width: 24%;	
    height: 60px;
    display: flex;
    flex-flow: row wrap;
    text-align: center;	
}
.footernav ul li a{
    width: 100%;
    text-align: center;
    color: white;
}
.footernav ul li a img{
    width: 28px;
    height: 28px;
    margin-top: 5px;
}