@charste "utf-8";
/*CSS Document*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button,
textarea, iframe, table, th, td { margin:0; padding:0; }
ul, li { list-style-type:none; }
/** 设置默认字体 **/
body,button, input, select, textarea {
    font: 14px/1.8 '微软雅黑',tahoma, Srial, helvetica, sans-serif;
}
body{background:#f7f8fa; height:100%;}
html{height:100%;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em{font-style:normal;}
/** 重置超链接元素 **/
a { text-decoration: none; color:#333;}
a:hover { text-decoration: none;}

/** 重置图片元素 **/
img{ border:0px;}

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/*--body--*/
.top{
    height:70px;
    width:100%;
    background:url(/cqzyjsrcw/positional-portal-web/static/src/images/certquery/top_bg-4695cd2c3881507104d81268d397328a.png) no-repeat left;
    background-size:100%;

}
.top .logo{width:500px; height:70px; line-height:70px; }
.top .logo img{margin:2% 0 0 50px;}
.top .uase{width:360px; height:70px; line-height:70px; color:#fff;}
.top .uase color{color:#fff600;}
.top .uase p a{color:#fff; margin-left:100px;}

/*--nav--*/
.content{
    overflow:hidden;
    width:100%;}
.about{ width:1100px; margin:40px auto; overflow:hidden; padding:40px 0; background:#fff;box-shadow:0px 0px 40px #e4e4e4;}
.about .left_div{width:480px; float:left; height:380px; margin-left:60px;text-align: center}
.about .right_div{width: 480px;float: right;height: 380px;margin-right:60px;text-align: center}
.about p.btn_p{
    cursor:pointer;
    margin: 0 auto;
    position: relative;
    top: 29%;
    line-height: 170px;
    background: #F7F8F5;
    font-size: 3em;
    color: #0b97c4;
}
.footer {
    width: 100%;
    background: #4482e7;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    position:fixed;
    z-index: 1;
    bottom: 0;
}
