/*--默认--*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
}

body {
    font-family: 微软雅黑, 黑体;
    min-width: 320px;
    margin: auto;
    background-color: #F6F7F9;
    font-size: 18rem;
}

ol,
ul,
li {
    list-style: none outside none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

tr,
td,
th {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1.3;
}

i,
em,
b,
strong {
    font-style: normal;
    font-weight: normal;
}

input,
textarea,
select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
    font-size: inherit;
    color: inherit;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

select::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

body::-webkit-scrollbar {
    /*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width: 0px;
}

body {
    -ms-overflow-style: none;
}

/* 右箭头 */
.icon-arrow-right {
    width: 8rem;
    height: 8rem;
    border: 2px solid #FFFFFF;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

/* 顶部nav */

.header-2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.header-2 .d1 {
    /* width: 100%; */
    height: 44rem;
    background: #0263B2;
    padding: 0 260rem;
    font-size: 16rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
}

.lit-show .d1 {
    transition: all 0.2s ease-out 0s;
}

.lit .d1 {
    height: 0;
    transition: all 0.2s ease-out 0s;
}

/* 页面顶部导航 */

.header-2 .d1 .block {
    /* position: relative; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-2 .d2 {
    height: 80rem;
    display: flex;
    align-items: center;
    /*padding: 0 260rem;*/
    padding-left: 260rem;
    background: #FFFFFF;
}

.header-2 .d2 .hk-logo {
    width: 246rem;
    height: 42rem;
}

.header-2 .d2 .nav-list {
    margin-left: 137rem;
    display: flex;
    align-items: center;
    font-size: 18rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
}

.header-2 .d2 .nav-list .nav-item {
    margin-right: 60rem;
}

.header-2 .d2 .nav-list .nav-item.select-item {

}

.d2 .tools-box {
    display: none;
}

.d2 .tools-box .menu {
    width: 50rem;
    height: 38rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.d2 .tools-box .menu .menu-li {
    width: 100%;
    height: 6rem;
    background-color: #333333;
}

.nav_mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-out 0s;
    width: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
}

.nav_mobile .hk-logo {
    width: 280rem;
    height: 48rem;
    background-image: url(../images/hk_text_logo2.png);
    background-size: 100% 100%;
    position: absolute;
    left: 30rem;
    top: 26rem;
}

.nav_mobile .close {
    width: 48rem;
    height: 48rem;
    background-image: url(../images/close.png);
    background-size: 100% 100%;
    position: absolute;
    right: 20rem;
    top: 20rem;
}

.nav_mobile .nav_main {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    padding-top: 120rem;
}

.nav_mobile .nav_main a {
    width: 50%;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none;
    font-size: 26rem;
    padding: 20rem 20rem;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.nav_mobile .nav_main a:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.page-header.nav-list .nav-item.select-item:after {
    width: 100%;
    transition: width 0.3s ease 0s;
}

.page-header.nav-list .nav-item {
    margin-right: 60rem;
    display: flex;
    justify-content: center;
    position: relative;
}

.page-header.nav-list .nav-item .nav-item-title {
    z-index: 99;
}

.page-header.nav-list .nav-item:after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #0263B2;
    position: absolute;
    bottom: -10rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.page-header.nav-list .nav-item:before {
    content: "";
    width: 2px;
    height: 0rem;
    background-color: #0263B2;
    position: absolute;
    top: 33rem;
    left: 50%;
    transform: translateX(-50%);
}

.page-header.nav-list .nav-item.showdiv:after {
    width: 100%;
}

.page-header.nav-list .nav-item.showdiv:before {
    height: 20rem;
}

.page-header.nav-list .nav-item .nav-child {
    position: absolute;
    top: 0;
    padding-top: 50rem;
    /*min-width: 1100rem;*/
    width: 1050rem;
    opacity: 0;
    display: none;
}

.page-header.nav-list .nav-item.showdiv .nav-child {
    display: block;
    opacity: 1;
    transition: opacity 0.8s ease 0s;
}

.page-header.nav-list .nav-item .nav-child .nav-child-box {
    background-color: #FFFFFF;
    border-top: 2px solid #0263B2;
    padding: 20rem;
    /*padding-left: 300rem;*/
    min-height: 100rem;
    position: relative;

    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr 1fr;*/

    /*width: calc(100% - 10rem);*/

    display: flex;

    align-items: center;

}

.page-header.nav-list .nav-item .nav-child .nav-child-box .nav-child-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 20rem;
}

.page-header.nav-list .nav-item .nav-child .nav-child-box .nav-hk-bg {
    width: 260rem;
    height: 130rem;
    /*position: absolute;*/
    /*left: 10rem;*/
    /*top: 30rem;*/
}

.page-header.nav-list .nav-item .nav-child .nav-child-box .nav-hk-log {
    width: 246rem;
    height: 42rem;
    position: absolute;
    right: 10rem;
    bottom: 10rem;
    opacity: 0.2;
}

.page-header.nav-list .nav-item .nav-child .nav-child-box .nav-child-title {
    width: calc(100% / 3 - 20rem);
    color: #031829;
    font-weight: 600;
    padding-bottom: 10rem;
    padding-right: 20rem;
}

.page-header.nav-list .nav-item .nav-child .nav-child-box .nav-child-title:hover {
    color: #0263B2;
}

/* 位置步骤 */
.location-header {
    width: 100%;
    height: 300rem;
    background-image: url(../images/news_bg.png);
    background-size: 100% 100%;
    margin-top: 124rem;
}

.location-header .quick-tab {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    padding: 0 20rem;
    box-sizing: border-box;
}

.location-header .quick-tab .quick-tab-itam {
    padding: 10rem 16rem;
    font-size: 30rem;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: underline;
    line-height: 50rem;
}

.location-header .header-title-box {
    margin-left: 360rem;
    padding-top: 60rem;
}

.location-header .header-title-box .header-title-text {
    font-size: 38rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40rem;
}

.location-header .header-title-box .header-title-text-en {
    font-size: 16rem;
    font-family: Source Han Serif SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40rem;
    position: relative;
}

.location-header .header-title-box .header-title-text-en::after {
    content: "";
    width: 30rem;
    height: 3rem;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.location-header .header-title-box .page-location {
    display: flex;
    align-items: center;
    margin-top: 30rem;
}

.location-header .header-title-box .page-location .page-location-icon {
    width: 12rem;
    height: 15rem;
    margin-right: 5rem;
}

.location-header .header-title-box .page-location .page-location-name {
    font-size: 16rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40rem;
    display: flex;
    align-items: center;
}

.location-header .header-title-box .page-location .icon-arrow-right {
    /*margin-top: 2rem;*/
    margin-left: 10rem;
    margin-right: 10rem;
}

/* 底部导航 */
.bottom-nav-box {
    width: 100%;
    height: 275rem;
    /*background-color: #031829;*/
    background-color: #0263B2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bottom-nav-box .friendly-links {
    position: absolute;
    top: -60rem;
    left: 260rem;
    right: 260rem;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*width: 1400rem;*/
    /*width: 80%;*/
    height: 110rem;
    background: #FFFFFF;
    border: 1px solid #ebeef5;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 25rem 0px 25rem 0px;
    display: flex;
    align-items: center;
    padding-left: 124rem;
}

.bottom-nav-box .friendly-links .friendly-links-title {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: -1px;
    width: 124rem;
    background: #D60010;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 25rem 0px 0px 0px;
}

.bottom-nav-box .friendly-links .select-box {
    width: 235rem;
    height: 40rem;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin-left: 18rem;
    font-size: 16rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    padding: 0 18rem;
}

.bottom-nav-box .bottom-nav-hklog {
    width: 304rem;
    height: 52rem;
}

.bottom-nav-box .postal-address {
    display: flex;
    align-items: center;
    font-size: 14rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 20rem;

    position: relative;
}

.bottom-nav-box .postal-address .division {
    width: 50rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-nav-box .postal-address .division::after {
    content: "";
    width: 1px;
    height: 7rem;
    background-color: #FFFFFF;
    opacity: 0.3;
    position: absolute;
}

.bottom-nav-box .postal-address .wechat-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18rem;
    color: #ffffff;
    position: absolute;
    right: -150rem;
    top: -80rem;
}

.bottom-nav-box .postal-address .wechat-code .code-img {
    width: 120rem;
    height: 120rem;
    margin-top: 10rem;
}

.postal-address {
    max-width: 1200rem;
    flex-wrap: wrap;
    height: 50rem;
}

/*分页*/
.page-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30rem 30rem 30rem 0;
    box-sizing: border-box;
}

.page-box .page-item-box {
    width: 40rem;
    height: 40rem;
    border: 1px solid #BBBBBB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #666666;
    margin-right: 10rem;
    cursor: pointer;
}

.page-box .page-item-box.action-page {
    border-color: #007aff;
    color: #007aff;
}

.page-box .page-item-box .page-item-left {
    width: 10rem;
    height: 10rem;
    background-color: transparent; /* 模块背景为透明 */
    border-color: #666666;
    border-style: solid;
    border-width: 0 0 2rem 2rem;
    transform: rotate(45deg); /*箭头方向可以自由切换角度*/
}

.page-box .page-item-box .page-item-right {
    width: 10rem;
    height: 10rem;
    background-color: transparent; /* 模块背景为透明 */
    border-color: #666666;
    border-style: solid;
    border-width: 2rem 2rem 0 0;
    transform: rotate(45deg); /*箭头方向可以自由切换角度*/
}

.page-box .page-item-box:hover {
    color: #007aff;
    border-color: #007aff;
}

.page-box .page-item-box:hover .page-arrow {
    border-color: #007aff;
}

/*分页 end*/

/*顶部搜索*/
.page-header .search-box {

}

.page-header .search-box .search-icon {
    border-radius: 50%;
    border: 1px solid #333333;
    padding: 10rem;
    cursor: pointer;
}

.page-header .search-box .search-icon img {
    width: 30rem;
    height: 30rem;
}

.search-mode {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;

    transition: all 0.3s ease-out 0s;
}

.search-mode.showdiv{
    opacity: 1;
    visibility: visible;
}

.search-mode .clear-btn{
    width: 100rem;
    height: 100rem;
    background-image: url(../images/clear.png);
    background-size: 100% 100%;
    position: absolute;
    top: 60rem;
    right: 60rem;
    cursor: pointer;
}

.search-mode .search-input-box{
    display: flex;
    align-items: center;
}

.search-mode .search-input-box .search-input{
    width: 600rem;
    height: 60rem;
    background-color: #FFFFFF;
    padding: 0rem 20rem;
    font-size: 23rem;
}

.search-mode .search-input-box .search-input-ben{
    width: 150rem;
    height: 60rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23rem;
    color: #FFFFFF;
    background-color: #007aff;
    cursor: pointer;
}

/*顶部搜索 end*/