.culture_top{
    padding: 0 0 76px 0;
}
.culture_top>ul>li{
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #f4f4f4;
}
.culture_top>ul>li:nth-child(3n){
    margin-right: 0;
}
.culture_top_tu{
    width: 100%;
    height: 243px;
    overflow: hidden;
}
.culture_top_tu img{
    width: 100%;
    height: 100%;
}
.culture_top_text{
    padding: 26px;
}
.culture_top_text h2{
    font-size: 22px;
    color: #000000;
    margin-bottom: 22px;
}
.culture_top_text p{
    font-size: 14px;
    color: #383432;
    line-height: 29px;
}
.culture_boot{
    position: relative;
}
.culture_boot_tu{
    width: 100%;
    height: 100%;
    position: relative;
}
.culture_boot_tu img{
    width: 1920px;
    height: 100%;
    left: 50%;
    margin-left: -960px;
    position: relative;
}
.culture_boot_data{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1400px;
    height: 300px;
}
/* 轮播 */
.culture_boot_data .slideBox {
    width: 100%;
    height: 300px;
    position: relative;
    margin: 0 auto;
    background: rgba(244, 244, 244, 0.8);
}

.culture_boot_data .slideBox .hd {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: -24%;
    z-index: 1;
    font-size: 0;
    text-align: center;
    width: 100%;
}

.culture_boot_data .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    text-align: center;
}

.culture_boot_data .slideBox .hd ul li {
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin-right: 16px;
    text-indent: -999px;
    cursor: pointer;
    display: inline-block;
    background: #bfbfbf;
    border-radius: 50%;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.culture_boot_data .slideBox .hd ul li:last-child{
    margin-right: 0;
}
.culture_boot_data .slideBox .hd ul li.on {
    background: rgb(0, 0, 0,0);
    border: 2px solid #ca141f;
}

.culture_boot_data .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.culture_boot_data .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.culu_lun_data{
    width: 80%;
    margin: 0 auto;
}
.culu_lun_data h3{
    text-align: center;
    font-size: 30px;
    color: #000000;
    margin-bottom: 26px;
    padding-top: 60px;
}
.culu_lun_data p{
    text-align: center;
    font-size: 16px;
    line-height: 29px;
    color: #383432;
}








