.index_banner {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url('http://www.shaobg.com/style/img/banner_index.jpg');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.index_banner.list {
    height: 300px;
}

.index_banner.list .banner_box {
    height: 300px;
}

.banner_box {
    position: relative;
    width: 1200px;
    height: 400px;
    background-image: url('http://www.shaobg.com/style/img/banner_index.jpg');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.index_logo {
    position: absolute;
    width: 382px;
    height: 102px;
    background-image: url('http://www.shaobg.com/style/img/index_logo.png');
    background-position: center;
    background-repeat: no-repeat;
    top: 346px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.index_logo a {
    display: block;
    height: 102px;
    line-height: 600px;
    overflow: hidden;
}

.index_box {
    width: 100%;
    background-image: url('http://www.shaobg.com/style/img/page_bg.jpg');
    background-color: #f0efeb;
    margin: 0 auto;
}

.index_box .index_cnt {
    width: 1200px;
    padding: 0 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}

.index_cnt .index_nav {
    width: 1040px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 112px 0 30px;
    margin: 0 auto;
}

.index_cnt .index_nav::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.index_cnt .index_nav h5 {
    float: left;
    width: 128px;
    height: 190px;
    background-size: 128px 190px;
    background-repeat: no-repeat;
    margin-right: 100px;
}

.index_cnt .index_nav h5:nth-of-type(1) {
    background-image: url('http://www.shaobg.com/style/img/lbw.png');
}

.index_cnt .index_nav h5:nth-of-type(2) {
    background-image: url('http://www.shaobg.com/style/img/sbg.png');
}

.index_cnt .index_nav h5:nth-of-type(3) {
    background-image: url('http://www.shaobg.com/style/img/yys.png');
}

.index_cnt .index_nav h5:nth-of-type(4) {
    background-image: url('http://www.shaobg.com/style/img/xyy.png');
}

.index_cnt .index_nav h5:nth-of-type(5) {
    background-image: url('http://www.shaobg.com/style/img/xdt.png');
    margin-right: 0;
}

.index_cnt .index_nav h5 a {
    display: block;
    width: 128px;
    height: 190px;
    line-height: 600px;
    overflow: hidden;
}

.index_cnt .index_line {
    width: 800px;
    height: 4px;
    background-image: url('http://www.shaobg.com/style/img/line.jpg');
    background-repeat: no-repeat;
}

.index_text {
    overflow: hidden;
}

.index_text p {
    line-height: 28px;
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
    letter-spacing: 3px
}

.index_text .pcolor {
    color: #784d32;
}

.index_new_title {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    padding-top: 50px;
}

.index_new_title b {
    float: left;
    display: block;
    width: 140px;
    height: 30px;
    line-height: 30px;
    color: #736155;
    font-size: 28px;
    cursor: default;
}

.index_new_title span {
    float: right;
    display: block;
    width: 900px;
    height: 2px;
    background-color: #d8d3d0;
    margin-top: 28px;
}

.index_new_cnt {
    display: block;
    width: 100%;
    overflow: hidden;
}

.index_new_cnt::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.index_new_cnt_ul {
    float: left;
    display: block;
    width: 50%;
    margin-top: 36px;
}

.index_new_cnt_ul li {
    position: relative;
    display: block;
    width: 98%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 38px;
    overflow: hidden;
}


.index_new_cnt_ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #c8c7c3;
}

.index_new_cnt_ul li.red::before {
    background-color: #df3234;
}

.index_new_cnt_ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}