/*导航栏样式1*/
#default_header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 99;
}

.default_header_bg {
    width: 100%;
    height: 90px;
    z-index: 11;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.default_header_mains{
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
}

.default_header_main {
    width: 75%;
    margin: 0 auto !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.default_header_logo {
    height: 60px;
    cursor: pointer;
}

.header_ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_ul a {
    color: #ffffff;
    padding: 0 20px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
    white-space: nowrap;
    outline: none;
}

.header_ul .active {
    color: #ffffff;
    background-color: #EC681F;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_ul a:hover {
    /*color: #EC681F;*/
    text-decoration: none;
    background-color: #EC681F;
}

.header_ul .active:hover {
    color: #EC681F;
}

.header_login {
    font-size: 16px;
    margin-right: 29px;
    color: #ffffff;
    letter-spacing: 2px;
}


.header_search {
    width: 15px;
    height: auto;
    margin: 0 30px;
    cursor: pointer;
}

.header_donation {
    width: 111px !important;
    height: 44px !important;
    background: #EC681F !important;
    border-radius: 22px !important;
    margin-right: 46px !important;
    font-size: 14px !important;
    color: #ffffff !important;
    cursor: pointer;
    box-shadow: 0 0 0 5px rgb(243 106 34 / 40%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header_english {
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

/*导航栏样式2*/
#default_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 200;
    background-color: #ffffff;
    box-shadow: 0 2px 11px 2px rgb(0 0 0 / 15%);
}

.default_menu_mains {
    width: 100%;
    margin: 0 auto;
    height: 90px;
}

.default_menu_main {
    width: 75%;
    margin: 0 auto !important;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.default_menu_logo {
    height: 60px;
    cursor: pointer;
}

.menu_header_ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_header_ul a {
    color: #000000;
    padding: 0 20px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
    white-space: nowrap;
}

.menu_header_ul .active {
    color: #ffffff;
    background-color: #D94B24;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_header_ul a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #D94B24;
}

.menu_header_ul .active:hover {
    color: #fff;
}


.menu_header_search {
    width: 15px;
    height: auto;
    margin: 0 30px;
    cursor: pointer;
}

.menu_header_donation {
    width: 111px !important;
    height: 44px !important;
    background: #D94B24 !important;
    border-radius: 22px !important;
    margin-right: 46px !important;
    font-size: 14px !important;
    color: #ffffff !important;
    cursor: pointer;
    border: 5px solid #F3C9BD;
}

.menu_header_english {
    color: #000000;
    font-size: 16px;
    cursor: pointer;
}

.menu_header_ul .active:hover {
    color: #FFFFFF !important;
}

.header_ul .active:hover {
    color: #FFFFFF !important;
}

.web_default_body {
    min-height: calc(100vh - 246px);
}

.default_plan_a {
    position: relative;
}

.default_plan_div {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 11;
    display: none;
}

.default_plan_div_bg {
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.default_plan_div_default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.default_plan_div_default div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-top: 1px solid #fff;
    font-size: 16px;
}

.default_plan_div_default div:first-child {
    border-top: 0;
}

.default_plan_div_default div:hover {
    background-color: #EC681F;
}

.default_plan_div_defaults div:hover {
    background-color: #D94B24;
}

.default_plan_a:hover .default_plan_div {
    display: flex;
}

.default_search {
    display: none;
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 222;
}

.default_search_main {
    width: 75%;
    margin: 0 auto !important;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.default_search_main_search {
    width: calc(100% - 375px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.default_search_main_search_left {
    width: calc(100% - 90px);
    padding-left: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.default_search_main_search_left_svg {
    cursor: pointer;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.default_search_main_search_left input {
    height: 100%;
    width: calc(100% - 30px);
    border: 0;
}

.default_search_main_search_right {
    width: 75px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/********************底部******************/
.default_footer_one {
    width: 100%;
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    padding: 40px 0 0 0;
}

.default_footer_one div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.default_footer_one div:first-child {
    margin-bottom: 40px;
}

.default_footer_one a {
    margin-right: 20px;
    cursor: pointer;
    color: #FFFFFF;
}

.default_footer_one a:hover {
    color: #EC681F;
}

.default_footer_two {
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    font-weight: 400;
}


.home_footer {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #333333;
    flex-flow: wrap;
    padding: 40px 0;
    color: #fff;
    font-size: 16px;
}

.home_footer_div1 {
    width: calc(30% - 100px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 16px !important;
}

.home_footer_div1 img {
    width: 80%;
    height: auto;
    max-width: 200px;
}

.home_footer_div2 {
    width: calc(35% + 100px);
    font-size: 16px !important;
}

.home_footer_div2_one {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 16px !important;
}

.home_footer_div2_one img {
    width: 10px;
    height: auto;
    margin-right: 12px;
}

.home_footer_div2_two {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    font-size: 16px !important;
}

.home_footer_div2_two img {
    width: 10px;
    height: auto;
    margin-right: 12px;
}

.home_footer_div2_three {
    display: flex;
    align-items: center;
    font-size: 16px !important;
}

.home_footer_div2_three a {
    color: #fff;
    margin-right: 20px;
    white-space:nowrap;
}

.home_footer_div3 {
    width: 35%;
    display: flex;
    align-items: flex-start;
    font-size: 16px !important;
}

.home_footer_div3_div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 120px;
    margin-right: 20px;
    cursor: pointer;
    color: #fff;
}

.home_footer_div3_div:hover {
    color: #D94B24;
}

.home_footer_div3_div img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.home_footer_div3_div_img2 {
    display: none;
}

.home_footer_div3_div:hover .home_footer_div3_div_img1 {
    display: none;
}

.home_footer_div3_div:hover .home_footer_div3_div_img2 {
    display: inline-block;
}

.home_footer_div4 {
    width: calc(30% - 100px);
    font-size: 16px !important;
}

.home_footer_div5 {
    width: calc(70% + 100px);
    font-size: 16px !important;
}

.home_footer_div5 div{
    font-size: 16px !important;
}

.home_footer_div5 a {
    color: #fff;
    cursor: pointer;
    margin-left: 20px;
    font-size: 16px !important;
}

.home_footer_div5 a:hover {
    color: #D94B24;
}

.home_footers {
    padding: 20px 0;
    background-color: #000;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


@media screen and (max-width: 1400px) {
    .default_header_main {
       min-width: 1250px;
    }


    .default_menu_main {
        min-width: 1250px;
    }
}
