/*通用类*/
* {
    margin: 0;
    padding: 0;
	text-align: center;
}

body {
    margin: 0 auto;
    font-size: 16px;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    text-align: justify;
    color: #333;
    overflow-x: hidden;
    background: #fff;
}

h1, h2, h3 {
    font-weight: 500;
}

img {
    border: none;

}


a {
    cursor: pointer;
    color: #333;
    text-decoration: none !important;
    outline: none !important;
}

ul {
    list-style-type: none;
    margin: 0;
}

dl {
    margin: 0;
    padding: 0;
}

.m {
    width: 1200px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

/*左侧悬浮窗*/
.left {
    position: fixed;
    right: 0px;
    top: 25%;
    z-index: 999;
}

.left li {
    width: 60px;
    height: 60px;
    border: 1px solid #dfdfdf;
    text-align: center;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.left li img {
    width: 25px;
    height: 25px;
    margin-top: 7px;
}

.left li div {
    display: none;
    position: absolute;
    right: 65px;
    width: 130px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 5px #999;
}

.left li div img {
    width: 90px;
    height: auto;
}

.left li p {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.left li:hover div {
    display: block;
}

.mobile-left {
    display: none;
    position: fixed;
    right: 0px;
    top: 40%;
    z-index: 999;
}

.mobile-left li {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 50%;;
}

.mobile-left li img {
    width: 25px;
    height: 25px;
    margin-top: 13px;
}

.mobile-left li div {
    display: none;
    position: absolute;
    rigth: 55px;
}

.mobile-left li:hover div {
    display: block;
}

/*top&nav*/
.head {
    width: 100%;
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #dfdfdf;
    z-index: 1000;
}

.top {
    display: flex;
    align-items: center;
    position: relative;
    height: 70px;
}

.top img {
    width: 145px;
}

.top ul {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
	top: 0px;
}

.top ul a {
    display: inline-block;
    height: 67px;
    line-height: 67px;
    border-bottom: 3px solid #fff;
    margin: 0px 25px;
}

.top ul a:hover {
    border-bottom: 3px solid #44a687;
}

.nav-line {
    border-bottom: 3px solid #44a687 !important;
}

.mobile-nav {
    display: none;
}

/*banner*/
.banner, .banner img {
    width: 100%;
    height: auto !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner {
    margin-top: 70px;
}

/*banner下*/
.banner-list {
    margin: 80px auto 0px;
}

.banner-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-list li {
    width: 25%;
    margin: 0px 4.33%;
}

.banner-list li div:first-child {
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    margin-bottom: 20px;
}

.banner-list li div img {
    width: 45%;
    margin: 22px auto;
}

.banner-list-title {
    font-size: 20px;
    color: #44a687;
    margin: 7px 0px;
}

.banner-list-title span {
    font-weight: bold;
    font-size: 26px;
}

.banner-list li p {
    color: #666;
    font-size: 14px;
}

.banner-list li p span {
    font-size: 16px;
    font-weight: bold;
}

.line {
    border-top: 1px solid #dbdbdb;
    width: 100%;
    margin-bottom: 60px;
}

/*核心价值*/
.index-title {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

.chinese {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	
}

.chinese div {
    width: 110px;
    display: flex;
    align-items: center;
}

.chinese div span {
    display: inline-block;
}

.green {
    width: 40px;
    height: 1px;
    background: #44a687;
}

.black {
    width: 70px;
    height: 1px;
    background: #ccc;
}

.chinese p {
    font-size: 30px;
    color: #000;
    margin: 0px 30px;
	white-space:nowrap
}

.english {
    color: #cbcbcb;
    font-size: 22px;
    line-height: 35px;
}

.business {
    margin: 80px auto
}

.business-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-list li {
    width: 31%;
    margin: 40px 1.33%;
    border: 1px solid #dbdbdb;
    border-radius: 10px 40px 0px 0px;
}

.business-list li div {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}

.business-list li div img {
    width: 100%;
    border-radius: 10px 40px 0px 0px;
}

.business-list li p {
    padding: 0px 25px 50px;
    font-size: 15px;
    color: #666;
    line-height: 25px;
    display: -webkit-box;
    /*-webkit-line-clamp: 4;*/
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-align: left;
	    height: 90px
}

.business-list a:hover div {
    color: #44A687;
}

/*复兴优势*/
.str {
    background: url(../images/strengths.png) no-repeat;
    background-size: 100% 100%;
}

.strengths {
    padding: 80px 0px;
}

.str-list ul {
    display: flex;
    align-items: center;
}

.str-top li {
    width: 31%;
    margin: 20px -10px;
    position: relative;
    text-align: center;

}

.lb {
    width: 85%;
}

.str-con {
    position: absolute;
    top: 40px;
    text-align: center;
    width: 80%;
    margin: 0 10%;

}
.str-con p{
	text-align: left;
	line-height: 25px;
}
.str-title {
    margin-top: 15px;
}

.str-title p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
	text-align: center;
}

.str-xing {
    margin-top: 15px;
    font-size: 15px;
    color: #666;
    line-height: 25px;

}

.liubian {
    position: absolute;
    top: 10px;
    right: 70px;
}

.liubian2 {
    position: absolute;
    top: 0px;
    right: 30px;
    width: 35px;
    height: auto;
}

.str-line {
    height: 3px;
    width: 30px;
    background: #44A687;
    position: absolute;
    bottom: 45px;
    margin: auto;
    left: 0;
    right: 0;
}

.str-bottom li {
    width: 21%;
    margin: 50px 2%;
    text-align: center;
    height: 300px;
}

.str-bottom-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #44A687;
    text-align: center;
    margin: 35px auto 0px;
}

.str-bottom-img img {
    width: 55%;
    margin: 20px auto;
}

.str-bottom li {
    font-size: 19px;
    line-height: 30px;
}

.str-line2 {
    margin: 15px auto 25px;
    height: 3px;
    width: 30px;
    background: #999;
}

.str-bottom li:hover {
    box-shadow: 0px 0px 5px 2px #ccc;
}

.str-bottom li:hover p {
    color: #44A687;
}

.str-bottom li:hover .str-line2 {
    background: #44A687;
}

/*全行业健康守护方案*/
.plan {
    margin: 80px auto;
}

.index-title2 {
    width: 550px;
}

.swiper-container2 {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    height: 400px;
    margin-bottom: 53px;
    position: relative;
}

.swiper-container2 .swiper-wrapper .swiper-slide {
    width: 490px;
}

.swiper-container2 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 360px;
    border: 5px solid #fff
}

.swiper-container2 .swiper-wrapper .swiper-slide-prev {
    margin-top: 50px;
    height: 256px !important;
}

.swiper-container2 .swiper-wrapper .swiper-slide-prev img {
    height: 256px !important;
    object-fit: cover;
}

.swiper-container2 .swiper-wrapper .swiper-slide-next {
    margin-top: 50px;
    height: 256px !important;
}

.swiper-container2 .swiper-wrapper .swiper-slide-next img {
    height: 256px !important;
    object-fit: cover;
}

.swiper-container2 .swiper-wrapper .swiper-slide-active {
    width: 500px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/swiper.png);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/swiper.png);
    transform: rotate(180deg);
}

