@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: #0065bc; color:#FFF;}
.product{width:1200px;margin:0 auto;}
.product_sub{margin-top:10px;}
.product_sub img{float:left;width:368px;height:368px;margin-right:20px;border:1px solid #ccc;}
.product_sub table{float:left;width:810px;border-top:1px solid #ddd;border-right:1px solid #ddd;border-left:1px solid #ddd;height:45px;line-height:73px;}
.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:20px;}
.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;}
.product_tuijian{margin-top:20px;}
.product_tuijian li{width:29.333%;margin:0 2%;float:left;height:35px;line-height:35px;overflow:hidden;}
.subpart{margin:20px 0;background:#e1e1e1;height:40px;line-height:40px;border-radius:10px;color:#000;}
.subpart p{width:44%;padding:0 2%;margin-right:4%;overflow:hidden;float:left;}
.subpart p:last-child{margin-right:0;}
.subpart a{color:#000;}
@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:100%;margin:0 auto 2rem;}
	.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:18px;}
	.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;}
	.subpart{margin:1rem 0;}
	.subpart p{width:96%;background:#e1e1e1;border-radius:0.5rem;padding:0 2%;color:#000;height:3rem;line-height:3rem;margin-bottom:1rem;overflow:hidden;}
	.subpart a{color:#000;}
}