@charset "UTF-8";
@import url("animate.css");


.header {
    display: flex;
    height: 110px;
    position: fixed;
    width: 100%;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(9, 36, 81, 0.6) 100%, rgba(9, 36, 81, 0.6) 100%);
    z-index: 99999;
    transition: 0.5s ease all;
}

.header>.container {
    overflow: initial
}

.tool_wrap {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    padding-right: calc((100% - 1350px) / 2);
    padding-left: 15px;
    transition: 0.5s ease all;
    transition: background-color 0.5s ease;
}

.header:hover {
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
}

.header:hover .tool {
    background-image: none;
}

.header:hover .tool_wrap {
    background-color: rgb(212, 91, 28);
}

.header:hover .logo img:nth-of-type(1) {
    display: none;
}

.header:hover .logo img:nth-of-type(2) {
    display: block;
}

.header:hover .nav ul li.active>a {
    color: #d45b1c;
}

.header:hover .nav ul a {
    color: rgb(0, 0, 0);
}

.header .nav ul li>a:hover {
    color: #d45b1c;
}

.header:hover .lang {
    color: rgb(255, 255, 255);
}

.header.fixed {
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
    height: 100px;
}

.header.fixed .tool {
    background-image: none;
}

.header.fixed .tool_wrap {
    background-color: rgb(212, 91, 28);
}

.header.fixed .logo img:nth-of-type(1) {
    display: none;
}

.header.fixed .logo img:nth-of-type(2) {
    display: block;
}

.header.fixed .nav ul li.active>a {
    color: rgb(212, 91, 28);
}

.header.fixed .nav ul li>a {
    color: rgb(0, 0, 0);
}

.header.fixed .nav ul li>a:hover {
    color: rgb(212, 91, 28);
}

.header.fixed .lang {
    color: rgb(255, 255, 255);
}

.header>.container {
    display: flex;
    align-items: center;
}

.header .logo {
    width: 18%;
}

.header .logo img:nth-of-type(2) {
    display: none;
}

.header_right {
    display: flex;
    flex: 1;
    /* 原本 flex: 1 */
    justify-content: flex-start;
    /* padding-right: 11%; */
}

.header_right .nav {
    /* flex: 1 1 calc(100% - 400px); */
    width: calc(100% - 70px);
}

.header_right ul {
    display: flex;
    justify-content: flex-end;
    /* height: 110px; */
    /* align-items: center; */
}

