body{
    height: 1200px;
    width: 100%;
    background: url('../img/Anti-Counterfeiting/background.png') no-repeat top center;
    background-size: cover;
    position: relative;
}
.warp{
    width:1200px;
    height: 1150px;
    margin: 0 auto;
    background: rgba(255,255,255,0.5);
}
.banner{
    height: 475px;
    width: 100%;
    background: url("../img/Anti-Counterfeiting/banner.jpg")no-repeat top center;
    background-size: cover;
}
.banner img{
    width: 100%;
}
.warp .center{
    width: 920px;
    margin: -115px auto 0 auto;
}
.warp .center .center1{
    width: 100%;
    height: 265px;
    z-index: 10;
    background:rgba(240,82,52,0.7) ;
}
.warp .center .center1 img{
    display: block;
    padding: 35px 0 0 45px;
}
.warp .center .center1 p{
    width: 820px;
    margin: 30px auto 0 auto;
    font-size: 16px;
    /*font-weight: bold;*/
    color: white;
}
.warp .center .center2{
    width: 100%;
    margin-top: 40px;
    height: 280px;
    background: rgba(217,217,217,0.8);
    border-bottom: 2px solid #969696;
}
.warp .center .center2 .box{
    display: inline-block;
    float: left;
    margin-top: 25px;
    height: 255px;
    text-align: center;
}
.warp .center .center2 .box1{
    width: 430px;
    border-right: 2px solid #969696;
}
.warp .center .center2 .box2{
    width: 488px;
}
.warp .center .center2 .box img{
    display: block;
    margin: 0 auto;
}
.warp .center .center2 .box span{
    display: block;
    margin: 25px auto 0 auto;
}
.warp .center .center3{
    width: 100%;
    height: 120px;
    margin-top: 35px;
}
.warp .center .center3 h1{
    color:#5A5858;
    font-size: 21px;
    font-weight: bold;
}
.warp .center .center3 p{
    color:#5A5858;
    font-size: 16px;
    margin:12px auto 0 auto;
}
footer{
    position: absolute;
    bottom: 15px;
}