*{
    padding: 0;
    margin: 0;
}
body{
    background: #f8f8f8;
}
a{
    color: #000;
}
.header{
    width: 100%;
    height: 80px;
    background: #ffffff;
}
.header .span1{
    width: 20%;float: left;height: 100%;
}
.header .span1 img{
    padding-left: 20%;position: relative;top: 25%;
}
.header .span2{
    width: 60%;float: left;height: 100%;text-align: center;line-height: 80px;
}
.header .span2 p{
    color: #000;font-size: 14pt;
}
.header .span3{
    width: 20%;float: left;height: 100%;text-align: center;
}
.header .span3 img{
position: relative;top:20%;
}
.header .span1 img{
    padding-left: 20%;position: relative;top: 35%;width: 30pt;height: 20pt;
}
.zcfg{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.zcfg .tit{
    width: 100%;
    background: #ffffff;
    height: auto;
    overflow: hidden;
}
.zcfg .tit li{
    width: 46%;
    float: left;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 6pt 0 6pt 0;
    background: #f5f5f5;
    margin-left: 2.5%;
    margin-top: 2.5%;
    border-radius: 5px;
}
.zcfg .tit li div p{
    font-size: 12pt;
    color: #333;
}
.list{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.list li{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10pt;
    border-bottom: 1px solid #eeeeee;
}
.list li a{
    color: #333;
    font-size: 11pt;
}
.list li p{
    color: #6666;
    font-size: 10pt;
}
.zcfg .tit .active p{
    color: #35ACF4;
}
.zcfg .tit .active{
    background: url(/picture/0/2107201653591339479.png) no-repeat #f3faff 100% 100%;
}
.btn,.btn2,.btn3,.btn4,.btn5,.btn6{
    width: 100%;
    text-align: center;
    line-height: 40px;
    background: #ffffff;
    /* visibility: hidden; */
   font-size:10pt;
}
.footer{
    width: 100%;
    height: 50pt;
    text-align: center;
    line-height: 50pt;
    background: #e3e3e3;
    margin-top: 20px;
}
.footer p{
    color: #838383;
    font-size: 12pt;
}