﻿html,



 body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, select, button, textarea, menu {
    margin: 0;
    padding: 0
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left;
    font-weight: normal
}

html, body, fieldset, img, iframe, abbr {
    border: 0
}

i, cite, em, var, address, dfn {
    font-style: normal
}

[hidefocus], summary {
    outline: 0
}

li {
    list-style: none
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%
}

sup, sub {
    font-size: 40%
}

pre, code, kbd, samp {
    font-family: inherit
}

q:before, q:after {
    content: none
}

p {
   /* margin: 0 0 9px*/
}

textarea {
    overflow: auto;
    resize: none
}

label, summary {
    cursor: default
}

a, button {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold
}

del, ins, u, s, a, a:hover {
    text-decoration: none
}

body { font: 16px '微软雅黑','Arial','Sumsun','Helvetica';}

body {
    background: #fff;
    color: #333
}
*{webkit-box-sizing: border-box; -moz-box-sizing:border-box; box-sizing: border-box; }

.container {
    min-height: 400px
}

.container-inner {
    padding: 30px 0 50px
}

.bgf2 {
    background-color: #f2f2f2
}

/*.iconfont {
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}*/

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.green {
    color: #158064
}

.green:hover {
    color: #096
}

.orange {
    color: #d58016
}

.gray {
    color: #999
}

a {
    color: #444;
    outline: none;
    transition: all .3s
}

a:hover {
    color: #1678ad;
    text-decoration: none
}

img {
    object-fit: cover
}

.btn {
    display: inline-block;
    border: none;
    text-align: center;
    background: #03a560;
    color: #fff;
    line-height: 34px;
    transition: all .3s;
    border-radius: 3px
}

.btn:hover {
    background: #1678ad;
    color: #fff
}

.btn.white {
    background: #fff;
    color: #666;
    border: 1px solid #ddd
}

.btn.white:hover {
    background: #666;
    color: #fff;
    border: 1px solid #666
}

.btn.disabled {
    background: #f1f1f1;
    border-color: #aaa;
    color: #aaa;
    cursor: no-drop
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt25 {
    margin-top: 25px
}

.mt20 {
    margin-top: 20px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb25 {
    margin-bottom: 25px
}

.mb40 {
    margin-bottom: 40px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.pt10 {
    padding-top: 10px
}

.pt40 {
    padding-top: 40px
}

.pt15 {
    padding-top: 15px
}

.pb50 {
    padding-bottom: 50px
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
    clear: both
}

.inline {
    display: inline
}

.block {
    display: block
}

.inline-block {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.hidden {
    display: none
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: ""
}

.caret.up {
    border-top: none;
    border-bottom: 8px solid #ccc
}

.caret.down {
    border-top: 8px solid #ccc;
    border-bottom: none
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #c09853;
    font-size: 14px;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px
}

.alert h4 {
    color: inherit;
    margin: 0
}

.alert.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert.alert-danger, .alert.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert.alert-block > p, .alert.alert-block > ul {
    margin-bottom: 0
}

.alert.alert-block p + p {
    margin-top: 5px
}

.ajax .message {
    background: none
}

.message {
    height: 100%
}

.message .msg {
    display: block;
    text-align: center;
    padding: 15px 0
}

.message .msg i {
    font-size: 80px
}

.message .msg strong {
    display: block;
    font-size: 16px
}

.message .msg .success {
    color: #029C46
}

.message .msg .error {
    color: #e33
}

.message .msg .info {
    color: #56abe4
}

.message .msg .skip {
    color: #999
}

.message .msg .btn {
    border-radius: 8px;
    width: 200px;
    margin-top: 15px
}

.nodata {
    color: #999;
    padding: 25px 0
}

.nodata i {
    display: block;
    font-size: 80px;
    line-height: 1
}

.path {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
    color: #999
}

.path i {
    font-size: 12px;
    vertical-align: middle;
    padding: 0 5px
}

.color-share .bdsharebuttonbox, .color-share span {
    display: inline-block;
    vertical-align: middle
}

.color-share a {
    margin: 0 0 0 5px !important;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    display: inline-block
}



.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    text-align: center
}

.slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    border-radius: 15px;
    cursor: pointer;
    background-color: #fff;
    transition: .38s
}

.slick-dots li button {
    display: none
}

.slick-dots li.slick-active {
    width: 50px;
    background-color: #ff8400
}

.slick-dots li:hover {
    background-color: #ff8400
}

.help-inline, .help-block {
    color: #666;
    padding-left: 8px
}

.help-inline {
    display: inline
}

.help-block {
    display: block
}








.color-info span {
    margin-right: 10px
}

.color-info i {
    font-size: 20px;
    margin-right: 5px
}

.color-info .red {
    color: #ea5a54
}

.color-info .blue {
    color: #54a0ea
}

.color-info .green {
    color: #63b98c
}

.color-info .orange {
    color: #e49548
}

.color-info .gray {
    color: #9e9e9e
}

.letter-box {
    display: none;
    line-height: 1.8;
    min-height: 150px;
    position: absolute;
    width: 452px;
    top: 32px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 3;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden
}

.letter-box .area-tit {
    overflow: hidden;
    background: #ddd;
    margin: -10px -10px 5px -10px
}

.letter-box .area-tit.span2 a {
    width: 50%
}

.letter-box .area-tit.span3 a {
    width: 33.33%
}

.letter-box .area-tit.span4 a {
    width: 25%
}

.letter-box .area-tit.span5 a {
    width: 20%
}

.letter-box .area-tit.span6 a {
    width: 16.66%
}

.letter-box .area-tit.span7 a {
    width: 14.28%;
    font-size: 14px;
}

.letter-box .area-tit a {
    float: left;
    line-height: 45px;
    height: 45px;
    text-align: center;
    font-weight: normal
}

.letter-box .area-tit a.cur {
    background: #fff;
    color: #03a560
}

.letter-box .area-letter .tabs {
    display: none
}

.letter-box .area-letter .tabs:first-child {
    display: block
}

.letter-box .area-letter .tabs .letter-tit {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd
}

.letter-box .area-letter .tabs .letter-tit li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 13px
}

.letter-box .area-letter .tabs .letter-tit li a {
    display: block
}

.letter-box .area-letter .tabs .letter-tit li.cur {
    font-weight: bold;
    border-bottom: 1px solid #03a560;
    margin-bottom: -1px;
    position: relative
}

.letter-box .area-letter .tabs .letter-pannel li {
    display: none;
    overflow: hidden;
    padding: 10px 10px 0 10px;
    text-align: left;
    font-size: 13px
}

.letter-box .area-letter .tabs .letter-pannel li:first-child {
    display: block
}

.letter-box .area-letter .tabs .letter-pannel li a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 2px;
    margin-right: 2px
}

