body,
h1,
ul ,h2,h3,figure,p{
    margin: 0;
    padding: 0;
}

.none {
    display: none;
}

#header .logo {
    float: left;
    height: 24px;
    line-height: 32px;
    width: 76px;
    background-image: url(../img/home/logo.png);
    background-size: 76px 24px;
    background-position: center;
    text-indent: -999px;
}
#header .add_btn{
    width: 96px;
    height: 32px;
    background: #00C97C;
    border-radius: 18px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
}

a {
    text-decoration: none;
}

ul,ol {
    list-style: outside none none;
}

#header {
    width: 100%;
    /* height: 70px; */
    background-color: #fff;
    min-width: 1263px;
    /* 如果分辨率小于1280，固定在1280即可，不必自适应 ,无限缩小布局不会变乱*/
    height: 60px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 999;

}

#header .center {
    height: 60px;
    width: 1263px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header a {
    display: block;
    color: #eee;

}

#header a:hover,
#header .active a {
    background-color: black;
}

#header .link {
    width: 650px;
    height: 70px;
    line-height: 70px;
    /* 里面的内容垂直居中 */
    float: right;
}

#header .link li {
    float: left;
    height: 70px;
    width: 120px;
    text-align: center;
}
#footer{
    width: 100%;
    /* height: 360px; */
    background-color: #222;
    text-align: center;
    clear: both;
    /* 避免页面内容发生变化而向上浮动 */
    position: relative;
    top: 20px;
}
.foot_logo{
    width: 102px;
    height: 32px;
}
#footer .top{
    width: 1263px;
    height: 194px;
    text-align: center;
    margin: 0 auto;
    padding-top: 48px;
    display: flex;
    justify-content: space-between;
}
#footer .block{
    color: #ccc;
    height: 100%;
    max-width: 410px;
    display: inline-block;
    /* background-color: red; */
    text-align: left;
    vertical-align: top;
    padding-left: 20px;
    /* width: 102px; */
    /* height: 32px; */
}
#footer h2{
    font-weight: normal;
    /* font-size: 24px; */
    /* padding: 0px 0 0 20px; */
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 16px;
}
#footer .des_text{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-bottom: 10px;
}
#footer .tel_text{
    font-size: 12px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
}
#footer ul{
    color: #666;
    font-size: 18px;
    /* text-indent: 20px; */
    /* 设置首行缩进，就不用每一个去定位了 */
    line-height: 2;
    /* 设置行高，增加行上下间距 */
}
#footer .bottom{
    height: 50px;
    line-height: 50px;
    /* 设置行高，垂直居中 */
    text-align: center;
    color: #999;
    font-size: 12px;
    background-color: #2C2C2C;
    /* border-top: 1px solid #444; */
    background: #2C2C2C;
}