.swiper-button-next, .swiper-button-prev {
    background-size: 44px 44px;
    width: 44px;
}

.index-swiper {
    width: 100%;
    text-align: center;
}

.swiper-slide-active p {
    color: #44A687
}

/*服务内容*/
.ser {
    background: url(../images/WL0016.png) no-repeat;
    height: 500px;
    width: 100%;
    background-size: 100% 100%;
    margin: 20px auto 0px;
}

.searvice {
    padding: 70px 0px;
}

.service-list a {
    float: left;
    width: 580px;
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.service-list{
	display: flex;
}
.service-list li {
    width: 33.3333%;
}

.service-list li img {
    width: 200px;
    height: 230px;
    object-fit: cover;
}

.service-list-left {
    width: 200px;
    text-align: center;
}

.service-list-left div {
    color: #44A687;
    font-size: 20px;
    font-weight: bold;
}

.service-list-left p {
    color: #666;
    line-height: 40px;
}

/*合作伙伴*/
#firend {
    padding-top: 20px;
}

.firend {
    margin: 80px auto 0px;
}

.firend ul {
    margin: 30px auto;
}

.firend li {
    float: left;
    width: 17%;
    margin: 10px 1%;
    border: 1px solid #dfdfdf;
    height: 100px;
    text-align: center;
}

.od img {
    width: 60%;
    margin: 30px auto;
}

