@charset "utf-8";
/* CSS Document */
html{
    overflow-y:scroll;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
html, body {
    height: 100%;
}

/* common css  end */

/* contact */
#main{
    width: 100%;
    background: #fff url("/static/www/image/nav_bg.png") repeat-x;
    min-width:970px;
    _width:expression((document.documentElement.clientWidth||document.body.clientWidth)<970?"970px":"");
    min-height: 100%;
}

.top{
    height:139px;
    position:relative;
}

.top-left {
    position:absolute;
    left:0;
    width: 50%;
    background:#107ce9;
    height: 100%;
}

.top-right{
    position:absolute;
    right:0;
    background:#0d6ce7;
    height:100%;
    width:50%;
    _margin-right:-1px;
}

.top-bg{
    background:url('/static/www/image/top-bg.png') no-repeat scroll center;
    height:100%;
    position:relative;
}
.title{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.china{
    color: #fff;
    position: absolute;
    top: 67px;
    left: 54px;
    font-size: 24px;
}
.eng{
    color: #fff;
    position: absolute;
    top: 75px;
    left: 164px;
    font-size: 16px;
}

.contact-content{
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    text-align: center;
}

























