@charset "utf-8";
/* CSS Document */

@media(max-width:1200px) {
    #fp-nav {
        display: none
    }
}




.index_banner {
    height: 680px;
    overflow: hidden;
    position: relative;
}

.index_banner .swiper {
    width: 100%;
    height: 100%;
}

.index_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_banner .swiper-slide .pc {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover !important;
}



.index_banner .swiper-button-next:after,
.index_banner .swiper-button-prev:after {

border: 1px solid #fff;

font-size: 14px;

border-radius: 50%;

display: block;

color: #fff;

text-align: center;

width: 60px;

height: 60px;

line-height: 60px;

text-align: center;

background: #0052d952;
}


.index_banner .swiper-button-next {
    right: 3%;
    left: auto;
    top: 45%;
    display: block;
}

.index_banner .swiper-button-next,
.index_banner .swiper-button-prev {/* background: #000; */}

.index_banner .swiper-button-prev {
    right: auto;
    left: 2%;
    top: 45%;
    display: block;
}

@media(max-width:1200px) {
    .index_banner {
        height: 580px;
        overflow: hidden;
    }

}

@media(max-width:768px) {
    .index_banner {
        height: 240px;
        overflow: hidden;
    }

    .index_banner .swiper-button-next:after,
    .index_banner .swiper-button-prev:after {

        border: 1px solid #fff;
        font-size: 14px;
        border-radius: 50%;
        display: block;
        color: #fff;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
}


.quick_link {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;

}

.quick_link .items {
    width: 260px;
    height: 118px;
    border-radius: 6px;
    overflow: hidden;


}

.quick_link .items a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;

}


.quick_link .items .text {


    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-family: "AliRegular";
    padding-left: 45px;

}

.quick_link .items .ico {
    position: absolute;
    bottom: -10px;
    right: 20px
}

.quick_link .items .ico i {
    opacity: 0.3;
    color: #FFFFFF;
    font-size: 74px;
}

.quick_link .items:nth-child(1) {
    background: #21B27C;
}

.quick_link .items:nth-child(2) {
    background: #174EA1;
}

.quick_link .items:nth-child(3) {
    background: #65CDCC;
}

.quick_link .items:nth-child(4) {
    background: #279CDA;
}

.quick_link .items:nth-child(5) {
    background: #EABE69;
}





/* news */

.news {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.news_swiper {
    width: 670px;
    height: 413px;
    overflow: hidden;
}

.news_swiper .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.news_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_swiper .swiper-slide a {
    position: relative;
}

.news_swiper .swiper-slide .pic {
    width: 670px;
    height: 100%;
    
}

.news_swiper .swiper-slide .info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 110px;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 16px 0 30px;
    width: 100%;
}

.news_swiper .swiper-slide .info .text {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;

    font-family: "AliRegular";


    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.news_swiper .swiper-slide .info .desc {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    height: 44px;
    display: block;
    overflow: hidden;

    font-family: "AliRegular";

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    overflow: hidden;
}

.news_swiper .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 413px;
}




.news_swiper .swiper-pagination-bullet {
    width: 18px;
    height: 18px;

    opacity: 1;
    background: #fff;
    margin-right: 10px;
}

.news_swiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #ffc962;
}

.news_swiper .swiper-pagination {
    bottom: 70px;
    right: 10px;
}


/* news right */


/* 本例子css */
.news_slideTxtBox {
    width: 670px;
}

.news_slideTxtBox .hd {
    height: 50px;
    line-height: 50px;

    background: #F0F1F3;


    position: relative;
}

.news_slideTxtBox .hd ul {
    display: flex;
    height: 50px;
    line-height: 50px;
    justify-content: space-between;

}

.news_slideTxtBox .hd ul li {
    width: 25%;
    cursor: pointer;
    text-align: center;
}

.news_slideTxtBox .hd ul li a {
    font-size: 18px;
    font-family: "AliRegular";
}

.news_slideTxtBox .hd ul li.on {
    height: 50px;
    background: #174EA1;

}

.news_slideTxtBox .hd ul li.on a {
    color: #FFF;
}



.news_slideTxtBox .bd ul {
    padding: 15px 0;
    zoom: 1;
    display: flex;
    flex-direction: column;
}

.news_slideTxtBox .bd li .text i {
    color: #174EA1;
    font-size: 20px;
}

.news_slideTxtBox .bd li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed rgba(0, 0, 0, .3);
    display: flex;
    justify-content: space-between;
}

