@charset "utf-8";


/************* Reset CSS *************/
/* 清除内外边距 */
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset,iframe, lengend, label, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

h1 ,h2 ,h3 ,h4, h5, h6 { font-size: 100%;font-family: 微软雅黑 }

address, cite, dfn, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }


/* 重置文本格式元素 */
a { text-decoration: none;}

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img, button{ border: none;}
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

img, iframe, table, form{ vertical-align: middle;}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
/************* Reset CSS *************/
.clearfix {zoom: 1; } .clearfix:after, .clearfix:before {content: "\200B"; display: block; height: 0; visibility: hidden; }.clearfix:after {clear: both; }

 .fl{float:left;}
 .fr{float:right;}

.l-top{
    width: 100%;
    height: 0.88rem;
    top: 0;
    position: fixed;
    z-index: 999;
    background-color: #ffffff;
}
.index_top{
    display: block;
    width: 0.98rem;
    height: 0.71rem;
    margin:0 auto;
    padding-top: 0.1rem;
}
.header_nav{
    width: 0.31rem;
    height: 0.41rem;
    position: absolute;
    right: 0.92rem;
    top: 0.29rem;
}
.header_navr{
    width: 0.4rem;
    height: 0.29rem;
    position: absolute;
    right: 0.22rem;
    top: 0.37rem;
}
body{
    overflow-x: hidden;
}
.footer{
width: 100%;
 height: 0.98rem;
    z-index: 999;
background-color: #f0f0f0;
    position: fixed;
    bottom: 0;
    margin-top: 0.98rem;
}
.footer>ul>a>li{
    width: 25%;
    height: 0.98rem;
    float: left;
    position: relative;
    font-size: .24rem;
    color: #4d4d4d;
    line-height: 1.58rem;
text-align: center;
}
.footer_sy{
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top:.1rem;
    left:0;
    right: 0;
    margin: auto;
}
.footer_fsy{
    width: 0.5rem;
    font-size: .24rem;
    color: #4d4d4d;
    position: absolute;
    top: 0.67rem;
    left:0;
    right: 0;
    margin: auto;
}
.four_footer{
    width: 0.99rem;
    margin: auto;
}
.column{
    width: 2.48rem;
    height: 3.60rem;
    position: fixed;
    top:0.89rem;
    right: 0;
    z-index: 1001;
}
.column>ul>li{
    width:100%;
    height: .62rem;
    line-height: .62rem;
    font-size: .26rem;
    background-color: #4d4d4d;

    text-align: center;
    border-bottom:1px solid #000000 ;
    border-top:1px solid #595959 ;
    z-index: 1002;
}
.column>ul>li>a{
    color: #ffffff;
}
.bg{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top:0;
    background-color: #000000;
    opacity: .5;
}
#keywords{
    height: .48rem;
    width: 33%;
    position: absolute;
    right: 1.4rem;
    top: .22rem;
    font-size: .2rem;
}
#vcodeImg{
    cursor: pointer;
    width: .9rem;
    height: .4rem;
    margin-top: -0.65rem;
}
.layui-layer-btn0{
    font-size: .2rem;
}