@charset "utf-8";

/*型号列表*/
table.responsive{
    width: 98%;
    margin: 0 auto;
    border: 1px solid #666666;
    border-collapse: collapse;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}
table.responsive tr:hover{background:#ddd; cursor:pointer;}
table.responsive th{border: 1px solid #666666;padding: 1em 1em; text-align:center;}
table.responsive td{border: 1px solid #666666;padding: .5em 1em; text-align:center;}
table.responsive th{background: #055aae; color:#FFF;}
@media screen and (max-width:768px) {   
    table.responsive{-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none;}
    table.responsive tr{position: relative;}
	table.responsive tr th:nth-child(2){display:none;}
	table.responsive tr td:nth-child(2){display:none;}
	table.responsive tr th:nth-child(7){display:none;}
	table.responsive tr td:nth-child(7){display:none;}
}


/*型号详情*/
.product{width:930px;margin:0 auto;}
.product_sub{margin-top:20px;}
.product_sub img{float:left;width:300px;height:300px;margin-right:20px;border:1px solid #ccc;}
.product_sub table{float:right;width:600px;border-top:1px solid #ddd;border-right:1px solid #ddd;border-left:1px solid #ddd;line-height:59px;}
.product_sub table tr{border-bottom:1px dashed #ddd;}
.product_sub table tr:last-child{border-bottom:1px solid #ddd;}
.product_sub table tr th{width:20%;background:#f0f0f0;}
.product_sub table tr td{border-left:1px solid #ddd;padding-left:20px;}
.product_con{margin-top:30px;}
.product_con h4{width:100%;border-bottom:1px solid #ccc;height:40px;line-height:40px;font-size:18px;}
.product_con h4 span{border-bottom:3px solid #163060;padding:0 10px 7px 10px;}
.pro_content p{font-size:14px;line-height:35px;text-indent:2em;padding:10px;}
.product_con img{max-width:800px;height:auto;margin:20px auto;}
@media screen and (max-width:768px) { 
	.product{width:100%;margin:0 auto 2rem;}
	.product table h4{font-size:1rem;}
	.product_sub{width:96%;padding:0 2%;}
	.product_sub img{width:99%;height:auto;border:1px solid #ccc;}
	.product_sub table{width:99.5%;border-top:1px solid #ddd;border-right:1px solid #ddd;border-left:1px solid #ddd;height:3.5rem;line-height:3.5rem;margin-top:0.5rem;}
	.product_sub table tr{border-bottom:1px dashed #ddd;}
	.product_sub table tr:last-child{border-bottom:1px solid #ddd;}
	.product_sub table tr th{width:20%;background:#f0f0f0;font-size:1rem;}
	.product_sub table tr td{border-left:1px solid #ddd;padding-left:1rem;font-size:1rem;}
	.product_con{width:96%;padding:1rem 2%;}
	.product_con h4{width:100%;border-bottom:1px solid #ccc;height:40px;line-height:40px;font-size:1rem;}
	.product_con h4 span{border-bottom:3px solid #163060;padding:0 10px 7px 10px;}
	.product_con p{font-size:1.4rem;line-height:3rem;padding:0.5rem;}
	.product_con img{width:100%;margin:1rem auto;}
}