.package-banner {
	height: 240px;
	padding-top: 95px;
	background: url(../Images/pack-banner.png) no-repeat 0 0;
}
.gjb-banner {
	height: 240px;
	padding-top: 95px;
	background: url(../Images/gjb-banner.png) no-repeat 0 0;
}
.cloud-banner {
	height: 240px;
	background: no-repeat 0 0;
}
.vps-banner {
	height: 240px;
	background:  no-repeat 0 0;
}
.other-banner {
	height: 240px;
	background:  no-repeat 0 0;
}


.host-banner {
	height: 240px;
	background:no-repeat 0 0;
}
.package-banner-title {
	position: relative;
	margin: 0 auto 15px;
	width: 437px;
	height: 75px;
	color: #fff;
	text-align: center;
	background: url(../Images/pack-banner-title.png) no-repeat 0 0;
}
.package-banner-title h4 {
	position: absolute;
	left: 152px;
	top: -20px;
	font-size: 32px;
}
.package-banner-title p {
	padding-top: 30px;
	font-size: 16px;
}

.package-item {
	margin-top: 35px;
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 1px solid #ccc;
}
.package-item > h3 {
	font-weight: 400;
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}
.package-item > p {
	font-size: 14px;
	color: #666;
	margin-bottom: 35px;
}
.server-list li {
	position: relative;
	float: left;
	width: 20%;
	padding: 0 20px;
	border: 1px solid #ccc;
	margin-left: 15px;
        margin-top: 15px;
}
.server-list li:hover,
.server-list li.active {
	border-color: #009fd9;
	box-shadow: 0 0 10px #009fd9;
	-moz-box-shadow: 0 0 10px #009fd9;
	-webkit-box-shadow: 0 0 10px #009fd9;
}
.hot-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 72px;
	height: 72px;
	background: url(../Images/pack-hot-icon.png) no-repeat 0 0;
}
.server-list li:hover .item-bg,
.server-list .active .item-bg {
	background: url(../Images/pack-server-bg-hover.png) no-repeat 0 0;
}
.server-list li:hover .server-config h6,
.server-list .active .server-config h6 {
	color: #009fd9;
}
.item-bg {
	margin: 35px auto 20px;
	padding-top: 8px;
	width: 100px;
	height: 100px;
	background: url(../Images/pack-server-bg.png) no-repeat 0 0;
}
.item-icon {
	margin-left: 10px;
	width: 80px;
	height: 86px;
	background: url(../Images/pack-server.png) no-repeat 0 0;
}
.item-host {
	margin-left: 10px;
	width: 80px;
	height: 86px;
	background: url(../Images/pack-host.png) no-repeat 0 0;
}
.server-list li > h4 {
	font-size: 20px;
	color: #555;
	margin-bottom: 20px;
}
.server-list li > p {
	text-align: left;
	font-size: 12px;
	color: #999;
	height: 83px;
	overflow: hidden;
	line-height: 2;
}
.server-config {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}
.server-config > div {
	float: left;
	width: 32.33333%;
	border-left: 1px solid #ccc;
}
.server-config > div h6 {
	font-weight: 400;
	font-size: 20px;
	color: #666;
	margin-bottom: 8px;
}
.server-config > div p {
	font-size: 12px;
	color: #999;
}
.server-config > div:first-child {
	border-left: none;
}
.server-price {
	font-size: 14px;
	color: #555;
	margin: 20px 0;
}
.server-price span {
	font-size: 24px;
	color: #ff8800;
}
.server-buy {
	display: inline-block;
	margin-bottom: 25px;
	font-size: 16px;
	color: #ff8800;
	padding: 10px 48px;
	border: 1px solid #ff8800;
}
.server-buy.active {
	background-color: #ff8800;
	color: #fff;
}

.package-server-tips {
	margin-top: 35px;
	text-align: left;
}
.package-server-tips .tips-title {
	color: #009fd9;
	font-size: 14px;
	text-indent: 25px;
	margin-bottom: 20px;
	background: url(../Images/pack-tip.png) no-repeat left center;
}
.package-server-tips ul {
	padding-left: 40px;
}
.package-server-tips ul li {
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
	list-style: disc;
}
.package-server-tips ul li > a {
	color: #009fd9;
}

.problem-list > li {
	float: left;
	width: 380px;
	height: 220px;
	border: 1px solid #ccc;
	margin-left: 30px;
	margin-bottom: 15px;
	padding: 22px 18px;
}
.problem-head h4 {
	font-weight: 400;
	float: left;
	font-size: 16px;
	color: #333;
	padding-bottom: 5px;
	border-bottom: 2px solid #009fd9;
}
.problem-head > a {
	float: right;
	margin-top: 5px;
	font-size: 12px;
	color: #00a6e2;
}
.problem-list li:first-child {
	margin-left: 0;
}
.problem-links {
	display: block;
	padding-left: 18px;
}
.problem-links li {
	color: #666;
	text-align: left;
	list-style: disc;
	margin: 10px 0;
}
.problem-links li a {
	font-size: 12px;
	color: #666;
}


.more-list li {
	float: left;
	width: 380px;
	padding-bottom: 20px;
	border: 1px solid #ccc;
	margin-left: 30px;
	margin-bottom: 15px;
}
.more-list li:first-child {
	margin-left: 0;
}
.product-icon {
	margin: 35px auto 0;
	width: 80px;
	height: 80px;
}
.server-icon {
	background: url(../Images/pack-server-icon.png) no-repeat 0 0;
}
.idc-icon {
	background: url(../Images/pack-idc-icon.png) no-repeat 0 0;
}
.host-icon {
	background: url(../Images/pack-host-icon.png) no-repeat 0 0;
}
.more-list li > h4 {
	font-weight: 400;
	font-size: 18px;
	color: #333;
	margin: 20px 0;
}
.more-list li > p {
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
}
.product-price {
	margin-top: 20px;
	color: #4c4c4c;
	margin-bottom: 30px;
}
.product-price span {
	font-size: 24px;
	color: #ff8800;
	padding: 0 5px;
}
@media screen and (max-width: 1240px){
	.problem-list > li,
	.more-list li {
		width: 32.66666666%;
		margin-left: 1%;
	}
}