/*banner*/
.banner {
    margin-top: 2px;
}
.banner .red-slide {
    width: 100%;
    height: 480px;
}
/*医院介绍*/
.hospital-intro-content {
    position: relative;
    width: 1200px;
    height: 453px;
    margin: 0 auto;
}
.hospital-intro-content .hospital-img {
    width: 599px;
    height: 370px;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 40px;
    border: 3px solid #fff;
    box-shadow: 0 10px 20px 4px rgba(0, 0, 0, 0.2);
}
.hospital-intro-content .hospital-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in-out;
}
.hospital-intro-content .hospital-img:hover img {
    transform: scale(1.08);
}
.hospital-intro-content .hospital-text {
    position: absolute;
    top: 0;
    left: 300px;
    width: 900px;
    background-color: #f5f1ea;
    box-sizing: border-box;
    padding-left: 340px;
    height: 453px;
    z-index: 1;
}
.hospital-intro-content .hospital-text img {
    transform: scale(0.85);
    transform-origin: left top;
}
/*专家团队*/
.index-expert-team {
    background-color: #7d342d;
}
.index-expert-team .expert-team-title {
    transform: scale(0.85);
}
.index-expert-team .expert-team-content {
    height: 420px;
}
.index-doctor-ul li {
    width: 260px;
    height: 372px;
    text-align: center;
    background: #f5e9dc url(../images/index_doctor_bg.png) no-repeat center center;
}
.index-doctor-ul li .doctor-title-text {
    display: block;
    padding: 25px 0 0px;
    color: #7d342d;
}
.index-doctor-ul li .doctor-title-text h3 {
    margin-bottom: 0px;
    font-size: 22px;
}
.index-doctor-ul li .doctor-title-text p {
    font-size: 14px;
    margin-bottom: 16px;
    color: #333;
}
.index-doctor-ul li .doctor-title-text img {
    display: inline-block;
    width: 193px;
    height: 206px;
    border: 3px solid rgba(120, 80, 43, 0.3);
    box-sizing: border-box;
    border-radius: 10px;
}
.index-doctor-ul li .doctor-zx-btn {
    margin: 15px auto 0;
    width: 90%;
}
.index-doctor-ul li .doctor-zx-btn a {
    display: inline-block;
    width: 36%;
    font-size: 12px;
    background: #7d342d;
    text-align: center;
    line-height: 26px;
    color: #fff;
    border-radius: 17px;
    box-sizing: border-box;
    transition: all 300ms;
}
.index-doctor-ul li .doctor-zx-btn a:hover {
    background-color: #ff8500;
}
.index-doctor-ul li .doctor-zx-btn a:nth-child(1) {
    margin-right: 10px;
    background-color: #f5f5f5;
    color: #999;
}
.index-doctor-ul li .doctor-zx-btn a:nth-child(1):hover {
    background-color: #ff8500;
    color: #fff;
    border: none;
}
.index-doctor-ul li:hover {
    background: #6a2c26 url(../images/index_doctor_bgo.png) no-repeat center center;
}
.index-doctor-ul li:hover .doctor-title-text {
    color: #f5e9dc;
}
.index-doctor-ul li:hover .doctor-title-text p {
    color: #f5e9dc;
}
/*新闻科普文章*/
.news-article-title {
    text-align: center;
}
.news-article-title img {
    transform: scale(0.85);
    margin: 0 auto 30px;
}
.news-article-stitle {
    width: 569px;
    height: 201px;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 18px 25px;
    background: #f5f0e8 url(../images/news_title_bg.png) no-repeat center center;
}
.news-article-stitle .news-article-stitle-text h3 {
    font-size: 36px;
    margin-top: 20px;
    color: #7d342d;
}
.news-article-stitle .news-article-stitle-text p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #999;
}
.news-article-stitle .news-article-stitle-text a {
    margin-top: 20px;
    padding: 8px 12px;
    font-size: 14px;
}
.news-article-stitle .toutiao-img {
    display: block;
    width: 276px;
    height: 164px;
    overflow: hidden;
    border-radius: 8px;
}
.news-article-stitle .toutiao-img img {
    width: 100%;
    min-height: 100%;
}
.news-article-list li {
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px dashed #ccc;
}
.news-article-list li span {
    font-size: 14px;
    color: #666;
}
.news-article-list li a {
    display: flex;
    align-items: center;
    transition: all 300ms ease-in-out;
}
.news-article-list li a:hover {
    color: #7d342d;
    padding-left: 15px;
}
.news-article-list li a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #7d342d;
    border-radius: 50%;
    margin-right: 10px;
}
/*宣传小banner*/
.index-sbanner {
    height: 197px;
    width: 100%;
    background: url(../images/index_s_banner.jpg) no-repeat center center;
}
/*医院特色*/
.feature-tabsList li {
    overflow: hidden;
    cursor: pointer;
    display: inline;
    width: 106px;
    height: 435px;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature-tabsList li .feature-tabHead {
    float: left;
    overflow: hidden;
    width: 106px;
    height: 435px;
    position: relative;
    background: #ffffff;
    border: 1px solid #d4b599;
    box-sizing: border-box;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    background: #ffffff url(../images/ts_hover_bj.jpg) no-repeat center 435px;
}
.feature-tabsList li .feature-tabHead span {
    display: block;
    width: 50px;
    height: 45px;
    line-height: 40px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    background-color: #7d342d;
}
.feature-tabsList li .feature-tabHead h4 {
    width: 28px;
    font-size: 28px;
    margin: 80px auto 0;
    line-height: 1.1;
    font-weight: 500;
}
.feature-tabsList li .feature-tabHead img {
    display: inline-block;
    width: 29px !important;
    height: 43px !important;
    margin: 0 auto;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.feature-tabsList li .feature-tabBody {
    float: left;
    width: 0;
    display: block;
    overflow: hidden;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease-in-out;
    opacity: 0;
    background: #f5dbbf;
}
.feature-tabsList li .feature-tabBody span {
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.95);
}
.feature-tabsList li.on {
    width: 742px;
    height: 435px;
    overflow: hidden;
}
.feature-tabsList li.on .feature-tabHead {
    float: left;
    background: #e9ddcf url(../images/ts_hover_bj.jpg) no-repeat center bottom;
}
.feature-tabsList li.on .feature-tabHead h4 {
    color: #7d342d;
}
.feature-tabsList li.on .feature-tabBody {
    float: left;
    width: 636px;
    display: block;
    overflow: hidden;
    opacity: 1;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.feature-tabsList li.on .feature-tabBody span {
    transform: scale(1);
}
.form-control {
    float: left;
    line-height: 35px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    text-indent: 24px;
}
.codeimg {
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 1.5px;
}
/*热点咨询*/
.rd-cont {
    width: 655px;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    background: #fff;
    padding: 24px;
}
.zxly {
    width: 517px;
    float: right;
    box-sizing: border-box;
    background: #fff;
    padding: 24px;
}
.rd-ul {
    overflow: hidden;
}
.rd-ul li {
    width: 195px;
    float: left;
    margin-right: 11px;
    line-height: 62px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 16px;
}
.liuyan-f {
    overflow: hidden;
}
.liuyan-f p {
    margin-bottom: 14px;
    overflow: hidden;
}
.liuyan-f label {
    display: block;
    width: 80px;
    float: left;
    text-align: right;
    height: 35px;
}
.liuyan-f input.text,
.liuyan-f textarea {
    width: 385px;
    float: left;
    line-height: 35px;
    border: 1px solid #cccccc;
    background: #f9f9f9;
    text-indent: 24px;
}
.ts-red {
    text-align: center;
    color: red;
    margin-bottom: 17px;
}
.tj-input {
    float: left;
    width: 365px;
}
.tj-input {
    width: 120px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin-right: 15px;
    background: #6e7377;
    color: #fff;
    border: none;
}
