@import "base.css";
@import "header.css";
@import "footer1.css";
@import "";

body {
    background-color: #f4f6f8;
}

.ks-focus {

}
.ks-focus .banner {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.ks-focus .banner .bd {
    width: 100%;
}
.ks-focus .banner .bd li a {
    display: block;
    height: 300px;
}
.ks-focus .banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    height: 15px;
    line-height: 15px;
}
.ks-focus .banner .hd ul {
    text-align: center;
}
.ks-focus .banner .hd ul li {
    cursor: pointer;
    zoom: 1;
    margin: 0 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.ks-focus .banner .hd ul .on {
    background-color: #377bee;
}
.ks-focus .banner>i {
    font-size: 30px;
    position: absolute;
    z-index: 99;
    top: 48%;
    left: 5%;
    cursor: pointer;
    opacity: 0.8;
    color: #eee;
}
.ks-focus .banner i.next {
    left: auto;
    right: 5%;
}
.ks-focus .banner>i:hover {
    color: #377bee;
}


.ks-jieshao {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.ks-title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 60px 0 40px;
}
.ks-title h2 {
    width: 100%;
    line-height: 60px;
    font-size: 36px;
    color: #333;
}
.ks-title p {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.ks-jieshao .ks-info {
    width: 100%;
    line-height: 36px;
    padding: 0 10%;
    font-size: 18px;
    color: #666;
    box-sizing: border-box;
}



.ks-case {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    background-color: #fff;
}

.ks-case .case-info .cibox {
    float: left;
    width: 23.5%;
    height: auto;
    margin-left: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 2px solid #fff;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ks-case .case-info .cibox.f {
    margin-left: 0;
}
.ks-case .case-info .cibox .pic {
    width: 278px;
    height: 181px;
    overflow: hidden;
}
.ks-case .case-info .cibox img {
    width: 278px;
    height: 181px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    object-fit: cover;
}
.ks-case .case-info .cibox .txt {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    height: 92px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ks-case .case-info .cibox h4 {
    font-size: 20px;
    padding-bottom: 5px;
}
.ks-case .case-info .cibox p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.ks-case .case-info .cibox:hover {
    border-color: #0055a4;
    box-shadow: 0 12px 10px rgb(0 0 0 / 10%);
}
.ks-case .case-info .cibox:hover .txt {
    border: none;
    background-color: #0055a4;
    color: #fff;
    height: 97px;
    margin-top: -5px;
}
.ks-case .case-info .cibox:hover img {
    transform: scale(1.05, 1.05);
}
.ks-case .case-btn {
    height: 40px;
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}
.ks-case .case-btn a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 16px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #0055a4;
}
.ks-case .case-btn a:hover {
    font-size: 17px;
    box-shadow: 0 12px 10px rgb(0 0 0 / 10%);
}


.ks-mode {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.ks-mode .mode-info .mibox {
    float: left;
    width: 23.5%;
    height: auto;
    margin-left: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 2px solid #f4f6f8;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ks-mode .mode-info .mibox.f {
    margin-left: 0;
}
.ks-mode .mode-info .mibox .pic {
    width: 278px;
    height: 181px;
    overflow: hidden;
}
.ks-mode .mode-info .mibox img {
    width: 278px;
    height: 181px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    object-fit: cover;
}
.ks-mode .mode-info .mibox .txt {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    height: 140px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ks-mode .mode-info .mibox h4 {
    font-size: 20px;
    padding-bottom: 5px;
}
.ks-mode .mode-info .mibox p {
    font-size: 14px;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
}
.ks-mode .mode-info .mibox:hover {
    border-color: #0055a4;
    box-shadow: 0 12px 10px rgb(0 0 0 / 10%);
}
.ks-mode .mode-info .mibox:hover .txt {
    border: none;
    background-color: #0055a4;
    color: #fff;
    height: 145px;
    margin-top: -5px;
}
.ks-mode .mode-info .mibox:hover img {
    transform: scale(1.05, 1.05);
}
.ks-mode .mode-btn {
    height: 54px;
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}
.ks-mode .mode-btn a {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to right,#0050a7,#39d315);
    border-radius: 25px;
}
.ks-mode .mode-btn a:hover {
    transform: scale(1.03, 1.03);
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
}


.ks-jsfk-mode {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.ks-jsfk-mode .mode-info .mibox {
    float: left;
    width: 32%;
    height: auto;
    margin-left: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 2px solid #f4f6f8;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ks-jsfk-mode .mode-info .mibox.f {
    margin-left: 0;
}
.ks-jsfk-mode .mode-info .mibox .pic {
    width: 380px;
    height: 240px;
    overflow: hidden;
}
.ks-jsfk-mode .mode-info .mibox img {
    width: 380px;
    height: 240px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    object-fit: cover;
}
.ks-jsfk-mode .mode-info .mibox .txt {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    height: 124px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ks-jsfk-mode .mode-info .mibox h4 {
    font-size: 22px;
    padding-bottom: 8px;
}
.ks-jsfk-mode .mode-info .mibox p {
    font-size: 16px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.ks-jsfk-mode .mode-info .mibox:hover {
    border-color: #0055a4;
    box-shadow: 0 12px 10px rgb(0 0 0 / 10%);
}
.ks-jsfk-mode .mode-info .mibox:hover .txt {
    border: none;
    background-color: #0055a4;
    color: #fff;
    height: 129px;
    margin-top: -5px;
}
.ks-jsfk-mode .mode-info .mibox:hover img {
    transform: scale(1.05, 1.05);
}
.ks-jsfk-mode .mode-btn {
    height: 54px;
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}
.ks-jsfk-mode .mode-btn a {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to right,#0050a7,#39d315);
    border-radius: 25px;
}
.ks-jsfk-mode .mode-btn a:hover {
    transform: scale(1.03, 1.03);
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
}



.ks-qgy-case {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    background-color: #fff;
}
.ks-qgy-case .case-info .cibox {
    float: left;
    width: 32%;
    height: auto;
    margin-left: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 2px solid #fff;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ks-qgy-case .case-info .cibox.f {
    margin-left: 0;
}
.ks-qgy-case .case-info .cibox .pic {
    width: 380px;
    height: 240px;
    overflow: hidden;
}
.ks-qgy-case .case-info .cibox img {
    width: 380px;
    height: 240px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    object-fit: cover;
}
.ks-qgy-case .case-info .cibox .txt {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    height: 124px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ks-qgy-case .case-info .cibox h4 {
    font-size: 22px;
    padding-bottom: 8px;
}
.ks-qgy-case .case-info .cibox p {
    font-size: 16px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.ks-qgy-case .case-info .cibox:hover {
    border-color: #0055a4;
    box-shadow: 0 12px 10px rgb(0 0 0 / 10%);
}
.ks-qgy-case .case-info .cibox:hover .txt {
    border: none;
    background-color: #0055a4;
    color: #fff;
    height: 129px;
    margin-top: -5px;
}
.ks-qgy-case .case-info .cibox:hover img {
    transform: scale(1.05, 1.05);
}
.ks-qgy-case .case-btn {
    height: 54px;
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}
.ks-qgy-case .case-btn a {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to right,#0050a7,#39d315);
    border-radius: 25px;
}
.ks-qgy-case .case-btn a:hover {
    transform: scale(1.03, 1.03);
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
}

.ks-qgy-mode {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.ks-qgy-mode .mode-info .mibox {
    float: left;
    width: 32%;
    height: auto;
    margin-left: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #087bd3;
    text-align: center;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ks-qgy-mode .mode-info .mibox.f {
    margin-left: 0;
}
.ks-qgy-mode .mode-info .mibox:nth-child(2) {
    background-color: #1699cf;
}
.ks-qgy-mode .mode-info .mibox:nth-child(3) {
    background-color: #099bb1;
}
.ks-qgy-mode .mode-info .mibox .pic {
    color: #fff;
    padding: 20px;
}
.ks-qgy-mode .mode-info .mibox i {
    font-size: 100px;
    margin: 30px 0 15px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ks-qgy-mode .mode-info .mibox h4 {
    font-size: 26px;
    padding-bottom: 15px;
}
.ks-qgy-mode .mode-info .mibox p {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.ks-qgy-mode .mode-info .mibox:hover i {
    transform: scale(1.05, 1.05);
}
.ks-qgy-mode .mode-btn {
    height: 54px;
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}
.ks-qgy-mode .mode-btn a {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to right,#0050a7,#39d315);
    border-radius: 25px;
}
.ks-qgy-mode .mode-btn a:hover {
    transform: scale(1.03, 1.03);
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
}



.ks-xeyk-mode {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.ks-xeyk-mode .mode-info .mibox {
    float: left;
    width: 23.5%;
    height: auto;
    margin-left: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #087bd3;
    text-align: center;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ks-xeyk-mode .mode-info .mibox.f {
    margin-left: 0;
}
.ks-xeyk-mode .mode-info .mibox:nth-child(2) {
    background-color: #1699cf;
}
.ks-xeyk-mode .mode-info .mibox:nth-child(3) {
    background-color: #099bb1;
}
.ks-xeyk-mode .mode-info .mibox:nth-child(4) {
    background-color: #26a843;
}
.ks-xeyk-mode .mode-info .mibox .pic {
    color: #fff;
    padding: 20px;
}
.ks-xeyk-mode .mode-info .mibox i {
    font-size: 100px;
    margin: 30px 0 15px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ks-xeyk-mode .mode-info .mibox h4 {
    font-size: 26px;
    padding-bottom: 15px;
}
.ks-xeyk-mode .mode-info .mibox p {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    text-align: left;
    overflow: hidden;
}
.ks-xeyk-mode .mode-info .mibox:hover i {
    transform: scale(1.05, 1.05);
}
.ks-xeyk-mode .mode-btn {
    height: 54px;
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}
.ks-xeyk-mode .mode-btn a {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to right,#0050a7,#39d315);
    border-radius: 25px;
}
.ks-xeyk-mode .mode-btn a:hover {
    transform: scale(1.03, 1.03);
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
}



.ks-doctor {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    background-color: #fff;
}
.doctor-list{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.doctor-list .bd ul li{
    float: left;
}
.doctor-list .doc-item{
    width: 184px;
    margin-right: 19.2px;
    height: auto;
    background-color: #f4f6f8;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.doctor-list .doc-item:after {
    content: "";
    background-color: #004ea2;
    width: 50px;
    height: 5px;
    position: absolute;
    left: 66px;
    top: 0;
}
.doctor-list .doc-item .name{
    display: block;
    font-size: 20px;
    color: #004ea2;
    line-height: 35px;
    height: 35px;
}

.doctor-list .doc-item .name:hover{
    color: #004ea2;
}
.doctor-list .doc-item p {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.doctor-list .doc-item .pic{
    display: block;
    width: 144px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.doctor-list .doc-item img{
    width: 150px;
    height: 200px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}
.doctor-list .doc-item img:hover{
    webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.doctor-list .doc-item .depart{
    display: block;
    line-height: 1;
    padding: 20px 0 10px;
    font-size: 16px;
}
.doctor-list .doc-item .depart:hover{
    color: #03a560;
}

.doctor-list .hd{position:relative;overflow:hidden;margin-top:20px;}
.doctor-list .hd i{position:absolute;left:2px;display:block;width:40px;height:15px;line-height:15px;text-align:center;border-radius:15px;background-color:#fff;color:#B24000;font-size:17px;transition:0.38s;-webkit-transition:0.38s;}
.doctor-list .hd a:hover{background-color:#B24000;color:#fff;}
.doctor-list .hd ul{zoom:1;text-align:center;}
.doctor-list .hd ul li{display:inline-block;width:15px;height:15px;border-radius:15px;overflow:hidden;margin:0 5px;text-indent:-999px;cursor:pointer;background-color:#999;-webkit-transition:0.38s;transition:0.38s;}
.doctor-list .hd ul li.on{width:30px;background-color:#004ea2;}


.ks-problem {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.problem-info {
    padding: 0 40px;
}
.problem-info .pi-item {
    color: #333;
}
.problem-info .pi-item h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 0;
    cursor: pointer;
}
.problem-info .pi-item h3 span {
    color: #377bee;
}
.problem-info .pi-item span {
    margin-right: 10px;
    font-size: 22px;
    font-weight: bolder;
}
.problem-info .pi-item p {
    padding: 8px 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
    background-color: #ebf2ff;
}
.problem-info .pi-item p span {
    color: #f96008;
}
.problem-info .pi-item p a {
    display: inline-block;
    color: #f96008;
}
.problem-info .pi-item p a:hover {
    color: #377bee;
    font-weight: bold;
}





.lg-footer{width:100%;background-color:#F5F5F5;padding:20px 0;}
.lg-footer .left{float:left;width:auto;}
.lg-footer .left .logo{float:left;margin-right:20px;}
.lg-footer .left .text{float:left;color:#707070;}
.lg-footer .left .text p{height:22px;line-height:22px;}
.lg-footer .left .text .beian a,.lg-footer .left .text .beian span{color:#666;padding-left:5px;}
.lg-footer .left .text .beian a:hover{color:#377bee;}
.lg-footer .left .text .beian a img{float:left;}
.lg-footer .icon{float:right;}
.lg-footer .icon a{width:46px;height:46px;display:block;background-color:#a7a7a7;border-radius:23px;margin-left:10px;float:left;position:relative;}
.lg-footer .icon a:hover{background-color:#377bee;}
.lg-footer .icon a i{font-size:26px;text-align:center;vertical-align:middle;line-height:46px;display:block;color:#fff;}
.lg-footer .icon a.wx img{position:absolute;top:-170px;right:0;display:none;background-color:#377bee;padding:10px;width:150px;height:150px;}
.lg-footer .icon a.wx:hover img{display:block;}