*{
    margin:0;
    padding:0;
}
html,body{
    width: 100%;
}
ul,li{
    list-style: none;
}
img{
    border:none;
}
.wrap{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
.top{
    height: 51px;
    width:100%;
    background: #2f1401;
}
.top .logo,.top .nav{
    float: left;
}

.top .logo,.top .logo a,.top .logo img{
    height:100%;
    width: 148px;
}
.top .nav{
    height: 51px;
    margin-left: 10px;
}
.top .nav li{
    float: left;
    height: 100%;
    line-height: 51px;
}
.top .nav li a{
    color: #ffebce;
    margin:auto 10px;
    text-decoration: none;
    font-size: 12px;
    height: 100%;
}
.top .nav li img{
    vertical-align: middle;
}
.top .tel{
    height: 51px;
    line-height: 51px;
    float: right;
    color: #ffebce;
    font-size: 12px;
}
.banner{
    width: 100%;
    height: 1028px;
    background: url("imagesbanner_bg.jpg") no-repeat center;
}
.banner .wrap{
    height: 100%;
    background: url("imagesbanner_center_05.jpg") no-repeat;
    position: relative;
}
.banner .title{
    width: 860px;
    height: 260px;
    position: absolute;
    left: 100px;
    top: 120px;
}
.banner .tangyuan{
    width: 146px;
    height: 99px;
    position: absolute;
    left: 487px;
    top: 476px;
    animation: move1 .2s linear infinite both;
    -moz-animation: move1 .2s linear infinite both;
    -webkit-animation: move1 .2s linear infinite both;
    -o-animation: move1 .2s linear infinite both;

}

@keyframes move1{
    0%{
        top:476px;
    }
    50%{
        top:474px;
    }
    100%{
        top:476px;
    }
}
/*.banner .title .yuan{*/
     /*width: 166px;*/
     /*height: 196px;*/
    /*animation: move 1.5s linear infinite both;*/
    /*-ms-animation: move 1.5s linear infinite both;*/
    /*-moz-animation: move 1.5s linear infinite both;*/
    /*-webkit-animation: move 1.5s linear infinite both;*/
    /*-o-animation: move 1.5s linear infinite both;*/
 /*}*/
@keyframes move{
    0%{
        transform: scale(0.8,0.8);
        -ms-transform:scale(0.8,0.8);
        -moz-transform:scale(0.8,0.8);
        -webkit-transform:scale(0.8,0.8);
        -o-transform:scale(0.8,0.8);
    }
    50%{
        transform: scale(1,1);
        -ms-transform:scale(1,1);
        -moz-transform:scale(1,1);
        -webkit-transform:scale(1,1);
        -o-transform:scale(1,1);
    }
    100%{
        transform: scale(0.8,0.8);
        -ms-transform:scale(0.8,0.8);
        -moz-transform:scale(0.8,0.8);
        -webkit-transform:scale(0.8,0.8);
        -o-transform:scale(0.8,0.8);
    }
}
/*.banner .title .xiao{*/
    /*width: 149px;*/
    /*height: 185px;*/
    /*animation: move 1.5s 1s linear infinite both;*/
    /*-ms-animation: move 1.5s 1s linear infinite both;*/
    /*-moz-animation: move 1.5s 1s linear infinite both;*/
    /*-webkit-animation: move 1.5s 1s linear infinite both;*/
    /*-o-animation: move 1.5s 1s linear infinite both;*/
/*}*/
/*.banner .title .qiang{*/
    /*width: 171px;*/
    /*height: 144px;*/
    /*animation: move 1.5s 2s linear infinite both;*/
    /*-ms-animation: move 1.5s 2s linear infinite both;*/
    /*-moz-animation: move 1.5s 2s linear infinite both;*/
    /*-webkit-animation: move 1.5s 2s linear infinite both;*/
    /*-o-animation: move 1.5s 2s linear infinite both;*/
/*}*/
.banner .title .hong{
    width: 138px;
    height: 145px;
    animation: move 1.5s linear infinite both;
    -moz-animation: move 1.5s linear infinite both;
    -webkit-animation: move 1.5s linear infinite both;
    -o-animation: move 1.5s linear infinite both;
}
.banner .title .bao{
    width: 125px;
    height: 150px;
    animation: move 1.5s 1s linear infinite both;
    -moz-animation: move 1.5s 1s linear infinite both;
    -webkit-animation: move 1.5s 1s linear infinite both;
    -o-animation: move 1.5s 1s linear infinite both;
}
.center{
    width: 100%;
    height:779px;
    background: #e94f45;
}
.center .bag div{
    float: left;
    width: 330px;
    height: 493px;
    line-height: 493px;
    margin: 80px 0;
    text-align: center;

}
.center .bag div img{
    width: 80%;
    height: 80%;
}
.center .bag div img:hover{
    transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
}
.code{
    width: 100%;
    height: 710px;
    background: url("imagescode_bg.jpg") no-repeat center;
}
.code .wrap{
    background: url("imagescode_bg_center.jpg") no-repeat;
    position: relative;
}
.code .wrap img{
    position: absolute;
    top:191px;
    right:49px;
    width: 316px;
    height: 313px;
}
.code .wrap a{
    position: absolute;
    bottom:48px;
    left:148px;
    color: #ffdc2d;
    font-size:24px;
    font-weight: bold;
    text-decoration: none;
}
.code .wrap a:hover{
    color: #fff;
}
.bottom{
    width: 100%;
    height: 295px;
    background: url("imagesbottom_bg.jpg") no-repeat center;
}
.bottom .wrap{
    background: url("imagesbottom_bg_center.jpg") no-repeat;
    overflow: hidden;
}
.bottom .contain{
    padding: 160px 0;
    text-align: center;
}
.bottom .contain p{
    height: 30px;
    line-height: 30px;
    color: #ffebce;
    font-size: 12px;
    text-align: center;
}
.bottom .contain a{
    color: #ffebce;
    text-decoration: none;
}