.product_left{
    width:230px;
}

.product_right{
    width: 970px;
    margin-top: 15px;
}

.product_snb,.product_contact{
    margin: 15px;
}

.product_snb p,.product_contact p{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #FFF;
    text-indent: 10px;
    background: #0985c1;
}

.product_snb ul li,.product_contact ul li {
    list-style: none;
    width: 100%;
    background: #f6f6f6;
    border-bottom: 1px dashed #ddd;
}

.product_contact ul li{
    padding-bottom: 5px;
}

.product_snb ul li:last-child,.product_contact ul li:last-child {
    border-bottom: none;
}

.product_snb ul li a{
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666;
    font-size: 14px;
    display: block;
}

.contact_mess{
    width: 180px;
    height: 25px;
    line-height: 25px;
    color: #666;
    font-size: 12px;
    padding: 0 10px;
    margin: 3px 0;
}

.contact_qqimg{
    width: 20px;
    height: 20px;
    margin:3px 5px 2px 0;
}

.contact_title{
    width: 180px;
    height: 35px;
    padding: 5px 0;
}

.contact_title img{
    width: 25px;
    height: 25px;
    margin: 5px;
}

.contact_title span{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

/*----------------product_right---------------*/
.product_right_ul{
    width: 100%;
    overflow: hidden;
}
.product_right_ul_li{
    width: 225px;
    height: 350px;
    margin: 0 15px 20px 0;
    border: 1px solid #EEE;
    list-style: none;
}

.product_image{
    width: 100%;
    height: 200px;
}

.product_title{
    width: 215px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
    overflow: hidden;
}

.product_intro{
    width: 215px;
    height: 80px;
    color: #999;
    padding: 0 5px;
    font-size: 14px;
}

.detail_btn{
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #999;
    display: block;
}

.product_right a{
    color: #999;
}

/*---------------------detail----------------------*/
.product_detail_top{
    width: 100%;
    height: 370px;
}

.product_images{
    width: 300px;
    height: 340px;
    padding: 10px;
    border: 1px #DDD solid;
	overflow: hidden;
}

.jqzoom{
    width: 290px;
    height: 260px;
    margin: 5px;
}

.product_images ul li{
    width: 44px;
    height: 44px;
    margin: 10px 5px 0 5px;
    float: left;
}

.product_images_border{
    border: 2px solid #FFF;
}

.product_img{
    width: 46px;
    height: 46px;
}

.product_img_active{
    border: 2px solid #1b91c3;
}

.product_mess{
    width: 550px;
    margin-right: 50px;
}

.product_mess p{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    border-bottom: solid 1px #DDD;
    color: #666;
}

.product_detail_intro{
    width: 550px;
    margin-top: 20px;
    font-size: 16px;
    color: #999;
}

.product_detail{
    width: 100%;
    margin-top: 25px;
}

.product_detail_title{
    width: 948px;
    height: 50px;
    border: 1px solid #DDD;
    margin-right: 20px;
}

.product_detail_title p{
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #0d84bc;
    border-left:5px solid #0d84bc;
    border-right:1px solid #DDD;
}

.product_detail_content{
    width: 930px;
    padding: 20px;
}

/*----------------------page-------------------*/
.page{
    width: 100%;
    height: 20px;
    margin: 15px 0;
    text-align: center;
}

.page a{
    margin: 0 5px;
}

.page .current{
    color: #198ac6;
}
