@charset "utf-8";
ul {
    margin-block-start: 0;
    padding-inline-start: 0;
    margin-block-end: 0
}

a {
    color: #333
}

.left {
    float: left
}

.clear {
    clear: both
}

body, div, dl, dt, dd, img, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, select, option, textarea, p, blockquote, th, td, a, span {
    padding: 0;
    margin: 0;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    zoom: 1;
    font-size: 16px;
    text-decoration: none;
    list-style: none;
}

body {
    max-width: 6.4rem;
    margin: 0 auto !important;
    font-family: "Microsoft Yahei", serif;
    font-size: 0.2rem;
    line-height: 0.35rem;
    overflow-x: hidden;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}
.mt3 {
    margin-top: 30px;
}
.w640 {
    width: 6.4rem;
    margin: 0 auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.head {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 0;
    font-size: 0;
}
.head img{
    width: 100%;
}
.menu {
    background: #eaefef;
}

.menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.menu ul li {
    flex: 1 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #7cc2b7;
    border-bottom: 1px solid #7cc2b7;
}

.menu ul li:nth-child(4),
.menu ul li:last-child {
    border-right: none;
}

.menu ul li a {
    font-size: 18px;
    color: #027f6c;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0.7rem;
}

.lin_bg{
    height: .25rem;
    background: #f1f0ee;
    margin: 30px -10px;
}

.ban_top {
    height: 0.1rem;
    background: #027f6c;
}
.banner .swiper-slide{
    position: relative;
    height: 4rem;
    overflow: hidden;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.compre{
    margin-top: 40px;
}

.compre_top ul li{
    flex: 1;
    text-align: center;
    margin: 0 10px;
    height: 50px;
    line-height: 50px;
    background-color: #cce5e2;
    color: #027f6c;
    font-size: 22px;
    position: relative;
}
.compre_top ul li.on,
.compre_top ul li:hover{
    background-color: #027f6c;
    color: #fff;
}
.compre_top ul li.on:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #027f6c transparent transparent;
}

.compre_but{
    margin: 40px 10px 0;
    overflow: hidden;
}
.comp_li ul {

}

.comp_li ul li {
    height: 3rem;
    border: 1px solid #027f6c;
    text-align: center;
}

.comp_li ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.comp_li ul li img {
    margin: 10px auto;
    max-height: 80px;
    max-width: 80%;
}

.comp_li ul li h3 {
    color: #027f6c;
    font-size: 18px;
    text-align: center;
    padding-top: 16px;
}







/*首页大标题*/
.in_title {
    text-align: center;
    margin: 40px auto;
}
.in_title h3{
    font-size: 34px;
    font-weight: normal;
}
.in_title .in_lin{
    border-bottom: 1px solid #969696;
    width: 340px;
    margin: 20px auto;
}
.in_title .in_lin i{
    background: #027f6c;
    height: 3px;
    width: 60px;
    display: block;
    margin: -2px auto;
}
.in_title p{
    font-size: 18px;
    line-height: 30px;
    color: #333;
}



/*新闻*/
.in_new{
    margin: 30px 15px;
}
.new_b{
}
.new_b_t{
    padding-bottom: 30px;
    border-bottom: 1px #adadad dashed;
    margin-top: 20px;
}
.new_b_t img{
    width: 100%;
}
.new_b_t h3{
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
}
.new_b_t a:hover h3{
    color: #027f6c;
}
.new_b_t p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.new_b_t span{
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.new_b_b{
    margin-top: 30px;
}
.new_bli{
    display: block;
    position: relative;
    line-height: 40px;
    height: 40px;
}
.new_bli p{
    display: block;
    font-size: 16px;
    line-height: 40px;
    max-width: 4.5rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_bli a:hover p{
    color: #027f6c;
}
.new_bli span{
    color: #929293;
    font-size: 14px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}




.bottom-swiper-container {
    position: relative;
    padding: 20px 0;
    background-color: #027f6c;
}

.bottom-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.top-swiper-container {
    height: 100%;
    position: relative;
    background: url("../images/zj_bg.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.main-slide-content {
    display: flex;
    align-items: center;
    height: 100%;
    margin-top: 70px;
    padding-left: 15px;
    position: relative;
}
.text-area {
    width: 81%;
    z-index: 99;
    margin-bottom: 30px;
}
.text-area h2 {
    color: #333;
    margin-bottom: 15px;
    font-size: 22px;
}
.text-area ul {
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.8;
}
.text-area ul li{
    font-size: 14px;
}
.text-area ul li:before {
    content: "•";
    color: #333;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.resume-box {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 10px;
    border-radius: 6px;
    margin-top: 30px;
}
.resume-box h3 {
    background-color: #027f6c;
    color: white;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    font-size: 16px;
}
.resume-box p {
    line-height: 1.7;
    margin-bottom: 15px;
    max-height: 2.9rem;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}
.btn-group{
    text-align: center;
}
.btn-group a {
    color: #333;
    border: 1px solid #333;
    padding: 0 14px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.btn-group a:first-child{
    margin-right: 10px;
}
.btn-group a:hover {
    border: 1px solid #027f6c;
    color: #027f6c;
}
.doctor-img {
    width: 65%;
    height: auto;
    position: absolute;
    right: -40px;
    bottom: 0px;
    overflow: hidden;;
}
.expert .top-slide{
    overflow: hidden;
}

.bottom-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    cursor: pointer;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all 0.3s;
    overflow: hidden;
}
.bottom-swiper .swiper-slide img {
    object-fit: cover;
    margin-bottom: 10px;
    background-color: #4ea698;
    padding: 10px 20px 0;
}

.bottom-swiper .swiper-slide .zj_name {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.bottom-swiper .swiper-slide .zj_name span{
    flex: 1;
    text-align: center;
    font-size: 14px;
}
.expert .exp_prev {
    background: url("../images/exp_arrl.png") no-repeat;
}
.expert .exp_next {
    background: url("../images/exp_arrr.png") no-repeat;
}
.expert .exp_prev:after,
.expert .exp_next:after{
    display: none;
}




/*特色诊疗*/
.feature{
    max-width: 6.4rem;
    margin: 0 15px;
    overflow: hidden;
}
.fea_top-swiper{
    margin-bottom: 30px;
    overflow: visible!important;
}
.fea_top-swiper .top-slide{
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #f1f0ee;
    color: #027f6c;
    font-size: 20px;
    position: relative;
}
.fea_top-swiper .swiper-slide-active{
    background-color: #027f6c;
    color: #fff;
}
.fea_top-swiper .swiper-slide.swiper-slide-active::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #027f6c transparent transparent;
    z-index: 10;
    pointer-events: none;
}
.fea_bottom-swiper .fea_li{
    position: relative;
}
.fea_bottom-swiper .fea_li .pic{
    position: relative;
    padding-top: 66%;
}
.fea_bottom-swiper .fea_li .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}



.fea_lir{
    background-color: #027f6c;
    padding: 20px 20px 50px;
    position: relative;
}
.fea_lir h3{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
}
.fea_lir i{
    background: #ffd43f;
    height: 2px;
    width: 40px;
    display: block;
    margin-top: 15px;
}
.fea_lir p{
    text-indent: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin: 30px 0;
}
.fea_lir .fea_btn{
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.fea_lir .fea_btn .more {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    background-color: #ffd43f;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-radius: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


/*医界*/
.video{
}

.video_top ul li{
    flex: 1;
    text-align: center;
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    background-color: #f1f0ee;
    color: #027f6c;
    font-size: 18px;
    position: relative;
}
.video_top ul li.on,
.video_top ul li:hover{
    background-color: #027f6c;
    color: #fff;
}
.video_top ul li.on:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #027f6c transparent transparent;
}

.video_but{
    margin: 40px 15px;
    overflow: hidden;
}
.vid_li ul {

}

.vid_li ul li {
}
.video_itm{

}
.video_itm video{
    width: 100%;
    object-fit: cover;
}
.video_itm p{
    font-size: 17px;
    color: #333;
    line-height: 40px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.video_itm span{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


/*品质*/
.quality{
    margin: 0 15px;
}
.quaSwiper{
    padding-bottom: 40px!important;
}
.quaSwiper .swiper-slide{
    position: relative;
}
.qua_fw{
    margin: 10px;
}

.quaSwiper .swiper-slide .pic{
    width: 100%;
    padding-top: 146%;
    position: relative;
    margin-right: 10px;
    overflow: hidden;
}
.quaSwiper .swiper-slide .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.quaSwiper .swiper-slide .pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.qua_fw .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.qua_fw .pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.qua_fw .fw_r{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px 10px;
    margin-top: 10px;
}
.qua_fw .fw_r .img{
    position: relative;
    overflow: hidden;
    padding-top: 83%;
}
.qua_fw .fw_r .img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.qua_fw .fw_r img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.quaSwiper .qua_prev,.quaSwiper .qua_next{
    position: absolute;
    top: 100%;
    display: block;
    width: 23px;
    height: 21px;
}
.quaSwiper .qua_prev {
    left: 30%;
    background: url("../images/fw_arrl.png") no-repeat;
}
.quaSwiper .qua_next {
    right: 30%;
    background: url("../images/fw_arrr.png") no-repeat;
}
.quaSwiper .qua_prev:after,.quaSwiper .qua_next:after{
    display: none;
}
.quaSwiper .swiper-pagination{
    bottom: 0px!important;
}
.quaSwiper .swiper-pagination .swiper-pagination-bullet{
    background-color: #999;
    width: 15px;
    height: 15px;
}
.quaSwiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 7px;
    background-color: #027f6c;
}




/*footer*/
footer{
    width: 100%;
    background: linear-gradient(180deg, #027f6c 0%, #02594c 82.5%);
    margin-top: 50px;
}
.foot_box{
    padding-top: 30px;
}
.foot_top{
    padding: 0 20px;
}
.foot_top .f_logo{
    flex: 1.5;
    padding-right: 50px;
    border-right: 1px solid #4e9388;
}
.foot_top .f_logo img{
    width: 100%;
}

.foot_top .f_c{
}
.foot_top .f_c_nav{
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px 15px;
}
.foot_top .f_c_nav a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 16px;
    white-space: nowrap;
}
.foot_top .f_c_nav a::after {
    content: "|";
    position: absolute;
    right: -10px;
    color: #4e9388;
}

.foot_top .f_c_nav a:nth-child(4)::after,
.foot_top .f_c_nav a:last-child::after{
    display: none;
}
.f_c_bot{
    flex: 3;
}
.f_c_bot .f_con{
    align-items: center;
}

.f_c_bot .f_con:first-child img{
    width: 30px;
}
.f_c_bot .f_con:last-child img{
    width: 23px;
}
.f_c_bot .f_con img{
    margin-right: 10px;
}
.f_c_bot .f_con .f_con_p p{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.foot_top .ewm{
    flex: 1;
    text-align: center;
}
.foot_top .ewm p{
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}


.foot_bot{
    margin: 30px auto 0;
    border-top: 1px solid #4e9388;
}
.foot_bot p{
    font-size: 16px;
    color: #9cb5b0;
    text-align: center;
    line-height: 50px;
    padding-bottom: 30px;
}
.foot_bot p span{
    display: inline-block;
    font-size: 13px;
}
.foot_bot p span a{
    color: #9cb5b0;
    font-size: 14px;
}
.foot_bot p span:first-child{
    margin-right: 5px;
}
.foot_bot p span:last-child{
    margin-left: 5px;
}
.main{
    margin: 0 10px;
}

.listr-wz{
    margin: 40px 0;
}
.listr-wz p {
    background: url(../images/home_ico.png) left center no-repeat;
    padding-left: 40px;
    line-height: 40px;
}
.listr-wz p a{
    color:#333;
}
.listr-wz p a:hover{
    color:#027f6c;
}

.article_cname{
    margin: 30px auto;
}
.article_cname h3{
    font-size: 20px;
    color: #333;
    line-height: 20px;
    font-weight: normal;
}
.article_cname span{
    height: 2px;
    width: 90px;
    background-color: #027f6c;
    display: inline-block;
}
.article_cname span i{
    height: 2px;
    width: 30px;
    background-color: #f2a044;
    float: right;
}


.cname_list{
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 15px;
}
.cname_list .bkSwiper a{
    background-color: #67b2a7;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    display: block;
}

/*.cname_list a.swiper-slide-active,*/
.cname_list a.on,
.cname_list a:hover{
    background-color: #027f6c;
}


.article h3 {
    font-size: 26px;
    color: #027f6c;
    text-align: center;
    margin: 20px 0;
    line-height: 35px;
}
.article h4 {
    text-align: center;
    color: #666;
    font-size: 14px;
    background-color: #f1f0ee;
    line-height: 36px;
    font-weight: normal;
}
.article h4 span {
    margin: 0 10px;
    display: inline-block;
}


.article_list{
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}
.article_list .item{
    position: relative;
    background-color: #f1f6f6;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    margin-top: 30px;
}
.article_list .item .pic {
    padding-top: 55%;
    position: relative;
    overflow: hidden;
    margin: 15px 15px 0;
}
.article_list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.article_list .item:hover{
    background-color: #027f6c;
}
.article_list .item:hover .pic img{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.article_list .item .inner{
    margin:15px;
}

.article_list .item .item_tit {
    margin-bottom: 22px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    height: 1.45em;
    line-height: 1.45em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article_list .item .item_desc {
    margin-bottom: 11px;
    font-size: 16px;
    color: #666;
    line-height: 1.69;
    height: 3.38em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}

.article_list .item .item_time {
    margin-bottom: 30px;
    font-size: 14px;
    color: #999
}

.article_list .item .more {
    font-size: 14px;
    color: #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.article_list .item .more i {
    margin: -2px 16px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 16px;
    background: url(../images/xq_jt.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}
.article_list .item:hover .more i{
    background: url(../images/xq_jto.png) center center no-repeat;
}
.article_list .item:hover .item_desc,
.article_list .item:hover .item_tit {
    color: #fff
}
.article_list .item:hover .item_time {
    color: #efefef;
}
.article_list .item:hover .more {
    color: #fff;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

/*分页*/
.page_box {
    text-align: center;
    margin: 20px 0;
}
.page {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.page li {
    display: inline-block;
    margin: 0 5px;
    border:1px solid #333;
    border-radius:10px;
    color:#333;

}
.page li a {
    display: block;
    text-decoration: none;
    padding:0 12px;
}
.page li strong {
    display: block;
    padding:0 12px;
}
.page li{
    color:#333;
    margin:6px;
    float:left;
    border:1px solid #333;
    border-radius:5px;
    height:30px;
    line-height:30px;
}
.page li:hover{
    background-color:#027f6c;
    border:1px solid #027f6c;
}
.page li a{color:#027f6c;}
.page li:hover a,.page li:hover strong{
    color:#fff;
}
.page li.thisclass{ background:#fff;}
.page li.thisclass a{ color:#000;}

.contact{
    width: 100%;
    margin: 30px auto;
}

.contact .pic {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.contact .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.contact:hover .pic img {
    background-color: #027f6c;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.con_box_info{
    margin: 30px 0;
}
.con_box_info dl {
    margin-bottom: 0.3rem;
}
.con_box_info dl dt {
    line-height: 45px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
.con_box_info dl dd p {
    line-height: 36px;
    font-size: 16px;
    color: #333;
}

.content{
    margin: 30px 0;
}
.content p{
    line-height: 36px;
    padding: 5px 0 !important;
}
.content p, .content span {
    text-align: justify;
}
.content img {
    height: auto!important;
    max-width: 96%;
    margin-left: -7% !important;
}

.pre_next p{
    line-height: 30px;
}
.pre_next p a{
    color: #333;
    font-size: 16px;
}
.pre_next p span{
    display: inline;
    color: #027f6c;
    font-weight:bold;
    font-size: 16px;
}

.cont_video{
    margin: 30px 0;
    text-align: center;
}
.cont_video video{
    object-fit: cover;
}


.big_tit .big_tit_li{
    flex: 1;
    text-align: center;
    margin: 0 10px;
    height: 50px;
    line-height: 50px;
    background-color: #f1f0ee;
    position: relative;
}
.big_tit .big_tit_li a{
    color: #027f6c;
    font-size: 22px;
    display: block;
}
.big_tit .big_tit_li:hover,
.big_tit .big_tit_li.on{
    background-color: #027f6c;
}
.big_tit .big_tit_li:hover a,
.big_tit .big_tit_li.on a{
    color: #fff;
}
.big_tit .big_tit_li:hover::after,
.big_tit .big_tit_li.on::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #027f6c transparent transparent;
}

.video_list{
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}
.video_list .v_item{
    margin-top: 40px;
}
.video_list .v_item .pic {
    position: relative;
    padding-top: 68.52%;
    margin-bottom: 18px;
    overflow: hidden;
}
.video_list .v_item p {
    font-size: 17px;
    height: 54px;
    line-height: 27px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.video_list .v_item span{
    font-size: 14px;
    line-height: 27px;
    color: #888;
}

.video_list .v_item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.video_list .inner:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.video_list .v_item .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .18);
    transition: .36s ease;
    cursor: pointer
}

.video_list .v_item .mask:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background: url(../images/icon-play.png) no-repeat center
}

.video_list .v_item .mask:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -30px;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate3d(0, 0, 0);
    transition: .36s ease
}

.video_list .v_item .inner:hover .mask:after {
    transform: translate3d(0, 0, 0);
    width: 80px;
    height: 80px;
    margin: -45px 0 0 -45px;
    opacity: 0;
    border-width: 5px
}


.about_top{
    margin: 30px auto;
}
.about_top .about_t_item{
    flex: 1;
    text-align: center;
    border-right: 1px solid #ddd;
    padding: 0 15px;
}
.about_top .about_t_item:last-child{
    border: none;
}


.about_top .about_t_item .pic {
    height: 100px;
    position: relative;
    width: 100px;
    margin: 0 auto;
}

.about_top .about_t_item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about_top .about_t_item:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about_top .about_t_item h3{
    line-height: 50px;
    margin-top: 15px;
    font-size: 22px;
    color: #333;
}
.about_top .about_t_item p{
    line-height: 25px;
    font-size: 16px;
    color: #333;
}

.about_cont{
    margin: 30px 0;
    text-align: center;
}
.about_cont p{
    font-size: 16px;
    text-indent: 2em;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: justify;
}
.about_cont img{
    margin: 0 auto;
}

.about_img_list{
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}
.about_img_list .pic{
    position: relative;
    overflow: hidden;
}
.about_img_list .pic img {
}
.about_img_list .pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*专家列表*/
.team{
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}
.team .t_item{
    margin: 30px 50px;
}

.team .t_item .pic {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.team .t_item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #027f6c;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.team .t_item .inner {
    padding-top: 16px;
}

.team .t_item .title {
    margin-bottom: 4px;
    font-size: 24px;
    color: #027f6c;
    height: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.team .t_item .desc {
    font-size: 16px;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.team .t_item .desc p {
    line-height: 1.69;
    height: 3.38em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.team .t_item .desc span {
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
    color: #027f6c;
    line-height: 36px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.team .t_item:hover .pic img {
    background-color: #027f6c;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team .t_item:hover .title {
    color: #027f6c;
}

.team .t_item:hover .desc p {
    color: #333;
}

.team .t_item:hover .desc span {
    color: #027f6c;
}
.team .t_item .inner .more{
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.team .t_item .inner .more a {
    color: #333;
    border: 1px solid #333;
    padding: 0 10px;
    font-size: 14px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin:0 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.team .t_item .inner .more a:hover{
    border: 1px solid #027f6c;
    color: #fff;
    background-color: #027f6c;
}



/*专家详情*/
.team_info .pic{
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.team_info .pic img{
    background-color: #027f6c;
}


.team_info .team_info_box{
    flex: 2;
    position: relative;
}
.team_info .team_info_box .back{
    position: absolute;
    top:15px;
    right: 0;
    line-height: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #027f6c;
    text-align: center;
}
.team_info .team_info_box .back a{
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
}
.team_infos h3{
    margin-top: 30px;
    font-size: 22px;
    color: #027f6c;
    line-height: 40px;
}
.team_infos .team_zc{
    font-size: 18px;
    color: #027f6c;
    line-height: 40px;
}
.team_infos .team_p1{
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
.team_infos .team_p2{
    font-size: 16px;
    color: #333;
    line-height: 35px;
    text-align: justify;
}



@media (min-width: 640px) and (max-width: 1920px){
    .top-swiper-container .main-slide-content{
        margin-top: 110px;
    }
    .doctor-img{
        width: 45%;
    }
}
@media (min-width: 360px) and (max-width: 640px){
    .doctor-img{
        width: 60%;
    }
}
