body, html {
    margin: 0;
    padding: 0;
}

@keyframes int {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes int {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
img {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    max-height: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input::-webkit-input-placeholder {
color:#FFF;
}
textarea::-webkit-input-placeholder {
color:#FFF;
}

/* Links
   ========================================================================== */

a {
    background: transparent;
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: #333;
}


/* HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    max-width: 100%;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}


/* Text-level semantics  ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}


/* Grouping content  ========================================================================== */

figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms  ========================================================================== */

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
button, input {
    padding: 0;
    border: 0;
}


/* Tables  ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table-bordered {
    border: 1px solid #e5e5e5;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0
}
td, th {
    padding: 0;
}
ul, ol {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
p {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, hr, dt, dd, dl {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
em, i {
    font-style: normal;
}


/* Make HTML 5 elements display block-level for consistent styling */

header, nav, article, footer, address {
    display: block;
}

/* Public Class---------------------------------------------- */
.clearfix {
    display: block;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {
    clear: both;
    height: 0px;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.left {
    float: left;
}
.right {
    float: right;
}

.H5 {
    height: 5px;
}
.H10 {
    height: 10px;
}
.H15 {
    height: 15px;
}
.H20 {
    height: 20px;
}
.H25 {
    height: 25px;
}
.H30 {
    height: 30px;
}
.H35 {
    height: 35px;
}
.H40 {
    height: 40px;
}
.H45 {
    height: 45px;
}
.H50 {
    height: 50px;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width:1440px){
    .wrapper {
        width: 1000px;
    }
}
@media screen and (max-width:1000px){
    .wrapper {
        width: 94%;
    }
}


.rh_body {
    position: relative;
    width: 100%;
    height: 100%;
}

.rh_main {
    width: 390px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
}

.rh_main .p1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.rh_main .p2 {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.rh_main_ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.rh_main_ul li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
}

.rh_main_ul li:after {
    position: absolute;
    top: 26px;
    right: -23px;
    width: 44px;
    height: 1px;
    content: '';
    /*background: url('../images/icon/icon70.png') no-repeat center;*/
}

.rh_main_ul li:last-child:after {
    display: none;
}

.rh_main_ul li img {
    display: inline-block;
    margin-bottom: 5px;
}

.rh_main_ul li p {
    font-size: 14px;
    color: #fff;
}

.rh_form {
    margin-bottom: 10px;
}

.rh_form dt {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.rh_form dd {
    position: relative;
    height: 46px;
    margin-bottom: 10px;
}

.rh_form dd input[type='text'], .rh_form dd input[type='number'] {
    font-size: 14px;
    width: 100%;
    height: 46px;
    padding: 0 20px;
    color: #fff !important;
    border-radius: 23px;
    background: rgba(255, 255, 255, .23);
}

.rh_form dd textarea {
    font-size: 14px;
    width: 100%;
    height: 106px;
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 23px;
    background: rgba(255, 255, 255, .23);
}

.rh_form .yz_code {
    font-size: 14px;
    line-height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    color: #2a3444;
}

.rh_form .q_dd select {
    font-size: 14px;
    float: left;
    width: 27%;
    height: 46px;
    margin-left: 3%;
    padding: 0 10px;
    color: #000;
    border: none;
    border-radius: 23px;
    background: rgba(255, 255, 255, .23);
}

.rh_form .q_dd input[type='text'] {
    float: left;
    width: 40%;
	color: #FFFFFF !important;
}

.rh_form .r_dd {
    position: relative;
}

.rh_form .r_dd span {
    font-size: 14px;
    line-height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    color: #fff;
}

.rh_form .r_dd span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 36px;
    margin: auto 0;
    content: '';
    background: #8b8b8b;
}

.rh_form .r_dd .se_box {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
}

.rh_form .r_dd select {
    font-size: 14px;
    width: 90px;
    height: 46px;
    color: #fff;
    border: none;
    background: none;
}

.rh_form .r_dd .se_box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 36px;
    margin: auto 0;
    content: '';
    background: #8b8b8b;
}

.rh_main .sub_btn {
    font-size: 20px;
    width: 100%;
    height: 46px;
    margin-top: 20px;
    color: #fff;
    border-radius: 23px;
    background: #ff7603;
}

@media screen and (max-width:1440px) {
    .rh_body {
        height: auto;
        min-height: 100%;
    }

    .rh_main {
        padding: 30px 0;
    }

    .rh_main .p1 {
        font-size: 24px;
    }

    .rh_form dt {
        font-size: 20px;
    }

    .rh_form dd {
        height: 40px;
        margin-bottom: 8px;
    }

    .rh_form dd input[type='text'], .rh_form dd input[type='number'] {
        height: 40px;
    }

    .rh_form .yz_code {
        line-height: 40px;
    }

    .rh_form .q_dd select {
        height: 40px;
    }

    .rh_form .r_dd span {
        line-height: 40px;
    }

    .rh_form .r_dd select {
        height: 40px;
    }

    .rh_main .sub_btn {
        font-size: 16px;
        height: 40px;
    }

}

@media screen and (max-width:1000px) {
    .rh_main {
        width: 350px;
    }

}