﻿*{padding:0px;margin:0px;border:none;list-style:none;text-decoration:none;font-family:"微软雅黑";}
.top {
    width: 100%;
    height:152px;
    margin:0 auto;
    min-width:1300px;
}
.topmid {
    width:1245px;
    height:152px;
    margin:0 auto;
}
.gsm{
    width:600px;
    height:152px;
    float:left;
}  
.gsm img{
    float:left;
    margin-top:8px;
}
.tel {
    float: right;
    margin-top: 34px;
    position:relative;
    width: 352px;
    height: 83px;
}
.tel img{
    float:right;
    position:absolute;
}
.tel span {
    position: absolute;
    right: 75px;
    top: 40px;
    color: #4c4948;
    font-weight: bold;
    font-size: 25px;
}
/*导航栏*/
.nav {
    width: 100%;
    height: 68px;
    background: url(../img/navbg.png) right repeat;
    min-width:1300px;
}
.navmid{
    width:1176px;
    height:68px;
    margin:0 auto;
}
.navul li {
    position: relative;
    width: 140px;
    float: left;
    text-align: center;
    background: url(../img/navline.png) right no-repeat;
}
    .navul li:hover {
        background: #9a9898 url(../img/navline.png) right no-repeat;
    }

.navul li>a {
    display:inline-block;
    padding:20px 0px;
    display: block;
    color:white;
    font-size:18px;
}
.navul li:last-child{
    background: none;
}
.navul li:last-child:hover {
    background: #9a9898;
}

/*banner*/
.banner{
    width:100%;
    height:787px;
    margin:0 auto;
    min-width:1300px;
}
.banner img{
    width:100%;
    height:787px;
    margin:0 auto;
}

/*培训课程*/
.fwxm {
    width: 100%;
    height: 960px;
    margin: 0 auto;
    min-width: 1300px;
    text-align: center;
}
.fwxmmid {
    width: 1300px;
    height: 247px;
    padding-top: 56px;
    display: inline-block;
    text-align: center;
}
.pxkc{
    width:100%;
    display:inline-block;
    margin-top:92px;
}
.pxkc li {
    width: calc(33.33%);
    float: left;
    
}
.pxkc img{
    border-radius:10px;
    width:378px;
    height:240px;
    display:inline-block;
    overflow:hidden;
    transition:all 1s;
}

.fwxmmid span{
    display:inline-block;
    padding-top:25px;
    color:black;
    font-weight:bold;
    margin-bottom:80px;
}
.fwxmmid span:hover {
    color: #4746b2;
}

/*公司简介*/
.gsjj{
    width:100%;
    float:left;
    height:715px;
    padding-top:0px;
    min-width:1300px;
}
.gywm{
    width:1300px;
    height:457px;
    margin:0 auto;
}

.gywm p {
    width: 626px;
    height: 301px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:9;
    font-size: 18px;
    text-indent: 2em;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 38px;
    float:left;
}
.img1{
    float:right;
    margin-top:50px;
}
.img2{
    float:left;
    margin:30px;
    margin-top:50px;
}
.imgbottom {
    float:left;
    width:100%;
    margin-top:-50px;
}
.imgbottom img{
    float: left;
    margin-top:100px;
    margin-left:243px;
    border-radius:15px;
}
.moreover a{
    width:202px;
    display:inline-block;
    text-align:center;
    margin-top:-10px;
}

/*产品展示*/
.cpzs {
    width: 100%;
    padding-bottom:25px;
}
.cpzsh span{
    width:100%;
    text-align:center;
    display:inline-block;
    font-weight:400;
    font-size:22px;
    margin-bottom:8px;
}
.cpzsh p{
    width: 100%;
    text-align: center;
    font-size: 22px;
    display:inline-block;
}
.cpzs ol {
    display: flex;
    justify-content: center;
}

.cpzs ol li {
    width: 119px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    margin: 30px 25px;
}

.cpzs ol li a {
    display: block;
    width: 119px;
    height: 41px;
    background-color: #e0e0e0;
    color: #211917;
    font-size: 16px;
    transition: background-color .5s,color .5s;
}

.cpzs ol li a:hover {
    background-color: #e7c585;
    color: #fff;
}

