* {
    margin: 0;
    padding: 0;
}

body {
    padding-top: 100px;
    padding-bottom: 100px;
    min-width: 1200px;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #151314;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    min-width: 1200px
}

.phone {
    float: right;
    width: 215px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.phone>div>img {
    width: 56px;
    height: 59px;
}

.phone>div:last-of-type {
    /* line-height: 59px; */
    margin-left: 20px;
}

.phone>div>span {
    font-size: 20px;
    color: #fff;
}

.phone>div>span:last-of-type {
    font-size: 20px;
    font-weight: bold;
    color: #f00;
}

.nav .logo {
    width: 150px;
    height: 58px;
    margin-right: 40px;
}

.nav .nav-right .nav-item {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
    color: white;
    cursor: pointer;
}

.nav .nav-right .nav-item:hover {
    color: red;
}

.banner {
    width: 100%;
    vertical-align: top;
}

.banner-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 98px;
    background: #2d2b2c;
}

.banner-bottom .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
}

.banner-bottom .left .left-icon {
    width: 58px;
    height: 54px;
    margin-right: 22px;
}

.banner-bottom .left .title {
    font-size: 26px;
    font-weight: 500;
}

.banner-bottom .left .question {
    font-size: 22px;
    font-weight: 500;
}

.banner-bottom .right {
    width: 218px;
    height: 49px;
    margin-left: 430px;
    text-align: center;
    line-height: 49px;
    background: #d65156;
    border-radius: 5px;
    color: white;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
}

