/* css 重置 */
*{margin:0;padding:0;list-style:none;}
body{font:normal 12px/22px 宋体; top:0;}
img{
	border: 0;
	text-align: right;
	border-radius: 5px;
	box-shadow: 10px 10px 10px -5px #999;
}
a{text-decoration:none;color:#fff;}
a:hover{color:#100245;}
/* 本例子css */
.tabox{width:918px;margin:30px auto; border-top:2px solid #c00;border-radius: 10px 10px 0 0;}
.tabox .hd {
    overflow: hidden;
    border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
	background-color:#FFF;
}
.tabox .hd li{
	position: relative;
	margin-left: -1px;
	height: 57px;
	vertical-align: central;
	line-height: 32px;
	text-align: center;
	width: 230px;
	float: left;
	padding: 15px 0;
	border-top: 0;
	_font-weight: bold;
	cursor: default;
	color: #333;
	background: url(../../images/ireland09.jpg) repeat top;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.tabox .hd li.on {
    width: 230px;
    background: url(../../images/ireland08.jpg) no-repeat top;
    background-size: cover;
    height: 70px;
    border-bottom: 1px solid #fff;
    color: #333;
    font-weight: bold;
}
.tabox .bd{border:1px solid #ddd;border-top:0;border-radius: 0 0 10px 10px; background-color:#FFF;}
.tabox .lh{overflow:hidden;margin-bottom:10px;}
.tabox .lh li{width:400px;padding:0 10px;float:left;}
.tabox .lh li .p-img {
    width: 360px;
    padding: 30px 0 0 0;
    margin: 0 40px 0 20px;
    text-align: center;
}
.tabox .lh li .p-txt{width:400px;padding:20px 0;margin:0 auto;text-align:justify; font-size:18px; font-weight:200; color:#333; line-height:35px;}
.tabox .lh li .p-txt h2 {
    border-radius: 5px;
    border: 1px #ff6633 solid;
    font-size: 18px;
    height: 28px;
    width: 120px;
    margin: 15px 0 0 0;
}
.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:320px;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:210px;padding:0 10px;float:left;}
.tabox .lh3 li .p-img3{width:210px;height:210px;padding:55px 10px 0 10px;margin:0 auto;text-align:center;}
.tabox .lh li .p-price{color:#999;}
.tabox .lh li .p-price strong{color:#c00;font-size:14px;font-family:verdana;}
.font20blu{font: bold 20px/28px 宋体,sans-serif; color:#0c3966;}
.font20w{font: bold 20px/28px 宋体,sans-serif; color:#fff;}
.butn3 {
	font: bold 16px/25px 宋体,sans-serif; color:#FFF;
    background-color: #FF6633;
    border-radius: 5rem;
    height: 30px;
}

