.content {
    padding: 46px 0 40px;
}

.introduction {
    float: left;
    width: 260px;
}

.intr_t {
    width: 250px;
}

.intr_t .head {
    line-height: 16px;
    margin-bottom: 19px;
    letter-spacing: 1px;
}

.intr_t .head span {
    vertical-align: middle;
}

.intr_t .head span:nth-child(1) {
    color: #27629e;
    font-size: 16px;
}

.intr_t .head span:nth-child(2) {
    color: #acacac;
    font-size: 10px;
}

.intr_t .head a {
    color: #27629e;
    font-size: 12px;
    float: right;
    margin-top: 3px;
}

.introduction p {
    font-size: 12px;
    color: #5b5b5b;
    line-height: 24px;
    margin-top: 15px;
    text-indent: 24px;
    letter-spacing: 1px;
}

.introduction p .red {
    color: #e30000;
}

.news {
    float: left;
    width: 350px;
    margin-left: 44px;
}

.head-article {
    color: #27629e;
    font-size: 15px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.head-decri {
    font-size: 12px;
    color: #5b5b5b;
    line-height: 24px;
    margin-top: 7px;
    text-indent: 24px;
    letter-spacing: 1px;
}

.head-decri .red {
    color: #e30000;
}

.common-list {
    margin-top: 15px;
    letter-spacing: 1px;
    line-height: 24px;
}

.common-list li {
    white-space: nowrap;
}

.common-list li span:nth-child(1) {
    color: #27629e;
    font-size: 13px;
    vertical-align: middle;
}

.common-list li span:nth-child(2) {
    color: #5b5b5b;
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    padding-left: 4px;
    box-sizing: border-box;
}
.news .common-list li span:nth-child(2) {
    width: 205px;
}
.hzgz .common-list li span:nth-child(2) {
    width: 130px;
}
.common-list li span:nth-child(3) {
    color: #bfbfbf;
    font-size: 12px;
}

.hzgz {
    width: 280px;
    float: right;
}

.call_box {
    background: url(../images/line.png) #27629e repeat-x center 2px;
    padding: 14px 13px 6px
}

.call_box input[type=text] {
    width: 180px;
    height: 20px;
    color: #5b5b5b;
    float: left;
    border: none;
    margin-right: 6px;
    letter-spacing: 1px;
    padding-left: 3px;
}

.call_box input[type=button] {
    width: 68px;
    height: 20px;
    float: left;
    border: none;
    background-color: #ffd800;
    color: #27629e;
}

.call_box input[type=text]::-webkit-input-placeholder {
    color: #27629e;
    font-size: 12px;
}

.call_box input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #27629e;
}

.call_box input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #27629e;
}

.call_box input[type=text]:-ms-input-placeholder {
    color: #27629e;
}

.contact_wrap {
    border: 2px solid #27629e;
    margin-top: 38px;
}

.contact_wrap li {
    width: 25%;
    height: 71px;
    float: left;
    padding-top: 15px;
    box-sizing: border-box;
    border-right: 2px solid #27629e;
}

.contact_wrap li:last-child {
    border-right: 0;
}

.contact_wrap li p:nth-child(1) {
    font-size: 15px;
    color: #114c88;
}

.contact_wrap li p:nth-child(2) {
    font-size: 12px;
    color: #5b5b5b;
    margin-top: 2px;
}

.contact_wrap .wx {
    padding: 0 0 0 74px;
    position: relative;
}

.contact_wrap .wx::before {
    content: '';
    display: block;
    width: 41px;
    height: 34px;
    position: absolute;
    top: 4px;
    left: 24px;
    background: url(../images/sprite.png) no-repeat;
    background-position: 0px -30px;
}

.contact_wrap .qq {
    padding: 0 0 0 78px;
    position: relative;
}

.contact_wrap .qq::before {
    content: '';
    display: block;
    width: 28px;
    height: 34px;
    position: absolute;
    top: 4px;
    left: 30px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -50px -30px;
}

.contact_wrap .tel {
    padding: 0 0 0 82px;
    position: relative;
}

.contact_wrap .tel::before {
    content: '';
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 4px;
    left: 25px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -100px -30px;
}

.contact_wrap .yygh {
    padding: 0 0 0 71px;
    position: relative;
}

