
@font-face {
    font-family: 'SourceHanSansCN,SourceHanSansCN-Normal';
    src: url(../fonts/SourceHanSansCN-Normal.723e7e.woff2);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url(../fonts/SourceHanSansCN-Bold.3e4b56.woff2);
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Heavy';
    src: url(../fonts/SourceHanSansCN-Heavy.fbc899.woff2);
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url(../fonts/SourceHanSansCN-Medium.6a8de3.woff2);
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url(../fonts/SourceHanSansCN-Regular.2dd414.woff2);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Agencyb';
    src: url(../fonts/AGENCYB.8ea49f.ttf);
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
p,
img,
form,
textarea,
input,
button,
span,
ul,
li,
a {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    font-size: 16px;
    font-family: SourceHanSansCN;
}

ul, li {
    list-style: none;
}

img {
    border-style: none;
}


a {
    text-decoration: none;
}

dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.banner {
    width: 1200px;
    margin: auto;
}

.footer-flex {
    display: flex;
}

.color-ff8 {
    color: #FF8400;
}

.color-e7d {
    color: #3ACE7D;
}

.color-d3f {
    color: #FFAD3F;
}

.color-bd2 {
    color: #FFEBD2;
}

.color-085 {
    color: #085880;
}

.color-e5e {
    color: #F85E5E;
}

.color-1e4 {
    color: #E2E1E4;
}

.color-c9f {
    color: #808C9F;
}

.color-b54 {
    color: #203B54;
}

.color-0A6 {
    color: #8590A6;
}

.color-aeb {
    color: #005AEB;
}

.color-cce {
    color: #CCE0FF;
}

.bac-d3f {
    background-color: #FFAD3F;
}

.bac-4e6 {
    background-color: #FFF4E6;
}

.bac-2ff {
    background-color: #EAF2FF;
}

.bac-aeb {
    background-color: #005AEB;
}

.bac-bf2 {
    background-color: #EAFBF2;
}

.bac-ffe {
    background-color: #FFEEEE;
}

.blod {
    font-family: 'SourceHanSansCN-Bold';
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-18 {
    font-size: 18px;
}

.font-36 {
    font-size: 36px;
}

.font-32 {
    font-size: 32px;
}

.font-30 {
    font-size: 30px;
}

.font-40 {
    font-size: 40px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.flex {
    display: flex;
    align-items: center;
}

.center {
    text-align: center;
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.van-multi-ellipsis--l2 {
    -webkit-line-clamp: 2
}

.van-multi-ellipsis--l3 {
    -webkit-line-clamp: 3
}

.van-multi-ellipsis--l4 {
    -webkit-line-clamp: 4
}

.van-multi-ellipsis--l2, .van-multi-ellipsis--l3, .van-multi-ellipsis--l4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.title-left {
    width: 6px;
    height: 26px;
}

.title-right {
    margin-left: 14px;
}

.word {
    margin-left: 20px;
}

.full-title {
    padding-bottom: 44px;
}

.full-title div:first-child {
    margin-bottom: 10px;
}

.bold {
    font-weight: bold;
}

.category-box {
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    padding: 0 5px;
    margin-right: 10px;
}

.btn {
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #FFAD3F;
    border-radius: 6px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.intention_form {
    position: fixed;
    top: 0;
    width: 100vw;
    min-height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    display: none;

}

.intention_form .form-content {
    width: 530px;
    min-height: 658px;
    background: #FFFFFF;
    border-radius: 6px;
    margin: 160px auto 0;
    padding: 40px;
}

.form-title {
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    justify-content: space-between;
    margin-bottom: 38px;
}

.form-cancel, .form-cancel img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.form-label {
    justify-content: space-between;
    padding-bottom: 14px;
}

.form-input {
    margin-bottom: 30px;
}

.form-input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    padding-left: 20px;
    border: 0;
    border: 1px solid #E2E1E4;
    font-family: "SourceHanSansCN";
}

.form-input textarea {
    width: 100%;
    border-radius: 6px;
    padding-left: 20px;
    padding-top: 12px;
    border: 0;
    border: 1px solid #E2E1E4;
    font-family: "SourceHanSansCN";
    resize: none;
}

.form-input #txt {
    font-family: "SourceHanSansCN";
}

input:focus, textarea:focus {
    outline: none;
    border: 1px solid #E2E1E4;
}

#txt::-webkit-input-placeholder {
    color: #E2E1E4;
    font-family: 'SourceHanSansCN';
}

.submit {
    margin: 10px auto 20px;
}

.required {
    display: none;
}

.success {
    position: absolute;
    /*min-width: 260px;*/
    padding: 10px 20px;
    background-color: #e4f2da;
    top: 50px;
    right: 30px;
    z-index: 1000;
    border-radius: 5px;
    color: #67C23A;
    display: none;
}

.failed {
    position: absolute;
    /*min-width: 260px;*/
    padding: 10px 20px;
    background-color: #f9e3e3;
    top: 50px;
    right: 30px;
    z-index: 1000;
    border-radius: 5px;
    color: #F85E5E;
    display: none;
}

.error {
    position: absolute;
    min-width: 260px;
    padding: 10px 20px;
    background-color: #f9e3e3;
    top: 50px;
    right: 30px;
    z-index: 1000;
    border-radius: 5px;
    color: #F56C6C;
    display: none;
}


.space {
    white-space: pre-line;
}


.new-hot {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.hots-item {
    display: flex;
    width: 580px;
    height: 142px;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px 3px rgba(30, 30, 46, 0.05);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
}

.hots-item .hots-img, .hots-item .hots-img img {
    width: 170px;
    height: 102px;
}

.hots-right {
    margin-left: 12px;
    width: 350px;
}

.hots-title {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal;
    font-weight: bold;
    color: #203B54;
}

.hots-title .lstop {
    border: 1px solid #F85E5E;
    border-radius: 4px;
    padding: 0 2px;
    color: #F85E5E;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-right: 4px;
}

.article-autoor {
    margin: 12px 0;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.total {
    margin-right: 16px;
}

button {
    border: 0;
    background: #fff;
    cursor: pointer;
}

li {
    vertical-align: center;
}

.btn-flex img {
    width: 6px;
    height: 8px;
}

.btn-flex {
    display: flex;
    align-items: center;
}

.prev img {
    margin-right: 8px;
}

.prev {
    margin-right: 24px;
}

.next img {
    margin-left: 8px;
}

.next {
    margin-left: 24px;
}

.allpage {
    display: inline-block;
    padding: 4px 8px;
    margin-right: 4px;
    color: #203B54;
}

.current {
    color: #fff;
    background: #FFAD3F;
    border-radius: 2px;
}

.go-page {
    margin: 0 14px;
}

.go-page input {
    width: 50px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #DDDFE5;
    border-radius: 6px;
    margin: 0 10px;
}

.sure {
    display: inline-block;
    width: 40px;
    height: 24px;
    line-height: 24px;
    background: #8590A6;
    border-radius: 6px;
    color: #FFFFFF;
    text-align: center;
}

.fy_d {
	color:#203B54 ;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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
{
    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;
}
[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-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(../fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(../fonts/slick.a4e97f.eot);
    src: url(../fonts/slick.a4e97f.eot?#iefix) format('embedded-opentype'), url(../fonts/slick.295183.woff) format('woff'), url(../fonts/slick.c94f76.ttf) format('truetype'), url(../fonts/slick.2630a3.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.home-banner {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.home-banner .swiper-slide {
    height: 500px;
}

.home-banner .swiper-slide div, .one-banner div {
    height: 500px;
    width: 100%;
}

.home-banner .swiper-slide a, .home-banner .one-banner a {
    display: block;
    height: 500px;
    width: 100%;
}

.evaluate-slick-dots button, .banner-slick-dots button {
    width: 10px;
    height: 10px;
    background: #E1E8F1;
    border-radius: 50%;
    border: 0;
    margin-right: 7px;
}

.swiper-auto .slick-slider {
    position: static !important;
}

.swiper-auto .slick-active button, .swiper-wrapper .slick-active button {
    width: 30px;
    height: 10px;
    background: #FFAD3F;
    border-radius: 5px;
    border: 0;

}

.swiper-wrapper {
    position: relative;
}

.banner-slick-dots {
    position: absolute;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    bottom: 26px;
    display: flex;
}

.evaluate-slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    display: flex;
}

.banner-img {
    width: 100%;
}

.service-groups {
    padding-top: 46px;
    height: 480px;
}

.group-content {
    padding: 42px 0 0 0;
}

.group-img {
    justify-content: center;
}

.group-img-item {
    border-radius: 10px;
    box-shadow: 0px 4px 32px 3px rgba(30, 30, 46, 0.05);
    width: 398px;
    height: 198px;
    z-index: 10;
    padding: 32px 0 0 46px;
}

.group-img-item .box {
    width: 33px;
    height: 5px;
    border-radius: 3px;
}

.job {
    font-size: 28px;
    font-weight: bold;
    color: #203B54;
    margin: 40px 0 30px;
    letter-spacing: 2px;
}

.group-img .img-left {
    /*background: url('{% static ' app/images/doctor.png ' %}') center center no-repeat;*/
    /*background-size: 400px 200px;*/
    margin-right: 108px;
}

/*.group-img .img-right {*/
/*    background: url('{% static ' app/images/scientific.png ' %}') center center no-repeat;*/
/*    background-size: 400px 200px;*/
/*}*/

.img-box {
    position: relative;
    width: 100%;
    height: 268px;
    background: #F8FBFD;
    transform: translateY(-144px);
}

.content-font {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 62px;
    text-align: center;
}

.plan {
    padding-top: 80px;
    justify-content: center;
}

.plan .plan-item {
    width: 120px;
    height: 120px;
    background: #F9FBFD;
    border: 1px dashed #E1E8F1;
    border-radius: 50%;
    text-align: center;
    padding-top: 22px;
    margin: 0 26px;
}

.plan .plan-item:hover {
    cursor: pointer;
}

.plan .plan-item img {
    width: 46px;
    height: 46px;
    margin-bottom: 8px;
}

.plan .plan-item p {
    font-weight: 500;
}

.plan-title {
    text-align: center;
    margin: 50px 0 70px;
}


.process {
    height: 192px;
    /*background: url('{% static ' app/images/bg-process.png ' %}') center center no-repeat;*/
    /*background-position-y: bottom;*/
    /*background-size: 100% 110px;*/
    padding: 0 58px;
}

.top-item {
    width: 114px;
    height: 114px;
    box-shadow: 0px 11px 32px 0px rgba(8, 88, 128, 0.1);
    border-radius: 4px;
    background: rgba(230, 240, 245, 0.62);
    padding: 8px;
}

.top-item .top-center {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px dashed #085880;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.process-line {
    width: 92px;
    height: 114px;
    /*background: url('{% static ' app/images/line.png ' %}') center center no-repeat;*/
    /*background-size: 70px 10px;*/
}

.evaluation {
    width: 100%;
    height: 522px;
    background: #F8FBFD;
    margin: 100px 0 70px;
}

.evaluation-bg {
    position: relative;
    width: 1058px;
    height: 522px;
    margin: auto;
    /*background: url('{% static ' app/images/evaluation.png ' %}') center center no-repeat;*/
    /*background-position-y: bottom;*/
    /*background-position-x: left;*/
    /*background-size: 1058px 488px;*/
    transform: translateX(-220px);
}

.evaluation-title {
    position: absolute;
    width: 180px;
    right: 60px;
    top: 50px;
}

.evaluation-auto {
    position: absolute;
    bottom: 24px;
    right: -320px;
    width: 594px;
    height: 358px;
    overflow: hidden;
    padding-top: 10px;
    background-color: #F8FBFD;
}

.swiper-auto {
    position: relative;
    width: 594px;
    height: 288px;;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px 3px rgba(30, 30, 46, 0.05);
    border-radius: 10px;
    padding-top: 40px;
}

.slide-flex {
    min-height: 160px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.quotes {
    position: absolute;
    left: 40px;
    top: 0px;
    width: 44px;
    height: 38px;
    z-index: 10000;
}

.quotes img {
    width: 44px;
    height: 38px;
}

.evaluation-content {
    width: 464px;
    margin: 0 auto 20px;
    color: #203B54;
    line-height: 36px;
    text-align: center;
}

.evaluation-author {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #085880;
}

.head-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.head-img img {
    width: 50px;
    height: 50px;
}

.author-name {
    margin: 0 20px;
}


.hospital {
    width: 1200px;
    margin: 40px auto 24px;
}

.border-box {
    width: 90px;
    height: 4px;
    background: #FFAD3F;
    margin: auto;
}

.hospital-img {
    width: 1200px;
    height: 344px;
    margin: 50px auto 70px;
}

.dialog {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000000;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 90px;

}

.dialog .img {
    height: 744px;
    width: 670px;
    margin: 0 auto;
}

.dialog .adv {
    height: 722px;
    width: 670px;
    cursor: pointer;
}

.dialog .cancel {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.floating {
    width: 210px;
    height: 260px;
    position: fixed;
    z-index: 1000000;
    right: 14px;
    top: 43vh;

}

.floating .adv {
    width: 210px;
    height: 260px;
    cursor: pointer;
}

.floating .cancel {
    position: absolute;
    width: 21px;
    height: 21px;
    cursor: pointer;
    bottom: -30px;
    left: 50%;
    margin-left: -10px;
}
