body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #666666;
    text-align: left;
    line-height: 21px;
}

input, select {
    font-size: 12px;
}

a {
    color: #666666;
    text-decoration: none;
    outline-style: none;
    outline-color: invert;
    outline-width: medium
}

a:link, a:hover, a:visited, a:active, a:focus {
    color: #666666;
    text-decoration: none
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.red {
    color: #ff0000;
}

* {
    margin: 0px;
    padding: 0px;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a img {
    border: none;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
    display: block;
}

/*Global*/ /*修改添加的样式*/
.page_contain {
    width: 830px;
}

.home_banner {
    height: 190px;
}

.home_notic {
    margin-top: 25px;
    height: 33px;
    background: url(../images/news_l.jpg) no-repeat left center #e7e7e7;
    line-height: 33px;
    padding-left: 140px;
    margin-bottom: 25px;
}

.home_notic ul li {
    width: 285px;
    float: left;
    padding-left: 15px;
}

.home_notic .r_more {
    float: right;
    padding-right: 5px;
    padding-top: 8px;
}

.home_paiwei_top {
    height: 24px;
    background: url(../images/paiwei_title_bt.jpg) no-repeat left center;
    padding-left: 245px;
    font-family: '微软雅黑';
    margin-bottom: 10px;
}

.home_paiwei_top .r_more {
    float: right;
    padding-right: 5px;
    padding-top: 8px;
}

.home_paiwei_con {

}

.home_ggwei {
    padding-top: 12px;
}

.home_ggwei .gg_pic {
    width: 270px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 96px;
}

.home_ggwei #gg_r_pic {
    float: right;
    margin-right: 0px;
}

.b_news {
    padding-left: 30px;
    width: 830px;
}

.b_news_title {
    border-bottom: solid 1px #cfcfcf;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 14px;
}

.b_news_click {
    padding: 5px 0px;
}

.b_news_con {
    padding: 10px 0px;
}

.b_news_close {
    clear: both;
    margin-top: 10px;
    text-align: center;
}

/*电脑端*/
.mobi_banner {

}

.mobi_banner img {
    width: 100%;
}

/*手机端*/ /*修改添加的样式*/