blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
    font: 16px 'Helvetica Neue', 'PingFang SC', STHeitiSC-Light, Helvetica, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}


a,
button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0)
}

a {
    text-decoration: none;
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

li {
    list-style: none
}

b,
strong {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

dfn {
    font-style: italic
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

img {
    border: 0;
    vertical-align: bottom
}


input,
label {
    vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0
}

button,
select {
    text-transform: none
}

select {
    -webkit-appearance: none;
    border: none
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

body {
    background: #fafafa;
}

a {
    color: #333;
}

.Nav1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    line-height: 32px;
    /*background: #ededed;*/
    border-bottom: 2px solid;
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;

}

.Nav1,
.head {
    padding: 0 3rem;
}

.xszg {
    background: url(../img/index.png) left center no-repeat;
    padding-left: 18px;
}

.Nav1 .head_nav {
    display: flex;
    align-items: center;
}

.Nav1 .head_nav .fl {
    margin-right: 0.5rem;
}

.Nav1 a {
    font-size: 12px;
}

.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background-color: #fff;*/
    height: 85px;
    line-height: 36px;
}

.head .head-logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: right;
}

.head .head-logo .head-logo-title {
    margin: 0 10px;
}

.head .head-logo .head-logo-title h3 {
    font-weight: 600;
}

.head .head-logo .head-logo-title p {
    color: #999999;
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.head .head-login a {
    font-size: 16px;
}

.home-title {
    font-size: 2rem;
    font-weight: 600;
}

.head .head-logo img {
    width: 60px;
    height: 60px;
}

.head .head-center {
    position: relative;
    bottom: -35px;

}

.search {
    width: 70%;
}

.head-center,
.line {
    margin: auto;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-270deg, rgb(195 187 187 / 0%) 0, #c1b6b6 50%, #eaeaea 100%, rgba(255, 255, 255, 0) 100%);
}

.head .head-login {
    margin-left: 2rem;
    color: #468fb7;
}

.head .head-login a {
    color: #468fb7;
}

.Footer {
    max-width: 100%;
    padding: 10px 0;
    margin: auto;
    line-height: 27px;

}

.Footer ul {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 5px 0;
    justify-content: center;
}

.Footer ul li a {
    color: #468fb7;
    font-size: 15px;
    margin: 0 5px;
}

.Footer p {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.Footer ul li:last-of-type span {
    display: none;
}

@media screen and (max-width: 1280px) {
    html {
        font: 14px 'Helvetica Neue', 'PingFang SC', STHeitiSC-Light, Helvetica, Arial, sans-serif;
    }
}

@media screen and (max-width: 768px) {
    .head {
        line-height: 1.5625rem;
    }

    .head .head-center,
    .Nav1 {
        display: none;
    }

    .head {
        height: 3.75rem;
    }

    .head .head-login {
        margin-left: 0.5rem;
    }

    .head .head-login a {
        font-size: 0.9rem;
        display: block;
        text-align: center;
    }

    .head-login span {
        display: none;
    }

    .Nav1,
    .head {
        padding: 0 0.5rem;
    }

    .head .head-logo .head-logo-title .head-logo-title-h1 {
        font-size: 1.5rem;
    }


    .head .head-logo img {
        width: 45px;
        height: 44px;
    }

    .Footer ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .Footer ul li a,
    .Footer ul li {
        font-size: 1rem !important;
    }

}