<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0px;
    padding: 0px;
    font-family: '寰蒋闆呴粦';
    box-sizing: border-box;
    outline: none;
}
@font-face{
    font-family: 'NeutraText-Bold';
    src : url('../fonts/NeutraText-Bold.otf');
}
@font-face{
    font-family: 'NeutraText-Book';
    src : url('../fonts/NeutraText-Book.otf');
}
@font-face{
    font-family: 'NeutraText-Demi';
    src : url('../fonts/NeutraText-Demi.otf');
}
@font-face{
    font-family: 'NeutraText-Light';
    src : url('../fonts/NeutraText-Light.otf');
}
body{
    padding-top:114px ;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
.block{
    width: 1200px;
    margin: auto;
}
.clear-fix{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.red{
    color:rgba(167,7,25,1) !important;
}
.hr{
    width:1170px;
    height:1px;
    background: rgba(0,0,0,0.2);
    margin: auto;
}
.header{
    height: 114px;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
}
.header&gt;.top{
    background: #ffffff;
    height: 39px;
}
.header&gt;.top&gt;.block{

}
.header&gt;.top&gt;.block&gt;.left{
    font-size:14px;
    color:#595959;
    padding-top: 13px;
    padding-left: 14px;
}
.header&gt;.top&gt;.block&gt;.right{
    margin-right: 13px;
}
.header&gt;.top&gt;.block&gt;.right&gt;.language{
    width: 99px;
    position: relative;
    font-size:14px;
    height: 32px;
    background: url("../images/language-arr.png") no-repeat 85px center;
    line-height: 32px;
    color:#595959;
    margin-top: 6px;
    cursor: pointer;
}
.header&gt;.top&gt;.block&gt;.right&gt;.language&gt;span{
    padding-left: 13px;
}
.header&gt;.top&gt;.block&gt;.right&gt;.language&gt;ul{
    position: absolute;
    width: 99px;
    top: 32px;
    display: none;
}
.header&gt;.top&gt;.block&gt;.right&gt;.language:hover&gt;ul{
    display: block;
}
.header&gt;.top&gt;.block&gt;.right&gt;.language&gt;ul&gt;li{
    height: 32px;
    background:rgba(255,255,255,1);
    padding-left: 13px;
}
.header&gt;.top&gt;.block&gt;.right&gt;.language&gt;ul&gt;li:hover{
    background:rgba(249,249,249,1);
}
.header&gt;.top&gt;.block&gt;.right&gt;.language&gt;ul&gt;li&gt;a{
    color: #000000;
}
.header&gt;.bottom{
    background: rgba(255, 255, 255, 0.9);
    height: 75px;
    border-top: 1px solid rgba(0,0,0,0.2);
}
.header&gt;.bottom .logo{
    padding-top: 20px;
    padding-left: 14px;
}
.header&gt;.bottom&gt;.block&gt;.nav{
    width: 800px;
    margin-left: 58px;
}
.header&gt;.bottom&gt;.block&gt;.nav&gt;ul{
    font-size:14px;
    line-height: 75px;
    height: 73px;
}
.header&gt;.bottom&gt;.block&gt;.nav&gt;ul&gt;li{
    float: left;
    margin: 0px 24px;
    position: relative;
    text-align: center;
    height: 73px;
}
.header&gt;.bottom&gt;.block&gt;.nav&gt;ul&gt;li:before{
    content: '';
    display: block;
    height:2px;
    background:rgba(0,0,0,1);
    position: relative;
    top: -2px;
    margin: auto;
    transform: scaleX(0);
    transition: transform 0.5s;
    z-index: 2;
}
.header&gt;.bottom&gt;.block&gt;.nav&gt;ul&gt;li.hover{
    font-weight: bold;
}
.header&gt;.bottom&gt;.block&gt;.nav&gt;ul&gt;li.hover:before{
    transform: scaleX(1);
}
.header&gt;.bottom&gt;.block&gt;.nav&gt;ul&gt;li:hover{
    font-weight: bold;
}
.header&gt;.bottom&gt;.block&gt;.nav&gt;ul&gt;li:hover:before{
    transform: scaleX(1);
}
.header&gt;.bottom&gt;.block&gt;.nav&gt;ul&gt;li&gt;a{
    color:#000000;
}
.header&gt;.bottom&gt;.block&gt;.right{
    padding-top: 23px;
    padding-right: 16px;
}
.header&gt;.bottom&gt;.block&gt;.right&gt;a{
    display: block;
    width:126px;
    height:32px;
    line-height: 32px;
    text-align: center;
    background:rgba(167,7,25,1);
    font-size:14px;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.footer{
    height:442px;
    background:rgba(249,249,249,1);
    padding-top: 61px;
    text-align: center;
}
.footer&gt;.block&gt;.footer-tel{
    font-size:14px;
    line-height:30px;
    color:rgba(166,166,166,1);
    margin-top: 20px;
}
.footer&gt;.block&gt;.footer-contact{
    font-size:24px;
    line-height:36px;
    color:#595959;
    margin-top: 13px;
}
.footer&gt;.block&gt;.footer-btn{
    width:370px;
    height:46px;
    background:rgba(167,7,25,1);
    border-radius:23px;
    font-size:16px;
    line-height:46px;
    color:rgba(255,255,255,1);
    margin: auto;
    margin-top: 15px;
    cursor: pointer;
    box-shadow: 0px 12px 32px rgba(104, 26, 26, 0.26);
}
.footer&gt;.block&gt;.footer-nav{
    text-align: center;
    margin-top: 28px;
}
.footer&gt;.block&gt;.footer-nav&gt;li{
    display: inline-block;
    font-size:14px;
    line-height:36px;
}
.footer&gt;.block&gt;.footer-nav&gt;li.line{
    margin: 0px 16px;
}
.footer&gt;.block&gt;.footer-nav&gt;li:hover&gt;a{
    color:#C02323;
}
.footer&gt;.block&gt;.footer-nav&gt;li&gt;a{
    color:rgba(166,166,166,1);
}
.footer&gt;.block&gt;.footer-copy{
    font-size:14px;
    line-height:36px;
    color:rgba(166,166,166,1);
}
.footer&gt;.block&gt;.footer-copy&gt;a{
    color:rgba(166,166,166,1);
}
.title{
    text-align: center;
}
.title&gt;.en{
    font-size:28px;
    font-family: NeutraText-Book;
    font-weight:normal;
    line-height:36px;
    color:rgba(167,7,25,1);
}
.title&gt;.zh{
    font-size:34px;
    line-height: 51px;
    color:#595959;
}
.page{
    height: 30px;
    margin-top: 40px;
    margin-bottom: 98px;
    text-align: right;
}
.page span{
    font-size:16px;
    color:#595959;
    border-bottom: 2px solid #000000;
    padding: 3px 5px;
    margin: 0px 4px;
}
.page a{
    font-size:16px;
    color:#A6A6A6;
    padding: 3px 5px;
    margin: 0px 4px;
}
.page a.prev{
    font-size:16px;
    color:#595959;
    border: 1px solid #000000;
    padding: 3px 12px 6px;
}
.page a.next{
    font-size:16px;
    color:#595959;
    border: 1px solid #000000;
    padding: 3px 12px 6px;
}
.crumb{
    height: 44px;
    line-height: 46px;
    font-size:14px;
    color:#595959;
    overflow: hidden;
    letter-spacing: 1px;
    background:rgba(248,249,250,1);
}
.crumb&gt;.block{
    padding-left: 15px;
}
.crumb a{
    color:#595959;
}</pre></body></html>