.header_right ul li {
    margin-left: 50px;
    /* position: relative; */
    height: 110px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.header_right ul li:last-of-type {
    margin-right: 50px;
}

.header_right ul a {
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-transform: uppercase;
}

.header_right ul li.active>a {
    color: rgb(212, 91, 28);
}

.header_right ul li:hover .sub_nav3 {
    display: flex;
}

.header_right ul li::after {
    /* content: ""; */
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 44px;
}

.header_right ul li .sub_nav3>.sub_nav3Box>.container>a::after {
    /* content: ""; */
    position: absolute;
    left: -31px;
    right: 200px;
    top: 0;
    width: 44px;
    height: 100%;
}

.header_right ul li .sub_nav4 .nav4_a::after {
    /* content: ""; */
    position: absolute;
    left: -31px;
    right: 200px;
    top: 0;
    width: 44px;
    height: 100%;
}

.header_right ul li .sub_nav3 {
    position: absolute;
    width: 100%;
    top: 100%;
    display: none;
    left: 0;
    border-top: 1px solid #D4DCE7;
    height: 150px;
}

.header_right ul li .sub_nav3>.sub_nav3Box {
    background-color: #fff;
    /* box-shadow: 2px 2px 16px rgb(20 40 75 / 20%); */
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    /* -webkit-box-shadow: 2px 2px 16px rgb(20 40 75 / 20%); */
    /* padding: 20px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
    height: 83px;
    width: 100%;
}

.header_right ul li .sub_nav3>.sub_nav3Box>.container {
    display: flex;
    overflow: initial;
    border-bottom: 1px solid #D4DCE7;
}

.header_right ul li .sub_nav3>.sub_nav3Box>.container>a {
    font-size: 17px;
    color: #000;
    /* border-bottom: 1px #ddd solid;
    margin-bottom: 10px;
    padding-bottom: 10px; */
    /* position: relative; */
    margin-right: 50px;
    padding-bottom: 30px;
    padding-top: 30px;
    font-weight: normal;
}

.header_right ul li .sub_nav3>.sub_nav3Box>.container>a:last-of-type {
    margin-right: 0
}

.header_right ul li .sub_nav3>.sub_nav3Box>.container>a.active {
    color: rgb(212, 91, 28);
}

.header_right ul li .sub_nav3>.sub_nav3Box>.container>a:hover {
    color: rgb(212, 91, 28);
}

.header_right ul li .sub_nav3>.sub_nav3Box>.container>a:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.header_right ul li .sub_nav3>.sub_nav3Box>.container>a:hover .sub_nav4 {
    display: flex;
}

.header_right ul li .sub_nav4 {
    position: absolute;
    width: 100%;
    background-color: #fff;
    right: 230px;
    top: 83px;
    /* box-shadow: 2px 2px 16px rgb(20 40 75 / 20%); */
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    /* -webkit-box-shadow: 2px 2px 16px rgb(20 40 75 / 20%); */
    /* padding: 20px; */
    display: none;
    left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
}

.header_right ul li .sub_nav4.show {
    display: block;
}

.header_right ul li .sub_nav4>.container {
    display: flex;
    overflow: initial;
}

.header_right ul li .sub_nav4 .nav4_a {
    font-size: 15px;
    color: #000;
    /* border-bottom: 1px #ddd solid; */
    /* margin-bottom: 10px; */
    /* padding-bottom: 10px; */
    position: relative;
    margin-right: 50px;
    /* font-weight: bold; */
    font-size: 17px;
}

.header_right ul li .sub_nav4 .nav4_a:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.header_right ul li .sub_nav4 .nav4_a.active {
    color: rgb(212, 91, 28);
}

.header_right ul li .sub_nav4 .nav4_a:hover {
    color: rgb(212, 91, 28);
    ;
}

.header_right ul li .sub_nav4 .nav4_a:hover .sub_nav5 {
    display: flex;
}

.header_right ul li .sub_nav5 {
    /* position: absolute; */
    width: 200px;
    background-color: #fff;
    right: 230px;
    top: -20px;
    display: flex;
    flex-direction: column;
    /* box-shadow: 2px 2px 16px rgb(20 40 75 / 20%); */
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    /* -webkit-box-shadow: 2px 2px 16px rgb(20 40 75 / 20%); */
    /* padding: 20px; */
    /* display: none; */
    padding-top: 20px;
}

.header_right ul li .sub_nav5 .nav5_a {
    font-size: 15px;
    color: #333;
    /* border-bottom: 1px #ddd solid; */
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 15px;
}

.header_right ul li .sub_nav5 .nav5_a:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.header_right ul li .sub_nav5 .nav5_a.active {
    color: rgb(212, 91, 28);
}

.header_right ul li .sub_nav5 .nav5_a:hover {
    color: rgb(212, 91, 28);
    ;
}

.header .tool {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 20px;
    position: relative;
}

.header .search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .search i {
    color: #FFF;
    font-size: 24px;
}

#form {
    position: absolute;
    top: 34px;
    right: 0;
    left: -260px;
    height: 40px;
    margin: 0 0px 0 18px;
    opacity: 0;
}

#search_input {
    display: block;
    width: 75%;
    height: 100%;
    color: #333;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    padding: 0;
    padding-left: 20px;
    border: 0;
    background-color: #ffff;
    border-radius: 20px;
}

#search_input::-webkit-input-placeholder {
    color: #ccc9c9;
}

#search_input:-ms-input-placeholder {
    color: #ccc9c9;
}

#search_input::-ms-input-placeholder {
    color: #ccc9c9;
}

#search_input::placeholder {
    color: #ccc9c9;
}

#circle {
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
    line-height: 100%;
    float: right;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
}

#circle,
#form {
    transition: 0.5s ease all;
}

#init-button {
    z-index: 1;
    cursor: pointer;
    cursor: pointer;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

#init-button img {
    width: 30px;
}

#form.active {
    left: 0;
    opacity: 1;
}

#dribbble {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration: none;
    padding: 20px;
}

#dribbble i {
    display: block;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

#init-button i {
    color: #fff;
    font-size: 35px;
}

.search.active #circle {
    width: 360px;
    background-color: #d45b1c;
}

#circle {
    width: 65px;
    height: 100%;
}

.tool_wrap:hover #circle {
    width: 360px;
    background-color: rgb(212, 91, 28);
}

.tool_wrap:hover #form {
    left: 0;
    opacity: 1;
}

.tool_wrap {
    transition: background-color 0.5s ease;
}

#circle {
    background-color: transparent;
    transition: width 0.5s ease;
    /* cursor: pointer; */
}