.cpzs h5 {
    text-align: center;
    padding-top: 30px;
}

.cpzs ul {
    display: flex;
    justify-content: space-between;
}

.cpzs ul li {
    width: 24.5%;
    background-color: #7d7d7d;
    position: relative;
    overflow: hidden;
}

.cpzs ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.cpzs ul li img {
    height: 100%;
    transform-style: preserve-3d;
    box-sizing: border-box;
    transform-origin: left;
    transform: rotateX(0deg) rotateY(0deg);
    transition: transform .8s;
}

.cpzs ul li:hover img {
    transform: rotateX(0deg) rotateY(90deg);
}

.cpzs-txt {
    position: absolute;
    width: 60%;
    padding: 2px 5px;
    font-size: 16px;
    color: #fff;
    top: 35%;
    left: 20.5%;
    border: 1px #fff solid;
    transition: top .8s,left .8s,border .8s, padding-bottom .8s,font-size .8s;
    display: none;
}

.cpzs ul li a:hover .cpzs-txt {
    top: 5%;
    left: 5%;
    border: none;
    border-bottom: 1px #fff solid;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 900;
    display: block;
}

.cpzs ul li p {
    position: absolute;
    width: 90%;
    font-size: 16px;
    color: #fff;
    line-height: 1.8em;
    top: 15%;
    left: -90%;
    transition: left 1.6s;
}

.cpzs ul li .hov:hover p {
    left: 5%;
}

.cpzs dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cpzs dl dd {
    width: 24.5%;
    background-color: #7d7d7d;
}

.cpzs dl dd h4 {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 64px;
    width: 365px;
    margin: 0 auto;
}

.cpzs dl dd span {
    display: block;
    width: 85px;
    height: 2px;
    background-color: #fff;
    margin-left: 50px;
    margin-bottom: 20px;
}

.cpzs dl dd p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    width: 365px;
    height: 120px;
    margin: 0 auto;
}

.cpzs-txt h6 {
    font-size: 18px;
    font-weight: 600;
}
.more{
    width:100%;
    float:left;
    text-align:center;
    margin-top:40px;
}
.more a {
    display: inline-block;
    padding:18px 42px;
    background: #d1913c;
    border-radius:15px;
    color:white;
    font-size:16px;
}

/*mid*/
.mid{
    width:100%;
    min-width:1300px;
}
.mid img{
    width:100%;
}

/*整形项目*/
.zxxm{
    width:100%;
    height:550px;
    min-width:1300px;
    float:left;
    text-align:center;
}
.zxxmbt {
    text-align: center;
    width:100%;
    padding-top:30px;
}
.hov{
    height:813px;
}
.zxxmbt p {
    display: inline-block;
    color: #b80e0e;
}
.zxxm ul{
    width:1300px;
    display:inline-block;
    margin-top:45px;
}
.zxxm ul li{
    float:left;
    width:16.66%;
    text-align:center;
}
.zxxm ul li img{
    width:187px;
    height:187px;
    border-radius:100%;
    display:inline-block;
}
.zxxm ul li span{
    width:100%;
    display:inline-block;
    text-align:center;
    font-weight:bold;
    margin-top:20px;
}
.zxxm ul li a{
    color:black;
}
.zxxm ul li:hover .zxxma {
    color:#bc0f11;
}


/*医师团队*/
.ystd{
    width: 100%;
    height:920px;
    margin: 0 auto;
    min-width: 1300px;
    float: left;
    text-align: center;
    background:url(../img/ysjjbg.png) center no-repeat;
}

.ystd ul {
    width: 1300px;
    margin-top: 53px;
    display: inline-block;
}

.ystdli {
    width: calc(33.33%);
    float: left;
    text-align: center;
}

.ystdimg {
    display: inline-block;
    width:418px;
    height:367px;
}
.ystdtop{
    width:100%;
    text-align:center;
}
.adiv {
    color: #797878;
    width: 419px;
    display: inline-block;
    background:white;
    box-shadow: darkgrey 0px 0px 10px 5px;
}

.ystddiv {
    padding: 15px;
    width: 389px;
    display: inline-block;
    background:white;
    margin-top: -20px;
    overflow:hidden;
    text-align:center;
}

