body,div,dl,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td,img,a {
    margin:0;
    padding:0;
    transition:all 0.3s;
}
ul,ol,li {
    list-style:none;
}
a {
    text-decoration:none;
}
a:hover{
    color: #337ab7 !important;
}
html {
    -ms-text-size-adjust:none;
    -webkit-text-size-adjust:none;
    text-size-adjust:none;
}
body {
    line-height:1.5;
    font-size:16px;
    color: #020202;
}
body,button,input,select,textarea {
    font-family:"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}
b,strong {
    font-weight:bold;
}
i,em {
    font-style:normal;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
table a {
    color:#000;
}
table th,table td {
    border:1px solid #ddd;
    padding:5px;
}
table th {
    font-weight:inherit;
    border-bottom-width:2px;
    border-bottom-color:#ccc;
}
img {
    border:0 none;
    vertical-align:top;
    width:100%;
    height:auto;
}
button,input,select,textarea {
    font-family:inherit;
    font-size:100%;
    margin:0;
    vertical-align:baseline;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance:button;
    cursor:pointer;
}
button[disabled],input[disabled] {
    cursor:default;
}
input[type="checkbox"],input[type="radio"] {
    box-sizing:border-box;
    padding:0;
}
input[type="search"] {
    -webkit-appearance:textfield;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
}
input:focus {
    outline:none;
}
select[size],select[multiple],select[size][multiple] {
    border:1px solid #AAA;
    padding:0;
}
input::-webkit-input-speech-button {
    display:none
}
button,input,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

@font-face {
    font-family:'iconfont';
    src:url('https://www.lizhentd.com/zb_users/theme/lizhentd/style/iconfont.eot');
    src:url('https://www.lizhentd.com/zb_users/theme/lizhentd/style/iconfont.eot?') format('embedded-opentype'),url('https://www.lizhentd.com/zb_users/theme/lizhentd/style/iconfont.woff') format('woff'),url('https://www.lizhentd.com/zb_users/theme/lizhentd/style/iconfont.ttf') format('truetype'),url('https://www.lizhentd.com/zb_users/theme/lizhentd/style/iconfont.svg') format('svg');
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing:antialiased;
    -webkit-text-stroke-width:0.2px;
    -moz-osx-font-smoothing:grayscale;
}


body{
    background: #fff;
}
.container{
    width: 1200px;
    margin: 0 auto;
}

.clear{
    clear: both;
}
.inb-doctor-right ul li a,
.inb-article ul li a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
    



#banner-area,
.index-block{
    margin-bottom: 40px;
}
.index-title{
    margin-bottom: 30px;
}



#topbar-area{
    z-index: 10;
    width: 100%;
    background-color: rgba(38,83,164,.9);
    position: fixed;
    top:0px;
}
#topbar{
    padding: 10px 0;
    height: 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#navBtn{
    display: none;
}
.logo{
    height: 100%;
}
.logo img{
    height: 100%;
    width: auto;
    object-fit: cover;
}
.topbar-urls {
    height: 100%;
    display: flex;
}
.topbar-urls a{
    display: block;
    height: 100%;
    line-height: 60px;
    color: #fff;
    padding: 0 10px;
}
#banner-items{
    height: 700px;
}
.owl-wrapper-outer,
.owl-wrapper-outer .owl-wrapper,
.owl-wrapper-outer .owl-item,
.owl-item li {
    height:100%;
}
.owl-item li img {
    object-fit:cover;
}
#banner-items .owl-controls {
    position:absolute;
    left: 50%;
    bottom:15px;
    transform: translateX(-50%);
}
.owl-theme .owl-controls .owl-page.active span{
    background: #50739e !important;
}