.even img {
    width: 50% !important;
    margin: 10px auto;
}

.even2 img {
    width: 40% !important;
    margin: 10px auto;
}

/*社会责任*/
.social {
    margin: 80px auto 0px;
}

.social-list {
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-list li {
    width: 31%;
    margin: 0px 1.3%;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-top: 5px solid #e8e8e8;
    height: 520px;
}

.social-title {
    margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #44A687s
}

.social-line {
    width: 60px;
    height: 5px;
    background: #E8E8E8;
    margin: 30px auto;
}

.social-line2 {
    width: 60px;
    height: 5px;
    background: #44A687;
    margin: 20px auto;
    display: none;

}

.social-list li p {
    color: #666;
    line-height: 40px;
}

.social-list li:hover {
    border-top: 5px solid #44A687;
    box-shadow: 0px 0px 3px 0px #ccc;
}

.social-list li:hover .social-title {
    color: #44A687;
}

.social-list li:hover p {
    color: #000;
}

.social-list li:hover .social-line {
    background: #44A687;
}


/*健康俱乐部页面*/
.club {
    display: flex;
    align-items: center;
    height: 570px;
    margin-top: 70px;
}

.mobile-c-con, .mobile-crowd, .mobile-vip {
    display: none !important;
}

.c-con {
    width: 445px;
}

.c-con2 {
    width: 310px;
}

.c-con img, .c-con2 img {
    width: 100%;
    object-fit: cover;
}

.c-con img {
    height: 285px;
}

.c-con2 img {
    height: 570px;
}

.c-connect {
    height: 285px;
}

.c-connect div {
    color: #000;
    line-height: 40px;
    font-size: 18px;
    padding: 0rem 15px;
}

.c-connect p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding: 0rem 15px;
    line-height: 25px;
}

.club2 {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 445px;
    margin-bottom: 60px;
}

.club2-con {
    width: 50%;
}

.club2 div div {
    color: #000;
    line-height: 40px;
    font-size: 18px;
    padding: 0rem 15px;
}

.club2 div p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding: 0rem 15px;
    line-height: 25px;
}

/*服务人群*/
.crowd {
    height: 360px;
    width: 100%;
    margin: 130px auto 50px;
    background: #202122;
}

.crowd ul {
    display: flex;
    align-items: center;
}

.crowd li {
    width: 23%;
    margin: 0px 1%;
    text-align: center;
}
.crowd li{
	display: flex;
	flex-direction: column-reverse;
	
}
.crowd li img {
    width: 262px;
    height: 320px;
    object-fit: cover;
}

.crowd li {
    margin-top: -90px;
}

.crowd li:nth-child(even) p {
    margin-bottom: 15px;
}

.crowd li div {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
}

.crowd li p {
    color: #999;
    font-size: 12px;
}

/*尊享活动*/
.activity {
    width: 85%;
    background: #202122;
    height: 260px;
}

.activity ul {
    display: flex;
}

.activity ul li {
    width: 46%;
    margin: 0px 2%;
    text-align: center;
}

.activity ul li img {
    width: 550px;
    height: 260px;
    object-fit: cover;
}

.activity ul li:first-child {
    margin-top: -110px;
}

.activity ul li:last-child {
    margin-top: -80px;
}

.a-line {
    width: 3px;
    height: 60px;
    background: #999;
    margin: 0px 15px;
}

.activity ul li:first-child div {
    display: flex;
    align-items: center;
    color: #ccc;
    margin-top: 10px;
    text-align: left !important;
}

.activity ul li:last-child div {
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 10px;
    float: right;
    text-align: right !important;
}

.a-wenzi {
    display: block !important;
}

.activity-title {
    height: 35px;
    font-weight: bold;
    font-size: 20px;
}

.activity-con {
    font-size: 14px;
    line-height: 20px;
}

.activity2 {
    width: 85%;
    background: #202122;
    height: 260px;
}

.activity2 ul {
    display: flex;
}

.activity2 ul li {
    width: 46%;
    margin: 0px 2%;
    text-align: center;
}

.activity2 ul li img {
    width: 550px;
    height: 260px;
    object-fit: cover;
}

.activity2 ul li:first-child {
    margin-top: 0px;
}

.activity2 ul li:last-child {
    margin-top: 20px;
}

