#main{
    width: 100%;
    height: 1360px;
    background: #000;
    position: relative;
}
.content{
    position: absolute;
    top: 399px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1286px;
    height: 923px;
    background: #D5C4A6;
    border-radius: 10px;
}

.tit{
    margin-top: 68px;
}
.tit h1{
    font-size: 20px;
    color: #32201E;
    text-align: center;
}
.color_1{
    color: #32201E;
}
.color_2{
    color: #D2711C;
}
.tab{
    width: 1054px;
    height: 88px;
    margin: 24px auto 16px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.tab>div{
    width: 331px;
    height: 88px;
    line-height: 88px;
    color: #fff;
    background: url(../images/lc_tab_f.png) no-repeat;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
}
.tab em{
    font-size: 44px;
    font-weight: 200;
    margin-right: 15px;
}
.tab i{
    display: inline-block;
    height: 88px;
    vertical-align: top;
}
.tab .active{
    background: url(../images/lc_tab_a.png) no-repeat;
}

.boxs{
    display: none;
}
.box-main{
    width: 1152px;
    margin: 0 auto;
}
.boxs p{
    color: #000;
    font-size: 15px;
    line-height: 34px;
}
.titP{
    text-align: center;
    font-size: 20px;
    color: #D2711C;
    font-weight: bold;
}

.boxs h2{
    font-size: 24px;
    color: #C8852A;
    margin: 26px 0;
}
.boxs h3{
    font-size: 15px;
    color: #A04C00;
    line-height: 34px;
}
.l,.r{
    width: 50%;
    float: left;
}
.r{
    height: 680px;
    background: url(../images/lc_r_bg.png) no-repeat;
    background-size: 32px 680px;
    background-position: 20px 0;
}
.r p,.r h3{
    margin-left: 60px;
}