.contact_wrap .yygh::before {
    content: '';
    display: block;
    width: 24px;
    height: 33px;
    position: absolute;
    top: 4px;
    left: 28px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -150px -30px;
}

.contact_wrap .line {
    padding: 0 0 0 70px;
    position: relative;
}

.contact_wrap .line::before {
    content: '';
    display: block;
    width: 33px;
    height: 31px;
    position: absolute;
    top: 4px;
    left: 24px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -200px -30px;
}


/*  */

.head_tit {
    height: 50px;
    line-height: 50px;
    background-color: #ededed;
    border-bottom: 3px solid #e1e1e1;
}

.left {
    float: left;
}

.head_tit .left {
    font-size: 0;
}

.right {
    float: right;
}

.team_wrap {
    margin-top: 35px;
}

.team_wrap .left {
    width: 285px;
    height: 23px;
    background: url(../images/sprite.png)no-repeat;
    background-position: 0px -70px;
    margin-top: 14px;
    margin-left: 10px;
}

.team_wrap .right {
    font-size: 14px;
    color: #27629e;
    padding-right: 47px;
    position: relative;
}

.team_wrap .right::after {
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    background: url(../images/sprite.png)no-repeat;
    background-position: -60px 0px;
    position: absolute;
    right: 9px;
    top: 11px;
}

.team_con {
    padding: 13px 0 37px;
}

#teamswiper {
    width: 616px;
    float: left;
}

#teamswiper .swiper-slide {
    width: 230px;
    height: 250px;
    overflow: hidden;
    margin-right: 10px;
}

#teamswiper .swiper-slide img {
    width: auto;
    height: 200px;
    margin-left: -50px;
}

.team_con .question {
    width: 325px;
    height: 250px;
    float: right;
}

