<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: url("cxrd-bg1.png");
}

/*top*/
.cxrd-top {
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    padding: 34px 0 0 60px;
    background: url("cxrd-topbg.png") no-repeat;
}

.cxrd-top a {
    display: block;
    width: 744px;
    height: 92px;
    background: url("cxrd-logo.png");
}

.cxrd-navbg {
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    width: 100%;
    height: 71px;
    background: #be0d0d;
    margin: -10px 0 19px 0;
}

.cxrd-nav-temp {
    position: relative;
    width: 1292px;
    margin: 0 auto;
}
.cxrd-navbg2 {
    z-index: 3;
    top: -90px;
    left: 0;
    width: 1292px;
    height: 90px;
    position: absolute;
    background: url("cxrd-nav-bg.png");
}
.cxrd-nav-con{
    position: relative;
    z-index: 4;
    width: 1222px;
    margin: 0 auto;
}
.cxrd-nav-sy{
    width: 120px;
    margin: 40px 0 0 0;

}
.cxrd-nav-sy a{
    display: block;
    margin-left: 35px;
    padding-left: 31px;
    background: url("cxrd-nav-sy.png") 0px no-repeat;
    font-size: 18px;
    color: #ffffff;
}
.cxrd-nav-top{
    margin-top: 25px;
    line-height: 22px;
}
.cxrd-nav-btn{
    margin-top: 8px;
}
.cxrd-nav-top a,.cxrd-nav-btn a{
    margin: 0;
    display: block;
    box-sizing: border-box;
    width: 109px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}
.cxrd-nav a:hover{
    font-weight: bold;
}


/*content*/
.cxrd-content{
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 0 10px;
    background: #ffffff;
}





/*footer*/
.footer {
    box-sizing: border-box;
    border-top: 2px #e8e6e3 solid;
    background: #ffffff;
    height: 125px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.comWid {
    width: 100%;
    height: 62px;
    margin: 0 auto;
    padding-top: 25px;
}

.foot-tab-tit a {
    float: left;
    width: 216px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #61656b;
    font-size: 18px;
    margin-right: 10px;
    background: #f4f9fd;
}

.foot-tab-tit a.cur {
    background: #fff;
    color: #1e61a5
}

.foot-tab-list {
    background: #fff;
    width: 100%;
}

.foot-tab-item {
    min-height: 36px;
    padding: 15px 70px;
}

.foot-tab-item a {
    float: left;
    line-height: 36px;
    color: #61656b;
    font-size: 16px;
}

.foot-tab-item span {
    float: left;
    height: 17px;
    width: 1px;
    background: #abadaf;
    border-right: 1px solid #7d8084;
    margin: 10px 27px 0;
}

.footer-left .foot-le-img {
    float: left;
    height: 62px;
    width: 49px;
    overflow: hidden;
}

.foot-le-img img {
    display: block;
    height: 62px;
    width: 49px;
}

.footer-txt {
    margin-left: 15px;
}

.footer-txt p {
    color: #6e6e6e;
    line-height: 28px;
    font-size: 12px;
}

.footer-right a,
.footer-right a img {
    display: block;
    width: 132px;
    height: 53px;
}

</pre></body></html>