<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
    color: #333;
    text-decoration: none;
    border: none;
    box-sizing: initial;
}
li{
    list-style: none;
}
html{
    background: url("../image/index_bg.png") no-repeat;
    background-position: 0 0;
    background-size: 100%;
    font-family: PingFangHK-Semibold;
}
.clear{
    clear: both;
}
body{
    
    margin: 0 auto;
     position: relative;
    background-color:unset ;
    font-family: PingFangHK-Semibold;
}
.headers{
    margin: 0 auto;
    width: 1400px;
    background: url("../image/Top_Decoration@2x.png") no-repeat left -50px,url("../image/Top_Characteristic@2x.png") no-repeat right bottom;
    
    background-size:47% ,30%;
    height: 257px;
    position: relative;
}
.headers .logo_img{
    width:440px;
    margin-top: 98px;
    margin-bottom: 8px;
}
.headers .spans{
    position: absolute;
    top: 160px;
    margin-left: 90px;
    font-size: 30px;
    color: #D62F2F;
    letter-spacing: 2.36px;
}
.headers .seach_bg{
    width: 447px;
    position: absolute;
    right: 0px;
    top: 60px;
}
.headers .seach_bg input{
    border: 1px solid #DFDFDF;
    height: 43px;
    width: 365px;
    text-indent: 10px;
}
.headers .seach_bg span{
    vertical-align: top;
    display: inline-block;
    background-image: linear-gradient(90deg, #E33838 48%, #DF3D29 100%);
    line-height: 45px;
    width: 80px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1.4px;
    text-align: center;
}
.tab{
    width:1400px;
    margin: 0 auto;
    height: 44px;
    background-image: radial-gradient(31% 100%, #E33838 34%, #961100 100%);
    border-radius: 5px 5px 0 0;
}
.tab ul{
    display: flex;
    width: 1150px;
    margin: 0 auto;
    text-align: center;
}
.tab ul a{
    
    flex: 1;
    text-align: center;
}
.tab ul li{
    padding: 0 22px;
    
    text-align: center;
    line-height: 44px;
    color: #FFFDF8;
    cursor: pointer;
    font-size: 17px;
}
.befor_tab{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #FFFFFF;
    border-bottom: 1px solid #DCDCDC;
}
.befor_tab .befor_tab_center{
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #5B5B6F;
}
.befor_tab .befor_tab_center ul li{
    display: inline-block;
    margin-left:34px;
}
.contener{
    width: 1358px;
    padding: 0 20px;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
    background: #fff;
}
.bottoms{
    width: 1400px;
    margin: 40px auto;
    text-align: center;
}
.bottoms img{
    width: 80px;
    vertical-align: middle;
    margin-top: -15px;
}
.bottoms div{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    color: #555555;
    line-height: 23px;
}</pre></body></html>