.ystd ul li p {
    line-height: 30px;
    overflow: hidden;
    text-align:left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-Line-CLamp: 2;
    -webkit-box-orient: vertical;
}
.ystdtop span {
    width: 48%;
    float:left;
    text-align:right;
    font-size:20px;
    font-weight:bold;
    color: #d5ac5a;
}
.ystd1{
    width:330px;
    margin-top:15px;
    display:inline-block;
}
.ystd1 li{
    width:50%;
    float:left;
}
.ystd ol li img{
    width:124px;
}
.ystdp2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-Line-CLamp: 2;
    -webkit-box-orient: vertical;
}
.p2 {
    font-size: 13px;
    color: #bc0f11;
    margin: 15px 0px;
}
.p3{
    font-size:16px;
    color:black;
    display:inline-block;
}

.moreover {
    width: 100%;
    height: 45px;
    margin-top: 65px;
}

.more1 {
    width: 154px;
    height: 44px;
    border: 2px solid #47c6d5;
    color: #47c6d5;
    text-align: center;
    line-height: 42px;
    display: inline-block;
}
.ewm{
    position:absolute;
    z-index:9999;
    left:0;
    margin-left:230px;
    margin-top:-240px;
}
.ewmtp {
    float: left;
    position: absolute;
    display:none;
    z-index: 9999;
}

/*新闻中心*/
.xwzx {
    width: 100%;
    height: 780px;
    float:left;
    background: url(../img/xwbg.png) center no-repeat;
    background-size: cover;
    min-width: 1300px;
    text-align: center;
    margin-top:25px;
}
.xwzx ul {
    width: 1300px;
    margin-top: 53px;
    display: inline-block;
}
.xwzx ul li {
    width: calc(33.33%);
    height: 460px;
    float: left;
    text-align: center;
}
.xwzx ul li img {
    width: 369px;
    height: 245px;
    display: inline-block;
}
.xwnr {
    width: 367px;
    padding-bottom:25px;
    background: white;
    box-shadow: #9a9898 0px 0px 5px 5px;
    display: inline-block;
    margin-top: -3px;
}
.xwbottom{
    padding:8px ;
}
.xwnr span {
    display: -webkit-box;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: rgb(51,51,51);
    text-overflow: ellipsis;
    float: left;
    line-height: 34px;
    overflow:hidden;
    text-align:left;
}
.xwnrline {
    width: 100%;
    height: 28px;
}
.xwnr a {
    color: rgb(51,51,51);
}
.xwnr a:hover {
    color: #d1913c;
}

/*产品优势*/
.ys{
    width:100%;
    float:left;
    min-width:1300px;
    padding-bottom:25px;
    text-align:center;
}
.ysimg{
    display:inline-block;
}

/*医疗环境*/
.ylhj {
    width: 100%;
    min-width: 1300px;
    text-align: center;
    background: url(../img/hjbg.png) center no-repeat;
    background-position-y: 268px;
}
.ylhjtp img {
    width:306px;
    height: 204px;
    overflow: hidden;
    transition: all 1s;
    display: inline-block;
}

.ylhjtp img:hover {
    transform: scale(1.2);
}

.ylhj ul {
    width: 1300px;
    height: 500px;
    margin-top: 60px;
    display: inline-block;
}

.ylhj ul li {
    width: 298px;
    height: 193px;
    overflow: hidden;
    float: left;
    margin: 13px;
}


/* foot*/
.foot {
    width: 100%;
    background-color: #7d7d7d;
    border-top: 18px #3c3c3c solid;
}

.foot-m {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: url(../img/zmf_99.jpg) no-repeat;
    background-position-y: 353px;
    background-size: 100% 2px;
}

.foot-txt {
    width: 324px;
}

.foot-txt h6 {
    font-size: 18px;
    color: #231816;
    padding-top: 70px;
    padding-bottom: 30px;
}

.foot-r {
    padding-top: 90px;
    width: 206px;
}

.ewm1 {
    float: right;
    padding-bottom: 19px;
}

