/* <!-- 焦点图 --> */

#index_banner {
    width: 100%;
    font-size: 0px;
}

#index_banner img {
    width: 100%;
}

/* 首页文字1 */
#index_txt {
    padding: 20px 0px;
    background: url(../images/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

#index_txt p {
    width: 600px;
    color: #fff;
    margin: 0 auto;
    line-height: 30px;
}

h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    margin-top: 60px;
    margin-bottom: 20px;
}

/* <!-- 功能及更新 --> */

#gengxin_box {
    width: 1100px;
    text-align: center;
    margin: 0 auto;
}

#gengxin_box li {
    width: 300px;
    display: inline-block;
    margin: 0px 10px;
}

#gengxin_box li p {
    font-family: "heiti";
    color: #fff;
    font-size: 12px;
}

#gengxin_box li img {
    width: 100%;
}


.more_txt {
    text-align: center;
    color: #fff;
    width: 1000px;
    margin: 0 auto;
    line-height: 26px;
    font-family: 'heiti';
    margin-top: 30px;
}

/* <!-- 新颖内容 --> */

#index_newmain {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 60px;
}

#index_newmain img:nth-child(1) {
    width: 100%;
}

#index_newmain img:nth-child(2) {
    float: left;
    width: 530px;
    margin-top: 40px;
}

#index_newmain img:nth-child(3) {
    float: right;
    width: 530px;
    margin-top: 40px;
}