@charset "UTF-8";
/* .navDefault{ ul{ @include flex; @include flex-wrap; li{ font-size: change(22); line-height: 2.25rem; border-bottom: 1px #ccc solid; border-right: 1px #ccc solid; width: 25%; text-align: center; flex-grow: 1; }
 li:nth-of-type(4n){border-right: none;} li:nth-of-type(n+5){border-bottom: none;} }
} */
*, *:after, *:before {
    font: inherit;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
}

/*清除掉ios自带圆角*/
input, button { /* -webkit-appearance: none; */
    border-radius: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    height: 100% ；;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background: #fff;
    color: #333;
    line-height: 1.5;
    overflow-x: hidden; /*开启moblie网页快速滚动和回弹的效果*/
    -webkit-overflow-scrolling: touch;
    color: #333;
    min-height: 100%;
    /* 2018年 过去了 我该何去何从
   *
   * 没有钱的日子 该怎么过
   */
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    　display: block;
}

ol, li, ul {
    list-style: none;
}

a, img { /*阻止长按页面，弹出菜单的方法。*/
    -webkit-touch-callout: none;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    display: block;
    outline: none;
    border: 0;
}

input, textarea {
    outline: 0;
    border: none;
    display: block;
    resize: none;
    /* -webkit-appearance: none;
   appearance:none; */
}

