.layout{
	width: 1200px;
	margin:0 auto;
}
.fr{
	float: right;
}
.clear{
	clear:both;
	height:0;
	line_height:0;
	font-siez:0;
	margin:0;
	padding:0;
}

.Price_title{
	width: 100%;
	font-size: 26px;
	color: #333;
	text-align: center;
	height: 126px;
	line-height: 126px;
}
.price_item{
	width: 1200px;
	height: 360px;
	margin-top: 10px;
}
.item_fix{
	position: absolute;
	display: block;
	width: 222px;
	bottom: 22px;
}
.price_item li{
	float: left;
	width: 285px;
	height: 320px;
	border-radius: 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px #e3e3e3;
	margin-right:20px;
	position: relative;
}
.price_item .price_item_last{
	margin-right:0;
}
.price_item h3{
	border-radius: 15px 15px 0 0;
	height: 50px;
	margin:0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
}
.price_item .base_cl{
	color: #FDCD3B;
}
.price_item .nol_cl{
	color: #BBD033;
}
.price_item .pre_cl{
	color: #57A3F1;
}
.price_item .psn_cl{
	color: #4CC5DA;
}
.base_bg{
	background: #FDCD3B;
}
.nol_bg{
	background: #BBD033;
}
.pre_bg{
	background: #57A3F1;
}
.psn_bg{
	background: #4CC5DA;
}
.price_item_bottom{
	padding: 0 28px
}
.price_item p{
	margin: 10px 0 0;
	font-size: 15px;
	color: #646464;
}
.price_exp{
	font-size: 15px;
	display:block;
	margin-top: 25px;
}
.price_item_prc{
	height: 10px;
}
.price_item strong{
	font-size: 20px;
}

.price_item_contact{
	height: 34px;
	width: 110px;
	text-align: center;
	line-height: 34px;
	display: block;
	cursor: pointer;
	color: #fff;
	border-radius: 6px;
	margin-top: 30px;
}
.price_item_psn .price_item_prc{
	font-size: 20px;
}
.price_set{
	width: 1200px;
	border-collapse: collapse;
	margin-bottom: 60px;
	table-layout:fixed;
}
.price_set tr,td{
	font-family: 'simsun regular';
	height: 45px;
	font-size: 14px;
	color: #646464;
	text-align: center;
	border: 1px solid #E9E9E9;
}
.price_set .X{
	font-size: 17px;
}
.price_set th{
	color: #fff;
    background-color: #57A3F1;
    font-size: 18px;
    padding: 3px;
    vertical-align: top;
    text-align: center;
    font-weight: normal;
    width: 16%;
    border: 1px solid #70b0f2;
}
.price_set th span{
	font-size: 14px;
	color: #fff;
}
.price_set .bg_green{
	background: #40CB70;
	font-family: '微软雅黑';
	color: #fff;
	width: 260px;
	font-size: 14px;
	border: 1px solid #6cd28e;
}
.price_set .bg_gray{
	background: #F7F7F7;
}
.price_set .bg_white{
	background-color:#fff;
}
.price_set .col_lh{
	line-height: 45px;
}
.price_set .row_18{
	line-height: 28px;
	width: 15%;
}
.row_18 span{
	background-color: #40CB70;
	height: 26px;
	width: 108px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
}
.display_block{
		display: none;
	}

/*手机样式*/
@media screen and (max-width: 720px) {    
	.layout{
		width: 100%
	}
	.Price_title{
		height: 80px;
		line-height: 80px;
	}
	.price_item{
		width: 100%;
		height: auto;
	}
	.price_item li{
		margin: 20px auto;
		float: none;
	}
	.price_item .price_item_last{
		margin:20px auto;
	}
	.price_set{
		width: 100%
	}
	.prise_mobile,.row_18{
		display: none;
	}
	.price_set th{
		font-size: 12px;
	}
	.price_set .col_lh{
		line-height: 28px;
	}
	.mobile_hidden{
		display: none;
	}
	.price_set tr, td{
		font-size: 12px;
	}
	.price_set .bg_green{
		font-size: 12px;
	}
	.display_none{
		display: none;
	}
	.display_block {
	    display: block;
	}
}