.news_slideTxtBox .bd li .date {
    float: right;
    color: #999;
    font-family: "GliRegular";
}

.news_slideTxtBox .bd li a {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-family: "AliRegular";
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: calc(100% - 80px);

}

.news_slideTxtBox .bd li .text {
    display: flex;
    justify-content: flex-start;
    width: calc(100% - 100px);
}

.news_slideTxtBox .bd li:hover a {
    color: #174EA1;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}


/* expert_bg */

.expert_bg {
    background: url(../images/team_bg.png) no-repeat top center;
    height: 615px;
    margin-top: 45px;
}

.expert_title a {

    font-family: "AliBold";
    font-weight: bold;
    font-size: 24px;
    color: #174EA1;
    line-height: 22px;

}

.expert_header .expert_title {
    border-bottom: 6px solid #174EA1;
}

.expert_header {
    border-bottom: 1px solid rgba(23, 78, 161, .3);
    display: flex;
    justify-content: space-between;
    height: 50px;
}


/* expert letter-box */
.letter-box {
    display: none;
    line-height: 1.8;
    min-height: 150px;
    position: absolute;
    width: 510px;
    top: 32px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 3;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.letter-box .area-tit {
    overflow: hidden;
    background: #ddd;
    margin: -10px -10px 5px -10px;
}

.letter-box .area-tit.span2 a {
    width: 50%;
}

.letter-box .area-tit.span3 a {
    width: 33.33%;
}

.letter-box .area-tit.span4 a {
    width: 25%;
}

.letter-box .area-tit.span5 a {
    width: 20%;
}

.letter-box .area-tit.span6 a {
    width: 16.66%;
}

.letter-box .area-tit.span7 a {
    width: 14.28%;
}

.letter-box .area-tit.span8 a {
    width: 12.5%;
}

.letter-box .area-tit a {
    float: left;
    line-height: 45px;
    height: 45px;
    text-align: center;
    font-weight: normal;
}

.letter-box .area-tit a.cur {
    background: #fff;
    color: #03a560;
}

.letter-box .area-letter .tabs {
    display: block;
}

.letter-box .area-letters .tabs {
    display: block !important;
}

.letter-box .area-letter .tabs:first-child {
    display: block;
}

.letter-box .area-letter .tabs .letter-tit {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}

.letter-box .area-letter .tabs .letter-tit li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 13px;
}

.letter-box .area-letter .tabs .letter-tit li a {
    display: block;
    font-family: "AliBold";
    font-size: 14px;
}

.letter-box .area-letter .tabs .letter-tit li.cur {
    font-weight: bold;
    border-bottom: 1px solid #03a560;
    margin-bottom: -1px;
    position: relative;
}

.letter-box .area-letter .tabs .letter-pannel li {
    display: none;
    overflow: hidden;
    padding: 10px 10px 0 10px;
    text-align: left;
    font-size: 13px;
}

.letter-box .area-letter .tabs .letter-pannel li:first-child {
    display: block;
}

.letter-box .area-letter .tabs .letter-pannel li a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 2px;
    font-family: "AliRegular";
    margin-right: 2px;
 

}

/* expert letter-box end */
/* expert select */


.department-select {
    position: relative;
}

.clinic-form .form-item .form-input .select-input,
.clinic-form .form-item .form-input .btn {
    width: 170px;
    height: 37px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 37px;
    overflow: hidden;
    border-radius: 30px;
    border: none;
    display: block;
    color: #174EA1;
    text-align: left;
    cursor: pointer;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.clinic-form .form-item .form-input .department-select {
    position: relative;
}

.clinic-form .form-item .form-input .select-input {

    background-color: #fff;
    font-size: 16px;
}

.clinic-form .form-item .form-input .select-input span {
    font-family: "AliRegular";
    color: #174EA1;
}

.clinic-form .form-item .form-input .select-input {
    color: #174EA1;
    background-color: #fff;
    border: 1px solid #174EA1;
    font-family: "AliRegular";
}

.clinic-form .form-item .form-input .select-input option {
    font-family: "AliRegular";
}

.clinic-form .form-item .form-input .select-input i {
    margin-left: 8px;
    position: relative;
    top: 1px;
    right: 10px;
    color: #174EA1;

    position: absolute;
}

.clinic-form .form-item .form-input a.select-input {
    padding-right: 27px;
}

.clinic-form .form-item {
    display: inline-block;
    min-height: auto;
    margin-right: 4px;
    vertical-align: middle;
    position: relative;
}

.select-protit .form-input i {
    position: absolute;
    right: 10px;
    top: 11px;
}

.clinic-form .form-item .form-input .btn {
    background-color: #174EA1;
    color: #fff;
    font-family: "AliRegular";
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}


.clinic-form .form-item .form-input .btn span {

    color: #fff;
    font-family: "AliRegular";
    font-size: 16px;
}

.clinic-form .form-item .form-input .btn i {
    color: #fff;
    font-size: 20px;
}

/* expert select end */




.expert_search {
    display: flex;
    justify-content: space-between;
}

.expert_show {
    margin-top: 50px;
}


.expert_show .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    height: 460px;
}

