<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	height: 100%;
	font-size: 14px;
}

body {
	font-family:"Microsoft YaHei",Arial;
	height: 100%;
	color: #333333;
	background: #FFFFFF;
}
.wrap{
    width:1205px;
    margin:0 auto;
}
div.header{
    border-bottom: 1px solid rgba(255,255,255,.25);
    /* padding-bottom: 14px; */
    padding-top: 15px;
    position: relative;
    z-index: 9999;
}
.header .lang{
    height:44px;
    line-height: 44px;
}
.header .logo{
    height: 47px;
    width: 313px;
    background: url(../img/logo_black.png) center center no-repeat;
}
.header .logo-nav{
    position: relative;
}
.header .nav{
    /* margin-top: 15px; */
    /* height:47px; */
    
}
.header .nav li{
    float: left;
    margin-left: 40px;
    font-size: 16px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header a{
    color: #333333;
}

.sub-nav{
    display: none;
    position: absolute;
    left:0;
    top:58px;
    background: #fff;
    padding: 53px 51px;
    border-top: 1px solid #e8e8e8;
}
.sub-nav .title{
    color: #888;
    font-weight: 18px;
    margin-bottom: 40px;
}
.sub-nav a{
    color: #111111!important;
    font-weight: 300;
    margin-right: 160px;
}
.header .nav a:hover{
    color: #cc0000!important;
}
.footer{
    background: #080808;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer .logo-qrcode{
    padding: 22px 0;
    border-bottom: 1px solid #3e3e3e;
}
.footer .logo{
    height: 21px;
    width: 180px;
    background: url(../img/logo_footer.png) center center no-repeat;
    margin-top: 40px;
}
.footer .qrcode{
    height: 94px;
    width: 94px;
    background: url(../img/pic_qrcode.jpg) center center no-repeat;
}
.footer .copyright{
    padding: 16px 0;
}

/*棣栭〉鍙充笅瑙掑皬鍥炬爣*/
.footer .long_code{
    height: 25px;
    width: 500px;
    margin-top: 37px;
    display: flex;
    justify-content:flex-end;
    align-items: center;
}
.footer .long_code a{
    display: block;
    height:24px;
    margin-left: 17px;
}


.footer .long_code a.lbtn-tiyan{
    background: url(../img/yun.png) left center no-repeat;
    padding-left: 30px;
    
}
.footer .long_code .line{
    height:14px;
    width:1px;
    background: #444444;
}
.footer .long_code a.lbtn-in{
    background: url(../img/in.png) center center no-repeat;
    width:24px;
    margin-left: 26px;
}
.footer .long_code a.lbtn-wechat{
    background: url(../img/wx.png) center center no-repeat;
    width:25px;
    position: relative;
}
.footer .long_code a.lbtn-zhihu{
    background: url(../img/zhi.png) center center no-repeat;
    width:20px;
}
.footer .long_code a.lbtn-toutiao{
    background: url(../img/tt.png) center center no-repeat;
    width:36px;
}
.footer .long_code a.lbtn-wechat:hover .wx-qrcode{
    height:94px;
    width:94px;
    position: absolute;
    left:50%;
    margin-left: -47px;
    top:-105px;
    background: url(../img/pic_qrcode.jpg) center center no-repeat;
}</pre></body></html>