@charset "UTF-8";
html {
    font-family:"Microsoft YaHei New","Microsoft Yahei","微软雅黑","Hiragino Sans GB","冬青黑体","Arial","Helvetica","SimHei","黑体","STXihei","华文细黑",sans-serif;!important";
/*   font-family: Microsoft YaHei !important;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

/*p {
    margin: 0;
    padding: 0;
}*/

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 64px;
    height: 64px;
    background-image: url('../img/up.png');
    background-repeat: no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
#toTop:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

body {
    background: #f4f6f8;
    visibility: hidden;
}

ul {
    padding: 0;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

@font-face {
 /*   font-family: 'MicrosoftYaHei-Bold';*/
  /*  src: url("../fonts/微软vista雅黑Bold.ttf");*/
}

@font-face {
   /* font-family: 'SourceHanSansCN-Medium';*/
   /* src: url("../fonts/SourceHanSansCN-Medium.ttf");*/
}

.heard {
    width: 100%;
    box-shadow: 1px 1px 9px 0px rgba(49, 49, 49, 0.28);
    height: 1rem;
    position: fixed;
    background: #FFFFFF !important;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all .3s ease;
}

.heardHide {
 top: -1rem !important;
}

.heard .content {
    width: 12rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.heard .top {
    display: block;
    width: 3.93rem;
    height: .61rem;
    background: url("../img/logo.svg?1.2") no-repeat;

    background-size: 100% 100%;

}

.heard .right {
    width: 6.36rem;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%
}
.heard .right .link {
    padding: .2rem .1rem;
    position: relative;
   height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heard .right .link ul {
    visibility: hidden;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    background: 0;
    top: 0;
    color: #999;
    transition: top .3s ease, opacity .4s ease, visibility 0s;
    background-color: transparent;
    margin-left: 3px;
    /* -webkit-box-shadow: 0 9px 48px -19px rgb(0 0 0 / 80%);
    -moz-box-shadow: 0 9px 48px -19px rgba(0, 0, 0, .8);
    box-shadow: 0 9px 48px -19px rgb(0 0 0 / 80%); */
}

.heard .right .link ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIxNzIgLTI5OCAxOSAxMCI+DQogIDxkZWZzPg0KICAgIDxzdHlsZT4NCiAgICAgIC5jbHMtMSB7DQogICAgICAgIGNsaXAtcGF0aDogdXJsKCNjbGlwLUFydGJvYXJkXzEpOw0KICAgICAgfQ0KDQogICAgICAuY2xzLTIgew0KICAgICAgICBmaWxsOiAjZmZmOw0KICAgICAgfQ0KICAgIDwvc3R5bGU+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLUFydGJvYXJkXzEiPg0KICAgICAgPHJlY3QgeD0iMTcyIiB5PSItMjk4IiB3aWR0aD0iMTkiIGhlaWdodD0iMTAiLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSJBcnRib2FyZF8xIiBkYXRhLW5hbWU9IkFydGJvYXJkIOKAkyAxIiBjbGFzcz0iY2xzLTEiPg0KICAgIDxwYXRoIGlkPSJTdWJ0cmFjdGlvbl8xIiBkYXRhLW5hbWU9IlN1YnRyYWN0aW9uIDEiIGNsYXNzPSJjbHMtMiIgZD0iTS02MS4wMDksMzA4SC03OS45OTFsOS40OTEtMTAsOS40ODksMTBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNTIgLTU5NikiLz4NCiAgPC9nPg0KPC9zdmc+DQo=) no-repeat 20px bottom;
    background-size: auto 8px;
}

.heard .right .link>a::after {
    content: "";
    display: block;
    border-radius: 2px;
    background-color: #1d5aae;
    background-image: -webkit-linear-gradient( -50deg, #1d5aae 0%, #4f89d9 46%, #1d5aae 100%);
    left: 0.15rem;
    right: 0.15rem;
    height: 0;
    bottom: -1px;
    display: block;
    position: absolute;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

.heard .right .link:hover>a::after {
    height: 5px;
    left: 0;
    right: 0;
}

.heard .right .link ul li {
    border-bottom: 1px #eee solid;
    background-color: #fff;
    min-width: 1.2rem;
    list-style: none;
}

.heard .right .link:hover ul {
    top: 0.9rem;
    visibility: visible;
    opacity: 1;
}

.heard .right .link ul li a {
    display: block;
    font-size: .15rem;
    padding: 0;
    height: inherit;
    float: none;
    line-height: .44rem;
    text-align: center;
    position: relative;
    color: #666;
}

.heard .right .link ul li a:hover::before {
    width: 7px;
    visibility: visible;
}

.heard .right .link ul li a:hover {
    color: #1d5aae;
}

.heard .right .link ul li a::before {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #0075bf;
    transition: all 0.3s;
    visibility: hidden;
}

.heard .right a {
    display: block;
    color: #111111;
    font-size: .18rem;
    font-weight: 700;
    text-decoration: none;
    /*margin-right: .28rem;*/
    text-align: center;
}

.heard .right > img {
    width: .22rem;
    height: .22rem;
    display: block;
    margin-left: auto;
    cursor: pointer;
}

.heard .input {
    position: absolute;
    right: 0;
    width: 3rem;
    height: .44rem;
    bottom: 0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: -100;
    opacity: 0;
    transition: all .3s ease;
}

.heard .input > input {
    width: 2.5rem;
    height: .17rem;
    margin-left: .16rem;
    font-size: .16rem;
    border: none;
    outline: none;
}

.heard .input > button {

    border: none;
    background-color: transparent;
    outline: none;

    display: block;
    width: .23rem;
    height: .23rem;
    background: url("../img/search.png") no-repeat;
    background-size: 100% 100%;
    margin-right: .1rem;
}

.heard .clicked {
    z-index: 100;
    opacity: 1;
    bottom: -.48rem;
}

.heard .menubtn {
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
    z-index: 20;
    float: right;
    transition: 0.4s;
    border-left: 1px rgba(0, 0, 0, 0.1) solid;
    cursor: pointer;
    margin-left: 0.2rem;
    display: none;
}

.heard .menubtn > span {
    display: block;
    width: 0.36rem;
    height: 3px;
    background: #222;
    margin: auto;
    top: 50%;
    margin-top: -1px;
    position: relative;
    vertical-align: middle;
    background-color: #1d5aae;
}

.heard .menubtn span:after,
.heard .menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #1d5aae;
    transition: all .3s ease;
}

.heard .menubtn span:before {
    top: -10px;
}

.heard .menubtn span:after {
    top: 10px;
}

.heard .active span:before {
    transform: rotate(45deg);
    top: 5px;
}

.heard .active span {
    background-color: transparent;
}

.heard .active span:after {
    transform: rotate(-45deg);
    bottom: 0;
    top: 5px;
}

.heard .menu-box {
    position: fixed;
    top: 1rem;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    border-top: 1px #ddd solid;
    z-index: 998;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.215, 1);
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.2);
}

.heard .menu-box.show {
    height: 100vh;
    visibility: visible;
    background-color: white;
}

.heard .menu-box .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 0.5rem;
}

.heard .menu-box .container > a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: .22rem;
    font-family: "SourceHanSansCN-Medium";
    width: 100%;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px #eee solid;
}

.heard .menu-box .container > a:hover {
    color: #05b;
}

@media (max-width: 1200px) {
    .heard .content {
        width: 98%;
    }

    .heard .right {
        display: none;
    }

    .heard .menubtn {
        display: block;
    }
}


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