.dh1 {
    height: 51px;
    font-size: 26px;
    color: #3c3c3c;
    line-height: 50px;
    font-weight: 600;
    padding-left: 68px;
    background: url(../img/zmf_91.jpg) no-repeat;
    padding-bottom: 36px;
}
.foot-txt p {
    font-size: 14px;
    color: #231816;
    line-height: 36px;
}
.foot-f {
    line-height: 70px;
    text-align: center;
    color: #514640;
    font-size: 14px;
}
.foot-f a {
    color: #514640;
}
.bqsy {
    float:left;
    width:350px;
    height:40px;
    margin-left:408px;
}
.bqsy p {
    display: block;
    font-size: 14px;
    width:350px;
    height:40px;
    color:#c69696;
    float:left;      
}
.bqsy a {
    color: #c69696;
    display: block;
    float: left;
}


.box-r {
    width: 61px;
    height: 325px;
    position: fixed;
    right: 45px;
    top: 25%;
}

    .box-r ul li {
        width: 50px;
        height: 67px;
        line-height: 63px;
        font-size: 24px;
        color: #fff;
    }

.d {
    position: relative;
}

.dh {
    width: 270px;
    height: 63px;
    transform-origin: right;
    transform: rotateX(0deg) rotateY(90deg);
    transition: transform 1s;
    background-color: #7d7d7d;
    position: absolute;
    left: -270px;
    top: 0;
    text-align: center;
    color: #fff;
}

.box-r ul .d:hover .dh {
    transform: rotateX(0deg) rotateY(0deg);
}

.box-r ul .e {
    position: relative;
}

.box-r ul li .ewm2 {
    position: absolute;
    left: -190px;
    top: 0;
    display: none;
}

.box-r ul .e :hover .ewm2 {
    display: block;
    width: 180px;
}
#city_4 {
    float: left;
}



#city_4 select {
    width: 200px;
    height: 38px;
    font-size: 16px;
}

.contents {
    width: 100%;
    min-height: 800px;
    overflow: hidden;
}
.contents-ystd ul{
    margin-top:40px;
}
.contents-ystd li {
    width: 292px;
    float:left;
    margin:5px 30px 20px 30px;
}
    /*子页面公用部分*/
.contents-mid {
    width: 1303px;
    height: 530px;
    margin: 0 auto;
    margin-top: 28px;
}

.contents-left {
    width: 198px;
    height: 60px;
    background-color: #4d4948;
    color: #fff;
    border: 1px #ccc solid;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    float:left;
}

.contents-left span {
    display: block;
}

.contents-left ul {
    margin-top: 20px;
}

.contents-left li {
    border: 1px solid RGB(204,204,204);
    text-align: center;
    border-bottom: none;
    width: 198px;
    height: 50px;
}

.contents-left li:last-child {
    border-bottom: 1px solid rgb(204,204,204);
}

.contents-left li a {
    display: block;
    padding-top: 15px;
    font-size: 18px;
    color: black;
    width: 198px;
    height: 50px;
}

.contents-left li a:hover {
    color: white;
}

.contents-left li:hover {
    color: white;
    background: #1d2087;
}

.contents-right {
    width: 1066px;
    float: right;
    padding-bottom:50px;
}

.contents-right-top {
    width: 1066px;
    height: 28px;
    float: left;
    font-size: 12px;
    border-bottom: 1px solid rgb(204,204,204);
}

.contents-right-top p {
    width: 400px;
    display: block;
    float: left;
    color: rgb(51,51,51);
}

#contents-right-sy {
    font-size: 12px;
    display: block;
    float: right;
    width: 100px;
    color: rgb(51,51,51);
}
.jstp {
    box-shadow: 2px 2px 5px #ccc;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.jsbg {
    box-shadow: 2px 2px 5px #ccc;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.xq {
    width:40px;
    margin-top:-40px;
    margin-left:240px;
    color:#1d2087;
    font-size:16px;
    position:absolute;
}
/*文章内容*/
.newstxt {
    padding: 0px 10px;
    margin-top: 50px;
    font-size: 18px;
    line-height: 2.2em;
    text-align: justify;
}
.newstxt p{
    margin-bottom:2em;
}

/*文章标题*/
.newstxt .tit{
    font-size:32px;
    font-weight:bold;
}
.newstxt .datetime{
    font-size:14px;
    color:#999;
    padding-bottom:30px;
}