.expert_show .swiper-wrapper {
    width: 100%;
    height: 410px;
}

.expert_show .swiper-slide {
    text-align: center;
    font-size: 18px;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
   
    overflow: hidden;
     
    height: 410px;
}

.expert_show .swiper-slide .items{
    background-color: #FFF;
}


.expert_show .items .info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.expert_show .items .info .pic{
    overflow:hidden;
    width:210px;
    height: 300px;
}
.expert_show .items .info img {
    width: 100%;
    height: auto;
    object-fit: fill;
}

.expert_show .items .desc {
    position: absolute;
    display: none;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    height: 100px;



}

.expert_show .swiper-slide .items .desc p {
    font-size: 14px;
    color: #FFF;
    font-family: "AliRegular";
    line-height: 22px;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.expert_show .swiper-slide:hover .items .desc {
    display: flex;
    align-items: center;

    height: 100px;


}

.expert_show .swiper-slide:hover .items .text {
    background-color: #174EA1;

}

.expert_show .swiper-slide:hover .items .text .tit {
    color: #fff;
}

.expert_show .swiper-slide:hover .items .text .protit {
    color: #fff;
}

.expert_show .items .text {
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
}

.expert_show .items .text .tit {
    width: 100%;
    background: url(../images/expert_ico.png) no-repeat center center;
    height: 50px;

    font-weight: 400;
    font-size: 20px;
    color: #174EA1;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-family: "AliRegular";
    text-align: center;
}

.expert_show .items .text .protit {
    font-family: "AliRegular";
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: block;
    width: 90%;


}


.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}


.expert_show .swiper-pagination {

    display: flex;

    justify-content: center;

    width: 100%;

    bottom: 0;

    height: var(--swiper-navigation-size);

    align-content: center;

    align-items: center;
}

.expert_show .swiper-button-next,
.expert_show .swiper-button-prev {
    top: auto;
    bottom: 0;
}

.expert_show .swiper-button-prev {
    left: 50%;
    right: auto;
    margin-left: -100px;

}

.expert_show .swiper-button-next {
    left: 50%;
    right: auto;
    margin-left: 80px;
    z-index: 2;
}


.expert_show .swiper-button-next i,
.expert_show .swiper-button-prev i {
    font-size: 22px;
    color: #174EA1;
    font-family: "AliBold";
    font-weight: bold;
}

.expert_show .swiper-pagination {
    opacity: 1;
    z-index: 1;
}

.expert_show .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #174ea1;
    margin: 0px 5px;
    opacity: 1;
}

.expert_show .swiper-pagination-bullet-active.swiper-pagination-bullet {
    width: 61px;
    background: #eabe69;
    height: 14px;
}


/* common_title */


.common_title .expert_title {
    border-bottom: 6px solid #174EA1;
}

.common_title {
    border-bottom: 1px solid rgba(23, 78, 161, .3);
    display: flex;
    justify-content: space-between;
    height: 46px;
    margin-top: 30px;

}

.expert_more {
    border: 1px solid #174ea1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    height: 30px;
    line-height: 30px;
    width: 118px;
}

.expert_more span {
    color: #174EA1;
    font-family: "AliRegular";
}

.expert_more a {
    display: flex;
    justify-content: space-evenly;
    font-family: "AliRegular";
}


.department_show {
    height: 496px;
    background-color: #f5f6fb;
    margin-top: 30px;
}


 


.department_show {
    display: flex;
    justify-content: center;
    row-gap: 1px;
}


.department_item {

    height: 496px;
}

.department_item {
    border-right: 1px solid #fff;
}

.department_item .department_title {
    float: left;
    position: relative;

    width: 140px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer
}

.department_item .department_title .pic {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;

}

