/* css 重置 */
*{margin:0;padding:0;list-style:none;}
body{background:#fff;font:normal 12px/22px 微软雅黑; top:0; left:0;}
img{border:0;}
a{text-decoration:none;color:#333;}
a:hover{color:#1974A1;}
/* 本例子css */
.tabox{background-color:#FFF;width:920px; margin:0 auto;border-top:2px solid #c00;}
.tabox .hd {
    overflow: hidden;
    border-left: 1px solid #ddd;
    background: #d6b981;
    background-size: contain;
}
.tabox .hd li{position:relative; margin-left:-1px;height:48px; vertical-align:central; line-height:38px; text-align:center;width: 101.1px;float:left;border:1px solid #ddd;border-top:0;font:normal 18px/48px "Microsoft YaHei"; font-weight:bold;cursor:default; color:#333;}
.tabox .hd li.on{width:101.1px;background:#ce9b38;border-bottom:1px solid #fff;color:#fff; font-weight:bold;}
.tabox .bd{height:385px;border:1px solid #ddd;border-top:0;}
.tabox .lh{overflow:hidden;}
.tabox .lh li{width:450px;padding:0 10px;float:left;}
.tabox .lh li .p-img{width:420px;height:310px;padding:5px 13px 0 13px;margin:0 auto;text-align:center;}
.tabox .lh li .p-txt{width:460px;height:310px;padding:5px 13px 0 13px;margin:0 auto;text-align:left; font:微软雅黑; font-size:16px; font-weight:200; color:#003366; line-height:31px;}
.tabox .lh li .p-name{height:36px;line-height:18px;word-break:break-all;word-wrap:break-word;overflow:hidden;}
.tabox .lh2 li{width:250px;padding:0 10px;float:left;}
.tabox .lh2 li .p-img2{width:250px;height:270px;padding:55px 10px 0 15px;margin:0 auto;text-align:center;}
.tabox .lh2 li .p-name2{height:36px;line-height:18px;word-break:break-all;word-wrap:break-word;overflow:hidden;}
.tabox .lh2 li .p-txt{width:380px;height:310px;padding:50px 13px 0 35px;margin:0 auto;text-align:left; font:微软雅黑; font-size:16px; font-weight:200; color:#003366; line-height:31px;}
.tabox .lh3 li {
    width: 900px;
    padding: 0 5px;
}
.tabox .lh3 li .p-img3 {
    width: 100%;
    padding: 5px 10px 0 5px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.tabox .lh3 li .contxt {
	width:100%;
	height:80px;
	font-size:18px;
	color:#333;
	font-weight:bold;
	line-height:30px;
	padding: 30px 0 10px 150px;
    box-sizing: border-box;
}
.tabox .lh3 li .contxt span{
	color:#cc0000;
}
.tabox .lh li .p-price{color:#999;}
.tabox .lh li .p-price strong{color:#c00;font-size:14px;font-family:verdana;}
.huitext {
    width: 100%;
    height: 70px;
    background-color:#f1f1f1;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding-top: 10px;
	font-weight:bold;
}