.team_con .question li {
    margin-bottom: 10px;
    position: relative;
    height: 33px;
    overflow: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.team_con .question li .ques {
    line-height: 33px;
    height: 33px;
    background-color: #ededed;
    font-size: 14px;
    color: #5b5b5b;
    padding-left: 11px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team_con .question li .ques span {
    vertical-align: middle;
}

.team_con .question li .ques .hot {
    display: inline-block;
    width: 18px;
    height: 8px;
    background: url(../images/sprite.png)no-repeat;
    background-position: -100px 0px;
    font-size: 0;
}

.team_con .question .rarrow {
    position: absolute;
    right: 11px;
    top: 12px;
    display: block;
    width: 8px;
    height: 11px;
    background: url(../images/sprite.png)no-repeat;
    background-position: -130px 0px;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.team_con .question .ans {
    height: 0;
    color: #686868;
    font-size: 12px;
    line-height: 24px;
    text-indent: 30px;
    padding: 14px 12px 0;
    box-sizing: border-box;
}

.team_con .question .ans a {
    color: #ff3000;
}

.team_con .question li.open {
    height: 121px;
}

.team_con .question li.open .ques {
    color: #27629e;
}

.team_con .question li.open .rarrow {
    background-position: -142px 0px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.zyfw_img {
    height: 110px;
    background: url(../images/bannerzy.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.zyfw_img a {
    display: inline-block;
    color: #27629e;
    background-color: #ffd800;
    font-size: 12px;
    padding: 4px 16px 4px 12px;
    letter-spacing: 0;
    position: absolute;
    top: 71px;
}

.zyfw_img a:nth-child(1) {
    left: 383px;
}

.zyfw_img a:nth-child(2) {
    left: 496px;
}


/*  */

.recovery_story_wrap {
    margin-top: 36px;
}

.recovery_story_wrap .left {
    width: 285px;
    height: 23px;
    background: url(../images/sprite.png) no-repeat;
    background-position: 0px -100px;
    margin-top: 14px;
    margin-left: 10px;
}

.recovery_story_wrap .head_tit ul li {
    float: left;
    height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 3px;
}

.recovery_story_wrap .head_tit ul li.active {
    border-bottom: 3px solid #27629e;
}

.recovery_story_wrap .head_tit ul li span {
    display: inline-block;
    height: 22px;
    background: url(../images/sprite.png) no-repeat;
    font-size: 0;
    vertical-align: middle;
}

.recovery_story_wrap .head_tit ul .xcx span {
    width: 48px;
    background-position: 0px -242px;
}

.recovery_story_wrap .head_tit ul .hpbx span {
    width: 65px;
    background-position: -74px -242px;
}

.recovery_story_wrap .head_tit ul .gjx span {
    width: 48px;
    background-position: -171px -242px;
}

.recovery_story_wrap .head_tit ul .nbx span {
    width: 48px;
    background-position: -245px -242px;
}

.recovery_story_wrap .story_con {
    margin-top: 20px;
    position: relative;
    min-height: 270px;
}

.recovery_story_wrap .story_con ul {
    width: 100%;
    display: none;
    position: absolute;
}
.recovery_story_wrap .story_con ul:first-child{
    display: block;
}
.recovery_story_wrap .story_con ul li {
    float: left;
    width: 230px;
    height: 270px;
    margin-right: 20px;
}

.recovery_story_wrap .story_con ul li:last-child {
    margin-right: 0px;
}
.recovery_story_wrap .story_con ul li .img_wrap{
    width: 230px;
    height: 165px;
}
.recovery_story_wrap .story_con ul li .tlt {
    color: #27629e;
    font-size: 14px;
    text-align: center;
    margin-top: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recovery_story_wrap .story_con ul li .txt {
    color: #5b5b5b;
    font-size: 12px;
    line-height: 20px;
    margin-top: 9px;
}

.recovery_story_wrap .story_con ul li .txt a {
    color: #ff3000;
}


/*  */

.service_wrap {
    margin-top: 36px;
}

.service_wrap .left {
    width: 285px;
    height: 23px;
    background: url(../images/sprite.png) no-repeat;
    background-position: 0px -130px;
    margin-top: 14px;
    margin-left: 10px;
}

.service_wrap .zxdh {
    margin-right: 12px;
    font-size: 15px;
    color: #27629e;
    font-weight: bold;
    /* width: 188px; */
    /* height: 22px; */
    /* margin-top: 15px;*/
    /* background: url(../images/sprite.png) no-repeat;
    background-position: 0px -220px; */
}

.service_wrap .service_con {
    margin-top: 20px;
}

.service_wrap .service_con ul {
    width: 100%;
}

.service_wrap .service_con .service_fw_ul li {
    float: left;
    width: 230px;
    height: 180px;
    margin-right: 20px;
    position: relative;
}

.service_wrap .service_con .service_fw_ul li:last-child {
    margin-right: 0px;
}

.service_wrap .service_con .service_fw_ul li .tlt {
    position: absolute;
    left: 0;
    width: 230px;
    height: 35px;
    font-size: 0;
    background: url(../images/sprite.png) no-repeat;
}

.service_wrap .service_con .service_fw_ul li .tlt.hzfw {
    background-position: 0px -270px;
    top: 0;
}

.service_wrap .service_con .service_fw_ul li .tlt.zdfw {
    background-position: 0px -310px;
    bottom: 0;
}

.service_wrap .service_con .service_fw_ul li .tlt.zlfw {
    background-position: 0px -350px;
    top: 0;
}

.service_wrap .service_con .service_fw_ul li .tlt.zyfw {
    background-position: 0px -390px;
    bottom: 0;
}

.service_wrap .service_con .jzlc_tit {
    height: 30px;
    margin-top: 43px;
    font-size: 0;
    background: url(../images/sprite.png) no-repeat;
    background-position: 0px -600px;
}

.service_wrap .service_con .service_lc_ul {
    margin-top: 28px;
}

.service_wrap .service_con .service_lc_ul li {
    float: left;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    letter-spacing: 1px;
    margin-right: 20px;
    position: relative;
}

.service_wrap .service_con .service_lc_ul li:last-child {
    margin-right: 0px;
}

.service_wrap .service_con .service_lc_ul li .tlt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(39, 98, 158, .7);
}


/*  */

.technical_wrap {
    margin-top: 35px;
}

.technical_wrap .left {
    width: 285px;
    height: 23px;
    background: url(../images/sprite.png)no-repeat;
    background-position: 0px -160px;
    margin-top: 14px;
    margin-left: 10px;
}

.technical_wrap .right,.encyclopedia_wrap  .right{
    font-size: 14px;
    color: #27629e;
    padding-right: 47px;
    position: relative;
}

.technical_wrap .right::after,.encyclopedia_wrap .right::after {
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    background: url(../images/sprite.png)no-repeat;
    background-position: -60px 0px;
    position: absolute;
    right: 9px;
    top: 11px;
}

.technical_con {
    margin-top: 20px;
    min-height: 166px;
}

.technical_con .leftnav {
    float: left;
    width: 250px;
}

.technical_con .leftnav ul li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #27629e;
    font-size: 16px;
    background-color: #ededed;
    margin-bottom: 12px;
    cursor: pointer;
}

.technical_con .leftnav ul li.active {
    color: #ffffff;
    background-color: #27629e;
}

.technical_con .tabcon {
    width: 385px;
    /* width: 701px; */
    /* height: 264px; */
    float: right;
    position: relative;
}

.technical_con .tabcon .tabitem {
    display: none;
    position: absolute;
    width: 100%;
}
.technical_con .tabcon .tabitem:first-child{
	display:block
}
.technical_con .tabcon ul {
    float: left;
    width: 385px;
}

.technical_con  .rightimg {
    float: right;
}

.technical_con  .rightimg img {
    width: 280px;
}

.technical_con .tabcon li {
    margin-bottom: 10px;
    position: relative;
    height: 33px;
    overflow: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.technical_con .tabcon li .ques {
    line-height: 33px;
    height: 33px;
    background-color: #ededed;
    font-size: 14px;
    color: #5b5b5b;
    padding-left: 11px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.technical_con .tabcon li .ques span {
    vertical-align: middle;
    font-weight: bold;
}

.technical_con .tabcon li .ques .hot {
    display: inline-block;
    width: 18px;
    height: 8px;
    background: url(../images/sprite.png)no-repeat;
    background-position: -100px 0px;
    font-size: 0;
}

.technical_con .tabcon .rarrow {
    position: absolute;
    right: 11px;
    top: 12px;
    display: block;
    width: 8px;
    height: 11px;
    background: url(../images/sprite.png)no-repeat;
    background-position: -130px 0px;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.technical_con .tabcon .ans {
    height: 0;
    color: #686868;
    font-size: 12px;
    line-height: 22px;
    text-indent: 25px;
    padding: 14px 12px 0;
    box-sizing: border-box;
}

.technical_con .tabcon .ans a {
    color: #ff3000;
}

.technical_con .tabcon li.open {
    height: 136px;
}

.technical_con .tabcon li.open .ques {
    color: #27629e;
}

.technical_con .tabcon li.open .rarrow {
    background-position: -142px 0px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/*  */

.encyclopedia_wrap {
    margin-top: 36px;
}

.encyclopedia_wrap .left {
    width: 285px;
    height: 23px;
    background: url(../images/sprite.png) no-repeat;
    background-position: 0px -190px;
    margin-top: 14px;
    margin-left: 10px;
}

.encyclopedia_wrap .zxqq {
    margin-right: 12px;
    font-size: 15px;
    color: #27629e;
    font-weight: bold;
    /* width: 188px;
    height: 22px;
    margin-top: 15px;
    margin-right: 12px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -200px -220px; */
}

.encyclopedia_wrap .service_con {
    margin-top: 20px;
}

.encyclopedia_con .leftnav {
    width: 262px;
    float: left;
}

.encyclopedia_con .leftnav .tit {
    width: 162px;
    height: 38px;
    background: url(../images/sprite.png) no-repeat;
    background-position: 0px -430px;
    margin: 28px auto 0;
}

.encyclopedia_con .leftnav ul {
    margin-top: 18px;
}

.encyclopedia_con .leftnav ul li {
    float: left;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #27629e;
    background-color: #ededed;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
}

.encyclopedia_con .leftnav ul li:nth-child(odd) {
    margin-right: 12px;
}

.encyclopedia_con .leftnav ul li.active {
    color: #ffffff;
    background-color: #27629e;
}

.encyclopedia_con .leftnav li .hot {
    display: inline-block;
    width: 18px;
    height: 8px;
    background: url(../images/sprite.png)no-repeat;
    background-position: -100px 0px;
    font-size: 0;
    position: absolute;
    right: -1px;
    top: -3px;
}

.encyclopedia_con .tabcon {
    width: 670px;
    /* height: 211px; */
    float: right;
    position: relative;
    margin-top: 28px;
}

.encyclopedia_con .tabcon .tabitem {
    display: none;
    position: absolute;
    width: 100%;
}
.encyclopedia_con .tabcon .tabitem:first-child{
	display:block;
}
.encyclopedia_con .tabcon .leftimg {
    float: left;
    margin-top: 7px;
}

.encyclopedia_con .tabcon .leftimg img {
    width: 240px;
}

.encyclopedia_con .tabcon .rightcon {
    float: right;
    width: 402px;
}

.encyclopedia_con .abstract .tit {
    font-size: 15px;
    color: #27629e;
    text-align: center;
    letter-spacing: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.encyclopedia_con .abstract p {
    color: #5b5b5b;
    font-size: 12px;
    line-height: 24px;
    text-indent: 30px;
    letter-spacing: 1px;
    margin-top: 8px;
}

.encyclopedia_con .abstract p a {
    color: #ff3000;
}

.encyclopedia_con .rightcon ul {
    margin-top: 15px;
    letter-spacing: 1px;
    line-height: 24px;
}

.encyclopedia_con .rightcon ul li {
    white-space: nowrap;
}

.encyclopedia_con .rightcon ul li span {
    display: inline-block;
    vertical-align: middle;
}

.encyclopedia_con .rightcon ul li span:nth-child(1) {
    color: #27629e;
    font-size: 13px;
    /* float: left; */
}

.encyclopedia_con .rightcon ul li span:nth-child(2) {
    color: #5b5b5b;
    font-size: 12px;
    /* display: block; */
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 4px;
    box-sizing: border-box;
    /* float: left; */
}

.encyclopedia_con .rightcon ul li span:nth-child(3) {
    color: #bfbfbf;
    font-size: 12px;
    /* float: right; */
}

.encyclopedia_con .disease_nav {
    margin-top: 22px;
}

.encyclopedia_con .disease_nav .lefttit {
    width: 180px;
    height: 100px;
    float: left;
}

.encyclopedia_con .disease_nav ul {
    padding-left: 218px;
    padding-top: 10px;
}

.encyclopedia_con .disease_nav ul li {
    float: left;
    margin-right: 22px;
    margin-bottom: 14px;
    color: #5b5b5b;
    font-size: 13px;
    letter-spacing: 1px;
}

.encyclopedia_con .disease_nav ul li a {
    color: #5b5b5b;
}


/*  */

.fwtd_wrap {
    margin-top: 17px;
}

.fwtd_wrap .left {
    width: 620px;
    float: left;
    border-top: 2px solid #dedede;
    padding-top: 18px;
}

.fwtd_wrap .left .txt {
    float: left;
}

.fwtd_wrap .left p:nth-child(1) {
    color: #5b5b5b;
    font-size: 16px;
    letter-spacing: 1px;
}

.fwtd_wrap .left p:nth-child(2) {
    color: #adadad;
    font-size: 10px;
    letter-spacing: 1px;
}

.fwtd_wrap .left .fwtd {
    float: right;
    margin-right: 3px;
    margin-top: 3px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #27629e;
}

.fwtd_wrap .right {
    width: 313px;
}

.fwtd_wrap .right a {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-bottom: 8px;
}

.fwtd_wrap .right a:nth-child(odd) {
    margin-right: 32px;
}

.fwtd_wrap .right a .ar {
    display: block;
    float: left;
    width: 10px;
    height: 100%;
    background-color: #717171;
    color: #ffffff;
}

.fwtd_wrap .right a .ic {
    display: block;
    float: left;
    width: 40px;
    height: 100%;
    background: url(../images/sprite.png) #bdbdbd no-repeat;
}

.fwtd_wrap .right .zxzx .ic {
    background-position: -260px 0px;
}

.fwtd_wrap .right .jzzn .ic {
    background-position: -340px 0px;
}

.fwtd_wrap .right .qqzx .ic {
    background-position: -300px 0px;
}

.fwtd_wrap .right .ghyy .ic {
    background-position: -380px 0px;
}

.fwtd_wrap .right a .txt {
    display: block;
    float: left;
    width: 90px;
    height: 100%;
    text-align: center;
    background-color: #dedede;
    color: #5b5b5b;
    font-size: 14px;
    letter-spacing: 1px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.indexswiperimg {
    position: relative;
    height: 250px;
}

.indexswiperimg p{
    text-align: center;
    
}

.indexswiperimg .doc_name{
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 5px 0 0;
}

.indexswiperimg .doc_zc{
    font-size: 14px;
    color: #666;
}