<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header{
    height: 80px; 
}
.header-fixed {
    position: fixed;
    height: 80px;
    width:100%;
    min-width:1300px;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #fff;
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.06), 2px 0 2px rgba(0, 0, 0, 0.06), 0 -2px 2px rgba(255, 255, 255, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06);
}
.header-fixed .mod-table{
    table-layout: initial;
    table-layout: inherit;
}
.header-fixed .logo {
    float: left;
    width:406px;
}

.mod-nav {
    width:100%;
    box-sizing: border-box;
    padding:0 35px 0 65px;
}
.mod-nav .navMenu{
    font-size:0;
    line-height: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
.mod-nav .navMenu:after{
    content:"";
    width:100%;
    display:inline-block;
}
.mod-nav&gt;ul&gt;li {
    display:inline-block;
    line-height: 80px;
}
.mod-nav&gt;ul&gt;li&gt;a {
    display: block;
    font-size: 18px;
    color: #666666;
}
.mod-nav&gt;ul&gt;li.cr&gt;a,
.mod-nav&gt;ul&gt;li&gt;a:hover {
    color: #ed0011;
    position: relative;
}

.mod-nav .submenus {
    position: absolute;
    top: 80px;
    left: 50%;
    box-sizing: border-box;
    background: #fafbfb;
    width: 1160px;
    padding:30px;
    margin-left: -580px;
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.06), 2px 0 2px rgba(0, 0, 0, 0.06), 0 -2px 2px rgba(255, 255, 255, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06);
    text-align: left;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    line-height:30px;
    display:none;
}

.mod-nav .submenus * {
    display: block;
}
.mod-nav .submenus ul {
    float: left;
    min-width: 100px;
    max-width:180px;
    border-right: 1px solid #e3e3e3;
    margin-right:-1px;
    padding-right:10px;
}
.mod-nav .submenus ul li {
    padding:10px 0;
}
.mod-nav .submenus ul li a {
    color: #111111;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mod-nav .submenus ul li a:hover {
    color: #ed0011;
}
.mod-nav .intr {
    float:none;
    overflow: hidden;
    font-size:16px;
    line-height: 30px;
    padding-left: 40px;
    border-left: 1px solid #e3e3e3;
}
.mod-nav .intr-img {
    float: left;
    width:41.6666%;
    max-width:400px;
    margin-right: 25px;
}
.mod-nav .intr-img .img{
    width:100%;
    display:block;
    position: relative;
    padding-top:72.5%;
}
.mod-nav .intr-img img {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.mod-nav .intr-info {
    float:none;
    overflow: hidden;
}
.mod-nav .intr-info&gt;a {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}
.mod-nav .intr-info .views {
    padding-top: 25px;
}
.mod-nav .intr-info .views a {
    color: #999;
}
.mod-nav&gt;ul&gt;li:hover .submenus {
    display:block;
}

.mod-lk {
    float: right;
    width:200px;
}
.mod-lk .lang,
.mod-lk .emails{
    float:right;
    box-sizing: border-box;
    height: 30px;
    padding:0 15px;
    line-height:28px;
    font-size: 14px;
    color: #b3b3b3;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 30px;
    margin-left:10px;
    position: relative;
}
.mod-lk .searchs{
    float:right;
    margin-left:10px;
    position: relative;
    height: 30px;
    width:100px;
    z-index:2;
}
.mod-lk .searchs .search-input{
    position: absolute;
    right:0;
    height:100%;
    top:0;
    padding:0 15px;
    line-height:28px;
    font-size: 14px;
    color: #b3b3b3;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 30px;
    box-sizing: border-box;
    width:100px;
    background-color:#fff;
    transition:all 300ms ease;
}
.mod-lk .searchs .search-input.focus,.mod-lk .searchs .search-input:hover{
    width:290px;
}
.mod-lk .lang ul{
    display: none;
    position: absolute;
    width:100%;
    top:100%;
    left:0;
    background-color: #fff;
    border:1px solid #ccc;
    box-sizing: border-box;
}
.mod-lk .lang span {
    background: url(../images/arr.png) right center no-repeat;
    padding-right: 10px;
}
.mod-lk .lang:hover ul{
    display:block;
}
.mod-lk .searchs a {
    display:block;
    background: url(../images/searbt.png) left center no-repeat;
    padding-left: 20px;
    float:left;
    cursor: pointer;
}
.mod-lk .searchs .input{
    float:none;
    overflow: hidden;
}
.mod-lk .searchs .input input{
    display:block;
    padding:0;
    margin:0;
    width:100%;
    border:none;
    line-height: 28px;
    padding-left: 10px;
    outline: none;
}
@media screen and (max-width:1440px){
    .header-fixed,.header{
        height:60px;
    }
    .mod-nav{
        padding:0 10px 0 20px;
    }
    .mod-nav&gt;ul&gt;li{
        line-height: 60px;
    }
    .mod-nav&gt;ul&gt;li&gt;a{
        font-size:16px;
    }
    .mod-nav .submenus{
        top:60px;
    }
    .header-fixed .layer-wrapper{
        padding:0 20px;
    }
}</pre></body></html>