body,
html {
    margin: 0;
    padding: 0
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    outline: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    color: #333;
    font: 14px "PingFang SC", "Microsoft YaHei", sans-serif
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

.page-main {
    padding-top: 100px
}

.c {
    margin: auto;
    width: 1200px
}

.scroll-rocket {
    height: 50px;
    line-height: 50px;
    width: 50px;
    background: url(../images/index-top.png) center center no-repeat #5c7987;
    background-size: 30px 30px;
    bottom: 10px;
    display: none;
    position: fixed;
    right: 10px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer
}

.scroll-rocket:hover {
    background: url(../images/index-top.png) center center no-repeat #18b2bb;
    background-image: url(../images/index-top.png), -prefix-linear-gradient(left, #18b2bb, #4dd7df);
    background-image: url(../images/index-top.png), linear-gradient(to right, #18b2bb, #4dd7df);
    background-size: 30px 30px, 50px 50px;
    border: 1px solid #fff;
    outline: 0
}

.page-header {
    background-color: #fff;
    border-bottom: 1px #E1E1E1 solid;
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 900
}

.page-header .c {
    height: 100px;
    position: relative
}

.page-header .c .logo-block {
    display: block;
    left: 72px;
    margin-top: -20px;
    position: absolute;
    top: 50%
}

.page-header .c .logo-block img {
    display: block;
    height: 42px;
    /*width:135px*/
}

.page-header .c .nav-block {
    height: 100px;
    position: absolute;
    right: 0;
    min-width: 500px
}

.page-header .c .nav-block .nav {
    display: block;
    height: 100px;
    margin: auto;
    min-width: 515px
}

.page-header .c .nav-block .nav .nav-appointment-link:hover a {
    background-color: #1BAEA5;
    color: #fff !important;
    border: 1px solid #1BAEA5
}

.page-header .c .nav-block .nav .nav-link {
    height: 100px;
    float: left;
    margin: 0 20px;
    text-align: center;
    position: relative;
    width: 88px
}

.page-header .c .nav-block .nav .nav-link:hover a {
    color: #1BAEA5
}

.page-header .c .nav-block .nav .nav-link a {
    color: #333;
    display: block;
    font-size: 20px;
    margin-top: 34px;
    width: 88px;
    height: 35px;
    line-height: 35px
}

.page-header .c .nav-block .nav .nav-link span {
    background-color: #1BAEA5;
    border-radius: 3px;
    bottom: 24px;
    display: none;
    height: 6px;
    left: 50%;
    margin-left: -44px;
    margin-top: 6px;
    position: absolute;
    width: 88px
}

.page-header .c .nav-block .nav .nav-link.current a {
    color: #1BAEA5
}

.page-header .c .nav-block .nav .nav-link.current span {
    display: block
}

.page-header .c .nav-block .nav .nav-appointment-link a {
    border: 1px solid #666;
    border-radius: 20px;
    width: 110px
}

.page-header .c .nav-block .nav .nav-appointment-link.current a {
    background-color: #1BAEA5;
    color: #fff;
    border: none
}

.footer-wrapper {
    background-color: #5C7887;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    width: 100%;
    min-width: 1200px
}

.footer-wrapper .footer-block {
    margin: auto;
    width: 1200px
}

.footer-wrapper .footer-block .row-1 {
    background: url(../images/footer_logo.png) 32px 100px no-repeat;
    font-size: 0;
    margin-bottom: 60px;
    width: 100%
}

.footer-wrapper .footer-block .row-1:after {
    content: '';
    display: block;
    clear: both
}

.footer-wrapper .footer-block .row-1 .col {
    display: block;
    font-size: 12px;
    margin-top: 80px;
    float: left
}

.footer-wrapper .footer-block .row-1 .col h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 28px
}

.footer-wrapper .footer-block .row-1 .col-5 p,
.footer-wrapper .footer-block .row-1 .col-6 p {
    font-size: 14px
}

.footer-wrapper .footer-block .row-1 .col p {
    margin-bottom: 16px
}

.footer-wrapper .footer-block .row-1 .col a {
    color: #fff
}

.footer-wrapper .footer-block .row-1 .col a:hover {
    color: #1BAEA5
}

.footer-wrapper .footer-block .row-1 .col-1 {
    margin-left: 183px;
    padding-left: 50px;
    border-left: 1px #92A3AE dashed;
    height: 173px
}

.footer-wrapper .footer-block .row-1 .col-2,
.footer-wrapper .footer-block .row-1 .col-3 {
    margin-left: 100px
}

.footer-wrapper .footer-block .row-1 .col-4 {
    margin-left: 100px;
    margin-right: 60px
}

.footer-wrapper .footer-block .row-1 .col-5 img,
.footer-wrapper .footer-block .row-1 .col-6 img {
    margin-left: 3px
}

.footer-wrapper .footer-block .row-1 .col-5 {
    margin-right: 80px;
    padding-left: 60px;
    border-left: 1px #92A3AE dashed
}

.footer-wrapper .footer-block .row-2 {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center
}

.footer-wrapper .footer-block .row-2 b {
    margin-right: 40px;
    font-weight: 700
}

.footer-wrapper .footer-block .row-2 span {
    margin-right: 25px
}

.footer-wrapper .footer-block .row-3 {
    border-top: 1px solid #E1E1E1;
    height: 140px;
    overflow: hidden;
    text-align: center
}

.footer-wrapper .footer-block .row-3 .copyright {
    float: left;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 30px
}

.slick-list,
.slick-slider,
.slick-track {
    display: block;
    position: relative
}

.footer-wrapper .footer-block .row-3 .social {
    float: left;
    margin-top: 30px
}

.footer-wrapper .footer-block .row-3 .m4-30 {
    margin-left: 30px
}

.footer-wrapper .footer-block .row-3 a {
    color: #fff
}

.footer-wrapper .footer-block .row-3 .iconfont {
    font-size: 40px
}

.footer-wrapper .footer-block .row-3 .icon-xinlang {
    margin-left: 18px
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -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 {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.detail-box {
    background-color: #f7f7f7;
    padding: 100px 0 66px;
    position: relative;
    z-index: -2
}

.detail-box .banner {
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -960px
}

.detail-box .content {
    background-color: #fff;
    width: 740px;
    padding: 90px 80px 30px;
    margin: 300px auto 0
}

.detail-box .content .title {
    color: #5C6985;
    padding-bottom: 33px
}

.detail-box .content .title .h1 {
    font-size: 36px !important
}

.detail-box .content .title p {
    font-size: 24px
}

.detail-box .content .h2 {
    font-size: 20px;
    line-height: 40px;
    background: #F7F7F7;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    margin: 20px 0 20px 38px
}

.detail-box .content .h2 span {
    position: absolute;
    content: '';
    display: block;
    background-color: #50E3C2;
    width: 5px;
    left: 0;
    top: 5px;
    bottom: 5px
}

.detail-box .content .txt {
    font-size: 18px;
    color: #666;
    line-height: 40px;
    text-indent: 38px
}

.detail-box .content .txt strong {
    font-weight: 700;
    color: #151515
}

.detail-box img {
    margin: 0 auto;
    display: block
}

.detail-box .detail-img1 {
    width: 500px;
    padding: 32px 0 19px
}

.detail-box .detail-img2 {
    width: 662px;
    padding: 20px 0 10px
}

.detail-box .blue-txt {
    color: #4A90E2;
    font-size: 22px;
    text-align: center;
    padding-bottom: 21px
}