<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@font-face {
    font-family: hyqh;
    src: url(../font/HYQiHei-50S.otf);
}


#wrap{
    width: 100%;
    max-width: 1920px;
    height: 100%;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: white;
    font-family: hyqh50;
    font-size: 18px;
    line-height: 80px;
    box-shadow: 0px -10px 40px 0px;
    z-index: 10;
}
header &gt; div{
    margin: 0 60px;
}
header &gt; div:after{
    content: "";
    display: block;
    clear: both;
}
header h1,
header nav{
    float: left;
}
header h1{
    padding-top: 10px;
}
header nav{
    margin-left: 230px;
}
header nav ul{
    overflow: hidden;
}
header nav ul li{
    position: relative;
    float: left;
}
header nav ul li + li{
    margin-left: 110px;
}
header nav ul li a{
    color: #333;
}
header nav ul li div.on{
    width: 100%;
}
header nav ul li:hover div{
    width: 100%;
}
header nav ul li div{
    position: absolute;
    bottom:15px;
    width: 0%;
    height: 1px;
    background-color: #0066ab;
    transition: .3s;
}
header .email{
    float: right;
}
header .email a{
    color: #333;
}
header .email a{
    color: #333;
    margin-right: 10px;
}
#header{
    position: relative !important;
}

.modelwai {
    position: fixed;
    right: 2%;
    top: 50%;
    z-index: 5;
}
.model {
    background-color: #0066ab;
    width: 40px;
    height:40px;
    padding: 10px;
    margin-bottom: 5px;
    display: block;
}
.model.bc{
    width: 25px;
    height: 25px;
}
.model:hover{
    background-color: #006699;
}

.model:nth-of-type(1)&gt;img{
    width: 23px;
    height: 23px;
}
.model:nth-of-type(2)&gt;img{
    height: 23px;
}
.erweiimgg.gg{
    right: 162px;
    top: -42px;
    line-height: 45px;
}
.erweiimg {

    width: 150px;
    height: 150px;
    background-size: 90%;
    margin-right: 50px;
    position: relative;
    right: 170px;
    top: -100px;
    transition-duration: 0.5s;
    opacity: 0;
    display: none;
}
.erweiimgg {
    width: 115px;
    /* height: 45px; */
    background-size: 90%;
    margin-right: 50px;
    position: relative;
    right: 130px;
    top: -33px;
    transition-duration: 0.5s;
    opacity: 0;
    display: none;
    background-color: #0066ab;
    line-height: 40px;
    padding: 0 16px;
    color: white;
}
.erwei:hover .erweiimg{
    opacity: 1;
    display: block;
    width: 150px;
}
.erwei:hover .erweiimgg{
    opacity: 1;
    display: block;
}
.erwei&gt;img{
    width: 100%!important;
    height: 100%!important;
    margin-top: 2.5px;
}
</pre></body></html>