        /* ========================================= common css ========================================= */
        
        * {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }
        
        ul,
        ol {
            list-style: none;
        }
        
        a {
            text-decoration: none;
        }
        
        a:hover,
        a:visited,
        a:link,
        a:active {
            text-decoration: none !important;
        }
        
        img {
            vertical-align: top;
            border: none;
        }
        
        .button {
            border: 0;
            background-color: none;
            outline: none;
        }
        
        select {
            border: none;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            padding-right: 14px;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: normal;
        }
        
        input,
        textarea {
            outline: none;
            border: none;
        }
        
        textarea {
            resize: none;
            overflow: auto;
        }
        
        i {
            font-style: normal;
        }
        
        table {
            border-collapse: collapse;
            border-spacing: 0;
        }
        
        input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            appearance: none;
            margin: 0;
        }
        /* 火狐 */
        
        input {
            -moz-appearance: textfield;
        }
        
        .clearfix:after {
            content: "";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden;
        }
        
        .wrapper {
            width: 100%;
            height: 100%;
            background: url("../images/bg.jpg") 0 0 repeat-Y;
        }
        
        .wrapper_box {
            width: 1110px;
            height: 100%;
            margin: 0 auto;
            padding-top: 50px;
        }
        
        .hk_tit {
            text-align: center;
            color: #fff;
        }
        
        .hk_tit h1 {
            font-size: 90px;
            font-weight: bold;
            letter-spacing: 10px;
        }
        
        .hk_tit span {
            display: block;
            font-size: 18px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-top: 6px;
        }
        
        .hk_content {
            margin: 50px 0;
        }
        
        .content_tit {
            font-size: 30px;
            color: #fff;
            padding-left: 20px;
            position: relative;
            margin: 0 0 15px 4px;
            font-weight: 600;
            width: 100%;
            letter-spacing: 2px;
        }
        
        .content_tit::before {
            content: "";
            width: 6px;
            height: 30px;
            position: absolute;
            left: 0;
            top: 8px;
            background: #fff;
        }
        
        .dynamic {
            float: left;
        }
        
        .dynamic ul {
            width: 530px;
            height: 365px;
            background: #fff;
            padding: 16px 10px;
            border-radius: 10px;
        }
        
        .dynamic ul li {
            height: 55px;
            padding-left: 15px;
            border-bottom: 1px dashed #ccc;
            line-height: 55px;
            font-size: 18px;
            letter-spacing: 2px;
        }
        
        .norm {
            float: left;
            margin-left: 50px;
        }
        
        .norm ul {
            width: 530px;
            height: 365px;
            background: #fff;
            padding: 16px 10px;
            border-radius: 10px;
        }
        
        .norm ul li {
            height: 102px;
            border-bottom: 1px dashed #ccc;
        }
        
        .norm ul li p {
            margin-left: 10px;
            float: left;
            text-align: center;
            line-height: 102px;
            font-weight: bold;
            font-size: 26px;
        }
        
        .norm ul li span {
            float: left;
            height: 100%;
            padding-top: 28px;
            margin-left: 25px;
            font-size: 18px;
        }
        
        .norm ul li:nth-child(1) span {
            line-height: 102px;
            padding-top: 0;
        }
        
        .form {
            width: 1110px;
        }
        
        .form label {
            font-size: 20px;
            cursor: pointer;
        }
        
        .form input {
            margin-right: 6px;
        }
        
        .form_tit {
            text-align: center;
            color: #fff;
        }
        
        .form_tit p {
            margin: 0 auto;
            width: 460px;
            font-size: 40px;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
        }
        
        .form_tit p::before,
        .form_tit p::after {
            content: "";
            width: 6px;
            height: 30px;
            position: absolute;
            top: 16px;
            background: #fff;
        }
        
        .form_tit p::before {
            left: 0;
        }
        
        .form_tit p::after {
            right: 0;
        }
        
        .form_tit span {
            display: inline-block;
            font-size: 26px;
            margin-top: 6px;
        }
        
        .form_content {
            margin-top: 15px;
            padding: 20px 30px 50px 30px;
            height: 100%;
            background: #fff;
            border-radius: 10px;
        }
        
        .form_select {
            margin-bottom: 50px;
        }
        
        .form_select p {
            font-weight: bold;
            font-size: 26px;
            margin: 10px 0;
        }
        
        .form_select label {
            float: left;
            margin: 0 20px 10px 42px;
        }
        
        .info {
            font-weight: bold;
        }
        
        .info label {
            float: left;
            margin: 0 16px 0 40px;
        }
        
        .info label p {
            float: left;
            margin-top: 4px;
            font-size: 26px;
        }
        
        .info input {
            float: left;
            border: 1px solid #ccc;
            width: 160px;
            height: 40px;
            padding-left: 10px;
            border-radius: 6px;
            margin-top: 2px;
            font-weight: normal;
            font-size: 16px;
        }
        
        .form_btn {
            width: 220px;
            display: inline-block;
            text-align: center;
            line-height: 44px;
            background: #d30202;
            border-radius: 10px;
            color: #fff;
            margin-left: 38px;
            font-size: 24px;
            cursor: pointer;
        }
        /* footer */
        
        .hk_footer_box {
            margin-top: 50px;
            width: 100%;
            background: #fff;
            color: #000;
        }
        
        .hk_footer {
            margin: 0 auto;
            width: 1110px;
            color: #000;
        }
        
        .hk_footer_top {
            border-bottom: #000 1px dashed;
            overflow: hidden;
            padding: 50px 0;
        }
        
        .hk_footer_top .code {
            float: left;
            width: 158px;
            margin: 50px 0 0 104px;
            text-align: center;
        }
        
        .hk_footer_top .code h3 {
            margin-top: 13px;
            font-size: 16px;
        }
        
        .hk_footer_company {
            float: right;
            margin: 0 0 0 60px;
            width: 788px;
        }
        
        .hk_footer_company dt {
            font-weight: bold;
            font-size: 20px;
            margin-bottom: 11px;
        }
        
        .hk_footer_company ul {
            font-size: 16px;
            line-height: 37px;
        }
        
        .hk_footer_company ul div {
            float: left;
        }
        
        .hk_footer_link {
            padding: 20px 0 20px 0;
            text-align: center;
        }
        
        .hk_footer_link a {
            color: #000;
            line-height: 32px;
        }
        
        .hk_footer_link a:hover {
            color: #d30202;
        }