.header .lang {
    color: rgb(255, 255, 255);
    font-size: 24px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .lang img {
    margin-right: 10px;
}

@media screen and (max-width: 850px) {
    html,
    body {
        min-width: unset;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .header {
        position: relative !important;
        height: 90px !important;
        background-color: #FFF !important;
    }
    .header.fixed .logo img:nth-of-type(2) {
        height: 45px;
    }
    .header .logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header .logo>div {
        display: block !important;
    }
    .header .logo>div i {
        font-size: 1.5rem;
        margin-left: 10px;
    }
    .header .logo>div>div {
        position: relative;
    }
    .header .logo>div>div>div {
        position: absolute;
        top: 40px;
        right: 34px;
        text-align: center;
        background-color: #FFF;
        padding: 5px 10px;
        border-radius: 5px;
        z-index: 100;
        font-size: 0.875rem;
        box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        display: none;
    }
    .header .logo>div>div>div a {
        color: #142841;
        line-height: 20px;
        height: auto;
        display: flex;
        white-space: nowrap;
        padding: 15px 0;
        box-sizing: border-box;
        border-bottom: 1px #ddd solid;
        align-items: center;
        justify-content: flex-start;
    }
    .header .logo>div>div>div a img {
        width: 25px;
        margin-right: 10px;
    }
    .mobile_dhClose {
        border-bottom: 1px rgba(255, 255, 255, 0.6) dashed;
        display: flex !important;
        height: 50px;
        margin: 0 15px;
        align-items: center;
        justify-content: flex-end;
    }
    .mobile_dhClose i {
        font-size: 20px;
        color: #FFF;
    }
    .header_right {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #142841;
        display: none;
        z-index: 100;
        overflow-y: auto;
    }
    .header_right .nav {
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }
    .header_right ul {
        flex-wrap: wrap;
        height: auto;
    }
    .header_right ul li {
        width: 100%;
        height: auto;
        border-bottom: 1px rgba(255, 255, 255, 0.6) dashed;
        padding: 0;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0 !important;
        flex-wrap: wrap;
    }
    .header_right ul a {
        font-size: 1.125rem;
        line-height: 50px;
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        color: white !important;
    }
    .header_right ul a.active {
        color: rgb(212, 91, 28) !important;
    }
    .header_right ul a i {
        transform: rotate(270deg);
        transition: transform 0.4s ease, opacity 0.4s ease;
        font-size: 13px;
    }
    .header_right ul li .sub_nav3 {
        position: relative;
        height: auto;
        top: 0;
        left: 0;
        box-shadow: none;
        background-color: transparent;
        display: none;
    }
    .header_right ul li:hover .sub_nav3 {
        display: none;
        border: 0;
        padding: 10px 0;
        box-sizing: border-box;
    }
    .header_right ul li .sub_nav3>.sub_nav3Box {
        background-color: transparent;
        height: auto;
        box-shadow: none;
    }
    .header_right ul li .sub_nav3>.sub_nav3Box>.container {
        flex-wrap: wrap;
        padding: 10px 0 10px 15px;
        border: 0;
        align-items: flex-start;
    }
    .header_right ul li .sub_nav3>.sub_nav3Box>.container>a {
        margin-bottom: 8px;
        font-size: 1rem;
        margin-right: 0;
        padding: 0;
        line-height: 30px;
        color: #FFF;
        font-weight: normal;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .header_right ul li .sub_nav3>.sub_nav3Box>.container>a>font {
        width: calc(100% - 15px);
        display: inline-block;
    }
    .header_right ul li .sub_nav3>.sub_nav3Box>.container>a i {
        line-height: normal;
        width: 13px;
        display: inline-block;
    }
    .header_right ul li .sub_nav3>.sub_nav3Box>.container>a:hover .sub_nav4,
    .header_right ul li .sub_nav4 .nav4_a:hover .sub_nav5 {
        display: none;
    }
    .header_right ul li .sub_nav4 {
        position: relative;
        top: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        background-color: transparent;
    }
    .header_right ul li .sub_nav4>.container {
        flex-wrap: wrap;
        padding: 0;
        padding-left: 1rem;
    }
    .header_right ul li .sub_nav4 .nav4_a {
        color: #FFF;
        margin-right: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        line-height: 32px;
        margin-bottom: 5px;
    }
    .header_right ul li .sub_nav4 .nav4_a font {
        width: calc(100% - 14px);
    }
    .header_right ul li .sub_nav4 .nav4_a:hover {
        color: #FFF;
    }
    .header_right ul li .sub_nav5 {
        position: relative;
        width: 100%;
        padding-left: 1rem;
        padding-top: 0;
        right: 0;
        top: 0;
        background-color: transparent;
        display: none;
    }
    .header_right ul li .sub_nav5 .nav5_a {
        margin-bottom: 0;
        padding-bottom: 0;
        color: #FFF;
    }
    .tool_wrap {
        display: none;
    }
}