.store_content {
    color: #fff;
}

.store_product {
    width: 1170px;
    height: 580px;
    margin-top: 70px;
}
.store_product_l {
    float: left;
    width: 430px;
    margin-left: 70px;
    margin-top: 360px;
}
.store_product_l h2 {
    margin-bottom: 20px;
}
.store_product_l h3 {
    margin-top: 0;
}
.store_product_r {
    float: right;
    width: 402px;
    margin-right: 70px;
    margin-top: 110px;
}

.store_product_r h2 {
    font-size: 24px;
    margin-top: 0;
    border-bottom: 3px solid #fff;
    padding-bottom: 4px;
}
.store_product_r p {
    margin-top: 30px;
    line-height: 30px;
}
.company_paint {
    width: 1170px;
    height: 269px;
    margin-top: 86px;
}
.company_paint_l {
    width: 390px;
    float: left;
    margin-top: 110px;
    margin-left: 105px;
}
.company_paint_r {
    float: right;
    width: 333px;
    margin-top: 50px;
    margin-right: 30px;
}
.company_paint_rl {
    float: left;
    margin-top: 32px;
}
.company_paint_rr {
    float: right;
    margin-top: 38px;
}
.company_paint_rl h1 {
    margin: 0;
    margin-bottom: 10px;
}
.company_paint_rr h2 {
    margin:0;
    font-size: 25px;
    text-align: right;
    margin-bottom: 6px;
}
.store_dssd {
    margin-top: 82px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding-bottom: 100px;
}
.store_dssd_r {
    color: #000;
    float: left;
    margin-top: 42px;
    margin-left: 20px;
}
.store_dssd_l {
    float: left;
    margin-top: 160px;
    width: 424px;
}
.store_dssd_rs {
    margin-left: 52px;
    margin-top: 60px;
}
.store_dssd_rs h2 {
    font-weight: bold;
    color: #222222;
}
.store_dssd_rs h3 {
    color: #666666;
}

.store_hxgn {
    width: 100%;
    height: 380px;
    background-position: center;
    min-width: 1200px;
    margin-top: 70px;
    background-repeat: no-repeat;
    margin-bottom: 145px;
}
.store_hxgn_content {
    width: 1200px;
    color: #666;
}
.store_hxgn_row {
    width: 240px;
    float: left;
    text-align: center;
}
.store_hxgn_noseltitle {
    margin-top: 15px;
}
.store_hxgn_num {
    font-size: 86px;
    margin-top: 50px;
}
.store_hxgn_sel {
    display: none;
    height: 380px;
    color: #fff;
}
.store_hxgn_nosel img {
    margin-top: 20px;
}
.store_hxgn_sel img {
    margin-top: 28px;
}
.store_hxgn_seltitle {
    margin-top: 20px;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
}
.store_hxgn_selcontent {
    margin-left:20px;
    margin-right: 20px;
    margin-top: 20px;
    text-align: left;
}
.store_hxgn_row:hover .store_hxgn_sel {
    display: block;
}

.store_hxgn_row:hover .store_hxgn_nosel {
    display: none;
}

.store_hxgn_row + .store_hxgn_row {
    margin-left: 70px;
}