.rh-style {
    padding: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rh-style .rh-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.rh-style .rh-container li {
    padding-top: 34px;
    border-right: 2px solid #878787;
}

.rh-style .rh-container li:last-of-type {
    border-right: 0;
}

.rh-style .rh-container li:nth-of-type(2) {
    padding-left: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rh-style .rh-container li:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rh-style .rh-container li:nth-of-type(3) .book-img {
    width: 132px;
    height: 141px;
}

.rh-style .rh-container li:nth-of-type(3) .book-title {
    padding-bottom: 25px;
    font-size: 30px;
    font-weight: 500;
    color: #000;
}

.rh-style .rh-container li:nth-of-type(3) .book-btn {
    width: 194px;
    height: 43px;
    background: #d65156;
    color: white;
    text-align: center;
    line-height: 43px;
    font-size: 20px;
    font-weight: 500;
    margin-left: 23px;
}

.rh-style .rh-container .style-title {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 24px;
}

.rh-style .rh-container .style-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 388px;
}

.rh-style .rh-container .style-content .item {
    width: 120px;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    color: #2d2b2c;
}

.rh-style .rh-container .style-content .item:hover {
    color: red;
}

.policy-wrapper {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
}

.policy-wrapper .title {
    padding-bottom: 53px;
    font-size: 36px;
    font-weight: bold;
}

.policy-wrapper .policy-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.policy-wrapper .policy-content .top {
    padding-top: 7px;
    padding-left: 7px;
}

.policy-wrapper .policy-content .left {
    width: 625px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.policy-wrapper .policy-content .left .info-img {
    display: inline-block;
    width: 285px;
    height: 222px;
    vertical-align: top;
}

.policy-wrapper .policy-content .info-content {
    display: inline-block;
    padding-left: 16px;
}

.policy-wrapper .policy-content .info-content .info-title {
    padding-top: 13px;
    padding-left: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: bottom;
    border-left: 5px solid #7d0e0c;
}

.policy-wrapper .policy-content .info-content .info-small-title {
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.policy-wrapper .policy-content .info-content .info-small-title:hover {
    color: red;
}

.policy-wrapper .policy-content .info-content .hot-time {
    display: inline-block;
    padding: 0 10px;
    background-color: #d65156;
    color: white;
}

.policy-wrapper .policy-content .info-content .artical-item {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 10px;
}

.policy-wrapper .policy-content .info-content .artical-item:hover {
    color: red;
}

.policy-wrapper .policy-content .top,
.policy-wrapper .policy-content .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.policy-wrapper .policy-content .guide-container {
    display: inline-block;
}

.policy-wrapper .policy-content .guide-container .guide-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding-bottom: 26px;
}

.policy-wrapper .policy-content .guide-container .guide-content {
    width: 285px;
    padding-left: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.policy-wrapper .policy-content .guide-container .guide-content li {
    width: 83px;
    height: 26px;
    background: #df5838;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-right: 11px;
    margin-bottom: 17px;
    text-align: center;
    line-height: 26px;
}

.policy-wrapper .policy-content .guide-container .guide-content li:nth-of-type(3n) {
    margin-right: 0;
}

.policy-wrapper .policy-content .right {
    width: 562px;
    padding: 21px 14px 30px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 13px;
    background-color: #fff;
}

.policy-wrapper .policy-content .right .title {
    padding-bottom: 34px;
    text-align: center;
}

.policy-wrapper .policy-content .right .item {
    margin-bottom: 13px;
}

.policy-wrapper .policy-content .right label {
    font-size: 20px;
    font-weight: 400;
    color: #353535;
    margin-right: 13px;
}

.policy-wrapper .policy-content .right .radio-label {
    font-size: 20px;
    font-weight: bold;
    color: #353535;
    margin-right: 20px;
}

.policy-wrapper .policy-content .right .input-item {
    display: inline-block;
    margin-right: 10px;
}

.policy-wrapper .policy-content .right .apply-btn {
    width: 232px;
    height: 40px;
    margin: 22px auto;
    text-align: center;
    line-height: 40px;
    color: white;
    background: #7d0e0c;
    border-radius: 10px;
    cursor: pointer;
}

.policy-wrapper .policy-content .right .tip {
    font-size: 14px;
    font-weight: 400;
    color: #ff231f;
    text-align: center;
}

.policy-wrapper .policy-btn {
    padding-top: 30px;
}

.policy-wrapper .policy-btn .left,
.policy-wrapper .policy-btn .right {
    display: inline-block;
    width: 408px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    border-radius: 32px;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
}

.policy-wrapper .policy-btn .right {
    margin-left: 175px;
}

.rh-cate {
    padding-top: 73px;
    padding-bottom: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../images/cate_bgc.png") no-repeat;
    background-size: 100% 100%;
}

.rh-cate .title {
    padding-bottom: 59px;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
}

.rh-cate .rh-cate-content {
    width: 1180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rh-cate .rh-cate-content li {
    width: 283px;
    margin-right: 14px;
    background: url("../images/cate_img.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin-bottom: 26px;
    cursor: pointer;
}

.rh-cate .rh-cate-content li:nth-of-type(4n) {
    margin-right: 0;
}

.rh-cate .rh-cate-content .name {
    padding-top: 31px;
    font-size: 28px;
    font-weight: bold;
    color: #7d0e0c;
}

.rh-cate .rh-cate-content .detail {
    padding-top: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #252525;
}

.rh-cate .rh-cate-content .online-btn {
    width: 209px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    background: #be0803;
    color: White;
    margin: 28px auto;
}

.question-wrapper {
    padding-top: 84px;
    padding-bottom: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../images/question_bgc.png") no-repeat;
    background-size: 100% 100%;
}

.question-wrapper .title {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
}

.question-wrapper .small-title {
    padding-top: 24px;
    padding-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #303031;
}

.question-wrapper .question-content {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.question-wrapper .question-content li {
    width: 307px;
    height: 59px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(81, 81, 81, 0.14);
    box-shadow: 0px 0px 11px 2px rgba(81, 81, 81, 0.14);
    border-radius: 5px;
    text-align: center;
    line-height: 59px;
    font-size: 18px;
    font-weight: 400;
    color: #313132;
    margin-right: 39px;
    margin-bottom: 24px;
    cursor: pointer;
}

.question-wrapper .question-content li:hover {
    background-color: #d65156;
    color: white;
}

.question-wrapper .question-content li:nth-of-type(3n) {
    margin-right: 0;
}

.benefit-wrapper {
    padding-top: 73px;
    padding-bottom: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../images/benefit_bgc.png") no-repeat;
    background-size: 100% 100%;
}

.benefit-wrapper .title {
    padding-bottom: 60px;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
}

.benefit-wrapper .benefit-content {
    width: 1182px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.benefit-wrapper .benefit-content li {
    padding-top: 10px;
    padding-bottom: 56px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 286px;
    margin-right: 12px;
    margin-bottom: 20px;
    background: #e8e8e8;
    cursor: pointer;
}

.benefit-wrapper .benefit-content li:nth-of-type(4n) {
    margin-right: 0;
}

.benefit-wrapper .benefit-content .benefit-icon {
    width: 91px;
    height: 91px;
}

.benefit-wrapper .benefit-content .name {
    padding: 14px 0;
    font-size: 26px;
    font-weight: bold;
    color: #7d0e0c;
}

.benefit-wrapper .benefit-content .detail {
    width: 70%;
    padding-bottom: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #1b1b1b;
    text-align: center;
}

.benefit-wrapper .benefit-content .benefit-btn {
    position: absolute;
    left: 50%;
    bottom: 28px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 124px;
    height: 29px;
    background: #d65156;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 29px;
}

.service-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 71px;
    padding-bottom: 100px;
    background-color: #f7f7f7;
}

.service-wrapper .title {
    padding-bottom: 64px;
    height: 36px;
    font-size: 36px;
    font-weight: bold;
}

.service-wrapper .service-content .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service-wrapper .service-content .left-img {
    width: 235px;
    height: 218px;
}

.service-wrapper .service-content .detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 50px;
    padding-right: 64px;
    font-size: 16px;
    font-weight: 400;
}

.service-wrapper .service-content .detail li {
    list-style-type: disc;
    margin-bottom: 15px;
    cursor: pointer;
}

.service-wrapper .service-content .right-img {
    width: 418px;
    height: 218px;
}

.consumer-wrapper {
    padding-top: 45px;
    padding-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.consumer-wrapper .consumer-content {
    width: 1175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.consumer-wrapper .consumer-content li {
    width: 380px;
    height: 373px;
    margin-right: 16px;
    margin-bottom: 12px;
}

.consumer-wrapper .consumer-content li:nth-of-type(3n) {
    margin-right: 0;
}

.consumer-wrapper .consumer-content li img {
    width: 100%;
    height: 100%;
}

.footer-wrapper {
    height: 96px;
    background: #313131;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.footer-wrapper a {
    color: white;
}

body {
    position: relative;
}

.fixed-left,
.fixed-right {
    width: 126px;
    height: 526px;
    position: fixed;
    top: 200px;
    cursor: pointer;
}

.fixed-left {
    left: 40px;
}

.fixed-right {
    right: 40px;
}

.consumer-mask {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(151, 62, 61, 0.8);
}

.consumer-mask span {
    font-size: 35px;
    font-weight: bold;
    color: #fbcb25;
}

.consumer-mask .consumer-btn {
    width: 298px;
    height: 52px;
    margin-left: 104px;
    text-align: center;
    line-height: 52px;
    background: #df5838;
    border-radius: 26px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.form-wrapper {
    text-align: center;
}

.form-wrapper .form-item {
    margin-bottom: 15px;
}

.form-wrapper .form-item .label {
    margin-right: 10px;
    color: #333;
    font-size: 18px;
}

.form-wrapper .form-item select,
.form-wrapper .form-item .input-text {
    width: 278px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-wrapper .form-item .input-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*# sourceMappingURL=index.css.map */