*{
    padding: 0;
    margin: 0;
}
a{
    color: #333;
}
.header{
    width: 100%;
    height: 80px;
}
.header .span1{
    width: 20%;float: left;height: 100%;
}
.header .span1 img{
    padding-left: 20%;position: relative;top: 35%;width: 30pt;height: 20pt;
}
.header .span2{
    width: 60%;float: left;height: 100%;text-align: center;line-height: 80px;
}
.header .span2 p{
    color: #333;font-size: 14pt;font-family: "PingFang SC";
}
.header .span3{
    width: 20%;float: left;height: 100%;text-align: right;
}
.header .span3 img{
    position: relative;top: 25%;padding-right: 20%;
}

.xxgk{
    width: 100%;
    height: auto;
    overflow: hidden;

}
.xxgk .tit{
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.xxgk .tit li.active p{
    color: #35ACF4;
}
.tit li{
    width: 33.3%;
    float: left;
    text-align: center;
}
.tit li div p{
    padding-top: 5px;
    font-size: 12pt;
    color: #333;
    font-family: "PingFang SC";
}
.tit li div img{
width:25pt;
height:25pt;
}
.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;
    font-family: "PingFang SC";
}
.list li p{
    color: #6666;
    font-size: 10pt;
    font-family: "PingFang SC";
}
.btn,.btn1,.btn3,.btn4{
    width: 100%;
    text-align: center;
    line-height: 40px;
    background: #ffffff;
    font-size: 10pt;
    /* visibility: hidden; */
}
.tit li{
    margin-top: 5%;
}
.tit li:first-child+li{
    border-left: 1px solid #eeeeee;border-right: 1px solid #eeeeee;
}
.tit li:first-child+li+li+li{
    border-left: 1px solid #eeeeee;border-right: 1px solid #eeeeee;
}
.box{
    margin-top:5%;
}
.footer{
    width: 100%;
    height: 50pt;
    text-align: center;
    line-height: 50pt;
    background: #e3e3e3;
    margin-top: 20px;
}
.footer p{
    color: #838383;
    font-size: 12pt;
}
