/* banner */

.focus {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    z-index: 0
}

.focus .hd {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    text-align: center;
}

.focus .hd ul {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    vertical-align: top;
}

.focus .hd ul li {
    display: inline-block;
    width: 30px;
    height: 5px;
    background-color: rgba(255, 0, 0, 0.5);
    vertical-align: top;
    overflow: hidden;
    margin-right: .08rem;
    margin-left: .08rem;
}

.focus .hd ul .on {
    background-color: #FFFFFF;
}

.focus .bd {
    position: relative;
    z-index: 0;
    margin-top: 0px;
    margin-bottom: -7px;
}

.focus .bd li img {
    width: 100%;
}

.focus .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 取消链接高亮 */
}

.focus .bd li {
    position: relative;
}

.focus .bd li .one {
    width: 100%;
    position: absolute;
    top: 1.6rem;
    text-align: center;
    color: #fff;
}

.focus .bd li .one>h2 {
    font-size: .45rem;
    font-weight: bold;
}

.focus .bd li .one>p {
    font-size: .1rem;
}

.prev {
    position: absolute;
    top: 50%;
    left: 10%;
    display: inline-block;
    font-size: 30px;
    color: #1b813f;
}

.next {
    position: absolute;
    top: 50%;
    right: 10%;
    font-size: 30px;
    color: #1b813f;
}

@media all and (max-width: 768px) {
    .focus {
        margin-top: 45px;
    }

    .focus .hd {
        position: absolute;
        bottom: 0 !important;
        height: 10px !important;
    }

    .focus .hd ul {
        bottom: 0 !important;
    }

    .prev,
    .next {
        display: none !important;
    }
}

/* 关于我们 */
.about {
    background: #fff;
    padding: 20px 0;

}

.about>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.about-left,
.about-right {
    width: 47%;
    padding: 0 10px;
    margin: 40px 0;
}

.about-left>h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #83c326;
    margin-bottom: 15px;
}

.about-left>h3 {
    font-size: 26px;
    color: #333;
    line-height: 40px;
    margin-bottom: 20px;
}

.about-left>p {
    color: #666666;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    text-align: justify;
    font-size: 14px;
    text-indent: 2em;
}

.about-left>a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: #83c326;
    border-radius: 5px;
    margin-top: 40px;
}

.about-right>p>span {
    display: inline-block;
    padding: 15px 42px;
    border: 1px solid #e7e7e7;
    margin-right: 5px;
    position: relative;
    background: #f9f9f9;
    border-radius: inherit;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    transition: .5s;
}

.about-right>p>span>i {
    float: left;
    font-size: 25px;
    color: #666666;
    margin-right: 10px;
}

.about-right>p>span.active>i {
    color: #ffffff;
}

.about-right>p>span.active {
    background: #83c326;
    color: #fff;
}

.about-right>p>span.active::after {
    position: absolute;
    left: 44%;
    margin-left: -8px;
    bottom: -15px;
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #83c326;
}

.ab-box {
    margin-top: 30px;
}

.ab-box p {
    color: #666666;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    text-align: justify;
    font-size: 14px;
}

