@charset "utf-8";
/* CSS Document */
html {
    position: relative;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    line-height: 1.3;
}
* {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 微软雅黑;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul, li {
    list-style-type: none;
}
a {
    color: inherit;
    text-decoration: none;
}
/*公共头部*/
.pai_publichead {
    height: 104px;
    width: 1200px;
    padding: 20px 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pai_publichead ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.pai_publichead li {
    font-size: 16px;
    color: #000;
    line-height: 40px;
}
.pai_publichead li a {
    display: block;
    padding: 0 20px;
}
.pai_publichead li a:hover {
    color: #fff;
    background-color: #9933cc;
}
.pai_publichead li:last-of-type {
    margin-right: 0;
    margin-left: auto;
}
/*首页banner图*/
.pai_indexbanner {
    font-size: 0;
}
.pai_indexbanner .swiper-slide img {
    width: 100%;
}
.pai_indexbanner .swiper-pagination span {
    width: 20px!important;
    height: 20px!important;
    background: #9933cc;
}
/*首页项目板块*/
.pai_indexproject {
    overflow: hidden;
    position: relative;
}
.pai_indexproject ul {
    display: flex;
}
.pai_indexproject li {
    position: relative;
    width: 25%;
}
.pai_indexproject_nav {
    position: relative;
}
.pai_indexproject_nav > img {
    display: block;
    width: 100%;
}
.pai_indexproject_nav > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.pai_indexproject_nav > div > img:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.pai_indexproject_nav h4 {
    position: relative;
    padding: 20px 0;
    font-size: 36px;
    color: #fff;
    line-height: 1.4;
}
.pai_indexproject_nav > div > img:nth-of-type(2) {
    position: relative;
}
.pai_indexproject_nav h4 small {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
.pai_indexproject_box {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}
.pai_indexproject_box > img {
    display: block;
    width: 100%;
}
.pai_indexproject_box > div {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 90%;
    text-align: center;
}
.pai_indexproject_box h4 {
    padding: 20px 0;
    font-size: 36px;
    color: #fff;
    line-height: 1.4;
}
.pai_indexproject_box h4 small {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
.pai_indexproject_box dt {
    font-size: 24px;
    color: #fff;
    line-height: 2;
}
.pai_indexproject_box dd {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
}
.pai_indexproject_box dd:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 1px;
    background-color: #fff;
}
.pai_indexproject_box dd:last-of-type:after {
    display: none;
}
/*首页医生板块*/
.pai_indexdoctor {
    overflow: hidden;
    display: flex;
}
.pai_indexdoctor_left {
    position: relative;
    width: 28.75%;
}
.pai_indexdoctor_left > img {
    display: block;
    width: 100%;
}
.pai_indexdoctor_left p {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 10px;
    font-size: 48px;
    color: #fff;
    line-height: 1.2;
    text-align: right;
    background-color: #9933cc;
}
.pai_indexdoctor_left p small {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.pai_indexdoctor_right {
    position: relative;
    width: 71.25%;
}
.pai_indexdoctor_right > img {
    display: block;
    width: 100%;
}
.pai_indexdoctor_head {
    position: absolute;
    top: 5%;
    left: 20%;
    display: flex;
}
.pai_indexdoctor_head li {
    width: 150px;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
    cursor: pointer;
}
.pai_indexdoctor_head li:last-of-type {
    border-right: 0;
}
.pai_indexdoctor_main {
    overflow: hidden;
    position: absolute;
    top: 10%;
    left: 5%;
    width: 95%;
    height: 90%;
}
.pai_indexdoctor_main > li {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}
.pai_indexdoctor_nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 7%;
}
.pai_indexdoctor_nav li {
    width: 100%;
    padding: 3px;
    margin-bottom: 15px;
    border-radius: 50%;
    font-size: 0;
}
.pai_indexdoctor_nav li img {
    width: 100%;
}
.pai_indexdoctor_box {
    position: absolute;
    left: 15%;
    top: 0;
    width: 85%;
    height: 100%;
}
.pai_indexdoctor_box li {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
}
.pai_indexdoctor_box li dl {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding-top: 130px;
}
.pai_indexdoctor_box li dt {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}
.pai_indexdoctor_box li dt small {
    display: block;
    font-size: 36px;
}
.pai_indexdoctor_box li dd {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}
.pai_indexdoctor_box li dd:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 1px;
    background-color: #fff;
}
.pai_indexdoctor_box li a {
    display: block;
    width: 220px;
    margin-top: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    background-color: #9933cc;
}
.pai_indexdoctor_box li img {
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 65%;
}
.pai_indexdoctor_box li strong {
    position: absolute;
    bottom: 0;
    right: 10%;
    font-size: 90px;
    color: #fff;
    line-height: 1;
    text-align: right;
    text-transform: uppercase;
}
/*首页品牌板块*/
.pai_indexbrand {
    overflow: hidden;
    position: relative;
    display: flex;
}
.pai_indexbrand_left {
    position: relative;
    width: 28.75%;
}
.pai_indexbrand_left > img {
    display: block;
    width: 100%;
}
.pai_indexbrand_left p {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 10px;
    font-size: 48px;
    color: #fff;
    line-height: 1.2;
    text-align: right;
    background-color: #9933cc;
}
.pai_indexbrand_left p small {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.pai_indexbrand_right {
    position: relative;
    width: 71.25%;
}
.pai_indexbrand_right > img {
    display: block;
    width: 100%;
}
.pai_indexbrand_head {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.pai_indexbrand_head li {
    width: 150px;
    padding: 0 10px;
    font-size: 18px;
    color: #000;
    text-align: center;
    border-right: 1px solid #000;
    cursor: pointer;
}
.pai_indexbrand_head li:last-of-type {
    border-right: 0;
}
.pai_indexbrand_main {
    overflow: hidden;
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 80%;
}
.pai_indexbrand_main > li {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
}
.pai_indexbrand_main > li h4 {
    margin-bottom: 30px;
    font-size: 36px;
    color: #000;
    font-weight: normal;
    text-align: center;
}
.pai_indexbrand_main > li h4 small {
    display: block;
    font-size: 18px;
}
.pai_indexbrand_lb {
    max-width: 960px;
}
.pai_indexbrand_lb .swiper-wrapper {
    padding-bottom: 80px;
}
.pai_indexbrand_lb .swiper-slide {
    width: 33.33%!important;
    padding: 0 1%;
    font-size: 18px;
    color: #000;
    text-align: center;
}
.pai_indexbrand_lb .swiper-slide > img {
    display: block;
    width: 100%;
}
.pai_indexbrand_lb .swiper-button-prev {
    top: auto!important;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 21px!important;
    height: 32px!important;
    background-image: url(../images/index_brand_prev.png)!important;
    background-size: 21px 32px!important;
}
.pai_indexbrand_lb .swiper-button-next {
    top: auto!important;
    bottom: 0;
    left: 50%;
    margin-left: 19px;
    width: 21px!important;
    height: 32px!important;
    background-image: url(../images/index_brand_next.png)!important;
    background-size: 21px 32px!important;
}
/*首页环境板块*/
.pai_indexenvironment {
    overflow: hidden;
    position: relative;
    display: flex;
}
.pai_indexenvironment_left {
    position: relative;
    width: 28.75%;
}
.pai_indexenvironment_left > img {
    display: block;
    width: 100%;
}
.pai_indexenvironment_left p {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 10px;
    font-size: 48px;
    color: #fff;
    line-height: 1.2;
    text-align: right;
    background-color: #9933cc;
}
.pai_indexenvironment_left p small {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.pai_indexenvironment_right {
    position: relative;
    width: 71.25%;
    font-size: 0;
}
#pai_indexenvironment_box .swiper-slide img {
    display: block;
    width: 100%;
}
#pai_indexenvironment_nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 10px 50px 0;
    width: 100%;
}
#pai_indexenvironment_nav .swiper-slide {
    width: 20%!important;
    padding: 0 1%;
    margin-right: 0!important;
}
#pai_indexenvironment_nav .swiper-slide > img {
    display: block;
    width: 100%;
}
#pai_indexenvironment_nav .swiper-slide-thumb-active {
    transform: translateY(-10px);
}
#pai_indexenvironment_nav .swiper-slide-thumb-active > img {
    border: 2px solid #9933cc;
}
/*公共底部*/
.pai_publicfooter {
    position: relative;
    padding: 50px 0 20px;
    background-color: #1a1a1a;
}
.pai_publicfooter > div {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.pai_publicfooter i {
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -56px;
    width: 113px;
    height: 18px;
    z-index: 2;
    cursor: pointer;
}
.pai_publicfooter_project {
    width: 420px;
}
.pai_publicfooter_nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.pai_publicfooter_nav ul li {
    width: 70px;
    margin-right: 70px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #999;
    text-align: center;
    cursor: pointer;
}
.pai_publicfooter_nav ul li img {
    display: block;
    margin: 0 auto 10px;
}
.pai_publicfooter_box ul {
    display: none;
    font-size: 0;
}
.pai_publicfooter_box ul li {
    display: inline-block;
    width: 140px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #999;
    line-height: 24px;
    text-align: left;
}
.pai_publicfooter_box ul li a {
    display: inline-block;
    padding: 0 4px;
}
.pai_publicfooter_box ul li a:hover {
    color: #fff;
    background-color: #9933cc;
    border-radius: 3px;
}
.pai_publicfoote_appointment {
    width: 290px;
}
.pai_publicfoote_appointment h4 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #cccccc;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #9933cc;
}
.pai_publicfoote_appointment label {
    display: flex;
    padding: 8px 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    background-color: #282828;
    border: 1px solid #393939;
    border-radius: 5px;
}
.pai_publicfoote_appointment label input {
    flex: auto;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    background: none;
    outline: none;
}
.pai_publicfoote_appointment label textarea {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    background: none;
    outline: none;
}
.pai_publicfoote_appointment p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pai_publicfoote_appointment p a {
    width: 100px;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    background-color: #9933cc;
}
.pai_publicfoote_appointment p input {
    width: 130px;
    padding: 0 5px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    background: none;
    outline: none;
    background-color: #282828;
    border: 1px solid #393939;
}
.pai_publicfoote_appointment p span {
    width: 50px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 32px;
    background-color: #282828;
}
.pai_publicfoote_appointment em {
    display: block;
    font-size: 14px;
    color: #9933cc;
    line-height: 3;
    font-style: normal;
    text-align: center;
}
.pai_publicfooter_contact {
    width: 360px;
    margin-left: 60px;
}
.pai_publicfooter_contact h4 {
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #cccccc;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #9933cc;
}
.pai_publicfooter_contact > p {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
}
.pai_publicfooter_contact > p img {
    margin-right: 15px;
}
.pai_publicfooter_contact dl {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.pai_publicfooter_contact dl dt {
    margin-right: 15px;
}
.pai_publicfooter_contact dl dd {
    font-size: 14px;
    color: #999;
}
.pai_publicfooter_contact dl dd em {
    display: block;
    font-size: 28px;
    color: #9933cc;
}
.pai_publicfooter_contact > div {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}
.pai_publicfooter_contact > div > img:nth-of-type(1) {
    margin-right: 15px;
}
.pai_publicfooter_contact > div p {
    font-size: 14px;
    color: #999;
}
.pai_publicfooter_contact > div p span {
    display: block;
    margin: 10px 0;
    font-size: 18px;
}
.pai_publicfooter_contact > div p span img {
    vertical-align: bottom;
}
.pai_publicfooter_contact > div > img:last-of-type {
    margin-left: auto;
}
.pai_publicfooter_contact ul {
    margin-left: 37px;
    display: flex;
    align-items: center;
}
.pai_publicfooter_contact li {
    display: inline-flex;
    margin-right: 10px;
    font-size: 14px;
    color: #999;
}
.pai_publicbottom {
    height: 120px;
    background-color: #9933cc;
}
.pai_publicbottom > div {
    display: flex;
    width: 1200px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.pai_publicbottom > div p {
    font-size: 16px;
    color: #fff;
    text-align: right;
}
/*内容页*/
.pai_article {
    position: relative;
    width: 1200px;
    min-height: 600px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.pai_article_position {
    width: 100%;
    padding: 20px 0;
}
.pai_article_left {
    width: 800px;
}
.pai_article_left h4 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 3px solid #545454;
}
.pai_article_left h2 {
    font-size: 26px;
    color: #222324;
    text-align: center;
}
.pai_article_left h3 {
    font-size: 12px;
    color: #888;
    line-height: 38px;
    text-align: center;
    padding-bottom: 22px;
}
.pai_article_left_zxk {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 10px;
    border: 1px #999 dashed;
    display: block;
    background: #d8eefe;
}
.pai_article_left_text {
    padding: 30px 0;
}
.pai_article_left_text img {
    max-width: 800px;
}
.pai_article_left_text p {
    color: #454545;
    font-size: 14px;
    line-height: 28px;
}
.pai_article_left_text span {
    line-height: 28px;
}
.pai_article_left_page {
    padding: 20px 0;
}
.pai_article_left_page div {
    line-height: 28px;
}
.pai_article_left_page span {
    color: #333;
    font-size: 14px;
}
.pai_article_left_page a {
    color: #666;
    font-size: 14px;
}
.pai_article_left_page a:hover {
    color: #9933cc;
}
.pai_article_left_relevant {
    padding: 20px 0;
    border-bottom: 2px solid #ddd;
}
.pai_article_left_relevant h4 {
    margin-bottom: 10px;
    font-size: 12px;
    color: #adadad;
    line-height: 34px;
    font-weight: normal;
    border-bottom: 1px solid #eee;
}
.pai_article_left_relevant h4 span {
    display: inline-block;
    font-size: 18px;
    color: #323232;
    font-weight: bold;
    border-bottom: 2px solid #333;
}
.pai_article_left_relevant ul {
    padding: 30px 50px;
    display: flex;
    flex-wrap: wrap;
    background: #f6f6f6;
}
.pai_article_left_relevant li {
    position: relative;
    width: 350px;
    color: #454545;
    font-size: 12px;
    line-height: 32px;
    padding: 0 20px;
}
.pai_article_left_relevant li:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
}
.pai_article_left_relevant li a {
    display: block;
    width: 310px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pai_article_left_relevant li a:hover {
    color: #9933cc;
}
.correlation_new_li a {
    color: #454545;
    font-size: 12px;
}
.pai_article_right {
    width: 360px;
    margin-top: 50px;
}
.pai_article_right h3 {
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    border-top: 3px solid #545454;
}
.pai_article_right h3 a {
    color: #777;
    font-size: 14px;
}
.pai_article_right h3 a:hover {
    color: #9933cc;
}
.pai_article_right_information {
    margin-top: 20px;
    background-color: #f6f6f6;
}
.pai_article_right_information ul:nth-of-type(1) {
    padding: 0 20px 10px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #aaa;
}
.pai_article_right_information ul:nth-of-type(1) li {
    width: 150px;
}
.pai_article_right_information ul:nth-of-type(1) li > img {
    display: block;
    width: 100%
}
.pai_article_right_information ul:nth-of-type(1) li a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pai_article_right_information ul:nth-of-type(1) li a:hover {
    color: #9933cc;
}
.pai_article_right_information ul:nth-of-type(2) {
    padding: 20px;
}
.pai_article_right_information ul:nth-of-type(2) li {
    position: relative;
    padding-left: 20px;
}
.pai_article_right_information ul:nth-of-type(2) li:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
}
.pai_article_right_information ul:nth-of-type(2) li a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pai_article_right_information ul:nth-of-type(2) li a:hover {
    color: #9933cc;
}
/*来院路线*/
.pai_route {
    width: 800px;
}
.pai_route > h4 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 3px solid #545454;
}
.pai_route > dl {
    margin: 30px 0;
}
.pai_route > dl dt {
    margin-bottom: 10px;
    font-size: 20px;
    color: #222;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}
.pai_route > dl dd {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #222;
    line-height: 30px;
}
.pai_route > h5 {
    margin-top: 30px;
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #222;
    line-height: 40px;
    font-weight: normal;
}
.pai_route > h5 img {
    margin-right: 10px;
}
.pai_route > p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #454545;
    line-height: 30px;
}
.pai_route > span {
    margin-bottom: 10px;
    font-size: 16px;
    color: #b41919;
    font-weight: bold;
    line-height: 32px;
}
/*列表页*/
.pai_listpage {
    width: 800px;
}
.pai_listpage h4 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 3px solid #545454;
}
.pai_listpage li {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #d0d0d0;
}
.pai_listpage li img {
    width: 150px;
    margin-right: 20px;
}
.pai_listpage dt {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
}
.pai_listpage dt a:hover {
    color: #9933cc;
}
.pai_listpage dd {
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}
.pai_listpage button {
    display: block;
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    color: #000;
    line-height: 36px;
}
/*塑美团队*/
.pai_doctorlist {
    width: 800px;
}
.pai_doctorlist h4 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 3px solid #545454;
}
.pai_doctorlist li {
    position: relative;
    overflow: hidden;
    height: 290px;
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #d0d0d0;
}
.pai_doctorlist li img {
    width: 150px;
    margin-right: 20px;
}
.pai_doctorlist dt {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    line-height: 24px;
}
.pai_doctorlist dd {
    font-size: 14px;
    color: #777777;
    line-height: 22px;
}
.pai_doctorlist a {
    position: absolute;
    top: 50%;
    right: -200px;
    width: 200px;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    background-color: #9933cc;
}
.pai_doctorlist button {
    display: block;
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    color: #000;
    line-height: 36px;
}