.department_item.active .department_title .pic {
    display: block;
}

.department_item .department_title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #214a9a
}


.department_item .department_title .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    background: center center;



}

.department_item .department_title h4 {
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
    width: 30px;
    margin: 0 auto
}

.department_item .department_title .arrow {
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

}

.department_item .department_title .ico {
    text-align: center;
}

.department_item .department_title .ico i {
    font-size: 50px;
    color: #FFF;
    z-index: 2;
    position: relative;

}


.department_item .department_title .arrow i {
    font-size: 22px;
    color: #174EA1;

}

.department_item .department_list {
    display: none;
    height: 100%;
    padding: 0px 40px 0 300px;
    position: relative;
    box-sizing: border-box;
}


.department_item .department_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.department_item .department_list ul li:nth-child(3n){margin-right:0;}

.department_item .department_list li {
    width: 31%;
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E6E6E6;
    margin-right:25px;
    line-height: 56px;
    padding: 0 10px 0px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 12px;
}


.department_item .department_list li a {
    display: flex;
    justify-content: space-between;
}
.department_item .department_list li .depart_l i{
    font-size: 20px;
}
.department_item .department_list li:nth-child(1n) .depart_l i {
      /* color: var(--random4-color, #000); */
      color: #737fc4;

}


.department_item .department_list li:nth-child(2n) .depart_l i {
     /* color: var(--random-color, #000); */
     color: #df5b5b;

}

.department_item .department_list li:nth-child(3n) .depart_l i {
   /* color: var(--random2-color, #000); */
   color: #df5b5b;

}

.department_item .department_list li:nth-child(4n) .depart_l i {
 /* color: var(--random3-color, #000); */
 color: #6a4ecf !important;

}

.department_item .department_list li:nth-child(5n) .depart_l i {
     /* color: var(--random4-color, #000); */
     color: #91b26b !important; 
   
   }

.department_item .department_list li .depart_l span {
    font-size: 16px;
    color: #666666;
    font-family: "AliRegular";
    padding-left: 10px;
}

.department_item.active .department_list {
    display: block;
}

.department_item.active {
    width: calc(100% - 281px)
}

.department_item .department_title {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    object-fit: fill;
    background: center center;
    ;
}

.department_item.active .department_title {
    width: 258px;

}

.department_item.active .department_title:before {
    background: rgba(0, 0, 0, .32)
}



.department_item .department_title .tit {
    display: flex;
    flex-direction: column;
    align-content: center;
    height: 100%;
    ;
    justify-content: space-evenly;
}

.department_item.active .department_title h4 {
    font-weight: 400;
    font-size: 30px;
    font-family: "AliRegular";
}

.department_item .department_list {}

.department_item .department_list h4 {
    font-size: 30px;
    color: #333333;
}

/* depart_rem */

.depart_rembg {
    background: url(../images/depart_rem.png) no-repeat top center;
    height: 457px;
    padding-top: 30px;
    margin-bottom: 30px;
}



/* style */
.style_show {
    position: relative;
}

.style_show .hd ul {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.style_show .hd ul:before {
    background-color: rgba(23, 78, 161, .1);
    height: 1px;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 5px;
    left: 0px;
    content: "";

}

.style_show .hd ul li {
    width: 137px;
    height: 45px;
    background: #EABE69;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    margin-right: 20px;
    text-align: center;
    line-height: 45px;
}

.style_show .hd ul li.on {
    width: 137px;
    height: 51px;
    background: url(../images/style.png) no-repeat top center;

}


.style_show .hd ul li a {
    font-family: "AliBold";
    font-size: 18px;
    color: #fff
}

.style_list .swiper-container {
    width: calc(100% - 100px);
    height: 100%;
    margin: 0px 50px;
    overflow: visible;
}

.style_list .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
}

.style_list .swiper-slide .info {
    margin-top: 10px;
}

.style_list .swiper-slide .info a {
    font-size: 16px;
    color: #333;
    font-family: "AliRegular";

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}


.style_show .bd .expert_more {
    position: absolute;
    right: 0px;
    top: 2px;
}

.style_show .bd {
    margin-top: 40px;
}

.style_show .bd .pic {
    width: 295px;
    height: 214px;
    background: #FFF;
    border: 1px solid #DFDFDF;
    padding: 6px;
}

.style_show .bd .pic img {
    width: 295px;
    height: 200px;
    object-fit: cover;
}

