body{
    margin: 0;
    padding: 0;
    color: #fff;
    background: #000;
}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    width: 959px;
    margin: 0 auto;
    padding: 1px;
    box-sizing: border-box;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix::after{
    content: "";
    display: block;
    height: 1px;
    line-height: 1px;
    clear: both;
}
.wrapper{
    
    margin: 0 auto;
}
@media screen and (max-width: 1080px) {
    .wrapper{
        width:1020px;
    }
}
.banner{
    height: 544px;
    background: url(../images/banner.jpg) no-repeat center center;
}
.logo{
    display: block;
    margin-top: 35px;
    width: 160px;
    height: auto;
}
.section1{
    background: url(../images/section1.jpg) no-repeat;

}
.section2{
    background: url(../images/section2.jpg) no-repeat;

}
.tag{
    background: url(../images/line.png) no-repeat;
    background-position: left 63px;
    margin-top: 52px;
}
.tip{
    font-size: 18px;
    font-family: "Microsoft Yahei";
    line-height: 1.8;
    color: #fff;
    width: 570px;
    margin-top: 27px;
}
.nav_01{
    margin-right: 14px;
}
.award{
    margin-top: 3px;
}
.attention{
    font-size: 30px;
    color: #fff;
    margin-top: 38px;
    margin-bottom: 0;
    background: url(../images/tip.png) no-repeat;
}
.box{
    margin-top: 10px;
    color: #fff;
}
.tool_list li{
    float: left;
    width: 20%;
    margin: 0 auto;
    text-align: center;
    background: url(../images/list_bg.png) no-repeat;
    background-size: cover;
    padding-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;

}
.tool_info{
    height: 34px;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    background: #db2127;
    line-height: 1.8;
    border: 1px solid #000;
}
.tool_tro{
    clear: both;
}
.rule{
    margin-top: 10px;
}
.rule ul li{
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
.rule ul li span{
    display: inline-block;
    padding: 2px 6px;
    background: #f00;
    text-align: center;
    line-height: 1;
    margin-right: 5px;
}
.rule ul li span.special{
    background: #f00;
    border-radius: 30px;
}
.public_info a{color:#fff;}