/*@font-face {
    font-family: 'iconfont';
    src: url("//at.alicdn.com/t/font_938109_a9mfd4lsage.eot");
    src: url("//at.alicdn.com/t/font_938109_a9mfd4lsage.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_938109_a9mfd4lsage.woff2") format("woff2"), url("//at.alicdn.com/t/font_938109_a9mfd4lsage.woff") format("woff"), url("//at.alicdn.com/t/font_938109_a9mfd4lsage.ttf") format("truetype"), url("//at.alicdn.com/t/font_938109_a9mfd4lsage.svg#iconfont") format("svg")
}*/


.clinic-form .form-item {
    display: inline-block;
    min-height: auto;
    margin-right: 4px;
    vertical-align: middle
}

.clinic-form .form-item .form-input .department-select {
    position: relative
}

.clinic-form .form-item .form-input .select-input, .clinic-form .form-item .form-input .btn {
    width: 112px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    overflow: hidden;
    border-radius: 15px;
    border: none;
    display: block;
    color: #fff;
    text-align: left;
    cursor: pointer;
    padding: 0 16px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.2)
}

.clinic-form .form-item .form-input a.select-input {
    padding-right: 27px;font-size: 14px;
}

.clinic-form .form-item .form-input .select-input i {
    margin-left: 8px;
    position: relative;
    font-size: 10px;
    top: 1px;
    right: 14px;
    opacity: .4;
    filter: aplha(opacity=40);
    transform: scale(1.25);
    position: absolute
}

.clinic-form .form-item .form-input .btn {
    background-color: #f36d00
}

.clinic-form .form-item .form-input .btn i {
    margin-right: 5px
}

.clinic-form .form-item .form-input .btn:hover {
    background-color: #e86800
}

.clinic-form .form-item .form-input select::-ms-expand {
    display: none
}

.clinic-form .form-item .form-input select.select-input {
    padding-right: 30px;
    background-image: url(../images/select-bg.png);
    background-position: right 14px center;
    background-repeat: no-repeat;

    -moz-appearance: none;
    -webkit-appearance: none
}

.clinic-form .form-item .form-input select.select-input option {
    color: #666
}

.home-service-wrap {
    position: relative;
   /* margin-top: -144px*/
    margin: 50px 0;
}

.home-service-wrap .clinic-form-bg {
  /*  background: url(../images/nav-bg.png);*/
    background: linear-gradient(135deg, rgba(6, 150, 166, 0.9) 0%, rgba(6, 89, 166, 0.9) 100%);
    background-size: contain;
    height: 204px;
    width: 100%
}

.home-service-wrap .clinic-form {
    height: 30px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 24px;
    padding: 0 60px;
    left: 0;
    z-index: 3
}

.clinic-form .form-item .tad_na{
    display: inline-block;
    color:#FFFFFF;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
}

.home-service-wrap .home-service {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 1171px;
    background-color: #fff;
    box-sizing: border-box;
    height: 135px;
    padding: 33px 0;
    border-bottom:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
}

.home-service-wrap .home-service li {
    float: left;
    width: 12.5%;
    box-sizing: border-box
}

.home-service-wrap .home-service li a {
    display: block;
    text-align: center;
    position: relative;
    height: 69px
}

.home-service-wrap .home-service li a i {
    position: relative;
    z-index: 1;
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 44px;
    text-align: center;
    color: transparent;
    color: #209089 \0;
    transition: all .5s;
    background: linear-gradient(135deg, #09b78b 0%, #007CC6 70%, #0067ce 100%);
    background: none \0;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text
}

.home-service-wrap .home-service li a span {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    line-height: 1;
    font-size: 15px
}

.home-service-wrap .home-service li a:hover {
    color: #0787a6
}

.home-service-wrap .home-service li a:hover i {
    animation-name: tada;
    transform-origin: center
}

.home-service-wrap .home-service li + li {
    border-left: 1px solid #e5e5e5
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .home-service-wrap .home-service li a i {
        background: none;
        color: #03a560
    }

    .index-slider-wrap .index-slider .index-slider-item {
        background-attachment: scroll
    }
}

