
.container{
	width:1100px;
}

p{margin:0;}

.ie-title{
    text-align:center;
	margin-bottom:30px;
}
.ie-title h2{
	min-width:670px;
	display:inline-block;
	padding:0 55px;
	border-left: 20px solid #E60708;
	border-right: 20px solid #E60708;
	background: #03418A;
	color: #fff;
	font-size: 30px;
	line-height: 60px;
	letter-spacing: 2px;
	font-weight: 700;
	margin:10px auto;
}

.banner{
	position: relative;
	
}
.banner img{	
	min-height:460px;
}
.banner .text{
	position: absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	text-align:center;
	letter-spacing:4px;
	padding:40px 0;
}

.banner .text h2{
	height:102px;
	line-height:102px;
	color:#fff;
	margin-top:20px;
	font-size:56px;
}

.banner .text h2 i{
	display:inline-block;
	width:102px;height:102px;
	background:url("/Public/2019/images/hongkong/banner-hk.png") no-repeat center;
	vertical-align: middle!important;
}

.banner .text span{
	display:inline-block;
	margin-top:20px;
	border:3px solid #ddddbb;
	border-radius:60px;
	padding:15px;
	font-size:46px;
	color:#ddddbb;
}


.banner .text p{
	margin-top:20px;
	color:#fff;

}


.set-meal{
	padding:40px 0;
}


.set-meal .card{
	border:1px solid #bfbfbf;
	border-radius:15px;
}
.set-meal .card-header{
	background-color:#01438f;
	color:#fff;
	border-radius:15px 15px 0 0;
	font-size:24px;
	padding:15px 0 ;
	font-weight:normal;
	text-align:center;
}

.set-meal .card-body ul.list{
	padding:0 ;
	list-style:none;
}
.set-meal .card-body li{
	color:#333;
	font-size:14px;
	line-height:2;
}
.set-meal .card-body li.text-danger{
	color:#e70707;
}
.set-meal .card-body ol{
	margin:10px 0;
}
.set-meal .card-body ol li{
	list-style-position: inside;
	list-style-type: decimal;
}

.set-meal .card-body .bg-light2{
	background-color:#e6eaed;
}



.conditions-process{
	padding:40px 0;
	background:url('/Public/index/images/hongkong/zhucetj_bg.jpg') no-repeat center center;
	background-size:cover;
}

