
	.prodetailtxt2 h1{ display:block; position: relative; padding-left:60px; font-size:23px; margin-top:30px; margin-bottom:15px;}
	.prodetailtxt2 h1:after{ border-top-width: 8px;border-top-style: solid;border-top-color: #0076C0;width: 40px;height: 0;border-right: 10px solid rgba(0, 0, 0, 0); content:""; position: absolute; left:0px;top:10px;}
	/*.prodetailtxt2 h2{ border-left:5px solid #0076C0; padding-left:10px;}*/
	.prodetailtxt2 h2{ background:url(../images/xqh2.png) no-repeat left; padding-left:25px; font-size:23px;}
	.prodetailtxt2 h3{ position: relative; display: inline-block; font-size:23px;}
	.prodetailtxt2 h3:after{ border-top-width: 8px;border-top-style: solid;border-top-color: #0076C0; width: 40px;height: 0;border-right: 10px solid rgba(0, 0, 0, 0); content:""; position: absolute; right:-60px;top:10px;}
	.protableh{ border:2px solid #fff; border-left:none; border-right:none; width:100%;}
    .protableh tr:nth-child(2n-1) {background-color: #f6f6f6}
    .protableh tr:nth-child(2n) {background-color: #e9e9e9}
    .protableh tr:first-child{ background:#0076C0; color:#fff;}
    .protableh tr td{ padding:10px; text-align:center; border:2px solid #fff; border-bottom:none;}

    .protables{ border:2px solid #fff; border-left:none; border-right:none; width:100%;}
    .protables td:first-child{ background:#0076C0; color:#fff;}
    .protables tr:nth-child(2n) {background-color: #e9e9e9}
    .protables tr:nth-child(2n-1) {background-color: #f6f6f6}

    .protables td{ padding:10px; text-align:center; border:2px solid #fff;}


    .protable2{width: 100%;}
    .protable2 td{width: calc(25% - 10px); margin: 0 5px;}
    .protable2 a.img{display: block;overflow: hidden;box-shadow:0 0 10px #ccc;}
    .protable2 a.img img{width: 100% !important;display: block;transition:.5s ease-in;}
    .protable2 a.img:hover img { transform:scale(1.1,1.1);}
    .protable2 tr{display: flex;flex-flow: row nowrap;justify-content: space-between;}