.index-title h2{
    display: inline-block;
    margin: 0;
    padding-right: 10px;
    font-size: 32px;
    color: #2653a4;
    background-color: #ffffff;
    font-weight: 500;
}
.index-title h2 span {
    display: block;
    color: #5e5e5e;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
}
.index-title:after {
    content: "";
    display: block;
    margin-top: -3px;
    height: 0;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
.inb-chestShape{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inb-chestShape li{
    margin-bottom: 15px;
    width: 288px;
    height: 288px;
    overflow: hidden;
    position: relative;
}
.inb-chestShape li:hover .chestShape-txt{
    padding-top: 100px;
    bottom: 0px;
    background-color: rgba(38,83,164,.8);
}
.chestShape-txt{
    position:absolute;
    left: 0;
    bottom: -86%;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(98,110,131,.8);
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 10px;
}
.chestShape-txt span{
    display: block;
    font-size: 18px;
}
.chestShape-txt span:after {
    content: "";
    display: block;
    margin: 5px auto;
    height: 0;
    width: 20px;
    border-bottom: 1px solid #ffffff;
}
.chestShape-txt a{
    display: block;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #fff;
    width: max-content;
    margin: 20px auto;
}
.chestShape-txt a:hover{
    color: #fff !important;
    padding: 8px 22px;
}
.inb-projects{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.inb-projects li{
    background: #ababab;
    width: 20%;
    padding: 1px;
    box-sizing: border-box;
}
.inb-projects-img{
    position: relative;
    padding-top: 70%;
}
.inb-projects-img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.inb-projects-name{
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #3c3c3c;
    padding: 8px;
}
.inb-doctor{
    display: flex;
}
.inb-doctor-left{
    width: 60%;
    padding-right: 30px;
    border-right: #cccccc solid 1px;
}
.inb-doctor-right{
    padding-left: 30px;
    width: 40%;
}
.inb-doctor-left-top{
    display: flex;
}
.inb-doctor-img,
.inb-doctor-name{
    width: 50%;
}
.inb-doctor-name p{
    color: #2653a4;
    font-size: 30px;
    margin-bottom: 15px;
}
.inb-doctor-name span{
    display: block;
    color: #4e4e4e;
    font-size: 18px;
    padding: 8px;
}
.inb-doctor-name a{
    margin-top: 15px;
    display: inline-block;
    padding: 10px 15px;
    background: #2653a4;
    color: #ffffff;
}
.inb-doctor-img{
    padding-right: 20px;
    box-sizing: border-box;
}
.inb-doctor-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.inb-doctor-left-bottom{
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    color: #424242;
    background-color: #f6f6f6;
}
.index-mini-title {
    color: #3e3e3e;
    font-size: 27px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.index-mini-title a{
    color: #3e3e3e;
    font-size: 15px;
}
.inb-doctor-right ul li{
    color: #3e3e3e;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inb-doctor-right ul li a{
    font-size: 18px;
    color: #3e3e3e;
    margin: 5px 0;
    max-width: 70%;
}
.inb-articles{
    display: flex;
    justify-content: space-between;
    border-top: #cccccc solid 1px;
    border-left: #cccccc solid 1px;
    border-bottom: #cccccc solid 1px;
}
.inb-article{
    width: 33%;
    border-right: 1px solid #cccccc;
    padding: 15px;
    box-sizing: border-box;
}
.inb-article ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3e3e3e;
    font-size: 15px;
}
.inb-article ul li a{
    color: #3e3e3e;
    padding: 6px 0;
    line-height: 1.8;
    max-width: 70%;
}
footer{
    background: #2653a4;
    padding: 60px 0 30px 0;
    color: #fff;
    margin-bottom: 70px;
}
.foot-itmes{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.foot-logo{
    text-align: center;
}
.foot-phone{
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-phone img{
    width: 40px;
    height: 40px;
}
.foot-phone a{
    color: #ffffff;
    font-size: 30px;
}
.foot-hours{
    text-align: center;
}
.foot-line{
    width: 1px;
    background-color: #fff;
    height: 80px;
}
.copyright{
    margin-top: 30px !important;
    text-align: center;
}

.pageBanner-area{
    background: #0d36b3;
}
.pageBanner-area img{
    width: 720px;
    display: block;
    margin: 0 auto;
}
.breads{
    background: #fff;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    color: #8b8a8a;
}
.bread a {
    font-size: 15px;
    color: #8b8a8a;
    margin: 0 10px;
}

.article-list-area {
    padding: 40px 0;
    display: flex;
}
.article-list-left {
    width: 70%;
}
.article-list-right {
    width: 30%;
    padding-left: 20px;
    box-sizing: border-box;
}
.article-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.article-list li {
    width: 31%;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
}
.article-list-img {
    width: 100%;
    padding-top: 65%;
    position: relative;
}
.article-list-img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}
.arc-list-info {
    box-sizing: border-box;
    text-align: center;
    padding: 15px 8px;
}
.price {
    color: #999;
}
.arc-title {
    color: #020202;
    margin-top: 8px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.article-list li:hover .article-list-img img {
    transform: scale(1.1);
}
.list-page {
    text-align:center;
    margin:30px 0;
}
.list-page span {
    display:inline-block;
    width:30px;
    height:30px;
    color:#fff;
    line-height:30px;
    background:#818385;
}
.list-page span:hover {
    background:#50739e !important;
}
.now-page {
    background: #50739e !important;
}

.article-list-right .function {
    background: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.article-list-right .function_t {
    font-size: 16px;
    padding: 15px 0 10px 0;
    text-align: center;
    border-bottom: #50739e 1px solid;
    color: #50739e;
    letter-spacing: 2px;
}
.article-list-right .function_c {
    padding: 15px;
}
.article-list-right .function_c a {
    display: block;
    color: #666;
    padding: 4px 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.article-list-right .function_c a:hover {
    color: #50739e;
}
#divTags .function_c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#divTags .function_c ul li {
    margin: 5px 10px;
}
#divTags .function_c ul li a {
    border: 1px solid #666;
}
#divTags .function_c ul li a:hover {
    border: 1px solid #50739e;
}


.article-topSwt{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.topSwt-url{
    background: #fff;
    width: 48%;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
}
.topSwt-url:hover{
    box-shadow: -2px 10px 25px -2px rgb(216 216 216 / 90%);
}
.topSwt-url:hover .topSwt-img img{
    right: -50px;
}
.topSwt-url:hover .topSwt-txt p{
    color: #ff6565;
}
.topSwt-img{
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
}
.topSwt-img img{
    position: absolute;
    right: 0px;
    top: 0;
    width: 100px;
    height: 50px;
}
.topSwt-txt{
    margin-left: 10px;
}
.topSwt-txt p{
    font-size: 22px;
    color: #000;
}
.topSwt-txt span{
    margin-top: 5px;
    font-size: 5px;
    color: #515454;
}
.article-body {
    background: #fff;
}
.article-title {
    padding: 20px;
    border-bottom: 1px solid #639aed;
}
.article-title h1 {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 500;
}
.article-title span,.article-title a {
    border-left: 1px solid #e5e5e5;
    display: inline-block;
    padding: 0 10px;
    color: #808080;
}
.article-title span:nth-child(1) {
    border-left: none;
}
.article-txt {
    color: #666;
    padding: 30px;
    font-size: 16px;
    line-height: 1.6;
}
.article-txt p {
    margin-bottom: 10px;
}
.article-txt img {
    display: block;
    margin: 15px auto;
    max-width: 80%;
}
.arc-Prev-Next {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0;
}
.arc-Prev-Next a {
    width: 48%;
    color: #020202;
}
.arc-Prev-Next-btn {
    background: #fff;
    padding: 20px;
    color: #666;
}
.arc-Prev-Next-btn span {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}
.arc-Prev-Next-btn p {
    font-size: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.arc-Prev-Next-btn:hover {
    box-shadow: -2px 10px 25px -2px rgb(216 216 216 / 90%);
}
#comment {
    padding:20px;
    box-sizing:border-box;
    background:#fff;
}
.cp-xg h3 {
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
}
.no-com {
    width:100%;
    margin:15px 0 15px 0;
    padding:0 0 15px 0;
    text-align:left;
    list-style-position:outside;
    table-layout:fixed;
    word-wrap:break-word;
    border:1px solid #f3f3f3;
    border-radius:3px;
}
.no-com p {
    text-align:center;
    padding:15px 15px 0;
    margin:0;
    font-weight:normal;
    font-size:1em;
    color:#888;
}
ul.form-list>li {
    width:50%;
    float:left;
    margin-bottom:10px;
}
ul.form-list>li>div {
    border:1px solid #eee;
    border-radius:3px;
    margin-right:10px;
    position:relative;
}
ul.form-list input {
    padding:10px;
    height:35px;
    line-height:35px;
    width:100%;
    color:#000;
    border:0;
    box-sizing:border-box;
}
.com-text textarea {
    resize:none;
    width:100%;
    height:130px;
    border-radius:3px;
    line-height:180%;
    border:1px solid #eee;
    padding:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:none;
}
.form-btn {
    margin-top:10px;
}
.form-btn button,#cancel-reply {
    display:inline-block;
    height:36px;
    line-height:36px;
    width:100px;
    text-align:center;
    text-shadow:none;
    font-weight:normal;
    border:none;
    color:#FFF;
    background-color:#639aed;
    border-radius:2px;
    background-image:none;
    box-shadow:none;
    cursor:pointer;
    font-size:16px;
}
#cancel-reply {
    background-color: #d9d9d9;
    vertical-align: 0;
}
ul.com-box {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    list-style-position: outside;
    table-layout: fixed;
    word-wrap: break-word;
    border: 1px solid #eee;
    border-radius: 3px;
}
ul.com-box ul.com-box{
    border-top: 1px solid #eee;
    border-left: none;
    border-bottom: none;
    border-right: none;
}
li.comm-msg {
    padding: 15px 15px 0;
    margin: 0;
    font-weight: normal;
    font-size: 1em;
}
.parent-msg,.child-msg{
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
}
.com-con{
    padding-left: 15px;
}
.avatar{
    width: 45px;
    height: 45px;
}
.com-user{
    height: 25px;
    font-size: 15px;
    line-height: 25px;
}
.com-user a {
    font-size: 1em;
    color: #333333;
}
.com-meta{
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #999;
}
.com-meta a {
    color: #639aed;
    font-size: 12px;
    font-weight: 300;
}
.at-user {
    color: #ff6600;
}
.com-txt{
    padding-top:10px;
}




.fixedNav-bottmo-area{
    position: fixed;
    left: 0;
    bottom: 0;
    background: #72bece;
    height: 70px;
    width: 100%;
}

       
        
#menu-down{
    height: 100%;
    display: table;
}
#menu-down li{
    height: 100%;
    display: table-cell;
    width: 1%;
    float: none;
    text-align: center;
    position: relative;
}
#menu-down li a {
    text-align: center;
    color: #fff !important;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 22px;
    background-color: transparent;
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 17px;
    box-sizing: border-box;
}
.secondLevel{
    background: url(../image/sanjiao.png)no-repeat center center;
    background-size: 100% 100%;
}
#menu-down li a i{
    transition:all 0.3s;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 15px;
    height: 15px;
    transform:rotate(-90deg);
}
#menu-down li a span{
    font-size: 12px;
    text-transform: uppercase;
}
#menu-down li:hover {
    background: #2653a4;
}
#menu-down li:hover .secondLevel{
    transform:rotate(0deg);
}
#menu-down li:hover ul{
    display: flex;
}
.navbar-item ul {
    background-color: #434343;
    position: absolute;
    left: 0;
    bottom: 70px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    display: none;
}
.navbar-item ul li{
    width: 100% !important;
    height: 40px;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
}
.navbar-item ul li:last-child{
    border-top: none;
}
.navbar-item ul li a{
    padding-top: 5px !important;
    padding-bottom: 5px;
    line-height: 40px !important;
    box-sizing: border-box;
    font-size: 14px !important;
    line-height: 30px !important;
}
.beat{
    color: #ffffff !important;
    background: #fd4801;
    -webkit-animation: bounce 1s infinite;
}
.beat:hover{
    background: #fd4801 !important;
}
@keyframes bounce{
    0%, 20%, 53%, 80%, 100% {
        animation-timing-function: cubic-bezier(.5, .1, .5, 1);
        transform: translateZ(0);
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(.10, .05, .10, .06);
        transform: translate3d(0, -10px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(.10, .05, .10, .06);
        transform: translate3d(0, 0px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}






@media (max-width:1200px){
    .container{
        width: 900px;
        margin: 0 auto;
    }
    body {
        font-size:15px;
    }
    #banner-items{
        height: 600px;
    }
    .index-block {
        margin-bottom: 40px;
    }
    .index-title{
        margin-bottom: 30px;
    }
    .index-mini-title {
        font-size: 25px;
    }
    .inb-doctor-name p {
        font-size: 25px;
    }
    .inb-doctor-name span {
        font-size: 16px;
    }
    .inb-doctor-right ul li a {
        font-size: 16px;
    }
    .inb-article ul li {
        font-size: 14px;
    }
    .pageBanner-area img {
        width: 620px;
    }
}
@media (max-width:970px){
    .container{
        width: 800px;
        margin: 0 auto;
    }
    body {
        font-size:14px;
    }
    #banner-items{
        height: 500px;
    }
    .inb-chestShape li{
        width: 33%;
        height: auto;
        margin-bottom: 5px;
    }
    .chestShape-txt{
        bottom: -60%;
    }
    .index-block {
        margin-bottom: 40px;
    }
    .index-title{
        margin-bottom: 30px;
    }
    .index-mini-title {
        font-size: 23px;
    }
    .inb-doctor-name p {
        font-size: 23px;
    }
    .inb-doctor-name span {
        font-size: 15px;
        padding: 4px;
    }
    .inb-doctor-right ul li a {
        font-size: 15px;
        max-width: 65%;
    }
    .inb-article ul li {
        font-size: 14px;
    }
    .pageBanner-area img {
        width: 520px;
    }
    .article-list-area{
        flex-direction: column;
    }
    .article-list-left,
    .article-list-right{
        width: 100%;
    }
    .article-list-right {
        display: flex;
        justify-content: space-between;
        padding-left: 0px;
    }
    .article-list-right .function{
        width: 48%;
    }
    .foot-logo,
    .foot-phone,
    .foot-hours{
        width: 33%;
    }
    .foot-phone a{
        font-size: 25px;
    }
}
@media (max-width:767px){
    .container{
        width: 539px;
        margin: 0 auto;
    }
    body {
        font-size:14px;
    }
    #topbar{
        justify-content: center;
    }
    #topbar{
        position:relative;
    }
    #navBtn{
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }
    #navBtn i{
        font-size: 25px;
        color: #fff;
    }
    .navSwitch{
        display: block !important;
    }
    .topbar-urls{
        display: none;
    }
    #banner-items{
        height: 360px;
    }
    .index-block {
        margin-bottom: 40px;
    }
    .index-title{
        margin-bottom: 30px;
    }
    .index-mini-title {
        font-size: 23px;
    }
    .inb-chestShape li{
        width: 33%;
        height: auto;
        margin-bottom: 5px;
    }
    .chestShape-txt{
        bottom: -75%;
    }
    .chestShape-txt span{
        font-size: 16px;
    }
    .inb-projects{
        width: 580px;
        margin: 0 auto;
        justify-content: center;
    }
    .inb-projects li{
        width: 33%;
    }
    .inb-doctor{
        flex-direction: column;
        align-items: center;
    }
    .inb-doctor-left,
    .inb-doctor-right{
        width: 100%;
        padding: 0;
    }
    .inb-doctor-left{
        border-right: none;
        margin-bottom: 30px;
    }
    .inb-doctor-name p {
        font-size: 23px;
    }
    .inb-doctor-name span {
        font-size: 15px;
        padding: 4px;
    }
    .inb-doctor-right ul li a {
        font-size: 15px;
    }
    .inb-article ul li {
        font-size: 14px;
    }
    .inb-articles{
        flex-direction: column;
        align-items: center;
    }
    .inb-article{
        width: 100%;
    }
    .pageBanner-area{
        padding-top: 25px;
    }
    .pageBanner-area img {
        width: 520px;
    }
    .article-list-area{
        flex-direction: column;
    }
    .article-list-left,
    .article-list-right{
        width: 100%;
    }
    .article-list-right {
        display: flex;
        justify-content: space-between;
        padding-left: 0px;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .article-list-right .function{
        width: 48%;
    }
    .arc-Prev-Next-btn p{
        font-size: 17px;
    }
    footer{
        margin-bottom: 0px;
    }
    .foot-itmes{
        flex-direction: column;
    }
    .foot-line{
        display: none;
    }
    .foot-logo,
    .foot-phone,
    .foot-hours{
        width: 100%;
        margin-bottom: 30px;
    }
    .foot-logo img{
        width: 50%;
    }
    .foot-phone a{
        font-size: 25px;
    }
    

    .fixedNav-bottmo-area{
        left: 0;
        top: 80px;
        height: auto;
        display: none;
    }
    #menu-down {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    #menu-down li{
        width: 100%;
        height: auto;
        position: static;
        text-align: left;
    }
    #menu-down li a{
        text-align: left;
        padding: 10px 5px;
        display: inline-block;
        width: 100%;
        height: auto;
        position: relative;
    }
    #menu-down li a i{
        transform: rotate(180deg);
    }
    .navbar-item ul{
        position: static;
        flex-wrap: wrap;
        background: none;
        display: flex;
        flex-direction: row;
    }
    .navbar-item ul li{
        width: auto !important;
        border-top:none;
        margin: 5px;
    }
    .navbar-item ul li a{
        padding: 4px 7px !important;
        border-top: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }
    .navbar-item ul li a:first-child{
        border-left: 1px solid #e3e3e3;
    }
}
@media (max-width:539px){
    .container{
        width: 410px;
        margin: 0 auto;
    }
    body {
        font-size:14px;
    }
    #topbar{
        justify-content: center;
    }
    #topbar{
        position:relative;
    }
    #navBtn{
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }
    #navBtn i{
        font-size: 25px;
        color: #fff;
    }
    .navSwitch{
        display: block !important;
    }
    .topbar-urls{
        display: none;
    }
    #banner-area{
        margin-top: 80px;
    }
    #banner-items{
        height: 240px;
    }
    .index-block {
        margin-bottom: 40px;
    }
    .index-title{
        margin-bottom: 30px;
    }
    .index-mini-title {
        font-size: 23px;
    }
    .inb-chestShape li{
        width: 49%;
        height: auto;
        margin-bottom: 8px;
    }
    .chestShape-txt{
        bottom: -76%;
    }
    .chestShape-txt span{
        font-size: 16px;
    }
    .inb-projects{
        width: 410px;
        margin: 0 auto;
        justify-content: center;
    }
    .inb-projects li{
        width: 50%;
    }
    .inb-doctor{
        flex-direction: column;
        align-items: center;
    }
    .inb-doctor-left,
    .inb-doctor-right{
        width: 100%;
        padding: 0;
    }
    .inb-doctor-left{
        border-right: none;
        margin-bottom: 30px;
    }
    .inb-doctor-name p {
        font-size: 23px;
    }
    .inb-doctor-name span {
        font-size: 15px;
        padding: 4px;
    }
    .inb-doctor-right ul li a {
        font-size: 15px;
    }
    .inb-article ul li {
        font-size: 14px;
    }
    .inb-articles{
        flex-direction: column;
        align-items: center;
    }
    .inb-article{
        width: 100%;
    }
    .pageBanner-area{
        padding-top: 30px;
    }
    .pageBanner-area img {
        width: 100%;
    }
    .article-list-area{
        flex-direction: column;
    }
    .article-list-left,
    .article-list-right{
        width: 100%;
    }
    .article-list li{
        width: 49%;
    }
    .article-list-right {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding-left: 0px;
    }
    .article-list-right .function{
        width: 100%;
    }
    .article-topSwt,
    .arc-Prev-Next{
        flex-direction: column;
    }
    .topSwt-url,
    .arc-Prev-Next a{
        width: 100%;
    }
    .topSwt-url:nth-child(1),
    .arc-Prev-Next a{
        margin-bottom: 15px;
    }
    .article_info{
        display: flex;
        justify-content: space-between;
    }
    .arc-Prev-Next-btn p{
        font-size: 17px;
    }
    footer{
        margin-bottom: 0px;
    }
    .foot-itmes{
        flex-direction: column;
    }
    .foot-line{
        display: none;
    }
    .foot-logo,
    .foot-phone,
    .foot-hours{
        width: 100%;
        margin-bottom: 30px;
    }
    .foot-logo img{
        width: 50%;
    }
    .foot-phone a{
        font-size: 25px;
    }
    
    .fixedNav-bottmo-area{
        left: 0;
        top: 80px;
        height: auto;
        display: none;
    }
    #menu-down {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    #menu-down li{
        width: 100%;
        height: auto;
        position: static;
        text-align: left;
    }
    #menu-down li a{
        text-align: left;
        padding: 10px 5px;
        display: inline-block;
        width: 100%;
        height: auto;
        position: relative;
    }
    #menu-down li a i{
        transform: rotate(180deg);
    }
    .navbar-item ul{
        position: static;
        flex-wrap: wrap;
        background: none;
        display: flex;
        flex-direction: row;
    }
    .navbar-item ul li{
        width: auto !important;
        border-top:none;
        margin: 5px;
    }
    .navbar-item ul li a{
        padding: 4px 7px !important;
        border-top: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }
    .navbar-item ul li a:first-child{
        border-left: 1px solid #e3e3e3;
    }
}
@media (max-width: 411px){

}
@media (max-width: 359px){

}