.tabs-nav{
	width:100%;height:auto;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tabs-nav li{
	float:none;
	height:auto;
}
.tabs-nav li a{
	color:#fff;
	font-size:24px;
	padding:15px 0;
	background-color:#3066a4;
	letter-spacing:4px;
	border-radius: 0;
}

.tabs-nav li a.nav-link.active{
    color: #fff;
    background-color: #e70707;
}


.tabs-nav li:first-child a{
	border-radius:10px 0 0 0;
}
.tabs-nav li:last-child a{
	border-radius:0 10px 0 0;
}
.tabs-nav > li > a:hover, .tabs-nav > li > a:focus {
    text-decoration: none;
    background-color: #e70707;
}

.tabs-nav > li.active > a, .tabs-nav > li.active > a:hover, .tabs-nav > li.active > a:focus {
    color: #fff;
    background-color: #e70707;
    cursor: default;
}
.tab-content{
	background-color:#e9edf6;
	border:none;
}

.tab-content .tab-pane{
	padding:20px 10px;
}

.conditions-process .tab-conditions{
	padding:0 20px;
	list-style:none;
}

.conditions-process .tab-conditions p{
	padding:10px;
	color:#01438f;
	font-size:15px;
	line-height:2;
	background-color:#afc9e8;
	border-radius:10px;
	margin:10px;
}

.conditions-process .tab-goods{
	padding:0 40px;
}

.conditions-process .tab-goods .item{
	text-align:center;
	margin:10px;
}
.conditions-process .tab-goods .item h4{
	font-size:18px;
	color:#01448b;
	margin:10px auto;
	font-weight:bold;
}
.conditions-process .tab-goods .item p{
	font-size:14px;
	color:#777;
	margin:10px auto;
}
.conditions-process .tab-process{
	display: flex;
    align-items: center;
	margin-bottom:0;
}

.conditions-process .tab-process .item{
	background-color:#bad0eb;
	color:#01438f;
	margin-right:40px;
	font-size:14px;
	border-radius:10px;
	padding:5px 10px;
	min-height:100px;
	position: relative;
}
.conditions-process .tab-process .item:after{
	content:'';
	position: absolute;
	top:50%;right:-33px;
	transform: translateY(-50%);
	width:27px;height:50px;
	background:url('/Public/2019/images/hongkong/right.png') no-repeat;
}

.conditions-process .tab-process li:last-child .item{
	margin-right:0;
}

.conditions-process .tab-process li:last-child .item:after{
	content:none;
}


.conditions-process .tab-process .item big{
	display: block;
	text-align:center;
}

.conditions-process .other-way{
	margin-top:30px;
}
.conditions-process .other-way .item{
	display: flex;
    align-items: center;
	letter-spacing:2px;
	background-color: #164f94;
	
	padding: 20px;
	border-radius:10px;
}

.conditions-process .other-way .item h5{
	color:#fff;
	font-size:24px;
	font-weight:bold;
}

.conditions-process .other-way .item p{
	font-size:14px;
	color:#eee;
}









.part-ancillary{
	padding:40px 0;
}

.part-ancillary .bank-goods{
	display: flex;
    align-items: center;
}
.part-ancillary .bank-goods .item{
	margin:10px 20px;
	text-align:center;
}
.part-ancillary .bank-goods .item h4{
	margin:15px 0 10px;
	color:#333;
	font-size:24px;
	font-weight:normal;
}

.part-ancillary .bank-goods .item p{
	font-size:14px;
	color:#555;
	text-align:left;
	line-height:1.6;
}

.part-ancillary .bank-list{
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.part-ancillary .bank-list li{
	width:calc(20% - 20px);
	padding:5px;
	border-radius:10px;
	background-color:#fff;
	margin:10px;
}
.part-ancillary .bank-list img{
	width:auto;height:auto;
	max-width:100%;
	
}



.secretary-list{
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.secretary-list li{
	width:calc(20% - 20px);
	padding:5px;
	margin:10px;
}
.secretary-list .item{
	text-align:center;
}
.secretary-list .item h4{
	font-size:18px;
	margin:10px 0;
	color:#777;
	letter-spacing:2px;
}


.tax-item{
	text-align:center;
	background-color:#fff;
	border-radius:6px;
	padding:20px;
	letter-spacing:2px;
	height:100%;
}
.tax-item h5{
	margin-top:15px;
	color: #01438f;
	font-size:18px;
	font-weight:bold;
}
.tax-item p{
	text-align:left;
	margin-top:15px;
	font-size:14px;
	color:#666;
	line-height:1.8;
}

.other-item{
	text-align:center;
	letter-spacing:2px;
}
.other-item h5{
	margin-top:20px;
	color: #01438f;
	font-size:18px;
	font-weight:bold;
}
.other-item p{
	text-align:left;
	margin-top:20px;
	font-size:14px;
	color:#666;
	line-height:1.8;
}



.you-can-get{
	padding:40px 0;
}

.you-can-get .nav-pill{
	width:100%;
	height:auto;
}

.you-can-get .nav-pill li{
	float:none;
	height:auto;
}
.you-can-get .nav-pill li .nav-link{
	font-size:22px;
	font-weight:bold;
	border-bottom:3px solid #eee;
	letter-spacing:4px;
	color:#333;
}
.you-can-get .nav-pill li .nav-link.active{
	color:#c81b1d;
	border-bottom:3px solid #c81b1d;
}


.you-can-get .tab-pane{
    background-color: #f4f0f1;

}









.green-box{
	position: relative;
	line-height:2;
}
.green-box::before{
	position: absolute;
	left:-16px;
	top:5%;
	content:'';
	width:3px;
	height:50%;
	background: linear-gradient( #f4f0f1, #113d7e);
}
.green-box::after{
	position: absolute;
	left:-6px;
	top:45%;
	content:'';
	width:3px;
	height:50%;
	background: linear-gradient( #113d7e, #f4f0f1);
}

.link-light{
	padding:6px 20px;
	border-radius:10px;
	color:#333;
	font-weight:bold;
	background-color: #d9d5d6;
}


.cert-box{
	padding:15px;
	margin:15px 0;
	border-radius:10px;
	background-color:#f4f0f1;
}
.cert-box h5{
	color:#01438f;
	font-size:16px;
	font-weight:bold;
}
.cert-box p{
	font-size:14px;
	line-height:2;
	color:#444;
}




.part-question{
	padding:40px 0;
	background:url('/Public/2023/hongkong/images/bg-question.jpg') no-repeat center center;
	background-size:cover;

}

.part-question .item{
	position: relative;
	background-color:#fff;
	border-radius:15px;
	padding:20px;
	height:100%;
}


.part-question .item .icon{
	position: absolute;
	right:5px;
	top:5px;
}
.part-question .item h5{
	color:#114a91;
	font-weight:bold;
	font-size:24px;
	margin-bottom:20px;
}

.part-question .item p{
	color:#777;
	font-size:14px;
	line-height:1.8;
}