@charset "utf-8";

/* ==================== 基础重置 ==================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    min-width: 1024px;
}

ol, ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

/* ==================== 头部导航 ==================== */
.header {
    width: 100%;
    height: 150px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.head {
    width: 1024px;
    height: 100px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.logo {
    float: left;
    padding-top: 18px;
    margin-bottom: 18px;
}

.logo a {
    display: inline-block;
    width: auto;
}

.logo a img {
    display: inline-block;
}

.hdright {
    width: auto;
    height: 65px;
    line-height: 65px;
    padding-top: 18px;
    margin-bottom: 18px;
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #34373a;
}

.menu {
    width: 100%;
    height: 50px;
    background: #00026f;
}

.menumar {
    width: 1024px;
    height: 50px;
    margin: 0 auto;
    background: #00026f;
    text-align: right;
}

.menumar a {
    width: 146px;
    height: 50px;
    display: block;
    float: right;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: background 0.3s ease;
}

.menumar a:hover,
.menumar a.on {
    background: #0004c5;
}

/* ==================== Banner轮播 ==================== */
.banner {
    width: auto;
    margin-top: 150px;
}

.env-wrap {
    position: relative;
    width: auto;
    margin: 0 auto;
    height: 621px;
    overflow: hidden;
}

.env-wrap .env {
    width: 100%;
    height: 621px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
}

.env-wrap .env.selected {
    opacity: 1;
    z-index: 10;
}

.env-wrap .env1 {
    background: url(../../static/img/env_01.jpg) no-repeat center center;
    background-size: cover;
}

.env-wrap .env2 {
    background: url(../../static/img/env_02.jpg) no-repeat center center;
    background-size: cover;
}

.env-wrap .env3 {
    background: url(../../static/img/env_03.jpg) no-repeat center center;
    background-size: cover;
}

.env-wrap .env4 {
    background: url(../../static/img/env_04.jpg) no-repeat center center;
    background-size: cover;
}

.env-wrap .env-nav {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 99999;
}

.env-wrap .env-nav::after {
    content: "";
    display: table;
    clear: both;
}

.env-wrap .env-nav p {
    width: 18px;
    height: 18px;
    background: url(../../static/img/nav.png) no-repeat -32px -7px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.env-wrap .env-nav p.selected {
    background-position: -5px -8px;
}

.env-wrap .env-nav p:last-child {
    margin-right: 0;
}

/* ==================== 首页内容区块 ==================== */
.block {
    width: 100%;
}

.conbox {
    padding: 35px 0;
    width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.conbox img {
    position: relative;
    z-index: 99;
    display: block;
}

.conbox a {
    z-index: 999;
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s ease;
}

.conbox a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* 区块1：集团简介 + 通策医疗 */
.one {
    background: #efefef;
    height: 476px;
}

.one .conbox {
    height: 406px;
    background: #efefef;
}

a.grouplink {
    width: 205px;
    height: 200px;
    left: 0;
    top: 35px;
}

a.medicallink {
    width: 205px;
    height: 200px;
    left: 0;
    top: 240px;
}

/* 区块2：口腔事业部 */
.two {
    background: #fff;
    height: 684px;
}

.two .conbox {
    height: 614px;
    background: #fff;
}

a.orallink {
    width: 205px;
    height: 200px;
    left: 0;
    top: 35px;
}

a.cjorallink {
    width: 205px;
    height: 200px;
    left: 0;
    top: 240px;
}

/* 区块3：妇幼事业部 */
.three {
    background: #efefef;
    height: 683px;
}

.three .conbox {
    height: 613px;
    background: #efefef;
}

a.belink {
    display: block;
    position: absolute;
    width: 816px;
    height: 200px;
    left: 208px;
    top: 35px;
}

/* 区块4：眼科事业部 */
.four {
    background: #fff;
    height: 684px;
}

.four .conbox {
    height: 614px;
    background: #fff;
}

/* 区块5：信息事业部 */
.five {
    background: #efefef;
    height: 682px;
}

.five .conbox {
    height: 612px;
    background: #efefef;
}

a.qiezilink {
    width: 812px;
    height: 200px;
    right: 0;
    top: 35px;
}

a.ortholink {
    width: 408px;
    height: 200px;
    left: 0;
    top: 240px;
}

a.yxlink {
    width: 408px;
    height: 200px;
    left: 416px;
    top: 240px;
}

a.cloudlink {
    width: 408px;
    height: 200px;
    left: 0;
    top: 450px;
}

a.sylink {
    width: 408px;
    height: 200px;
    left: 416px;
    top: 450px;
}

/* 区块6：通策资本 */
.six {
    background: #fff;
    height: 477px;
}

.six .conbox {
    height: 407px;
    background: #fff;
}

/* 区块7：紫萱度假村 */
.seven {
    background: #efefef;
    height: 682px;
}

.seven .conbox {
    height: 612px;
    background: #efefef;
}

a.zxlink {
    width: 1024px;
    height: 612px;
    right: 0;
    top: 35px;
}

/* ==================== 底部 ==================== */
.footer {
    width: 100%;
    height: 50px;
    background: #1c1a1b;
}

.foot {
    width: 1024px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin: 0 auto;
    background: #1c1a1b;
    text-align: center;
    font-size: 12px;
}

/* ==================== 关于我们页面 ==================== */
.mapone {
    background: #fff;
    height: 255px;
    width: 100%;
}

.tc-info {
    background: #fff;
    width: 1024px;
    margin: 0 auto;
    height: 200px;
    padding: 35px 0 20px 0;
}

.tc-text {
    font-size: 16px;
    line-height: 35px;
    color: #414141;
    padding: 30px 0 20px 0;
    width: 645px;
    float: left;
}

.tc-ewm {
    width: 164px;
    height: 200px;
    overflow: hidden;
    float: right;
    text-align: center;
    line-height: 25px;
}

.tc-ewm img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.tc-ewm strong {
    font-size: 16px;
    color: #414141;
    display: block;
}

.online {
    width: 118px;
    height: 138px;
    display: block;
    margin-top: 20px;
    overflow: hidden;
    margin-left: 50px;
    float: right;
}

.maptwo {
    background: #efefef;
    height: 500px;
    width: 100%;
}

/* ==================== 地图区域 ==================== */
.map-section {
    background: #efefef;
    padding: 0;
    width: 100%;
}

.map-container {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
}

.map-image {
    width: 100%;
    height: auto;
    display: block;
}

/* ==================== 响应式适配 ==================== */
@media screen and (max-width: 1024px) {
    body {
        min-width: 1024px;
    }
}
