* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: black;
}

li {
    list-style: none;
}

.de_iv_adv {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    background-color: #ffffff;
    margin: 10px auto 10px;
}

.postionFixed {
    width: 100%;
    height: auto;
    min-height: 60px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    bottom: 0;
    z-index: 9999;
}

body {
    background-color: #ffffff;
}

header {
    width: 100%;
    height: auto;
    background-color: #000;
    display: flex;
    flex-wrap: wrap;
}


.header-bottom {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
}

.header_con {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid gainsboro;
    padding: 0px 2%;
}

.header_left {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_left span {
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.hd_off{
    display: block;
}
.hd-on{
    display: none;
}
.header_conter span {
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: none;
}

.header_left img {
    width: auto;
    height: 80%;
}

.header_left img:nth-child(2) {
    display: none;
}

.header_conter {
    width: 95%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_conter img {
    display: none;
}

.header_nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_nav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 20px;
    /* font-family:Georgia, 'Times New Roman', Times, serif; */
    font-family: WiredMono, helvetica, sans-serif;
    color: #000;
    padding: 10px 0px;
    font-family: WiredMono, helvetica, sans-serif;
    font-feature-settings: normal;
    font-style: normal;
    letter-spacing: 0.0833333em;
    line-break: auto;
    line-height: 1.18em;
    font-size: 11px;
    font-weight: 600;
    overflow-wrap: normal;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.header_nav img {
    width: 14px;
    height: 14px;
}


.header_right {
    width: 5%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.header_right img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.header-hover {
    width: 960px;
    height: 280px;
    margin: auto;
    z-index: 888;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 95px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 1px 0px gray;
    display: none;
}

.header-hover-li {
    width: 18%;
    height: auto;
    display: inline;
    position: relative;
}

.header-hover-li img {
    width: 100%;
    height: 130px;
}

.header-hover-li p:nth-of-type(1) {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
}

.header-hover-li p:nth-of-type(2) {
    font-size: 14px;
    color: #fff;
    background-color: black;
    display: inline;
    padding: 0 5px;
    position: absolute;
    left: 0px;
    top: 110px;
}

.header-hover-box {
    width: auto;
    margin: auto;
    left: 0px;
    right: 0px;
    position: absolute;
}

.header-hover-btn {
    width: 50px;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-hover-btn-left,
.header-hover-btn-right {
    width: 20px;
    height: 20px;
    border: 1px solid grey;
    display: flex;
    justify-content: center;
    align-items: center;
    color: grey;
    font-size: 14px;
}

footer {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #000000;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 0 10px 0;
    position: relative;
}

footer a {
    color: #fff;
}

.seachdiv {
    width: 300px;
    height: 60px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #4db2ec;
    padding: 10px 0;
    position: absolute;
    top: 70px;
    right: 0px;
    z-index: 1000;
    transition: all 0.3s;
    display: none;
}

.ts {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #4db2ec;
    position: absolute;
    top: -10px;
    right: 20px;

}

#seach {
    display: block;
    border: none;
    outline: 0;
    cursor: pointer;
    height: 100%;
    width: 80%;
    font-size: 14px;
    text-indent: 1em;
    background-color: #FFFFFF;
    border: 1px solid gainsboro;
}

.seach-img {
    width: 15%;
    height: 100%;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seach-img img {
    width: 30px;
    height: 30px;

}
.list-title{
    width: 100%;
    height: 120px;
    position: relative;
}
.list-title span{
    left: 0;
    position: absolute;
    background-color: #fff;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 600;
    bottom: 30px;
    padding-right: 1.25em;
    font-family: montserrat,sans-serif;
    letter-spacing: 1px;
    z-index: 10;
}
.list-title hr{
    background-color: #d8d8d8;
    border: 0;
    height: 1px;
    position: absolute;
    bottom: 40px;
    width: 100%;
}

@media screen and (max-width:960px) {
    .header_left{
        width: 10%;
    }
    .header-bottom{
        height: 70px;
    }
    .header_right{
        width: 10%;
        position: inherit;
    }
    header {
        height: auto;
        position: sticky;
        top: 0;
        z-index: 99999;
    }
    .headerFixed{
        height: 100px;
    }

    .header_con {
        width: 100%;
        border-bottom: 1px solid gainsboro;
    }
    .hd_off{
        display: none;
    }
    .hd-on{
        display: block;
    }
    .header_left img:nth-child(2) {
        display: block;
    }

    .header_left img {
        width: 30px;
        height: 30px;
    }

    .header_conter img {
        display: block;
    }

    .header_conter img {
        width: 68%;
        height: 68%;
    }

    .header_nav {
        height: 100vh;
        position: absolute;
        top: 70px;
        left: 0px;
        z-index: 999;
        background-color: #fff;
        line-height: 2;
        padding: 0px 10px;
        flex-wrap: wrap;
        display: none;
        align-content: flex-start;
    }

    .header_nav a {
        display: block;
        border-bottom: 1px dashed gray;
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    .header_nav a:last-of-type{
        border: none;
    }

    .seachdiv {
        right: 0px !important;
        border: none;
        height: 100vh;
        width: 100%;
        align-items: flex-start;
    }

    .ts{
        display: none;
    }

    #seach{
        height: 60px;
    }

    .seach-img{
        height: 60px;
    }
    .header_left span {
        display: none;
    }

    .header_conter span {
        display: block;
    }
    .header-top-con{
        width: 100%;
    }
    .header_con a:nth-of-type(1){
        border-bottom: 1px dashed gray;
    }
    .header_right img{
        width: 30px;
        height: 30px;
    }
    .de_iv_adv{
        width: 100%;
    }
    .list-title{
        height: 60px;
    }
    .header_conter{
        justify-content: center;
        width: 80%;
    }
    .header_con{
        padding: 0px 2%;
    }
}