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: 1.5;
    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;
    margin: 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;
}

.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: #FEFCEF;
}

.locationInfo {
    margin: 0;
    padding: 0.5rem 4rem 0 4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.locationInfo p {
    margin: 0;
    padding: 0;
    text-align: left;
    border-bottom: none;
}

.map {
    width: 61.8%;
    padding: 0rem 0 0 0rem;
    display: flex;
    flex-direction: column;
    font-size: 1.4vw;
    justify-content: center;
}

.map a {
    padding: 0 0 0.5rem 0;
    display: flex;
    justify-content: center;
    font-size: 1.8vw;
    line-height: 2;
    text-align: center;
}

.mapView {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.locationCard {
    width: 31.2%;
    margin: 0;
    padding: 3rem 0.5rem 0 0rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    line-height: 2;
}

.card {
    margin: 0.5rem 0;
}

.card h2 {
    padding: 0;
    font-size: 1.4vw;
    text-align: left;
    font-style: normal;
}

.line p {
    margin: 0;
    padding: 1rem 6rem 1rem 6rem;
    border-top: solid #8e2598;
    font-size: 1.4vw;
    text-align: center;
}

.contactForm {
    width: 100%;
    padding: 0 1rem 0.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.4vw;
    line-height: 1.5;
}

.contactWrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

form {
    width: 40%;
    display: flex;
    flex-direction: column;
    outline-offset: 0;
    border: 1px solid white;
}

form ul {
    margin: 0;
    padding: 0;
    line-height: 2rem;
    list-style: none;
}

.formwrapper {
    display: flex;
    flex-direction: column;
}

.input select{
    width: 100%;
    height: 100%;
    font-size: 1.4vw;
    line-height: 2;
}

.submit {
    margin: 0.5rem 0 0 0;
    padding: 0 1rem;
}

input[type=submit] {
    width: 20%;
    height: 2rem;
    border: none;
    outline-offset: 0;
    appearance: button;
    border-radius: 3px;
    background-color:#024978;
    color: #ffffff;
    line-height: 1rem;
    font-size: 1.4vw;
}

input[type=submit]:hover {
    background-color:#54D3FF;
}

.submit {
    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;
}