@import "base.css";
@import "sanji_caidan.css";
@import "footer.css";
@import "caidan.css";
section{
    width: 100%;
    margin: 0  auto;
}
section>.top_img{
    width: 100%;
    height: 750px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 92px;
}
.top_img>.box_19{
    width: 100%;
    height: 750px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.top_img>.box_19>.box_top_auto{
    width: 100%;
    height: auto;
}
.box_19>.box_top_auto >img {
    width: 100%;
}
section>.top_img>.top_title{
    font-size:80px;
    color:#ffffff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 486px;
}
section>.top_img>.top_jieshao{
    font-size:16px;
    color:#baac9e;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 636px;
}
section>.top_img>.top_jieshao_two{
    font-size:16px;
    color:#baac9e;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 678px;
}
section>.jiagou{
    width: 100%;
    height: 432px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 178px;
}
section>.jiagou .jiagoucenter{
    position: relative;
}
section>.jiagou .jiagoucenter img{
    width: 586px;
    height: 432px
}
section>.jiagou .jiagoucenter .wordstyle{
    font-size:30px;
    color:rgba(132,93,55,1);
}
section>.jiagou .jiagoucenter .yezhuword{
    position: absolute;
    left: calc(50% - 30px);
    top: 135px;
}
section>.jiagou .jiagoucenter .shejiword{
    position: absolute;
    left: 20px;
    bottom: -55px;
}
section>.jiagou .jiagoucenter .gongcheng{
    position: absolute;
    right: 20px;
    bottom: -55px;
}
section>.jiagou .jiagoucenter .luodi{
    position: absolute;
    left: 50%;
    top: 253px;
    transform: translate(-50%);
}
section>.big_renwu{
    width: 100%;
    height: auto;
    background:rgba(96,56,19,0.10);
}
section>.big_renwu>.nei_box{
    width: 1200px;
    margin: 0  auto;
}
section>.big_renwu>.nei_box>.list_box{
    width: 100%;
    height: auto;
    padding: 100px   105px  0   105px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
section>.big_renwu  .big_renwu_list{
    width: 240px;
    height: 350px;
    background:#baac9e;
    margin-bottom: 10px;
    margin-right: 10px;
}
section>.big_renwu  .big_renwu_list:nth-child(4n){
    margin-right: 0;
}
.big_renwu_list>img{
    width: 240px;
    height: 350px;
}
.big_renwu_list>.renwu_title{
    width: 240px;
    font-size:26px;
    color:#ffffff;
    padding-right: 26px;
    box-sizing: border-box;
    text-align: right;
    margin-top: 15px;
}
.big_renwu_list>.renwu_zhiye{
    width: 240px;
    font-size:16px;
    color:#7e5f3c;
    padding-right: 26px;
    box-sizing: border-box;
    text-align: right;
    margin-top: 15px;
}

