<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header{
    width: 100%;
    height: 88px;
}
header .header{
    width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header .logo{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
header .header .logo a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
header .header .logo img{
    width: 260px;
}
header .header ul{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
header .header ul li{
    width: 10%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
header .header ul li a{
    font-size: .16rem;
    color: #333;
}
header .header ul li a:hover,header .header ul .active a{
    color: #f36716;
}
header .header .lang{
    height: 100%;
    display: flex;
    align-items: center;
}
header .header .lang span{
    color: #333333;
    font-size: .16rem;
    font-weight: 550;
    margin: 0 .16rem 0 .06rem;
}
header .header .lang .phone.icon{
    width: .16rem;
    height: .16rem;
    fill: currentColor;
    overflow: hidden;
    color: #7f7f7f;
}
header .header .lang .icon{
    width: .4rem;
    height: .3rem;
    fill: currentColor;
    overflow: hidden;
    color: #999;
    padding: 0;
}

footer{
    width: 100%;
    padding-top: 60px;
    border-top: 1px #f1f1f1 solid;
}
footer .footer{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
footer .footer ul{
    display: flex;
}
footer .footer ul&gt;li{
    width: 16%;
}
footer .footer ul&gt;li h3{
    display: flex;
    margin-bottom: 1px;
}
footer .footer ul&gt;li h3 a{
    color: #000;
    font-size: 18px;
    font-weight: 520;
}
footer .footer ul&gt;li ol{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
footer .footer ul&gt;li ol li{
    width: 100%;
    display: flex;
    margin: 8px 0;
}
footer .footer ul&gt;li ol li a{
    color: #666;
    font-size: 14px;
}
footer .footer&gt;div{
    width: auto;
}
footer .footer&gt;div&gt;div{
    width: 270px;
}
footer .footer&gt;div p{
    display: flex;
    align-items: center;
    margin:8px 0;
}
footer .footer&gt;div p i{
    display: flex;
    width: 30px;
    align-items: center;
}
footer .footer&gt;div p .icon{
    width: 24px; 
    height: 24px;
    fill: currentColor;
    overflow: hidden;
    color: #333;
}
footer .footer&gt;div p span{
    color: #333;
    font-size: 16px;
}
footer .footer&gt;div h4{
    color: #f36d1f;
    font-size: 30px;
    padding-left: 30px;
    line-height: 32px;
}
footer .footer&gt;div img{
    display: block;
    margin-top: 12px;
    width:100px;
    height: 100px;
}
footer .footer-links{
    margin-bottom: 24px;
}
footer .footer-links a,footer .footer-links span{
    color: #333;
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 10px;
}
footer .copyright{
    padding: 20px 0;
    border-top: 1px #dcdcdc solid;
    display: flex;
    justify-content: space-between;
}
footer .copyright p{
    color: #666666;
    font-size: 12px;
}
footer .copyright ul{
    display: flex;
}
footer .copyright ul li{
    padding: 0 6px;
    border-left: 1px #666 solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .copyright ul li:first-child{
    border-left: 0;
    padding: 0 6px 0 0;
}
footer .copyright ul li:last-child{
    padding: 0 0 0 6px;
}
footer .copyright ul li a{
    display: flex;
    color: #666;
    font-size: 12px;
}</pre></body></html>