@charset "utf-8";
.showpic_box, .proinfo_box {
    margin: 30px 0px 20px 0px;
}
.col-md-6 {
    width: 50%;
	float:left;
}

@media screen and (max-width: 768px) and (min-width: 320px){
.col-md-6 {
    width: 95%;
	float:none;
}

}
ul {
    list-style: none;
}
.showpic_box div.bx-wrapper img {
    margin: 0 auto;
    max-height: 340px;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}
#pic-page {
    text-align: center;
    margin-top: 10px;
}
#pic-page a {
    margin: 0 2px;
}
#pic-page a img {
    width: 40px;
    padding: 2px;
    border: solid #ccc 1px;
    margin-bottom: 5px;
}
#pic-page a.active img {
    border: solid #5280DD 1px;
}
#pic-page a.active{
    background-color:#fff;
}
.product_h1 {
    margin: 0px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dotted #cccccc;
	text-align:left;
}
.product_info {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
	text-align:left;
}
.product_con {
    clear: both;
    border-top: 1px dotted #ccc;
    margin: 10px 0px 20px 0px;
    padding: 20px 0px 0px 0px;
    line-height: 26px;
    overflow: auto;
	text-align:left;
}


