@charset "utf-8";
.clear{clear: both;}
.xunfeng{line-height:200%;}
.xunfeng img{max-width:100%;}
table.responsive{
    width: 100%;
    margin: 20px 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; color:#333;}
table.responsive td{border: 1px solid #666666;padding: .5em 1em; text-align:center; color:#333;}
table.responsive th{background: #0f58d6; color:#FFF; }
.xfproduct{width:100%;margin:0 auto;}
.xfproduct_sub{margin-top:20px;}
.xfproduct_sub img{float:left;width:30%;height:auto;border:1px solid #ccc;}
.xfproduct_sub table{float:right;width:65%;line-height:2.2; border-collapse: collapse;}
.xfproduct_sub table tr{line-height:450%;}
.xfproduct_sub table tr th{width:20%;background:#f0f0f0;border: 1px solid #666666;text-align:center; }
.xfproduct_sub table tr td{border: 1px solid #666666; text-align:center; }
.xfproduct_con{margin-top:30px;}
.xfproduct_con h4{width:100%;border-bottom:1px solid #ccc;height:40px;line-height:40px;font-size:18px;}
.xfproduct_con h4 span{border-bottom:3px solid #163060;padding:0 10px 7px 10px;}
.xfpro_content p{font-size:14px;line-height:35px;text-indent:2em;padding:10px;}
.xfproduct_con img{max-width:100%;height:auto;margin:20px auto;}
@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;}
	.xfproduct{width:100%;margin:0 auto 2rem;}
	.xfproduct table h4{font-size:1rem;}
	.xfproduct_sub{width:96%;padding:0 2%;}
	.xfproduct_sub img{width:100%;height:auto;border:1px solid #ccc;}
	.xfproduct_sub table{width:100%;border-collapse: collapse; margin-top:1rem;}
	.xfproduct_sub table tr th{width:30%;background:#f0f0f0;border: 1px solid #666666;text-align:center; }
	.xfproduct_sub table tr td{border: 1px solid #666666; text-align:center; }
	.xfproduct_con{width:96%;padding:1rem 2%;}
	.xfproduct_con h4{width:100%;border-bottom:1px solid #ccc;height:40px;line-height:40px;font-size:1rem;}
	.xfproduct_con h4 span{border-bottom:3px solid #163060;padding:0 10px 7px 10px;}
	.xfproduct_con p{font-size:1.4rem;line-height:3rem;padding:0.5rem;}
	.xfproduct_con img{width:100%;margin:1rem auto;}
}