<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
    background: #ffffff;
    padding-top: 30px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.header&gt;.content {
    font-size: 0;
    position: relative;
    overflow: inherit;
}

#log {
    display: inline-block;
    width: 218px;
    height: auto;
}

.header .nav-wrapper {
    width: 680px;
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
}

.header .logo{
    float: left;
}
.header .nav-mobile{
    display: none;
}

.header .nav-right{
    float: right;
    width: 970px;
}

.nav {
    width: 680px;
    display: inline-block;
    vertical-align: top;
    padding: 5px 0 0 25px;
}

.nav&gt;li {
    height: 65px;
    float: left;
    text-align: center;
    color: #000;
    position: relative;
    /*cursor: pointer;*/
    padding: 0 6px;
}

.nav&gt;li&gt;a{
    display: block;
    height: 100%;
}

.nav&gt;li&gt;a&gt;span {
    display: inline-block;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    height: 36px;
}

.nav&gt;li&gt;a&gt;span.activeNav{
    border-bottom: 4px solid #06076d;
    display: block;
}

.nav&gt;li&gt;.menu {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 10;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    transition: all .5s .1s;
    -moz-transition: all .5s .1s;
    -ms-transition: all .5s .1s;
    -o-transition: all .5s .1s;
    -webkit-transition: all .5s .1s;
    background: #ffffff;
}

.nav&gt;li .two {
    font-size: 16px;
    background: #fff;
    vertical-align: top;
    border-radius: 0 0 6px 6px;
}


.nav&gt;li .three {
    position: absolute;
    display: block;
    width: 490px;
    height: 280px;
    background: #ebebeb;
    font-size: 0;
    right: 0;
    top: 0;
    border-radius: 0px 0px 6px 6px;
    z-index: 555;
}

.nav&gt;li&gt;.menu .three li {
    width: 40%;
    font-size: 16px;
    padding:0 20px;
    float: left;
    word-wrap:break-word;
    border-radius: 0 0 6px 6px;
}
.nav&gt;li&gt;.menu .three li a{
    color: #000000;
}
.nav&gt;li&gt;.menu .three li a:hover{
    border-bottom: 2px solid #06076d;
}

.nav&gt;li&gt;.menu&gt;ul&gt;li {
    font-size: 16px;
    text-align: left;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    color: #000000;
    white-space: nowrap;
    border-radius: 0 0 6px 6px;
}

.nav&gt;li&gt;.menu&gt;ul&gt;li&gt;a {
    display: block;
    height: 100%;
}

.nav&gt;li:hover&gt;.menu {
    display: block;
    transition: all .5s .1s;
    -moz-transition: all .5s .1s;
    -ms-transition: all .5s .1s;
    -o-transition: all .5s .1s;
    -webkit-transition: all .5s .1s;
}

.nav&gt;li:hover&gt;a&gt;span {
    border-bottom: 4px solid #06076d;
}

.search-wrapper {
    display: inline-block;
    width: 135px;
    height: 32px;
    position: relative;
    vertical-align: top;
    margin-left:15px ;
}

.search {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    margin-top: 3px;
    width: 95px;
    height: 32px;
    padding-top: 8px;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding-left: 15px;
    vertical-align: top;
}

.search-input {
    width: 55px;
    height: 24px;
    background-color: #f0f0f0;
    outline: none;
    margin: 0;
    float: none;
    text-align: left;
    border-right: 0px solid #bfbfbf;
}

.search .enter {
    display: inline-block;
    width: 25px;
    text-align: center;
    color: #bfbfbf;
    float: right;
    border-left: 1px solid;
    margin: 5px 10px 0 0;
}

.lang {
    width: 126px;
    height: auto;
    margin-top: 3px;
    margin-left: 8px;
    border-radius: 20px;
    border: solid 2px #06076d;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #06076d;
    overflow: hidden;
    line-height: 36px;
    text-align: center;
    float: right;
    cursor: pointer;
}
.lang .on1{
    width: 126px;
    height: auto;
    margin-top: 3px;
    margin-left: 8px;
    border-radius: 20px;
    border: solid 2px #06076d;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #06076d;
    overflow: hidden;
    line-height: 36px;
    text-align: center;
    float: right;
    cursor: pointer;
}

.lang .text {
    margin: 5px;
}

/*
.lang:hover {/*
z-index: 10;
background: #06076d;
color: #fff;
height: auto;
}
*/

.lang&gt;.lang_list{
    display: none;
    background: #06076d;
    color: #fff;
}
.lang&gt;.lang_list&gt;li&gt;span{
    border-bottom: 2px solid #06076d;
}
.lang&gt;.lang_list&gt;li:hover&gt;span{
    border-bottom:2px solid #fff;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;

}
</pre></body></html>