.page-full-banner {
	height: 500px;
	background: #232426 url(img1/hongkong/hongkong_banner.png) center 0 no-repeat;
	padding-top: 160px;
}
.page-full-banner-text {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.banner-main-title {
	font-size: 48px;
	color: #fff;
}
.banner-sub-title {
	font-size: 20px;
	color: #fff;
	margin-top: 28px;
}
.banner-text-experience {
	display: inline-block;
	width: 160px;
	height: 40px;
	margin-top: 60px;
	border: 1px solid white;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	color: white;
}
.banner-text-experience:hover {
	background-color: white;
	color: #142665;
}
.block-title {
	/* margin-bottom: 50px; */
	font-size: 36px;
	color: #333;
	text-align: center;
}
.white-block {
	padding-top: 70px;
	background: #fff;
}
.gray-block {
	padding-top: 70px;
	background: #f5f6f7;
}
.global-map {
	height: 593px;
	background: url(img1/hongkong/hk_global.png?v=2) no-repeat center;
	margin-bottom: 60px;
}
.hk-feature {
	padding-bottom: 60px;
}
.feature-item {
	float: left;
	width: 18.3%;
	height: 320px;
	margin-left: 2%;
	padding: 125px 20px 0 20px;
	background: #fff no-repeat center 36px;
	border: 1px solid #fff;
	transition: all ease 0.3s;
}
.feature-item:hover {
	border: 1px solid #009fd9;
	box-shadow: 1px 9px 32px rgba(0, 159, 217, 0.2);
}
.feature-item:first-child {
	margin-left: 0;
}
.ftr-1 {
	background-image: url(img1/hongkong/hk_feature_1.png);
}
.ftr-2 {
	background-image: url(img1/hongkong/hk_feature_2.png);
}
.ftr-3 {
	background-image: url(img1/hongkong/hk_feature_3.png);
}
.ftr-4 {
	background-image: url(img1/hongkong/hk_feature_4.png);
}
.ftr-5 {
	background-image: url(img1/hongkong/hk_feature_5.png);
}
.feature-title {
	text-align: center;
	color: #333;
}
.feature-content {
	margin-top: 20px;
	line-height: 1.5rem;
	font-size: 14px;
	color: #999;
}
/* 产品推荐 */
.buy-outer {
	padding-bottom: 100px;
}
.buy-item {
	float: left;
	width: 30%;
	/* height: 400px; */
	margin-left: 5%;
}
.buy-item:first-child {
	margin-left: 0;
}
.buy-item-top {
	width: 100%;
	height: 120px;
	background: url(img/hk_buy_bg.jpg) no-repeat center;
	color: #fff;
	text-align: center;
}
.buy-item-title {
	font-size: 24px;
	padding-top: 35px;
}
.buy-item-subtitle {
	font-size: 14px;
	margin-top: 15px;
}
.config-block {
	padding: 20px;
	border: 1px solid #eee;
}
.config-item {
	float: left;
	width: 50%;
	font-size: 14px;
	color: #999;
	text-align: center;
	padding-top: 12px;
}
.config-row:first-child {
	border-bottom: 1px solid #eee;
}
.config-row:first-child .config-item {
	padding-top: 0;
	padding-bottom: 12px;
}
.config-row .config-item:first-child {
	border-right: 1px solid #eee;
}
.config-item {
	float: left;
	width: 50%;
	font-size: 14px;
	color: #999;
	text-align: center;
	padding-top: 12px;
}
.config-number {
	font-size: 24px;
	color: #333;
}
.buy-item-bottom {
	height: 118px;
	border: 1px solid #eee;
	border-top: none;
}
.price-row {
	text-align: center;
	line-height: 60px;
}
.price-count {
	color: #ff8800;
	font-size: 24px;
}
.buy-button a {
	display: block;
	border-radius: 2px;
	border: 1px solid #f28100;
	margin: 0 auto;
	width: 65%;
	height: 40px;
	background-color: #ff8800;
	line-height: 39px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	transition: background-color ease 0.3s;
}
.buy-button a:hover {
	background-color: #df7a00;
}


/* 更多产品*/
.product-module {
	height: 670px;
}
.product-list {
	margin-top: 50px;
	width: 100%;
}
.product-list li {
	display: list-item;
	float: left;
	position: relative;
	padding: 40px 27px 0 200px;
	width: 590px;
	height: 200px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 30px 37px;
}
.product-list li a {
	display: block;
	height: 100%;
}
.product-list li:hover {
	box-shadow: 1px 1px 15px rgba(223, 223, 223, 0.65);
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-top-20 {
	margin-top: 20px;
}
.product-list .product-bg1 {
	background-image: url(img1/dongbei/product_11.png);
}
.product-list .product-bg2 {
	background-image: url(img1/dongbei/product_21.png);
}
.product-list .product-bg3 {
	background-image: url(img1/dongbei/product_31.png);
}
.product-list .product-bg4 {
	background-image: url(img1/dongbei/product_41.png);
}
.product-title {
	display: block;
	font-size: 18px;
	color: #333;
}
.product-title span {
	color: #00aaff;
}
.product-info {
	margin-top: 20px;
	line-height: 25px;
	font-size: 14px;
	color: #555;
	text-align: justify;
}
.product-icon {
	position: absolute;
	right: 0;
	top: 0;
	height: 80px;
	width: 80px;
	background-repeat: no-repeat;
	background-position: center;
}
.buy-hot-icon {
	background-image: url(img1/huabei/buy_bot_icon.png);
}
.waiting-icon {
	background-image: url(img/waiting_icon.png);
}