.activity2 ul li:first-child div {
    display: flex;
    align-items: center;
    color: #000;
    margin-top: 10px;
    text-align: left !important;
}

.activity2 ul li:last-child div {
    display: flex;
    align-items: center;
    color: #ccc;
    margin-bottom: 10px;
    float: right;
    text-align: right !important;
}

/*会员服务*/
#vip {
    /* margin-top: 50px; */
}

.vip {
    margin: 180px auto 20px;
}

.vip li {
    display: flex;
    align-items: center;
    position: relative;
    background: #202122;
    height: 300px;
    margin: 50px 0px;
    color: #fff;
}

.long {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 20px;
}

.vip-con2 {
    padding-left: 55px !important;
}

.vip-con {
    width: 50%;
    height: 100%;
}

.vip-con div {
    display: flex;
    align-items: center;
}

.vip-con div p {
    width: 200px;
    line-height: 35px;
    display: flex;
    align-items: center;
}

.vip-con div img {
    width: 15px;
    height: 18px;
    margin: 0px 10px;
}

.vip-img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.vip li:nth-child(odd) .vip-con {
    padding-left: 55px;
}

.vip li:nth-child(even) .vip-con {
    padding-left: 160px;
    text-align: right !important;
}

.vip li:nth-child(odd) .long {
    right: 20px;
}

.vip li:nth-child(2) .long {
    left: 20px;
}

.vip li:nth-child(4) .long {
    right: 20px;
}

.vip-con-title {
    font-size: 24px;
    padding: 70px 0px 20px;
}

/*入驻健康俱乐部*/
#health {
    padding-top: 20px;
}

.health {
    text-align: center;
    margin: 80px auto;
}

.card {
    width: 750px;
    height: auto;
    margin: 40px auto;
}

.health ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 40px auto 0px;
}

.health ul li {
    width: 33.33%;
    text-align: center;
}

.health ul li img {
    width: 80px;
    height: 80px;
}

.health ul li p {
    font-size: 18px;
    line-height: 40px;
}

/*企业解决方案*/
.bank {
    margin: 80px auto 0px;
}

.bank ul {
    display: flex;
    align-items: center;
}

.bank ul li {
    width: 23%;
    margin: 30px 1%;
    /* 	text-align: center; */
    height: 415px;
}

.bank ul img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.bank ul div {
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

.bank-line {
    border-bottom: 3px solid #44A687;
    width: 50px;
    margin: 15px auto;
}

.bank ul p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

#activity {
    padding: 80px 0px 0px;
}

/*保险增值服务*/
#ins {
    /* padding-top: 20px; */
}

.ins {
    margin: 80px auto;
}

.ins li {
    float: left;
    width: 47%;
    margin: 30px 1.2% 15px;
    text-align: center;
    border: 1px solid #dfdfdf;
    height: 400px;
}

.ins li img {
    width: 100%;
    margin: 0 auto;
    height: 290px;
    object-fit: cover;
}

.ins li div, .ins li p {
    padding: 0px 12px;
    text-align: left !important;
    margin-left: 15px;
}

.ins li div {
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}

.ins li p {
    color: #666;
    font-size: 15px;
    padding: 15px 10px;
}

/*企业员工服务*/
.emp {
    margin: 80px auto 0px;
}

.emp ul {
    margin: 40px auto;
	display: flex;
	justify-content: space-between;
}

.emp ul li {
    display: flex;
	flex-direction: column-reverse;
    height: 300px;
	width: 24%;
}

.emp ul li img, .emp-con {
    width: 100%;
    height: 190px;
}

.emp-con, .emp-con2 {
    padding: 20px 30px;
	box-sizing: border-box;
}

.emp-con div, .emp-con div {
    line-height: 50px;
    color: #000;
    font-weight: bold;
}

.emp-con p, .emp-con2 p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.emp-con2 {
    display: none;
}

.emp ul li .emp-con div {
    text-align: center;
}

/*个人解决方案*/
.private {
    margin: 80px auto 0px;
}

.private ul {
    display: flex;
    align-items: center;
    height: 450px;
    margin: 40px auto;
}

.private ul li {
    width: 360px;
    margin: 30px 20px;
    height: 100%;
    border: 1px solid #dfdfdf;
}

.private ul li img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.private ul li p {
    padding: 0px 25px;
    font-size: 14px;
    line-height: 25px;
    color: #474747;
    font-weight: 400;
}

