.dc-banner {
	height: 650px;
	background: url(./img/hongkong_banner.jpg?v=2) no-repeat center;
	padding-top: 160px;
	background-size: cover;
}
.dc-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-title1 {
	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(./img/hk_global.jpg?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(./img/hk_feature_1.png);
}
.ftr-2 {
	background-image: url(./img/hk_feature_2.png);
}
.ftr-3 {
	background-image: url(./img/hk_feature_3.png);
}
.ftr-4 {
	background-image: url(./img/hk_feature_4.png);
}
.ftr-5 {
	background-image: url(./img/hk_feature_5.png);
}
.feature-title {
	text-align: center;
	color: #333;
}
.feature-content {
	margin-top: 20px;
	line-height: 0.8rem;
	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;
}
@media (max-width: 768px) {
.dc-banner {
    display: none;
}
.auto {
    min-width: 1px;
    padding: 25px;
}
.block-title1 {
    margin-bottom: 10px;
    font-size: 0.8rem;
    color: #333;
    text-align: center;
}
.global-map {
    height: 8rem;
    background-size: cover;
    margin-top: 36px;
}
.gray-block {
    padding-top: 20px;
}
.hk-feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    height: 100%;
}

.feature-item {
    width: 47.3%;
    margin-bottom: 1rem;

}
.white-block {
    padding-top: 30px;
    background: #fff;
}
.banner-title {
    margin-top: 3rem;
    font-size: 0.8rem;
    font-weight: 550;
    color: #fff;
}

div.server-banner {
    background-image: url(https://img.shiwaiyun.net/images/2023/03/28/banner4836ab25d46164ee.png);
}

.banner-describe {
    color: #fff;
}



}