.ab-box a {
    background-color: transparent;
    color: #232323;
    border: 2px solid #0cb8b6;
    padding: 10px 40px;
    transition: all 0.35s ease-in-out;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.ab-box a:hover {
    background-color: #83c326;
    color: #ffffff !important;
    border: 2px solid #83c326;
}

.ab-box img {
    width: 100%;
}

.box-sj>ul>li {
    margin: 5px 0;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px 10px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

/* 科室简介 */
.department {
    background: #f5f5f5;
    padding: 60px 0;

}

.department {
    padding: 60px 0;
    background: #f5f5f5;
}

.title {
    margin-bottom: 5px;
    text-align: center;
}

.title>h3 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 26px;
}

.title>h3 span {
    color: #83c326;
    margin: 0 15px;
}

.title>h3::before {
    background: #83c326 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}

.title>h3::after {
    background: #83c326 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}

.title>p {
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.index-gd .title>p{
    text-align: left;
    text-indent: 2em;
}
.department .new_cur{
    position: relative;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #0cb8b6;
    z-index: 1;
    overflow: hidden;
    margin-right: 36px;
}

.department .new_cur:last-of-type {
    margin-right: 0 !important;
}

.department .new_cur::after {
    position: absolute;
    left: 0;
    top: -100%;
    content: "";
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #0cb8b6;
}

.department .new_cur:hover::after {
    top: 0;
}


.de-con>p {
    font-size: 14px;
    color: #666;
    text-align: left;
    text-indent: 2em;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.department  .new_cur:hover .de-con>p {
    color: #fff;
}

.department  .new_cur:hover .de-con>a {
    color: #fff;
    border: 2px solid #fff;
}
.department  .new_cur:hover .system_list_tit strong{
    color: #fff;
}
.de-con>a {
    padding: 5px 20px;
    border-radius: 40px;
    border: 2px solid #83c326;
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    color: #000;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 9999;
}

/* 隔断 */
.index-gd {
    position: relative;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.index-gd>div img{
    width: 100%;
}
.index-gd>div>div{
    width: 49%;
    float: left;
}
.index-gd .title {
    padding: 61px 20px;
    margin-bottom: 0;
    position: relative;
    z-index: 99;
    width: 100%;
}

.title strong {
    margin: 30px 0;
    display: block;
    font-size: 18px;
}

/* 名医简介 */
.doctor {
    background: #f5f5f5;
    padding: 50px 0;
}

.doc-img>ul {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.doc-img>ul>li {
    width: 18%;
    box-shadow: 0 0 10px 1px #ccc;
    position: relative;
    margin-bottom: 170px;
}

.doc-img>ul>li img {
    width: 100%;
    display: block;
}

.doc-con {
    background: #fff;
    padding: 10px 10px 50px;
    position: absolute;
    left: 0;
    bottom: -166px;
    width: 95%;
}

.doc-con>h3 {
    font-size: 18px;
    padding: 10px 0;
}

.doc-con>h3>span {
    background: #83c326;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    float: right;
}

.doc-con>h4 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    padding: 5px 0;
    height: 50px;
    overflow: hidden;
}

.doc-con p {
    display: none;
    font-size: 14px;
    color: #999;
    text-align: justify;
}

.doc-con>a {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.doc-con>a>i {
    font-size: 24px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #83c326;
}

/* news */
.news {
    padding: 50px 0;
}

.news ul {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.news ul>li {
    width: 31.4%;
    box-shadow: 0 0 10px 1px #ccc;
}

.news ul>li img {
    width: 100%;
    display: block;
}

.new-con {
    padding: 10px;
}

.new-con>p {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.new-con>p:last-of-type {
    border-bottom: none;
}

.new-con>p>span {
    font-size: 14px;
    color: #333;
}

.new-con>h3 {
    font-size: 18px;
    color: #333;
    margin: 15px 0;
    height: 50px;
}

.new-con>small {
    font-size: 14px;
    color: #999;
}

.new-con a {
    font-size: 14px;
    padding: 8px 30px;
    border: 2px solid #83c326;
    display: block;
    border-radius: 50px;
    margin-top: 20px;
    color: #000;
}

@media all and (max-width:768px) {
    .news li {
        width: 100%;
    }
}

a:hover {
    color: #eee
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.clearfix {}

.marketing {
    overflow: hidden
}

.marketing-title {
    text-align: center;
    font-size: 32px;
    color: #fff;
    padding-top: 91px;
    margin-bottom: 15px
}

.marketing-text {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #888
}

.click_a {
    width: 94px;
    height: 42px;
    margin: 0 auto;
    padding-top: 20px
}

.hover_L {
    float: left
}

.click_a a {
    display: block;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border: 1px solid #83c326;
    text-align: center;
    line-height:50px;
}
.click_a a i{
    font-size: 30px;
    color: #83c326;
}
.hover_R {
    float: right
}


.click_a a:hover{
    background: #83c326;
}
.click_a a:hover i{
    color: #fff;
}
.mark-main {
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: relative;
}

.click_con {
    width: 100%;
    padding-top: 70px;
    overflow: hidden;
    margin-left: -133px
}

.system_list {
    width: 360px;
    position: relative;
    background: #fafafa;
    margin: 0 5px;
    float: left;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.system_list_tit {
    padding: 12px 30px;
    border-bottom: 1px solid #ededed
}

.system_list_tit span {
    display: block;
    overflow: hidden
}

.system_list_tit span em {
    display: block;
    width: 4px;
    height: 20px;
    background: #83c326;
    float: left;
    margin-right: 10px
}

.system_list_tit span strong {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 20px;
    color: #333
}

.system_list_tit p {
    display: block;
    font-size: 12px;
    color: #999;
    padding-top: 12px
}

.system_list_con {
    padding: 15px 28px 0
}

.mark-main-list {
    overflow: hidden;
    margin-bottom: 30px
}

.mark-main-list span {
    display: block;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden
}

.mark-main-list p {
    display: block;
    overflow: hidden;
    padding: 4px 0
}

.mark-main-list span img {
    width: 100%
}

.mark-main-list p em {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-style: normal
}

.mark-main-list p strong {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #888
}

.layer-mask {
    width: 100%;
    height: 100%;
    opacity: .3;
    transition: all 1s;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

.click_con .new_cur .layer-mask {
    opacity: 0
}

.click_con .new_cur {
    z-index: 10;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2)
}
.new_cur .system_list_con{
    padding: 15px 28px;
}