.private ul li div {
    font-weight: bold;
    color: #000;
    padding: 10px 25px;
    text-align: center;
    font-size: 17px;
}

/*核心高端保健服务*/
.core {
    width: 100%;
    height: 700px;
    margin: 80px auto 0px;
    background: url(../images/core-back.png);
    background-size: 100% 100%;
    padding: 50px 0px;
}

.core li {
    float: left;
    width: 50%;
    background: rgba(30, 100, 150, 0.4);
    margin-top: 50px;
    display: flex;
	align-items: center;
    height: 260px;
}

.core li img {
    width: 360px;
    height: 100%;
    object-fit: cover;

}

.core li div {
    color: #fff;
    height: auto;
    font-size: 14px;
    padding: 20px;
    line-height: 25px;
    width: 240px;
}

.core li div .title {
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 10px;
    text-align: center;
}

/*尊享国内医疗直通*/
.enjoy {
    margin: 80px auto 0px;
}

.enjoy ul {
    margin-top: 30px;
}

.enjoy li {
    float: left;
    width: 50%;
    height: 180px;
    display: flex;
    align-items: center;
    margin: 20px auto;
}

.enjoy li img {
    width: 310px;
    height: 100%;
    object-fit: cover;
}

.enjoy li div {
    width: 250px;
    padding: 0px 20px;
    text-align: center;
}

.enjoy li div div {
    padding: 10px 0px;
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

.enjoy li div p {
    font-size: 14px;
    color: #474747;
    line-height: 25px;
}

/*尊享海外医疗协助*/
.assis {
    margin: 80px auto 0px;
}

.assis ul {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 30px auto;
      flex-wrap: wrap;
}

.assis li {
       width: 350px;
       margin: 19px 20px;
       border: 1px solid #dfdfdf;
       height: 450px;
}

.assis li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.assis li p {
    padding: 0px 20px;
    color: #474747;
    line-height: 28px;
    font-size: 14px;
}

.assis li div {
    font-weight: bold;
    color: #000;
    padding: 15px 20px;
    font-size: 17px;
    text-align: center;
}

/*服务流程*/
.liuc {
    margin: 80px auto 0px;
}

.liucheng {
    text-align: center;
    width: 1000px;
    margin: 30px auto;
}

.liucheng img {
    width: 100%;
    height: auto;
}

/*关于我们*/
.qiye {
    margin: 80px auto 0px;
}

.int {
    width: 1000px;
    margin: 30px auto;
    line-height: 30px;
    color: #474747;
}

.qiye-list {
    display: flex;
    align-items: center;
}

.qiye-list li {
    width: 260px;
    height: 120px;
    margin: 30px 70px;
    border: 1px solid #44A687;
    position: relative;
}

.leavel {
    padding: 10px 15px;
    font-size: 18px;
    color: #000;
}

.number {
    color: #44A687;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.danwei {
    position: absolute;
    width: 50px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    bottom: -8px;
    left: 0;
    right: 0
}

/*企业文化*/
.culture {
    margin: 80px auto 0px;
}

.culture ul {
    display: flex;
    align-items: center;
}

.culture ul li {
    width: 1500px;
    margin: 30px 25px;
    text-align: center;
    height: 120px;
}

.culture ul li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.culture ul li div {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}

.culture ul li p {
    color: #666;
    line-height: 25px;
    font-size: 14px;
}

/*核心资源*/
.team {
    margin: 80px auto 0px;
}

.team ul {
    margin: 30px auto;
}

.team ul li {
    float: left;
    width: 30%;
    margin: 20px 1.5%;
    height: 300px;
    text-align: center;
    border: 1px solid #dfdfdf;
}

.team ul li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.team ul li p {
    height: 50px;
    line-height: 50px;
    color: #474747;
}

.expert {
    margin: 80px auto 0px;
}

.team-title {
    height: 40px;
    width: 140px;
    margin: 40px auto 0px;
    text-align: center;
    line-height: 40px;
    background: #44A687;
    color: #fff;
}

.team-line {
    border-bottom: 1px solid #dfdfdf;
}

.china {
    width: 100%;
    margin-top: 40px;
}

.expert-list, .expert-list2 {
    margin-top: 40px;
}

.expert-list li, .expert-list2 li {
    width: 22%;
    margin: 10px 1.4%;
    float: left;
    height: 500px;
    bordeR: 1px solid #dfdfdf;
    text-align: center;
}

.doctor {
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 20px auto;
    border: 1px solid #dfdfdf;
}

.doctor img {
    width: 100%;
}

.expert-list li p {
    color: #000;
    font-weight: bold;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 22px;
}

.doctor-name {
    font-size: 18px;
    line-height: 40px;
    color: #000;
    font-weight: bold;
}

.expert-list li span {
    color: #333;
    font-weight: 100;
}

.expert-list2 li {
    height: 450px;
}

.expert-list2 p {
    font-size: 14px;
    line-height: 25px;
    padding: 0px 10px;
}

/*合作医院*/
.hospital {
    margin: 80px auto 0px;
}

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}

