*{margin: 0;padding: 0;}

html,body{
    width: 100%;
    background: #1D0F0C;
    overflow-x: hidden;
}
a{text-decoration: none;}
.wraps{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.banner{
    height: 426px;
    background: url(../images/banner_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.down-btn{
    width: 347px;
    height: 64px;
    position: absolute;
    top: 285px;
    left: 787px;
    z-index: 9;
}
.down-btn a{
    display: block;
    width: 100%;
    height: 100%;
}
/* ================================== */
.main{
    height: 1208px;
}
.box1,.box4{
    width: 982px;
    height: 92px;
    background: url(../images/box1_bg.png) no-repeat;
    background-size: 100% 100%;
    line-height: 80px;
    text-align: center;
    color: #D5C4A6;
}
.box1{
    margin: 46px auto 0;
    font-size: 17px;
}
.box1 a{
    /* font-size: 20px; */
    font-weight: bold;
    color: #FFEACF;
}
.box1 img{
    vertical-align: middle;
    margin-right: 10px;
}
.box2,.box3{
    text-align: center;
}
.box2{
    margin-top: 11px;
}
.box3{
    margin-top: 28px;
}
.box2 img,.box3 img{
    margin: 0 6px;
    transition: .3s;
    position: relative;
}
.box4{
    margin: 0 auto 0;
    font-size: 18px;
    font-weight: bold;
}
.box2 img:hover,.box3 img:hover{
    transform:scale(1.2);
    z-index: 9;
}