/* 通用样式 */
a {
    color: #333;
    text-decoration: none;
}
/* 顶部导航区域 */
.page_header {
    position: sticky;
    top: 0;
    z-index: 999;
    height: 81px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page_header .header_right,
.page_header .page_header_wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.page_header .page_header_wrap.content_wrap {
    width: 1366px;
    min-width: 1366px;
    padding: 0 83px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page_header .header_right {
    margin-left: 122px;
}

.page_header .header_logo_wrap .header_logo {
    width: 160px;
    /* height: 39px; */
}

.page_header .header_menu_wrap {
    display: flex;
    height: 100%;
    margin-bottom: 0;
}

.page_header .header_menu_wrap .header_menu_item {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

.page_header .header_menu_wrap .header_menu_item a {
    color: inherit;
    font-weight: inherit;
}

.page_header .header_menu_wrap .header_menu_item.header_menu_item_active {
    color: #cca156;
    font-weight: 700;
}

.page_header .header_search_wrap {
    border-radius: 20px;
    background: #f7f8fa;
    width: 250px;
    max-width: 250px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-left: 30px;
    transition: width 0.2s;
}

.page_header .header_search_wrap .header_search_icon {
    width: 13px;
    min-width: 13px;
    height: 13px;
    font-size: 13px;
    color: #bcbccb;
}

.page_header .header_search_wrap .header_search_input {
    padding-left: 10px;
    width: 100%;
}

.page_header .header_search_wrap div.header_search_input,
.page_header .header_search_wrap .header_search_input::-webkit-input-placeholder {
    color: #bcbccb;
    font-size: 13px;
}

.page_header .header_search_wrap .header_search_input:-moz-placeholder,
.page_header .header_search_wrap .header_search_input::-moz-placeholder {
    color: #bcbccb;
    font-size: 13px;
}

.page_header .header_search_wrap .header_search_input:-ms-input-placeholder {
    color: #bcbccb;
    font-size: 13px;
}

.page_header .header_btn_download {
    font-size: 14px;
    font-weight: 400;
    color: #cca156;
    margin-left: 20px;
    cursor: pointer;
    white-space: nowrap;
}

.page_header .header_btn_wrap {
    margin-left: 20px;
}

.page_header .header_btn_wrap .header_btn {
    background: #cca156;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

/* 页面主要内容区域 */
.page_content_wrap {
    min-height: calc(100vh - 81px - 35px - 30px - 46px);
}

/* 底部页脚区域 */
.page_footer {
    /* height: 427px; */
    width: 100%;
    background: #221e24;
    color: #fff;
    /* margin-top: 40px; */
}
.page_footer .page_footer_content_wrap {
    display: flex;
    justify-content: space-between;
    width: 1366px;
    min-width: 1366px;
    padding: 0 83px 40px;
    margin: 0 auto;
}
.page_footer .page_footer_left {
    width: 420px;
}
.page_footer .page_footer_right {
    width: 780px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page_footer .page_footer_left_title {
    height: 18px;
    line-height: 18px;
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
}
.page_footer .page_footer_left_msg {
    height: 12px;
    line-height: 12px;
    margin-top: 20px;
    font-size: 12px;
}
.page_footer .page_footer_left_qrcode_wrap {
    display: flex;
}
.page_footer .page_footer_left_qrcode_wrap.page_footer_left_qrcode_up {
    margin-top: 53px;
}
.page_footer .page_footer_left_qrcode_wrap.page_footer_left_qrcode_down {
    margin-top: 20px;
}
/*小程序码太小扫不出来*/
.page_footer .page_footer_left_qrcode {
    width: 80px;
    height: 80px;
    /* background-color: red; */
    margin-right: 20px;
}
.page_footer .page_footer_left_qrcode_text_wrap {
    /* display: flex;
    flex-direction: column;
    justify-content: space-around; */
}
.page_footer .page_footer_left_qrcode_msg {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    margin-top: 14px;
}
.page_footer .page_footer_left_qrcode_title {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    margin-top: 17px;
}
.page_footer .page_footer_left_city {
    margin-top: 40px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
}
.page_footer .page_footer_left_city_name {
    margin-top: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
}
.page_footer .page_footer_right_up {
    display: flex;
    justify-content: flex-start;
    padding-top: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.page_footer .page_footer_right_item_wrap {
    font-size: 12px;
    margin-left: 107px;
}
.page_footer .page_footer_right_item_title {
    height: 12px;
    line-height: 12px;
    font-weight: bold;
    cursor: pointer;
}
.page_footer .page_footer_right_item {
    height: 12px;
    line-height: 12px;
    margin-top: 30px;
    cursor: pointer;
}
.page_footer .page_footer_right_item.page_footer_right_item_none {
    cursor: default;
}
.page_footer .page_footer_right_item > a {
    color: #fff;
}
.page_footer .page_footer_right_item > a:hover {
    color: #dab177;
}
.page_footer .page_footer_right_down {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.page_footer .page_footer_right_down_btn_wrap {
    display: flex;
    align-items: center;
}
.page_footer .page_footer_right_down_btn_wrap .page_footer_right_telephone_wrap {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-right: 33px;
}
.page_footer .page_footer_right_down_btn_wrap .page_footer_right_telephone_wrap img {
    font-size: 28px;
    width: 28px;
    height: 28px;
    display: block;
    margin-right: 10px;
}
.page_footer .page_footer_right_down_btn_wrap p {
    font-size: 28px;
    margin-right: 33px;
}
.page_footer .page_footer_right_down_btn {
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #cca156;
    font-size: 14px;
    color: #cca156;
    cursor: pointer;
}
.page_footer .page_footer_right_down_msg {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    margin-top: 15px;
}

/* 数字思维页脚 */
.page_footer_szsw_wrap {
    display: flex;
    width: 1366px;
    min-width: 1366px;
    padding: 20px 83px 40px;
    margin: 0 auto;
}
.page_footer_szsw_wrap .page_footer_szsw_left {
    width: 560px;
    padding-top: 20px;
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.page_footer_szsw_wrap .page_footer_szsw_left .page_footer_szsw_title {
    font-size: 18px;
    font-weight: bold;
}
.page_footer_szsw_wrap .page_footer_szsw_left .page_footer_szsw_subtitle {
    font-size: 14px;
    margin-top: 20px;
}
.page_footer_szsw_wrap .page_footer_szsw_left .page_footer_szsw_qrcode_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -3px;
}
.page_footer_szsw_wrap .page_footer_szsw_qrcode_list .page_footer_szsw_qrcode_item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.page_footer_szsw_wrap .page_footer_szsw_qrcode_item .page_footer_szsw_qrcode_img {
    width: 100px;
    height: 100px;
    display: block;
    margin-right: 10px;
    background-color: #443d47;
}
.page_footer_szsw_wrap .page_footer_szsw_qrcode_item .page_footer_szsw_qrcode_name {
    font-size: 12px;
}
.page_footer_szsw_wrap .page_footer_szsw_right {
    flex: 1;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}
.page_footer_szsw_wrap .page_footer_szsw_menu_wrap {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.page_footer_szsw_wrap .page_footer_szsw_menu_wrap .page_footer_szsw_menu {
    margin-left: 130px;
}
.page_footer_szsw_wrap .page_footer_szsw_menu .page_footer_szsw_menu_title {
    font-size: 16px;
    font-weight: bold;
}
.page_footer_szsw_wrap .page_footer_szsw_menu .page_footer_szsw_menu_item {
    font-size: 14px;
    margin-top: 30px;
}
.page_footer_szsw_wrap .page_footer_szsw_menu .page_footer_szsw_menu_item a {
    color: #fff;
}
.page_footer_szsw_wrap .page_footer_szsw_menu .page_footer_szsw_menu_item a:hover {
    color: #dab177;
}
.page_footer_szsw_wrap .page_footer_szsw_info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 90px;
}
.page_footer_szsw_wrap .page_footer_szsw_info .page_footer_szsw_info_icon {
    font-size: 28px;
    width: 28px;
    height: 28px;
    display: block;
    margin-right: 10px;
}
.page_footer_szsw_wrap .page_footer_szsw_info .page_footer_szsw_info_phone {
    font-size: 28px;
    margin-right: 33px;
}
.page_footer_szsw_wrap .page_footer_szsw_info .page_footer_szsw_info_btn {
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #cca156;
    font-size: 14px;
    color: #cca156;
    cursor: pointer;
}
.page_footer_szsw_wrap .page_footer_szsw_msg {
    font-size: 18px;
    margin-top: 15px;
    text-align: right;
}

/* 版权信息 */
.page_copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    background-color: #28252a;
    display: flex;
    justify-content: center;
    height: 56px;
    line-height: 56px;
}
.page_copyright .page_copyright_color {
    color: #cca156;
}
.page_copyright .page_copyright_color.page_copyright_filings {
    margin-left: 5px;
}
.page_copyright .page_copyright_color.page_copyright_treaty {
    margin-left: 20px;
}
.page_copyright .page_agreement {
    text-decoration: underline;
}
