.a,p,h4,h3,div,li{
    letter-spacing:1px;
}
.tabbar{
    width:100%;
    height:80px;
    text-align:center;
    font-size:16px;
    position: fixed;
    top:0;
    color:#fff;
    z-index: 100;
}
.safe_content{
    display: inline-block;
    width:1200px;
    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;
}
/* banner */
.report-bg{
    width:100%;
    background-image:url(../images/productBanner.jpg);
    background-size:cover;
    padding-top:254px;
    padding-bottom:176px;
}
.tips{
	font-size: 50px;
	color: #fff;
	letter-spacing: 10px;
    text-align: center;
}
/*顶部部分*/
.top{
    padding-top:60px;
    overflow:hidden;
}
.top_l{
    width:48.96%;
    float:left;
    background-color: #F5F5F5;
    text-align: right;
    padding-right:92px;
    box-sizing: border-box;
}
.top_r{
    box-sizing: border-box;
    width:48.96%;
    float:right;
    padding-top:135px;
    padding-left:110px;
}
.top_l_img{
    width:510px;
}
.top_r_img{
    width:180px;
    margin-bottom:18px;
}
.top_r_box{
    text-align:center;
    display:inline-block;
}
.top_r_p{
    font-size:16px;
    color:#333333;
}
.download_box{
    width:180px;
    height:200px;
    box-sizing:border-box;
    padding-top:18px;
    box-shadow:0px 0px 18px 0px rgba(0,0,0,.1);
    margin:0 auto;
    margin-top:40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.middle,.bottom{
    padding-top:39px;
    overflow:hidden;
}
.middle_l,.middle_r,.bottom_l,.bottom_r{
    width:48.96%;
    box-sizing: border-box;
}
.middle_l{
    text-align:right;
    float: left;
    padding-top:135px;
    padding-right:110px;
}
.middle_r{
    float: right;
    background-color: #F5F5F5;
    padding-left:92px;
}
.bottom_l{
    float: left;
    background-color: #F5F5F5;
    text-align:right;
    padding-right:92px;
}
.bottom_r{
    float: right;
    padding-top:135px;
    padding-left:110px;
}
/*底部*/
.footer{
    background-color:#333333;
    margin-top: 60px;
}
.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;
    text-align: left;
}
.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 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: #ddd;
    margin-top:10px;
    /* 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;
}
