* {
    margin: 0px;
    padding: 0px;
}

.header {
    height: auto;
    padding: 0 8%;
}

.nav-top {
    height: 5rem;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
}

.nav-top-left {
    width: 20%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
}

.nav-banner-box {
    display: flex;
    align-items: center;
}

.nav-top-middle {
    width: 80%;
    height: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    /* border: 1px solid red; */
}

.nav-top-middle>div {
    height: 4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.first-nav-link:hover {
    color: white;
    background-color: rgb(0, 66, 54);
    text-align: center;
}

.Pop-up-layer-two {
    position: absolute;
    left: 0;
    top: 100%;
    height: auto;
    width: 100%;
    z-index: 99999999;
}

.Pop-up-layer-two>div:hover {
    color: #FFFFFF;
}

.Pop-up-layer-two>div {
    height: 2.4rem;
    flex: 1;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 1s ease, background-color .8s ease-out;
    transition: all 1s ease, background-color .8s ease-out;
}

.nav-second-box {
    height: auto;
    flex: 1;
    text-align: center;
}

.nav-actives-second {
    width: auto;
    height: auto;
}

.nav-home-logo {
    height: auto;
    width: 70%;
}

.selected {
    width: 100%;
    height: 2.4rem;
    background-color: #004a41;
}

.selected a {
    color: white;
}

.nav-bg-color {
    width: 100%;
    height: 100%;
    color: white;
    background-color: rgb(0, 66, 54);
    text-align: center;
    -webkit-transition: all 1s ease, background-color .8s ease-out;
    transition: all 1s ease, background-color .8s ease-out;
}

.Home-indexPic {
    cursor: pointer;
}


/* .actives::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #004a41;
    color: white;
    border-radius: 0.04rem;
} */

.nav-menuBox {
    height: 36px;
    width: 36px;
    cursor: pointer;
}

.nav-menuBox img {
    max-width: 100%;
    max-height: 100%;
}

.nav-top-right {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-top-changedBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-child-Box {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
}

.menu-second-Box {
    position: absolute;
    top: 80px;
    z-index: 9999;
    width: 10%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    font-weight: 400;
}

.menu-FlexBox {
    width: 80%;
}

.switch {
    width: auto;
    height: 100%;
    padding: 0px 10px;
}

.logo {
    max-width: 100%;
    max-height: 100%;
}

.search-input-box {
    z-index: 99999;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(27, 49, 39, 0.8);
    opacity: .95;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-flex-pading {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.search-nav-content {
    position: absolute;
    right: 5%;
    cursor: pointer;
}

.input-search-page::-webkit-input-placeholder {
    color: #FFFFFF;
}

.input-search-page::-moz-input-placeholder {
    color: #FFFFFF;
}

.input-search-page::-ms-input-placeholder {
    color: #FFFFFF;
}

.search-result-title {
    height: auto;
    width: 100%;
    color: #FFFFFF;
    opacity: .7;
    font-size: 18px;
    font-weight: bold;
}

.search-result-content {
    height: auto;
    width: 100%;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    opacity: .7;
}

.serach-line-box>a>div {
    height: 90px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.serach-line-box {
    height: 450px;
    /* width: 94%; */
    margin: 40px 0;
}

.search-input-nav {
    width: 50%;
    height: 90%;
}

.search-input-box .search-paginator {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFF;
}

.search-input-box .search-paginator div {
    border: 1px solid #FFF;
    padding: 10px;
    margin-right: 10px;
    min-width: 41px;
    min-height: 41px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-input-box .search-paginator div span {
    border: 1px solid #FFF;
    padding: 10px;
    margin-right: 10px;
    min-width: 41px;
    min-height: 41px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-input-box .search-paginator div:hover,
.search-input-box .search-paginator div span:hover {
    background: rgb(27, 49, 39);
    color: #FFF;
}

.search-input-box .search-paginator div.pageList {
    border: 0;
    padding: 10px 0;
}

.search-input-box .search-paginator div.pageList:hover {
    background: transparent;
}

.search-input-box .search-paginator div:last-child {
    margin-right: 0;
}

.search-input-box .search-paginator div span:last-child {
    margin-right: 0;
}

.input-search-page {
    width: 100%;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    background-color: rgba(27, 49, 39, 0.8);
    outline: none;
    color: #FFFFFF;
    padding: 0px 20px;
}

.switch-change {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FEFEFE;
}

.switch-English-box {
    width: 50px;
    height: 50px;
    background: #004236;
    display: flex;
    justify-content: center;
    align-items: center;
}

.switch-Chinese-box {
    width: 50px;
    height: 50px;
    background: #004236;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-top-input {
    height: 50px;
    width: 50px;
    /* border-radius: 20px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 1px rgba(0, 66, 54, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.nav-top-middle>div>div {
    background-color: #f6f6f6;
}

.logo-row {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
}

.logo-row span {
    font-size: 24px;
    color: #00216e;
    font-weight: bold;
}

.logo-span {
    font-size: 12px !important;
}