.container {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clear {
    clear: both;
}

.clearFloat {
    zoom: 1;
}

.clearFloat:after {
    content: '.';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
}

.allW {
    width: 100%;
    overflow: hidden;
}

.allW > img {
    display: block;
    width: 100%;
}

.ma {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.g-line {
    height: 0.6rem;
    background-color: #f0f0f0;
}

/*修改placeholder的字体颜色*/
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder {
    color: #000;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/*  swiper 样式速写 model 样式的速写 */
.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-container .swiper-pagination-custom, .swiper-container .swiper-pagination-fraction {
    bottom: 0.375rem;
}

.pagination-line .swiper-container {
    padding-bottom: 1.2rem;
}

.pagination-line .swiper-pagination-bullet {
    width: 1.375rem;
    height: 0.2125rem;
    border-radius: 0.1rem;
}

.pagination-circle .swiper-container {
    padding-bottom: 1.35rem;
}

.pagination-circle .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border: 1px #000 solid;
    background-color: rgba(0, 0, 0, 0);
}

.pagination-circle .swiper-pagination-bullet-active {
    border: 1px #007aff solid;
}

.coverflow {
    margin-bottom: 1.2rem;
}

.coverflow .swiper-slide {
    width: 60%;
}

.coverflow .swiper-slide span {
    display: block;
    width: 100%;
    font-size: 0rem;
    text-align: center;
}

.coverflow .swiper-slide-active span {
    font-size: 0.825rem;
    line-height: 1.8rem;
}

.container {
    box-shadow: 0 0 10px #555;
}

.nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.nav a {
    flex: 1;
    font-size: 0.825rem;
    line-height: 2rem;
    text-align: center;
    border-right: 1px #ccc solid;
}

.nav :last-child {
    border-right: none;
}

.pub-t {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.pub-t h6 {
    font-size: 0.525rem;
    text-transform: uppercase;
    color: #061b88;
    text-align: center;
    padding-top: 0.75rem;
}

.pub-t h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fe6c05;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.pub-t h4 {
    font-size: 0.825rem;
    text-align: center;
    color: #636363;
    line-height: 1.6;
}

.hospital-info {
    height: 20.325rem;
    background: url(../images/bj_04.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.hospital-info .v {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 14.2875rem;
    background: url(../images/png_05.png) no-repeat;
    background-size: 100% 100%;
}

.hospital-info .v video {
    display: block;
    width: 16.575rem;
    margin: 0 auto;
    padding-top: 0.675rem;
}

.gx {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: #f3f3f3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.gx .l {
    background-color: #061b88;
    color: #fff;
    font-size: 1.05rem;
    font-weight: bold;
    padding: 1.25rem 0.375rem;
}

.gx .l span {
    border-right: 1px #fff solid;
    display: inline-block;
    padding-right: 0.225rem;
    line-height: 1.6;
}

.gx p {
    flex: 1;
    padding: 0 0.6rem;
    font-size: 0.825rem;
    text-indent: 2em;
    line-height: 1.6;
}

.pub-t1 {
    padding: 1rem 0.75rem 0.5rem;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-bottom: 1px #ccc solid;
}

.pub-t1 img {
    display: block;
    width: 2.1rem;
}

.pub-t1 .txt {
    flex: 1;
    padding-left: 0.3rem;
}

.pub-t1 .txt h2 {
    font-size: 1.05rem;
    font-weight: bold;
    color: #061b88;
}

.pub-t1 .txt h2 span {
    color: #fe6e0b;
}

.pub-t1 .txt h6 {
    font-size: 0.4875rem;
}

.bland {
    height: 19.425rem;
    background: url(../images/bj_13.png) no-repeat;
    background-size: 100% 100%;
}

.bland ul {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    overflow: visible;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.bland ul li {
    width: 7.2375rem;
    border: 1px #ccc solid;
    background-color: #fff;
    padding: 0.225rem 0;
}

.bland ul li img {
    display: block;
    width: 6.75rem;
    margin: 0 auto;
}

.bland ul li span {
    display: block;
    width: 100%;
    font-size: 0.675rem;
    padding: 0.225rem 0.225rem 0;
    text-align: center;
}

.bland :first-child li:nth-of-type(1) {
    margin-top: 1.2375rem;
}

.bland :first-child li:nth-of-type(2) {
    margin-top: 3.3rem;
}

.bland :first-child li:nth-of-type(3) {
    margin-top: 1.05rem;
}

.bland :last-child li:nth-of-type(1) {
    margin-top: -0.75rem;
    position: relative;
}

.bland :last-child li:nth-of-type(2) {
    margin-top: 1.875rem;
}

.bland :last-child li:nth-of-type(3) {
    margin-top: 1.05rem;
}

.pub-p {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.pub-p p {
    font-size: 0.825rem;
    text-indent: 2em;
    line-height: 1.6;
}

.g-line {
    height: 0.75rem;
    background-color: #f3f3f3;
}

.care {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.care .txt {
    position: absolute;
    width: 50%;
    right: 0.375rem;
    top: -0.375rem;
    height: 21rem;
    padding: 0.375rem 0.75rem 0rem;
    color: #fff;
    line-height: 1.6;
    font-size: 0.675rem;
    background-color: rgba(1, 167, 167, 0.8);
}

.care .txt b {
    font-size: 0.825rem;
    font-weight: bold;
    display: block;
    margin-top: 0.375rem;
}

.care .t2 {
    width: 52%;
    right: auto;
    left: 0.375rem;
    top: -0.375rem;
}

.care-btn {
    padding: 1rem 0.75rem;
}

.care-btn ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.care-btn ul li {
    background-color: #078d92;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
    width: 7.125rem;
    padding-top: 0.6rem;
    font-size: 0.825rem;
    text-align: center;
    color: #fff;
}

.care-btn ul li img {
    display: block;
    width: 2.625rem;
    margin: 0 auto;
}

.care-btn ul li span {
    display: block;
    line-height: 1.35;
    padding: 0.25rem 0;
}

.care-btn ul li p {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 0.675rem;
    line-height: 1.75rem;
    text-align: center;
}

.care-btn ul li:nth-of-type(2) {
    background-color: #fe9901;
}

.care-btn ul li:nth-of-type(3) {
    background-color: #3989d8;
}

.bgc-p {
    margin-top: 1rem;
    background-color: #f3f3f3;
    padding: 0.375rem 0.75rem;
    font-size: 0.825rem;
    text-indent: 2em;
    line-height: 1.6;
}

.ts-info {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: #061b88;
    padding-bottom: 1rem;
    margin-top: 1rem;
}

.ts-info p {
    color: #fff;
    padding: 0.225rem 0.375rem 0;
    font-size: 0.825rem;
    line-height: 1.6;
}

.ts-info p b {
    font-weight: bold;
}

.ts-nav {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    margin-top: 1rem;
}

.ts-nav a {
    font-size: 0.825rem;
    line-height: 2rem;
    color: #fff;
    text-align: center;
    width: 24.25%;
    background-color: #061b88;
}

.cssS1 {
    position: relative;
    margin-top: 1rem;
    padding: 0.3rem 0;
}

.cssS1 .swiper-container {
    width: 75.46875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    box-shadow: 0 0 7px #888;
    border-radius: 0.5rem;
}

.cssS1 .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
}

.cssS1 .swiper-container .swiper-slide span {
    font-size: 0.975rem;
    line-height: 2.25rem;
    text-align: center;
    display: block;
    width: 100%;
}

.cssS1 .swiper-button-prev {
    width: 2.25rem;
    height: 4.5rem;
    background: url(../images/bj_68.jpg) no-repeat;
    background-size: 100%;
    left: 0;
    margin-top: -2.4rem;
}

.cssS1 .swiper-button-next {
    width: 2.25rem;
    height: 4.5rem;
    background: url(../images/bj_71.jpg) no-repeat;
    background-size: 100%;
    right: 0;
    margin-top: -2.4rem;
}

.inv-nav {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: #061b88;
    margin-top: 1rem;
    border-radius: 0.75rem 0.75rem 0 0;
}

.inv-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.225rem;
}

.inv-nav ul li {
    width: 25%;
    font-size: 0.75rem;
    text-align: center;
    padding: 0.375rem 0;
    text-align: center;
}

.inv-nav ul li a {
    display: block;
    border-right: 1px #80d3d3 solid;
    color: #fff;
}

.inv-nav ul li:nth-of-type(n+5) {
    border-top: 1px #80d3d3 solid;
}

.inv-nav ul li:nth-of-type(4n) a {
    border-right: none;
}

.inv-nav ul .on a {
    color: #fffb05;
}

.footer {
    background-color: #009794;
    padding-bottom: 1rem;
}

.footer h3 {
    font-size: 0.975rem;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    padding-top: 0.375rem;
}

.footer h1 {
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
}

.footer h6 {
    font-size: 0.45rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}

.footer p {
    padding-left: 0.6rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 0.825rem;
    color: #fff;
    padding-bottom: 0.375rem;
}

.footer p img {
    display: block;
    width: 0.825rem;
    margin-right: 0.15rem;
    margin-left: 0.375rem;
}

.tab1 {
    margin-top: 1rem;
}

.tab1 .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    padding: 0 0.75rem 1rem;
}

.tab1 .tab-btn li {
    background-color: #f3f3f3;
    width: 32%;
    font-size: 0.825rem;
    line-height: 2.2rem;
    text-align: center;
    position: relative;
}

.tab1 .tab-btn .on {
    color: #fff;
    background-color: #061b88;
}

.tab1 .tab-btn .on em {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    border-width: 0.3rem;
    border-style: solid dashed dashed dashed;
    border-color: #061b88 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -0.3rem;
}

.tab1 .tab-txt {
    background-color: #f4f4f4;
}

.tab1 .tab-txt li {
    padding: 1rem 1rem 1px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.tab1 .tab-txt li .list {
    width: 32%;
    margin-bottom: 1rem;
}

.tab1 .tab-txt li .list img {
    display: block;
    width: 5.625rem;
    margin: 0 auto 0.3rem;
}

.tab1 .tab-txt li .list h2 {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
}

.tab1 .tab-txt li .list p {
    font-size: 0.75rem;
    text-align: center;
    color: #636363;
}

.tab2 {
    padding: 0 0.75rem;
}

.tab2 .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.tab2 .tab-btn li {
    width: 32%;
    background-color: #061b88;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    padding: 0.2rem 0;
    font-size: 0.9rem;
    color: #fff;
}

.tab2 .tab-btn li img {
    display: block;
    width: 1.725rem;
    margin-right: 0.225rem;
}

.tab2 .tab-btn li small {
    display: block;
    font-size: 0.45rem;
    text-transform: uppercase;
}

.tab2 .tab-btn li .i1 {
    display: none;
}

.tab2 .tab-btn .on {
    background-color: #fff;
    border: 1px #061b88 solid;
    color: #666;
}

.tab2 .tab-btn .on .i1 {
    display: block;
}

.tab2 .tab-btn .on .i2 {
    display: none;
}

.tab2 .d {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    margin-top: 0.6rem;
}

.tab2 .d .list {
    width: 7.35rem;
    border-radius: 0.5rem;
    background-color: #061b88;
    padding-bottom: 0.1rem;
}

.tab2 .d .list img {
    display: block;
    width: 100%;
}

.tab2 .d .list p {
    background-color: #fff;
    border: 1px #061b88 solid;
    border-radius: 0 0 0.5rem 0.5rem;
    font-size: 0.75rem;
    text-align: center;
    padding: 0.375rem 0;
    line-height: 1.5;
}

.tab2 .u {
    height: 11.25rem;
    background: url(../images/bj2_32.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.375rem 0.375rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-top: 0.75rem;
}

.tab2 .u > img {
    display: block;
    width: 13.125rem;
}

.tab2 .u .txt {
    flex: 1;
}

.tab2 .u .txt h2 {
    font-size: 0.9rem;
    padding-top: 0.225rem;
}

.tab2 .u .txt em {
    display: block;
    width: 3rem;
    height: 0.15rem;
    background-color: #061b88;
    margin-top: 0.375rem;
    margin-bottom: 0.225rem;
}

.tab2 .u .txt p {
    font-size: 0.45rem;
    margin-bottom: 3rem;
}

.tab2 .u .txt a {
    display: block;
    text-align: right;
    margin-right: 0.75rem;
    font-size: 0.9rem;
    color: #061b88;
}

.tab3 {
    margin-top: 1rem;
    padding: 0 0.75rem;
}

.tab3 .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.tab3 .tab-btn li {
    width: 24%;
    background-color: #eee;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    font-size: 0.825rem;
    line-height: 2.25rem;
}

.tab3 .tab-btn .on {
    background-color: #061b88;
    color: #fff;
}

.tab4 .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    padding: 0 0.75rem;
}

.tab4 .tab-btn li {
    background-color: #078d92;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
    width: 7.125rem;
    padding-top: 0.6rem;
    font-size: 0.825rem;
    text-align: center;
    color: #fff;
}

.tab4 .tab-btn li img {
    display: block;
    width: 2.625rem;
    margin: 0 auto;
}

.tab4 .tab-btn li span {
    display: block;
    line-height: 1.35;
    padding: 0.25rem 0;
}

.tab4 .tab-btn li p {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 0.675rem;
    line-height: 1.75rem;
    text-align: center;
}

.tab4 .tab-btn li:nth-of-type(2) {
    background-color: #fe9901;
}

.tab4 .tab-btn li:nth-of-type(3) {
    background-color: #3989d8;
}