.tabbar{
    width:100%;
    height:80px;
    text-align:center;
    font-size:16px;
    position: fixed;
    top:0;
    color:#fff;
    z-index: 100;
    background-color: #000;
}
.safe_content{
    width:1200px;
    height: 80px;
    margin:0 auto;
    /* display: flex;
    justify-content: space-between; */
    text-align: center;
}
.logo{
    width: 140px;
    float: left;
    margin-top: -8px;
    margin-left: 22px;
}
.tab{
    float: right;
}
.tab li{
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    float: left;
    width: 115px;
    cursor: pointer;
    letter-spacing: 2px;
}
.tab li a{
    color: #fff;
}
.tab li a:hover{
    color: #eda835;
    text-decoration: none;
}

/* 主体信息 */
.body-wrap{
    width: 1200px;
    margin:130px auto 0;
}
section{
    color: #666;
    font-size: 14px;
}
h1{
    color: #333;
    font-size: 30px;
    font-weight: normal;
    margin:10px 0 20px;
    padding-bottom: 10px;
    /* font-family: PingFangSC-Medium; */
    border-bottom: 3px #EDA935 solid;
}
h2{
    color: #EDA835;
    font-size: 22px;
    margin:40px 0 30px;
    padding-bottom: 10px;
    font-weight: normal;
    border-bottom: 1px #EEE solid;
}
h4{
    font-weight: normal;
}
p{
    line-height: 26px;
}
.describe{
    margin-bottom: 20px;
}

/*底部*/
.footer{
    background-color:#333333;
    margin-top: 130px;
}
.footer p{
    letter-spacing:0;
}
.footer .footer-up{
	padding-top:60px;
	padding-bottom:38px;
	border-bottom:1px solid #999999;
	width:100%;
	color:#fff;
}
.footer-up .qr-code{
	width:35%;
	display: inline-block;
	vertical-align: top;
}
.footer-up .qr-code .img-code{
	width:160px;
	height:160px;
	background-color: #fff;
	line-height: 160px;
	text-align: center;
	margin-left:12px;
}
.footer-up .qr-code img{
	width:140px;
	height:140px;
}
.footer-up .qr-code p{
	font-size:14px;
	padding-top:16px;
}
.footer-up .footer-up-part2{
	width:40%;
	display: inline-block;
	text-align: left;
}
.footer-up .footer-up-part3{
	text-align: left;
	width:24%;
	display: inline-block;
}
.footer-up .footer-up-part2 .secondP2,.footer-up .footer-up-part3 .secondP2{
	font-size:14px;
	color:#fff;
	height:38px;
}
.footer-up .footer-up-part3 .weibo{
	cursor: pointer;
}
.footer-up .footer-up-part2 .firstP1{
	font-size:16px;
	color:#fff;
	height:64px;
}
.footer-up .footer-up-part3 .firstP2{
	font-size:32px;
	color:#fff;
	height:64px;
}
.footer .footer-bottom{
	height:130px;
}
.footer .footer-bottom .footer-tab{
    display: flex;
    justify-content: center;
    margin-top:25px;
}
.footer .footer-bottom .footer-tab a,.footer .footer-bottom .footer-tab b{
    color: #fff;
    font-size: 14px;
}
.footer .footer-bottom p{
	font-size:14px;
	color:#999999;
	display: inline-block;
    width:100%;
    height: 3.5rem;
    line-height:3.5rem;
}
.footer .footer-bottom li{
	display: inline-block;
	text-align: right;
    width:100%;
    text-align:center;
}
.footer .footer-bottom li a{
    display: inline-block;
	margin-right:7px;
	width:86px;
    height:30px;
}
.footer .footer-bottom li img{
	margin-right:7px;
	width:86px;
    height:30px;
}
.footer .footer-code{
    text-align:center;
    font-size: 12px;
    color: #999;
    margin-top:10px;
    margin-bottom:15px;
    /* line-height:3.5rem; */
}
.footer .footer-code a{
    font-size: 12px;
    color: #999;
}
.footer-code span{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align:-5px;
    margin-right: 5px;
    background: url('../images/beian.png') no-repeat;
    background-size: 20px 20px;
}
