.main{
    background:url(../images/unculture-bg.jpg);
}
.container2{
    width: 1215px;
    margin: 0 auto;
}

.header-title{
    text-align: center;
    padding:70px 0;
    position: relative;
}

.unculture-bg1{
    width: 26.979%;
    position: absolute;
    top: 35px;
    left: 0;

}
.unculture-bg2{
    width: 6.19%;
    position: absolute;
    top: 0;
    left: 19.5833%;
}

.ret-btn{
    margin: 98px 57px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: #954806;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0px;
}

.nav{
    margin-bottom: 35px;
    position: relative;
    z-index: 999;
    
}
.search-title{
    display: inline-block;
    color: #5d3b18;
    font-size: 22px;
    margin-right: 20px;
}
.search-bg{
    display: inline-block;
    background: #ffffff;
    margin-right: 2.86%;


}
.search-bg:last-child{
    margin-right: 0;
}

.search-bg select,.search-bg input{
    height: 42px;
    padding-left: 20px;
    font-size: 18px;
    color: #999999;
}
.search-1{
    width: 260px;

}
.search-2{
    width: 140px;
}

.search-3 .search-btn:before{
    content: '';
    display: inline-block;
    background:url(../images/unculture-btn-icon.png) no-repeat;
    height:16px;
    width:16px;
    background-position: 0 0;
    vertical-align: center;
    margin-right: 8px;
}
.search-3 .search-btn{
    padding-right:  20px;
}

.carousel{
    margin-top: -93px;
}
.carousel-list{
    position: relative;
}
.carousel .header{
    background: url(../images/unculture-bg6.png) no-repeat;
    width: 193px;
    height: 193px;
    padding: 76px 28px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    font-size: 26px;
    color: #5d3b18;
    position: relative;
    top: 110px;
    left: 44px;

}
.carousel .by{
    background: url(../images/unculture-bg5.png) no-repeat;
    width: 280px;
    height: 411px;
    box-sizing: border-box;
    padding:120px 30px 53px 30px;
    overflow: hidden;
    font-size: 16px;
    line-height: 50px;
    color: #8c5b29;
    text-align: center;
}

.swiper-button-prev{
    background:url(../images/unculture-btn-icon.png) no-repeat;
    height:69px;
    width:38px;
    background-position: 0 -16px;
    position: absolute;
    top: 50%;
    margin-top:-35px;
    left: -100px;
}
.swiper-button-next{
    background:url(../images/unculture-btn-icon.png) no-repeat;
    height:69px;
    width:38px;
    background-position: 0 -85px;
    position: absolute;
    top: 50%;
    margin-top:-35px;
    right: -100px;

}
.swiper-pagination{
    width: 100%;
    text-align: center;
    position: relative;
}
.swiper-pagination span{
    margin: 78px 10px;
}
.swiper-pagination-bullet {
    background: #954806;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #5d3b18;
}

.main-foot{
    position: relative;
}
.unculture-bg3{
    width: 23.0208%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.unculture-bg4{
    width: 36.1979%;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 1680px){
    .tit1{width: 700px;}
    .tit2{width: 590px;}
}