@charset "utf-8";
/*banner*/
#banner {
    height: 500px;
    padding-top: 60px;
}

#banner ul li a {
    cursor: pointer;
}

#btn {
    position: absolute;
    display: inline-block;
    width: 220px;
    text-align: center;
    bottom: 22px;
    left: 50%;
    margin-left: -110px;
}

#btn a {
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 4px;
}

#btn a.active {
    background: #69B147;
}

#btn a:hover {
    background: #69B147;
}

*html .ie6_out {
    margin-left: 1000px;
    zoom: 1;
}

*html .ie6_in {
    position: relative;
    float: left;
    margin-left: -1000px;
}

/*公告*/
.gongGao {
    width: 1138px;
    margin: 30px auto 30px auto;
    padding: 20px 30px;
    background-color: #FFFFCC;
    border: 1px solid #ECEAE1;
    line-height: 24px;
    color: #333333;
    display: none;
}
.gongGao .gongGaoTitle {
    padding-left: 30px;
    padding-right: 16px;
    background: url(/static/index/img/common/icon/gongaobj.jpg) no-repeat left center;
}

/*特产卖点*/

.selling {
    width: 1200px;
    height: 277px;
    margin: 30px auto 50px auto;
}

.selling li {
    display: inline-block;
    width: 300px;
    height: 277px;
    float: left;
}

.selling li a {
    display: table-cell;
    width: 300px;
    height: 203px;
    text-align: center;
    vertical-align: middle;
    cursor: default;
}

.selling li a img {
    vertical-align: middle;
}

.selling li p {
    width: 100%;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 22px;
    color: #242424;
}

.cooperation {
    width: 1200px;
    margin: 0 auto;
}
.coop-business, .coop-advs {
    width: 50%;
    float: left;
}
.coop-title {
    font-size: 22px;
    color: #242424;
    margin-bottom: 20px;
}
.coop-business img, .coop-advs img {
    float: left;
    width: 250px
}
.business-contain, .advs-contain {
    margin-left: 270px;
    color: #333;
}
.business-contain a, .advs-contain a {
    text-decoration: underline;
    color: #6bb04d;
}