.tab div {
    width: 140px;
    height: 40px;
    border: 1px solid #DFDFDF;
    text-align: center;
    line-height: 40px;
    margin: 0px 100px;
    cursor: pointer;
}

.tab div:hover {
    background: #44A687;
    color: #fff;
}

.tabclass {
    background: #44A687 !important;
    color: #fff !important;
}

.hospital table {
    width: 100%;
    border-spacing: 0px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.hospital table tr {
    height: 60px;
    text-align: center;
    /*line-height: 60px;*/
}

.hospital tr:nth-child(even) {
    background: #fff;
}

.hospital tr:nth-child(odd) {
    /*background: #ecf6f3;*/
}

.hospital table td {
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.usa, .singapore {
    display: none;
}

/*联系我们*/
.contact {
    margin: 80px auto 0px;
}

.contact ul {
    margin: 30px auto;
    display: flex;
    align-items: center;
    width: 700px;
}

.contact ul li {
    width: 290px;
    margin: 0px 55px;
}

.contact ul li:last-child {
    display: none;
}

.contact-title {
    height: 60px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    border-top: 1px solid #44A687;
    border-bottom: 1px solid #44A687;
}

.contact-img {
    width: 100%;
    height: 180px;
    text-align: center;
    line-height: 180px;
    font-size: 23px;
    font-weight: bold;
    color: #333333;
}

.contact-img img {
    width: 120px;
    height: 120px;
    margin-top: 30px;
}


/*底部*/
.bottom {
    background: #434343;
    width: 100%;
    padding: 20px 0px;
    margin: 80px auto 0px;
}

.bottom-con {
    display: flex;
    align-items: center;
    height: 230px;
}

.bottom-left {
    width: 290px;
    padding-right: 20px;
    border-right: 1px solid #999;
    color: #fff;
}

.logo {
    width: 150px;
}

.call {
    margin: 10px 0px;
}

.call div {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.call div img {
    width: 20px;
    margin-right: 5px;
}

.call p {
    margin-left: 25px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.adress {
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.adress img {
    margin-right: 5px;
}

.adress span {
    display: inline-block;
    width: 70px;
}

.bottom-middle {
    padding: 0px 20px;
    width: 700px;
    border-right: 1px solid #999;
    display: flex;
    justify-content: center;
    color: #f0f0f0;
    height: 100%;
}

.bottom-middle ul {
    width: 14%;
    margin-top: 30px;
    text-align: center;
}

.bottom-middle ul:nth-child(2), .bottom-middle ul:nth-child(3), .bottom-middle ul:nth-child(4) {
    width: 19.3%;
}

.bottom-middle ul li:nth-child(2) {
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 15px auto;
}

.bottom-middle ul div {
    font-size: 14px;
}

.bottom-middle ul li {
    font-size: 12px;
    line-height: 25px;
}

.bottom-middle ul li a {
    color: #fff
}

.bottom-right {
    padding-left: 20px;
    width: 170px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.bottom-right ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.bottom-right ul li:first-child {
    display: none;
}

.bottom-right ul li {
    width: 44%;
    text-align: center;
    margin: 0px 3%;
}

.bottom-right img {
    width: 90%;
}

.mobile-c-connect {
    display: none;
}

.core {
    width: 100%;
    height: 700px;
    margin: 80px auto 0px;
    background: url(../images/core-back.png);
    background-image: url(../images/core-back.png);
    background-position-x: initial;
    background-position-y: initial;
    background-size: 100% 100%;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: 100% 100%;
    padding: 50px 0px;
}