html {
    width: 100%;
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    scroll-behavior:smooth;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    color:#333;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 2;
    overflow-y: scroll;
}
a {
    text-decoration: none;
}
a:link {color: #024978!important;}
a:visited {color:#024978;}
a:hover {
    color: #07c3fc!important;
    text-decoration: underline;
}
a:active {color: #21c5f8!important;}
p {
    margin: 0.5rem 0;
    padding: 0 1rem;
}
hr {
    border: 0;
    border-bottom: 1px solid;
    border-collapse: collapse;
    clear: both;
    color: #00274c;
    padding: 1.25rem auto;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0.5rem 2rem;
    font-family: Microsoft YaHei;
    font-weight:600;
}
h1 {font-size: 1.8vw;}
h2 {font-size: 1.6vw;}
h3 {font-size: 1.6vw;}
h4 {font-size: 1.6vw;}
h5 {font-size: 1.6vw}
h6 {font-size: 1.4vw;}
input, select, textarea {
    width: 100%;
    border: 2px solid #ddd;
    box-sizing: border-box;
    cursor: text;
    font-size: 1.4vw;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
}

.header-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.wrap-header {
    height: 8rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #54D3FF;
}

.wrap-header a {
    width: 15%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.header-title {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
}

.header-title p {
    margin: 0;
    padding: 2rem 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    word-spacing: 1rem;
    font-size: 3.6vw;
    font-weight: 600;
}

.language {
    width: 12%;
    left: 85%;
    position: absolute;
}

#datetime {
    padding: 0 0 0.5rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 1.2vw;
}

.language select {
    border-radius: 3px;
}

.function {
    width: 100%;
    margin: 0.5rem 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.function input {
    width: 50%;
    border: 1px solid rgb(80, 196, 241);
    border-radius: 3px;
    line-height: 2rem;
    font-size: 1.2vw;
    align-items: center;
    background-color: white;
}

.function input:active {
    background-color:aqua;
}

/*导航菜单*/
.header-nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-nav-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

#nav {
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0.5rem 4rem;
    line-height: 4rem;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-decoration: none;
    text-align: center;
    background-color: #FDD387;
    position: relative;
}

#nav li {
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    display: list-item;
    font-size: 2vw;
    list-style: none;
    position: relative;
}

#nav li a {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    white-space: nowrap;
}

.introduction {
    padding: 0 3rem;
}

.introduction p {
    text-indent: 2em;
}

/* 网页Container */
.site-inner {
    display: flex;
    line-height: 2;
    background-color: #FEFCEF;
    flex-direction: column;
}

/* Slide Show */
.slideShow {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #FEFCEF;
}

.slide {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-footer {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.wrap-sub-footer {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.widget-section {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.widget-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.wrap-widget-text {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 2;
}

.wrap-widget-text p {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom {
    padding: 0 3rem;
    display: flex;
    flex-direction: row;
}

.footer-icon {
    height: auto;
}

.footer-bottom ul {
    width: 100%;
    margin: 0.5rem 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    font-size: 1.4vw;
}

.widget-section {
    line-height: 1;
}

.sub-footer-copyright {
    width: 100%;
    margin: 0.5rem 0;
    display: flex;
    font-size: 1.4vw;
    justify-content: center;
    align-items: center;
}