/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/**
 * Scaffolding
 * ----------------------------------------------------------------------------
 */
* {
    -webkit-overflow-scrolling: touch;
}

body {
    font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "SimSun", Tahoma, Arial, sans-serif;
    line-height: 1;
    background-color: white;
}

ul,
li,
ol {
    padding: 0;
}

ul {
    margin: 0;
}

li {
    list-style-type: none;
}

input,
button,
select,
textarea {
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    border: none;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

input,
textarea {
    -webkit-appearance: none;
}

input:focus,
textarea:focus {
    outline: none;
    -webkit-appearance: none;
    -webkit-user-modify: read-write-plaintext-only;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: inherit;
}

p {
    padding: 0;
    margin: 0;
}

.headerbg {
    height: 115px;
    background: url(../images/header.png) top center no-repeat;
}

.header {
    position: relative;
}

.header h2 {
    padding: 31px 0 21px;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 6px;
    color: #9cc3e6;
    background: -webkit-linear-gradient(180deg, #fff 28.88%, #56adff 78.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 8px 12px rgba(1, 13, 23, 0.3);
}


.header-toggle {
    position: absolute;
    top: 22px;
    left: 0;
    min-width: 112px;
    height: 40px;
    padding: 0 32px 0 10px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #07255c;
    border: 1px solid #3e85f0;
    cursor: pointer;
    z-index: 4;
}

@media (max-width: 1440px) {
    .header-toggle {
        left: 20px;
    }
}

.header-toggle i {
    position: absolute;
    right: 10px;
    margin-left: 4px;
    font-size: 12px;
    line-height: inherit;
    vertical-align: top;
    color: #00f6ff;
}

.header-toggle .header-toggles {
    display: none;
}

.header-toggle:hover .header-toggles {
    display: block;
}

.header-toggles {
    position: absolute;
    z-index: 99;
    right: -95px;
    width: 170px;
    padding: 8px 16px;
    box-sizing: border-box;
    background: #0f3779;
}

.header-toggles:before {
    position: absolute;
    left: 50px;
    top: -8px;
    width: 0;
    height: 0;
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #0f3779;
}

.header-toggles ul li {
    position: relative;
    font-size: 13px;
    line-height: 32px;
    text-align: left;
    border-bottom: 1px solid #0a2964;
}

.header-toggles ul li:last-child {
    border-bottom: none;
}

.header-toggles ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
}

.header-toggles ul li a {
    padding-left: 15px;
    color: #00f6ff;
}

.header-toggles ul li a i {
    background: #00f6ff;
}

.header-toggles ul li a:hover {
    color: #fff;
}

.header-toggles ul li a:hover i {
    background: #fff;
}

.no-roll {
    overflow-y: hidden;
}

.bd-xs {
    border-radius: 2px;
}

.bd-sm, .learn2s-rank h3 {
    border-radius: 4px;
}

.bd-md, .menu-time input,
.menu-time a {
    border-radius: 6px;
}

.bd-lg, .header-toggle, .header-toggles, .pubbox, .menu-tab {
    border-radius: 8px;
}

.bd-rounded, .prog, .prog span, .learn2s-line .learn2s-line-m, .learn3-1 .e-chart > ul > li i {
    border-radius: 50px;
}

.by, .header-toggles ul li i, .rankbox > span {
    border-radius: 50%;
}

.container {
    max-width: 1440px;
    min-width: 1200px;
}

@media (max-width: 1470px) {
    .container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

[class*=col-] {
    float: left;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33333%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.66667%;
}

.bodybg {
    background-image: url(../images/bg.jpg);
    background-size: cover;
}

.pb20 {
    padding-bottom: 20px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt15 {
    margin-top: 15px;
}

.pubbox {
    border: 1px solid #3e85f0;
    background: #07255c;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.menu {
    position: relative;
    line-height: 16px;
}

.menu h3 {
    font-size: 16px;
    color: #fff;
}

.menu h3 i {
    margin-left: 10px;
    color: #3793ff;
}

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

.menu p a {
    position: relative;
    padding: 0 12px;
    color: #3793ff;
}

.menu p a::after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    content: '';
    margin-top: -7px;
    background: #a7a9c7;
    opacity: .2;
}

.menu p a:hover {
    color: #fff;
}

.menu p a:last-child {
    padding: 0 0 0 12px;
}

.menu p a:last-child::after {
    display: none;
}

.menu p a i {
    margin-right: 4px;
    font-size: 14px;
}

.menu-tab {
    position: absolute;
    font-size: 15px;
    line-height: 34px;
    border: 1px solid #3e85f0;
    background: #07255c;
    overflow: hidden;
    text-align: center;
}

.menu-tab a {
    position: relative;
    padding: 0 20px;
    float: left;
    color: #fff;
}

.menu-tab a::after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    content: '';
    margin-top: -7px;
    background: #a7a9c7;
    opacity: .2;
}

.menu-tab a:last-child::after {
    display: none;
}

.menu-tab a i {
    margin-right: 4px;
}

.menu-tab a.active {
    color: #409de2;
}

.tabs-con {
    display: none;
}

.tabs-con.active {
    display: block;
}

.title {
    margin-top: 35px;
    font-size: 14px;
    text-align: center;
    color: #d8dbe2;
}

.menu-time {
    margin-left: 32px;
}

.menu-time * {
    float: left;
}

.menu-time input,
.menu-time a {
    height: 34px;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #022057;
    border: 1px solid #10429f;
}

.menu-time input {
    width: 100px;
}

.menu-time input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.menu-time input:-ms-input-placeholder {
    color: #fff;
}

.menu-time input::-webkit-input-placeholder {
    color: #fff;
}

.menu-time span {
    padding: 0 5px;
    color: #767F98;
}

.menu-time a {
    margin-left: 8px;
    width: 54px;
    display: inline-block;
}

.menu-time a:hover {
    background: #10429f;
    border: 1px solid #10429f;
}

.prog {
    height: 6px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #0052B1;
}

.prog span {
    height: 6px;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(270deg, #0172F8 0%, #00F6FF 0%, #067FEB 100%);
}

.data1 {
    margin-top: -16px;
}

.data1 h3 {
    position: relative;
    padding-left: 13px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}

.data1 h3 i {
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 16px;
    margin-top: -8px;
    background: #1E69FF;
}

.data1 ul {
    margin: 24px -8px 0;
}

.data1 ul li {
    width: 12.5%;
    float: left;
}

.data1 .data1box {
    margin: 0 8px;
}

.data1box {
    padding: 8px;
    text-align: center;
}

.data1box h4,
.data1box h6 {
    font-size: 12px;
    line-height: 20px;
    color: #3793ff;
}

.data1box h4 img {
    margin-top: -4px;
    margin-right: 6px;
}

.data1box h2 {
    padding: 10px 0;
    font-size: 32px;
    color: #fff;
}

@media (max-width: 1470px) and (min-width: 1200px) {
    .data1box h2 {
        font-size: 24px;
    }
}

.learn-mt {
    margin-top: 24px;
}

.hospital1,
.learn1,
.learn2,
.learn3 {
    height: 524px;
    padding: 24px 15px 0;
}

.learn1 {
    width: 340px;
}

.learn1s {
    height: 426px;
}

.learn2 {
    position: relative;
    width: 728px;
    margin: 0 16px;
    background-image: url(../images/mapbg.png);
    background-size: cover;
}

@media (max-width: 1470px) {
    .learn2 {
        width: calc(100% - 340px - 340px - 32px);
    }
}

.learn2 .menu {
    position: relative;
    z-index: 9;
}

.learn2s-map {
    position: absolute;
    top: -20px;
    left: -55px;
    right: 80px;
    bottom: 50px;
    z-index: 3;
}

@media (max-width: 1470px) {
    .learn2s-map {
        top: -90px;
        left: -30px;
        width: 90%;
    }
}

.learn2s-rank {
    position: absolute;
    top: 220px;
    right: 60px;
    z-index: 2;
    width: 190px;
}

@media (max-width: 1470px) {
    .learn2s-rank {
        top: initial;
        right: 40px;
        bottom: 20px;
    }
}

.learn2s-rank h3 {
    width: 164px;
    height: 36px;
    padding-left: 16px;
    font-size: 15px;
    line-height: 36px;
    color: #00f6ff;
    background: linear-gradient(270deg, rgba(21, 154, 255, 0.0001) 0%, #00A3E9 100%);
}

.learn2s-rank ul {
    margin-top: 6px;
}

.rankbox {
    position: relative;
    padding: 0 48px 0 76px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #00f6ff;
}

.rankbox > span,
.rankbox h2,
.rankbox em {
    position: absolute;
}

.rankbox > span {
    top: 50%;
    left: 2px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #067feb;
}

.rankbox > span.num1 {
    background: #977dff;
}

.rankbox > span.num2 {
    background: #12a5b0;
}

.rankbox > span.num3 {
    background: #3757ff;
}

.rankbox h2 {
    top: 0;
    left: 28px;
    width: 48px;
}

.rankbox em {
    right: 0;
    top: 0;
    width: 40px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    font-style: normal;
}

.rankbox .prog {
    position: relative;
    top: 9px;
}

.learn2s-line {
    position: absolute;
    right: 30px;
    bottom: 24px;
    z-index: 2;
    width: 14px;
    height: 114px;
}

@media (max-width: 1470px) {
    .learn2s-line {
        right: 15px;
        bottom: 20px;
    }
}

.learn2s-line div {
    position: absolute;
}

.learn2s-line .learn2s-line-t,
.learn2s-line .learn2s-line-b {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.learn2s-line .learn2s-line-t {
    top: 0;
}

.learn2s-line .learn2s-line-b {
    bottom: 0;
}

.learn2s-line .learn2s-line-m {
    position: absolute;
    top: 26px;
    bottom: 26px;
    left: 4px;
    width: 6px;
    background: linear-gradient(180deg, #0172f8 0%, #00f6ff 0%, #067feb 100%);
}

.learn3 {
    width: 340px;
}

.learn3s {
    margin-top: 26px;
    height: 450px;
    overflow: hidden;
}

.learn3s-1 > ul > li {
    margin-bottom: 16px;
}

.learn3box ul li {
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #d8dae2;
    box-sizing: border-box;
}

.learn3box .w1 {
    width: 60px;
}

.learn3box .w2 {
    width: 78px;
    margin-left: 2px;
    color: #00f6ff;
}

.learn3box .w3 {
    width: 76px;
    margin-left: 2px;
    text-align: center;
}

.learn3box .w4 {
    width: 90px;
    text-align: right;
}

.learn4,
.learn5,
.learn6 {
    height: 300px;
    padding: 24px 16px 0;
    box-sizing: border-box;
}

.learn4 .e-chart,
.learn5 .e-chart,
.learn6 .e-chart {
    height: 250px;
}

.learn4 {
    width: 380px;
}

@media (max-width: 1470px) {
    .learn4 {
        width: 350px;
    }
}

.learn5 {
    width: 670px;
}

@media (max-width: 1470px) {
    .learn5 {
        width: calc(100% - 350px - 350px);
    }
}

.learn6 {
    width: 388px;
}

@media (max-width: 1470px) {
    .learn6 {
        width: 350px;
    }
}

.learn7 {
    padding: 26px 16px 0;
}

.learn7 .menu {
    height: 36px;
    line-height: 36px;
}

.e-chart5 {
    height: 250px;
}

.learn3-1 .e-chart {
    position: relative;
    margin-top: 10px;
    height: 200px;
}

.learn3-1 .e-chart > ul {
    position: absolute;
    top: 55px;
    left: 210px;
    margin-top: -24px;
}

.learn3-1 .e-chart > ul > li {
    position: relative;
    padding-left: 12px;
    margin-top: 24px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.learn3-1 .e-chart > ul > li:last-child i {
    background-color: #5eebc9;
}

.learn3-1 .e-chart > ul > li i {
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 18px;
    margin-top: -9px;
    background-color: #3757ff;
}

.learn3-1 .e-chart > ul > li span {
    margin-left: 12px;
    font-size: 20px;
    vertical-align: middle;
}

.learn3-1 .e-chart > ul > li span em {
    margin-left: 2px;
    font-size: 12px;
    font-style: normal;
}

.learn3-2 {
    margin-top: 25px;
}

.learn3-2 .e-chart {
    margin-top: 5px;
    height: 240px;
}

.hospital .learn2 {
    margin: 0;
}

@media (max-width: 1470px) {
    .hospital .learn2 {
        width: calc(50% - 8px);
    }
}

.hospital1 {
    width: 696px;
}

.hospital1 .e-chart {
    margin-top: 10px;
    height: 450px;
}

@media (max-width: 1470px) {
    .hospital1 {
        width: calc(50% - 8px);
    }
}

.hospital1 .menu-tab {
    z-index: 99;
    margin-top: 35px;
}

.echart-tooltip div {
    margin-bottom: 8px;
    text-align: center;
}

.echart-tooltip p {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 16px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.echart-tooltip p:nth-child(2) {
    background-image: url("../images/chartDots/dot1.svg");
}

.echart-tooltip p:nth-child(3) {
    background-image: url("../images/chartDots/dot2.svg");
}

.echart-tooltip p:nth-child(4) {
    background-image: url("../images/chartDots/dot3.svg");
}

.echart-tooltip p:nth-child(5) {
    background-image: url("../images/chartDots/dot4.svg");
}

.echart-tooltip p:nth-child(6) {
    background-image: url("../images/chartDots/dot5.svg");
}

.echart-tooltip p:nth-child(7) {
    background-image: url("../images/chartDots/dot6.svg");
}

.echart-tooltip p:nth-child(8) {
    background-image: url("../images/chartDots/dot7.svg");
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.ell, .data1box h4,
.data1box h6, .rankbox h2, .learn3box ul li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block, .container {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.vis-hidden {
    visibility: hidden;
}

.ovh {
    overflow: hidden;
}

[class*=col-] {
    float: left;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33333%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.66667%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #afafaf;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 14px;
    color: #afafaf;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 14px;
    color: #afafaf;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #afafaf;
}

.trans, .menu p a {
    transition: all ease-in-out 0.3s;
}
