header {
    width: 100%;
    height: auto;
    background-color: #000;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 3px solid #053d61;
}


.header {
    width: 100%;
    height: 80px;
    background-color: #fcfcfc;
}

.header_con {
    width: 1300px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.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: 60px;
}

.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: end;
    align-items: center;
}

.header_nav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: fantasy;
    color: #000;
    padding: 10px;
    font-size: 16px;
}

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


@media screen and (max-width:960px) {
	.header {
        height: 40px;
        position: relative;
    }

    .header_left {
        width: 5%;
    }

    header {
        height: auto;
    }

    .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: 80%;
        height: 60%;
    }

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

    .header_nav a {
        display: block;
        border-bottom: 1px dashed gray;
        width: 100%;
        text-align: center;
    }

    .header_nav a:last-of-type {
        border: none;
    }

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

    #seach{
        height: 50px;
    }

    .ts{
        display: none;
    }

    .seach-img{
        height: 50px;
    }

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


    .list-title {
        height: 60px;
    }

    .header_conter {
        width: 80%;
        justify-content: center;
    }

    .header_con {
        padding: 0px 2%;
    }

    .header_right {
        position: inherit;
    }
}