@charset "UTF-8";
header,
nav ul {
    width: 1100px !important;
    margin: 0 auto !important;
}

img {
    width: 100%;
    height: 100%;
    display: block;
}

html,
body {
    height: 100%;
}

img {
    width: 100%;
    height: 100%;
}

header {
    margin-bottom: 11px;
    width: 100%;
    height: auto;
}

header .header_info {
    height: 47.61905%;
    padding: 1%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header .header_info .header_logo {
    width: 20.52506%;
    height: 100%;
}

header .header_info .header_right {
    text-align: right;
}

header .header_info .header_right .header_serch {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

header .header_info .header_right .header_serch input {
    box-sizing: border-box;
    width: 70%;
    height: 24px;
    border: 1px solid #dddddd;
    padding-left: 5px;
    font-size: 0.625em;
    font-weight: 700;
}

header .header_info .header_right .header_serch button {
    font-size: 0.625em;
    color: #ffffff;
    font-weight: 400;
    padding-right: 6px;
    height: 24px;
    background-color: #D81D1D;
    margin-bottom: 12px;
}

header .header_info .header_right .header_serch button:before {
    content: '';
    background-image: url("../image/路径 3.png");
    height: 13px;
    width: 13px;
    display: block;
    float: left;
    margin-left: 5px;
    background-size: 100%;
    margin: 2px 5px 0px 5px;
}

header .header_info .header_right .herder_information p:nth-of-type(1) {
    margin-bottom: 6px;
}

header .header_info .header_right .herder_information p {
    font-size: 0.625em;
    color: #222222;
}

nav {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 60px !important;
    background-color: #f7f7f7;
    border-top: 1px solid #444444;
    padding: 5px 0;
    width: 100%;
}

nav .nav_ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

nav .nav_ul li {
    flex: 1;
    text-align: center;
}

nav .nav_ul li a {
    font-size: 0.75em;
    color: #444444;
    font-weight: 400;
}

nav .nav_ul li a:hover {
    color: red;
}

@media screen and (min-width: 1536px) {
    header,
    nav ul {
        padding: 0 14.39583%;
        width: 100% !important;
    }
    nav {
        height: 9.5% !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 1200px) {
    nav {
        width: 1100px;
    }
}


/*# sourceMappingURL=head.css.map */