<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {background-color:#e8f8ff}
.contant {
    width:1100px;
    margin:0 auto;
    height:auto;
    overflow:hidden;
}
.left {
    float:left;
    width:200px;
    min-height:100px;
}
.right {
    float:right;
    width:895px;
    min-height:100px;
}
.right-top {
   width:895px;
   height:61px;
   background-image:url(/uploads/image/image/contact-top.png);
   position:relative;
}
.right-top-title {
   float:left;
   font-family:'microsoft yahei';
   color:#00aae7;
   font-size:24px;
   margin-top:18px;
   margin-left:40px;
}
.right-top-nav {
    float:right;
    font-family:'microsoft yahei';
   color:#9a9a9a;
   font-size:12px;
   margin:25px 45px 0 0 ;
}
    .right-top-nav img {
        vertical-align:middle;
        margin-right:5px;
    }

    .right-top-nav a {
        color:#009de1;
    }

.right-body {
    width:895px;
    min-height:1100px;
    overflow:hidden;
    background-image:url(/uploads/image/image/contact-body.png);
    background-repeat:repeat-y;
    position:relative;
}
.right-body-margin {
    width:100%;
    height:1px;
}
.right-bottom {
   width:895px;
   height:21px;
   background-image:url(/uploads/image/image/contact-bottom.png);
}</pre></body></html>