#product_main {
    width: 1200px;
    padding: 70px 0px;
    margin: 0 auto;
}

.product_title {
    display: inline-block;
    float: left;
    width: 200px;
}

h2 {
    margin-bottom: 30px;
    margin-top: 10px;
}

.product_title a {
    display: block;
    text-decoration: none;
    color: black;
    line-height: 30px;
}

#product_main img {
    width: 1000px;
}

.product_title2 {
    float: right;
    text-align: right;
    color: #fff;
}

.product_title2 a {
    color: #fff;
}

.product_main2 {
    width: 100%;
    background-color: black;
}