.style_show .swiper-button-next {
    right: -50px;
}

.style_show .swiper-button-prev {
    left: -50px;
}

.style_show .swiper-button-next,
.style_show .swiper-button-prev {
    width: 50px;
    background: #fff;
    height: 100%;
    top: 0%;
}


.style_show .swiper-button-next i,
.style_show .swiper-button-prev i {
    font-size: 20px;
    color: #fff;
    width: 30px;
    height: 61px;
    background: #CCCCCC;
    line-height: 61px;
    text-align: center;
    top: 36%;
    z-index: 2;
}

.style_show .style_list {

    overflow: hidden;
}


@media(max-width:960px) {
    .quick_link .items {
        width: 49%;
        height: 80px;
        margin-bottom: 15px;
    }

    .quick_link {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .quick_link .items:nth-child(5) {
        width: 100%;
    }

    .quick_link .items .ico i {
        font-size: 50px;
    }

    .quick_link .items .text {
        font-size: 20px;
    }

    .news {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }

    .news_swiper {
        width: 100%;
        height: 300px;
    }

    .news_swiper .swiper-slide .pic img {
        height: 300px;
    }

    .news_slideTxtBox {
        width: 100%;
        margin-top: 20px;
    }

    .expert_header {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .expert_search {
        margin-top: 20px;
    }

    .expert_search form {
        display: flex;
        flex-direction: column;
        width: 100%;
        ;
    }

    .expert_search form .form-item {
        margin-bottom: 10px;
        ;
    }

    .clinic-form .form-item .form-input .select-input,
    .clinic-form .form-item .form-input .btn {
        width: 100%;
    }

    .expert_header .expert_title {
        width: auto;
        border-bottom: 0;
    }

    .letter-box {
        width: 100%;
    }

    .expert_show .swiper-slide {
        height: auto;
    }

    .expert_show{
        padding-bottom: 40px;
    }

    .expert_bg{
        height:auto;
        background-size: cover;
    }

    .expert_show .swiper-wrapper {
        height: auto;
    }

    .expert_show .swiper-container {
        height: 457px;
    }

    .expert_show .swiper-button-next {
        left: auto;
        right: 50px;
        margin-left: auto;
    }

    .expert_show .swiper-button-prev {
        left: auto;
        left: 50px;
        margin-left: auto;
    }

    .expert_show .items .info img {
        height: 100%;
        max-width: 100%;
        vertical-align:top;
        object-fit:contain;
    }

    .expert_show .items .info .pic{
        height:auto;
    }
    .expert_show .items .text .protit {
        width: 80%;
    }

    .department_show {
        display: flex;
        flex-direction: column;
        height: auto;
    }

   
    .department_item.active{
        width:100%;
    }

 

.department_item .department_title {
    float: none;
    width: auto;
 
    height: auto;;
    padding:20px 0;
}
.department_item .department_title .tit{
    display: flex;
    justify-content: space-evenly;
}

.department_item .active .s1 {
    width: auto
}

.department_item .department_title h4 {
    width: auto;
    font-size: 18px;
    text-align: center;
    padding:10px 0;
}

.department_item .department_title .arrow {
    bottom: 10px
}

.department_item .department_title .img {
    margin-bottom: 20px
}

.department_item active .s1 h4 {
    font-size: 20px
}

.department_item.active .department_title {
    width: 100%;
    padding: 30px 0;
}

    .department_item .department_title .pic img{
        object-fit:cover;
    }
    .department_item.active .department_title h4{
        font-size:24px;
        margin:15px 0;
    }
    .department_item .department_list{
        width:100%;
        padding: 20px;;
    }
    .department_item .department_list h4{
        margin: 0;
        font-size: 20px;
    }
    .department_item .department_list ul{
        display: flex;
        margin: 20px 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .department_item .department_list li{
        width: 46%;
        height: 40px;
        line-height: 40px;
        padding:0 5px;
    }
    .department_item .department_list li:nth-child(2n){
        margin:0;
    }
    .department_item{
        height: auto;;
    }

    .expert_title a{
        font-size: 20px;
    }
    .common_title .expert_title{
        border-bottom: 3px solid #174EA1;
    }

 
    .style_show .bd .pic img{
        width:100%;
    }
    .style_show .bd .pic{
        width:100%;
    }
    .style_show .expert_more{display: none;}
    .news_swiper .swiper-slide .pic {
        width: 100%;
        height: 100%;
        
    }
    
}