/*图片列表*/
.prolist{
    width:1100px;
    height:580px;
    margin:0 auto;
    margin-top:45px;
}
.prolist .tplb-tp{
    width:282px;
    height:241px;
    float:left;
    border:1px solid rgb(204,204,204);
    margin:0 35px 30px;
}
.prolist .tplb-tp img{
    width:282px;
    height:211px;
}
.prolist .tplb-tp span{
    text-align:center;
    display:block;
    color:#000;
}
.prolist .tplb-tp span:hover{
    color:rgb(22,163,35);
}

/*文字列表*/
.newslist {
    width: 1004px;
    margin: 0 auto;
    margin-top: 45px;
    overflow:hidden;
}
.newslist .wz {
    width: 1002px;
    height: 200px;
    border: 1px solid rgb(204,204,204);
    margin:0 auto;
    margin-bottom:20px;
}
.newslist .wz img{
    width:240px;
    height:200px;
    float:left;
}
.newslist .wz span{
    display:block;
    margin:20px 25px;
    float:left;
    font-size:18px;
}
.newslist .wz a{
    color:black;
}
.newslist .wz:hover span{
    color:#1d2087;
}

.newslist .wz p {
    display: block;
    width: 676px;
    height: 48px;
    text-overflow: ellipsis;
    float: left;
    margin: 0px 25px;
    line-height: 2em;
    color: rgb(51,51,51);
}
.newslist .gd {
    display: block;
    float: right;
    color: rgb(51,51,51);
    width:40px;
    font-size:14px;
    margin:35px 50px;
}
/*文章内容*/
.newstxt {
    padding: 0px 10px;
    margin-top: 50px;
    font-size: 18px;
    line-height: 2.2em;
    text-align: justify;
}

.newstxt p {
    margin-bottom: 2em;
}

.newstxt img {
    max-width: 400px;
    display: inline-block;
    margin-top: 30px;
}

.newstxtimg {
    width: 100%;
    text-align: center;
}

.tit1 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}
/*文章标题*/
.newstxt .tit {
    font-size: 32px;
    font-weight: bold;
}

.newstxt .datetime {
    font-size: 14px;
    color: #999;
    padding-bottom: 30px;
}



/*在线咨询子页面*/
.msg{
    width:100%;
    float:left;
}
.msg-m {
    width: 80%;
    height: 700px;
    color: #666;
    background-color: #f7f7f7;
    margin: 0 auto;
    padding: 0 6% 0 14%;
    padding-top: 50px;
}



.msg-m h2 {
    display: block;
    width: 180px;
    height: 62px;
    font-size: 28px;
    line-height: 62px;
    color: #fff;
    background-color: #33bbd1;
    margin-left: -17.5%;
    margin-top: -20px;
    padding-left:20px;
    border-bottom-right-radius: 31px;
    border-top-right-radius: 31px;
}



.msg-m ol li {
    width: 100%;
    height: 40px;
    margin: 20px 0;
}



.msg-m input {
    float: left;
    width: 604px;
    height: 38px;
    font-size: 16px;
}



.msg-m ol li img {
    float: left;
    margin-left: 5px;
    margin-top: 7px;
}



.msg-m ol li span {
    font-size: 14px;
    color: #383838;
    float: left;
    font-weight: 600;
    margin-top: 9px;
}



.msg-m ol li:nth-child(2) span {
    margin-left: 3px;
}



.msg-m ol li:nth-child(3) span {
    margin-left: 3px;
}



.msg-m ol li:nth-child(4) span {
    margin-left: 3px;
}



.msg-m ol li:nth-child(5) textarea {
    width: 604px;
    height: 160px;
    max-width: 604px;
    max-height: 160px;
    font-size: 14px;
}



.msg-m ol li:nth-child(6) {
    margin-top: 140px;
    margin-left: -23px;
}



.msg-m ol li:nth-child(6) input {
    width: 450px;
    height: 38px;
}



.msg-m ol li:nth-child(7) input {
    width: 150px;
    height: 40px;
    border: none;
    background-color: #33bbd1;
    color: #fff;
    margin-left: 106px;
    margin-top: 40px;
}

#city_4 {
    float: left;
}



    #city_4 select {
        width: 200px;
        height: 38px;
        font-size: 16px;
    }

