﻿@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
}

body {
    background: #F3FAF7;
    color: #333333;
    font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    max-width: 768px;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    padding-bottom: 0.7rem;
}

td,
th,
caption {
    font-size: 14px;
}

* {
    margin: 0 auto;
    box-sizing: border-box;
    user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    border: 0 none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    text-decoration: none;
}

img {
    /* width: 100%;
  height: 100%;
  border: none; */
    display: block;
    max-width: 100%;
}

ol,
ul,
li {
    list-style: none;
    outline: none;
    border: 0 none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html {
    line-height: initial;
}

body {
    font-size: 0.32rem;
}

section {
    width: 100%;
}

.top_section {
    position: fixed;
    top: 0;
    left: 0;
    height: 0.7rem;
    width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
}

.top_section .wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    width: 6.96rem;
    height: 0.7rem;
    margin: 0 auto;
}

.top_section .left_part {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.top_section .left_part .icon {
    width: 0.54rem;
    height: 0.54rem;
    background: url("../images/wechat_icon.png") no-repeat center / contain;
}

.top_section .left_part .txt {
    margin-left: 0.09rem;
    font-size: 0.22rem;
    line-height: 0.24rem;
    color: #fff;
}

.top_section .left_part .txt .small {
    font-size: 0.14rem;
}

.top_section .right_part {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.top_section .focusTo {
    display: block;
    width: 1.1rem;
    height: 0.43rem;
    text-align: center;
    font-size: 0.22rem;
    line-height: 0.43rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    border-radius: 0.05rem;
    color: #fff;
    background-color: #ff4545;
}

.top_section .focusTo:active {
    background-color: #a11c1c;
}

.header {
    width: 100%;
    height: 0.8rem;
    background-color: #fff;
    /* margin-top: 0.7rem; */
}

.header .wrapper {
    width: 93.75%;
    margin: 0 auto;
}

.header .logo_area a {
    display: block;
    width: 1.5rem;
    height: 0.8rem;
    text-indent: -9999em;
    background: url("../images/logo.png") no-repeat center / contain;
}

.header .tel_area a {
    display: block;
    font-size: 0.18rem;
    line-height: 0.8rem;
    color: #231815;
}

.header .tel_area a .phone_icon {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
    vertical-align: text-bottom;
    background: url("../images/h_phone.png") no-repeat center / contain;
}

.qr-block {
    width: 100%;
    margin: 0 auto 0.2rem;
}

.footer {
    position: fixed;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 0.7rem;
    left: 0;
    bottom: 0;
    border-top: 0.01rem solid #fff;
    z-index: 999;
}

.footer a {
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.7rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
}

.footer a:last-child {
    background-image: linear-gradient(to left, #ff9448 0%, #fe4f36 100%);
}

.footer a .icon {
    display: inline-block;
    height: 0.7rem;
    vertical-align: top;
    margin-right: 0.13rem;
}

.footer a:nth-child(1) {
    border-right: 0.01rem solid #fff;
}

.footer a:nth-child(2) {
    border-left: 0.01rem solid #fff;
}

.footer a:active {
    background-color: #2d9690;
}

.footer .online .icon {
    width: 0.31rem;
    background: url("../images/icon_online.png") no-repeat center / contain;
}

.footer .tel .icon {
    width: 0.3rem;
    background: url("../images/icon_phone.png") no-repeat center / contain;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -4%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}

.col {
    display: inline-block;
    vertical-align: top;
    font-size: .25rem;
}

.col-estimate {
    vertical-align: top;
    font-size: .25rem;
}

.row {
    font-size: 0;
}

.col-1 {
    width: 8.3333333%;
}

.col-2 {
    width: 16.6666666%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333333%;
}

.col-5 {
    width: 41.6666666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3333333%;
}

.col-8 {
    width: 66.6666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333333%;
}

.col-11 {
    width: 91.6666666%;
}

.col-12 {
    width: 100%;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.blue {
    color: #10784D;
}

.banner a {
    display: block;
    background: url(../images/banner.jpg) no-repeat center top;
    background-size: 7.5rem;
    background-size: 100%;
    height: 4.5rem;
}
/* 
.banner-img {
    background: url(../images/02_wenzi_03.png)no-repeat center top;
    background-size: 100%;
    height: 4rem;
    margin-top: 0.07rem;
} */

/* 第二屏 */

.strategy-two {
    width: 100%;
    height: 2.4rem;
    padding: 0;
    margin: 0;
    padding-top: 0.5rem;
}

.strategy-two div {
    width: 100%;
    height: 1.9rem;
}

.strategy-two div div {
    width: 25%;
    height: 1.7rem;
}

.strategy-two div div p {
    margin-top: 1.2rem;
    color: #3C3C3C;
}

.strategy-two-1 {
    background: url(../images/03_tubiao_02.png)no-repeat center top;
    background-size: 100%;
    margin-left: 0rem;
}

.strategy-two-2 {
    background: url(../images/03_tubiao_03.png)no-repeat center top;
    background-size: 100%;
}

.strategy-two-3 {
    background: url(../images/03_tubiao_04.png)no-repeat center top;
    background-size: 100%;
}

.strategy-two-4 {
    background: url(../images/03_tubiao_05.png)no-repeat center top;
    background-size: 100%;
}

/* 第三屏 */

.strategy-three {
    width: 100%;
    height: 12rem;
    margin: 0 auto;
}

.strategy-three-top {
    width: 100%;
    height: 1.42rem;
    padding-top: 0.2rem;
}

.strategy-three-top h1 {
    color: #333333;
    font-size: 0.367rem;
    font-weight: 600;
}

.strategy-three-top h1 span {
    color: #7c49cc;
    font-size: 0.367rem;
    font-weight: 600;
}

.strategy-three-top p {
    color: #7D7F7E;
    margin-top: 0.2rem;
}

.strategy-three-content {
    width: 100%;
    height: 8.05rem;
}

.strategy-three-content-left {
    width: 36%;
    height: 8rem;
    margin-left: 3%;
}

.strategy-three-content-left-1 {
    width: 100%;
    height: 3.7rem;
    margin-top: 0.3rem;
    background: url(../images/04_mokuai_03.png)no-repeat left top;
    background-size: 100%;
}

.three-left-1 {
    font-size: 0.27rem;
    color: #FD4940;
    font-weight: 600;
    margin-top: 0.3rem;
}

.three-left-2 {
    font-size: 0.27rem;
    color: #FD9221;
    font-weight: 600;
    margin-top: 0.3rem;
}

.strategy-three-content-left-txt p {
    width: 90%;
    font-size: 0.21rem;
    height: 1.2rem;
    text-align: left;
    line-height: 0.35rem;
    margin: 0 auto;
    margin-top: 0.2rem;
    color: #666666;
}

.three-form-btn {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.25rem;
    height: 0.6rem;
    width: 65%;
    margin-left: 0px;
    margin-top: 0.13rem;
    cursor: pointer;
    background-color: #F0443A;
    border-radius: 0.5rem;
    background: -moz-linear-gradient(left, #ff6297, #ff7aa8);
    /*火狐*/
    background: -webkit-linear-gradient(left, #ff6297 0%, #ff7aa8 100%);
    background: -o-linear-gradient(left, #ff6297 0%, #ff7aa8 100%);
    background: -ms-linear-gradient(left, #ff6297 0%, #ff7aa8 100%);
    background: linear-gradient(to right, #ff6297 0%, #ff7aa8 100%);
}

.three-form-btn-2 {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.25rem;
    height: 0.6rem;
    width: 65%;
    margin-left: 0px;
    margin-top: 0.13rem;
    cursor: pointer;
    background-color: #F0443A;
    border-radius: 0.5rem;
    background: -moz-linear-gradient(left, #FD8516, #EBBE41);
    /*火狐*/
    background: -webkit-linear-gradient(left, #FD8516 0%, #EBBE41 100%);
    background: -o-linear-gradient(left, #FD8516 0%, #EBBE41 100%);
    background: -ms-linear-gradient(left, #FD8516 0%, #EBBE41 100%);
    background: linear-gradient(to right, #FD8516 0%, #EBBE41 100%);
}

.strategy-three-content-left-number {
    color: #666666;
    line-height: 0.6rem;
}

.strategy-three-content-left-2 {
    width: 100%;
    height: 3.7rem;
    margin-top: 0.15rem;
    background: url(../images/04_mokuai_10.png)no-repeat left top;
    background-size: 100%;
}

/* 右 */

.strategy-three-content-right {
    width: 55%;
    height: 8rem;
    float: left;
    margin-left: 3%;
}

.strategy-three-content-right-1 {
    width: 100%;
    height: 2.4rem;
    margin-top: 0.3rem;
    background: url(../images/04_mokuai_05.png)no-repeat left top;
    background-size: 100%;
}

.strategy-three-content-right-2 {
    width: 100%;
    height: 2.4rem;
    margin-top: 0.15rem;
    background: url(../images/04_mokuai_08.png)no-repeat left top;
    background-size: 100%;
}

.strategy-three-content-right-3 {
    width: 100%;
    height: 2.4rem;
    margin-top: 0.15rem;
    background: url(../images/04_mokuai_12.png)no-repeat left top;
    background-size: 100%;
}

.three-right-1 {
    font-size: 0.27rem;
    color: #8e46f0;
    font-weight: 600;
    margin-top: 0.22rem;
}

.three-right-2 {
    font-size: 0.27rem;
    color: #3DACDE;
    font-weight: 600;
    margin-top: 0.22rem;
}

.three-right-3 {
    font-size: 0.27rem;
    color: #6374EB;
    font-weight: 600;
    margin-top: 0.22rem;
}

.strategy-three-content-right-txt p {
    width: 90%;
    font-size: 0.21rem;
    height: 0.7rem;
    text-align: left;
    line-height: 0.35rem;
    margin: 0 auto;
    margin-top: 0.15rem;
    color: #666666;
}

.three-right-form-btn-1 {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.25rem;
    height: 0.6rem;
    width: 40%;
    margin-left: 0px;
    margin-top: 0.18rem;
    cursor: pointer;
    background-color: #F0443A;
    border-radius: 0.5rem;
    background: -moz-linear-gradient(left, #7653d2, #a29dd7);
    /*火狐*/
    background: -webkit-linear-gradient(left, #7653d2 0%, #a29dd7 100%);
    background: -o-linear-gradient(left, #7653d2 0%, #a29dd7 100%);
    background: -ms-linear-gradient(left, #7653d2 0%, #a29dd7 100%);
    background: linear-gradient(to right, #7653d2 0%, #a29dd7 100%);
}

.three-right-form-btn-2 {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.25rem;
    height: 0.6rem;
    width: 40%;
    margin-left: 0px;
    margin-top: 0.18rem;
    cursor: pointer;
    background-color: #F0443A;
    border-radius: 0.5rem;
    background: -moz-linear-gradient(left, #1D9CD5, #44BCF2);
    /*火狐*/
    background: -webkit-linear-gradient(left, #1D9CD5 0%, #44BCF2 100%);
    background: -o-linear-gradient(left, #1D9CD5 0%, #44BCF2 100%);
    background: -ms-linear-gradient(left, #1D9CD5 0%, #44BCF2 100%);
    background: linear-gradient(to right, #1D9CD5 0%, #44BCF2 100%);
}

.three-right-form-btn-3 {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.25rem;
    height: 0.6rem;
    width: 40%;
    margin-left: 0px;
    margin-top: 0.18rem;
    cursor: pointer;
    background-color: #F0443A;
    border-radius: 0.5rem;
    background: -moz-linear-gradient(left, #4C5CCE, #7383F4);
    /*火狐*/
    background: -webkit-linear-gradient(left, #4C5CCE 0%, #7383F4 100%);
    background: -o-linear-gradient(left, #4C5CCE 0%, #7383F4 100%);
    background: -ms-linear-gradient(left, #4C5CCE 0%, #7383F4 100%);
    background: linear-gradient(to right, #4C5CCE 0%, #7383F4 100%);
}

.strategy-three-content-right-number {
    float: right;
    width: 27%;
    height: 0.3rem;
    margin-top: -0.42rem;
}

.strategy-three-content-right-number p {
    text-align: left;
    color: #666;
}

.strategy-three-bottom {
    width: 7rem;
    height: 2.3rem;
    margin: 0 auto;
}

.strategy-three-bottom-txt {
    width: 7rem;
    height: 1rem;
    margin-top: 0.3rem;
}

.strategy-three-bottom-txt-img {
    width: 0.7rem;
    height: 0.62rem;
    background: url(../images/04_mokuai_bottom.png)no-repeat;
    background-size: 100%;
}

.strategy-three-bottom-txt-title {
    width: 6.1rem;
    height: 0.7rem;
}

.strategy-three-bottom-txt-title p {
    text-align: left;
    font-size: 0.25rem;
    color: #ed4f84;
}

.strategy-three-bottom-input {
    width: 7rem;
    height: 1rem;
}

.strategy-three-bottom-input-btn {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.27rem;
    height: 0.8rem;
    width: 60%;
    margin-left: 0px;
    margin-top: 0.11rem;
    cursor: pointer;
    background-color: #F0443A;
    border-radius: 0.5rem;
    background: -moz-linear-gradient(left, #FF5C42, #FA8E09);
    /*火狐*/
    background: -webkit-linear-gradient(left, #FF5C42 0%, #FA8E09 100%);
    background: -o-linear-gradient(left, #FF5C42 0%, #FA8E09 100%);
    background: -ms-linear-gradient(left, #FF5C42 0%, #FA8E09 100%);
    background: linear-gradient(to right, #FF5C42 0%, #FA8E09 100%);
}

/* 第四屏 */

.strategy-four {
    width: 100%;
    height: 9.5rem;
    margin: 0 auto;
}

.strategy-four-top {
    width: 100%;
    height: 1.42rem;
    padding-top: 0.2rem;
}

.strategy-four-top h1 {
    color: #333333;
    font-size: 0.367rem;
    font-weight: 600;
}

.strategy-four-top h1 span {
    color: #7c49cc;
    font-size: 0.367rem;
    font-weight: 600;
}

.strategy-four-top p {
    color: #7D7F7E;
    margin-top: 0.2rem;
}

.strategy-four-content {
    width: 100%;
    height: 7.9rem;
    background: url(../images/05_beijing_03.png)no-repeat center bottom;
    background-size: 100%;
}

.strategy-four-1 {
    width: 7rem;
    height: 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0);
}

.strategy-four-1 p {
    font-size: 0.25rem;
    margin-top: 1.3rem;
    color: #000;
}

.strategy-four-2 {
    width: 7rem;
    height: 1rem;
}

.strategy-four-2-left {
    width: 2.42rem;
    height: 1rem;
}

.strategy-four-2-left p {
    margin-top: 0.2rem;
}

.strategy-four-2-right {
    width: 2.42rem;
    height: 1rem;
}

.strategy-four-2-right p {
    margin-top: 0.2rem;
}

.strategy-four-3 {
    width: 7rem;
    height: 1.6rem;
}

.strategy-four-3-btn {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.25rem;
    height: 0.7rem;
    width: 36%;
    margin-left: 0px;
    margin-top: 0.16rem;
    cursor: pointer;
    background-color: #F0443A;
    border-radius: 0.5rem;
    background: -moz-linear-gradient(left, #ff6297, #ff7da9);
    /*火狐*/
    background: -webkit-linear-gradient(left, #ff6297 0%, #ff7da9 100%);
    background: -o-linear-gradient(left, #ff6297 0%, #ff7da9 100%);
    background: -ms-linear-gradient(left, #ff6297 0%, #ff7da9 100%);
    background: linear-gradient(to right, #ff6297 0%, #ff7da9 100%);
}

.strategy-four-5 {
    width: 7rem;
    height: 1.7rem;
}

.strategy-four-5 p {
    margin-top: 0.6rem;
    color: #000;
}

/* 第五屏 */

.strategy-five {
    width: 100%;
    height: 10.2rem;
    background: url(../images/06_beijing_02.png)no-repeat center top;
    background-size: 100%;
}

.strategy-five-top {
    width: 100%;
    height: 2rem;
    padding-top: 0.7rem;
}

.strategy-five-top h1 {
    color: #fff;
    font-size: 0.367rem;
    font-weight: 600;
}

.strategy-five-top h1 span {
    color: #FCCA4C;
    font-size: 0.367rem;
    font-weight: 600;
}

.strategy-five-top p {
    color: rgb(239, 252, 243);
    margin-top: 0.2rem;
}

.strategy-five-content {
    height: 4.8rem;
    width: 7rem;
    font-size: 0.23rem;
}

.strategy-five-bottom {
    width: 7rem;
    height: 3rem;
}

.strategy-five-bottom-txt {
    width: 6rem;
    height: 1.5rem;
    margin-left: 1rem;
    padding-top: 0.4rem;
}

.strategy-five-bottom-txt p {
    text-align: left;
    color: #fff;
    line-height: 0.4rem;
}

.strategy-five-bottom-input {
    width: 100%;
    height: 1.5rem;
}

.strategy-five-bottom-input-btn {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.25rem;
    height: 0.75rem;
    width: 56%;
    margin-left: 0px;
    margin-top: 0.16rem;
    cursor: pointer;
    background-color: #F0443A;
    border-radius: 0.5rem;
    background: -moz-linear-gradient(left, #ff6297, #ff7da9);
    /*火狐*/
    background: -webkit-linear-gradient(left, #ff6297 0%, #ff7da9 100%);
    background: -o-linear-gradient(left, #ff6297 0%, #ff7da9 100%);
    background: -ms-linear-gradient(left, #ff6297 0%, #ff7da9 100%);
    background: linear-gradient(to right, #ff6297 0%, #ff7da9 100%);
}

/* 第六屏 */

.strategy-six {
    width: 100%;
    height: 10.5rem;
    margin: 0 auto;
}

.strategy-six-top {
    width: 100%;
    height: 1.42rem;
    padding-top: 0.2rem;
}

.strategy-six-top h1 {
    color: #333333;
    font-size: 0.367rem;
    font-weight: 600;
}

.strategy-six-top h1 span {
    color: #7c49cc;
    font-size: 0.367rem;
    font-weight: 600;
}

.strategy-six-top p {
    color: #7D7F7E;
    margin-top: 0.2rem;
}

.strategy-six-bottom {
    width: 92%;
    height: 8.8rem;
}

.strategy-six-title {
    width: 100%;
    height: 0.8rem;
    /* border: 1px solid rgba(123, 180, 206, 0); */
    background: url(../images/07_xiala_033.png)no-repeat center bottom;
    background-size: 100%;
}

.strategy-six-title p {
    font-size: 0.35rem;
    font-weight: 600;
    color: #fff;
    /* margin-top: 0.3rem; */
    padding-top: 0.15rem;
}

.strategy-six-tab-content {
    width: 100%;
    height: 7.8rem;
    display: none
    /* border: 1px solid #275ccf; */
}

.strategy-six-tab {
    width: 100%;
    height: 1.1rem;
    background-color: #fff;
    /* border: 1px solid rgb(240, 68, 148); */
}

.strategy-six-tab-1 {
    width: 32%;
    height: 1.1rem;
    border: 0.01rem solid #743be0;
    border-right: 0rem;
    border-top: 0rem;
}

.strategy-six-tab-1 p {
    color: #333;
    line-height: 1.1rem;
    font-size: 0.25rem;
}

.strategy-six-tab-2 {
    width: 28%;
    height: 1.1rem;
    border: 0.01rem solid #743be0;
    border-right: 0rem;
    border-top: 0rem;
}

.strategy-six-tab-2 p {
    color: #743be0;
    line-height: 1.1rem;
    font-size: 0.25rem;
}

.strategy-six-tab-3 {
    width: 40%;
    height: 1.1rem;
    border: 0.01rem solid #743be0;
    border-top: 0rem;
}

.six-tab-content-btn {
    width: 86%;
    height: 0.7rem;
    font-size: 0.25rem;
    border-radius: 0.35rem;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    background-color: #ff6297;
    color: #fff;
    cursor: pointer;
    margin-top: 0.2rem;
}


/* 第七屏 */

.strategy-seven {
    width: 100%;
    height: 11.8rem;
    margin: 0 auto;
}

.strategy-seven-top {
    width: 100%;
    height: 1.42rem;
    padding-top: 0.2rem;
}

.strategy-seven-top h1 {
    color: #333333;
    font-size: 0.367rem;
    font-weight: 600;
}

.strategy-seven-top h1 span {
    color: #8152ce;
    font-size: 0.367rem;
    font-weight: 600;
}

.strategy-seven-top p {
    color: #7D7F7E;
    margin-top: 0.2rem;
}

.strategy-seven-content {
    width: 7.2rem;
    height: 10rem;
}

.strategy-seven-content-1 {
    margin-top: 0.2rem;
    width: 3.5rem;
    height: 4.65rem;
    background: url(../images/08_tubiao_07.png)no-repeat center top;
    background-size: 100%;
}

.strategy-seven-content-2 {
    margin-top: 0.2rem;
    width: 3.5rem;
    height: 4.65rem;
    background: url(../images/08_tubiao_08.png)no-repeat center top;
    background-size: 100%;
}

.strategy-seven-content-3 {
    margin-top: 0.2rem;
    width: 3.5rem;
    height: 4.65rem;
    background: url(../images/08_tubiao_09.png)no-repeat center top;
    background-size: 100%;
}

.strategy-seven-content-4 {
    margin-top: 0.2rem;
    width: 3.5rem;
    height: 4.65rem;
    background: url(../images/08_tubiao_10.png)no-repeat center top;
    background-size: 100%;
}

.strategy-seven-content-title {
    width: 100%;
    height: 1.9rem;
    padding-top: 1.5rem;
}

.strategy-seven-content-title p {
    color: #333;
    font-weight: 600;
    font-size: 0.26rem;
}

.strategy-seven-content-txt {
    width: 86%;
    height: 1.6rem;
    margin-top: 0.1rem;
}

.strategy-seven-content-txt p {
    text-align: left;
    color: #666;
    font-size: 0.24rem;
    line-height: 0.35rem;
}

.strategy-seven-content-input {
    width: 100%;
    height: 1rem;
}

.strategy-seven-content-input-btn {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.25rem;
    height: 0.7rem;
    width: 88%;
    margin-left: 0px;
    cursor: pointer;
    background-color: #F0443A;
    border-radius: 0.5rem;
    background: -moz-linear-gradient(left, #ff6297, #ff7da9);
    /*火狐*/
    background: -webkit-linear-gradient(left, #ff6297 0%, #ff7da9 100%);
    background: -o-linear-gradient(left, #ff6297 0%, #ff7da9 100%);
    background: -ms-linear-gradient(left, #ff6297 0%, #ff7da9 100%);
    background: linear-gradient(to right, #ff6297 0%, #ff7da9 100%);
}

/* 第八屏 */

.strategy-eight {
    width: 100%;
    height: 9rem;
    margin: 0 auto;
    background: url(../images/09_beijing_06.png)no-repeat center top;
    background-size: 100%;
}

.strategy-eight-top {
    width: 100%;
    height: 2rem;
    padding-top: 0.6rem;
}

.strategy-eight-top h1 {
    color: #fff;
    font-size: 0.38rem;
    font-weight: 600;
}

.strategy-eight-top h1 span {
    color: #FCCA4C;
    font-size: 0.367rem;
    font-weight: 600;
}

.strategy-eight-top p {
    color: rgb(234, 255, 240);
    margin-top: 0.2rem;
}

.strategy-eight-content {
    width: 94%;
    height: 5rem;
}

.strategy-eight-content div p {
    font-size: 0.25rem;
    color: #fff;
    font-weight: 500;
    
}

.strategy-eight-content-1 {
    width: 100%;
    height: 0.65rem;
    margin-top: 0.2rem;
}

.strategy-eight-content-1 p {
    margin-left: 20%;
    line-height: 0.71rem;
}

.strategy-eight-content-2 {
    width: 100%;
    height: 0.65rem;
    margin-top: 0.3rem;
}

.strategy-eight-content-2 p {
    margin-left: 40%;
    line-height: 0.73rem;
}

.strategy-eight-content-3 {
    width: 100%;
    height: 0.65rem;
    margin-top: 0.29rem;
}

.strategy-eight-content-3 p {
    margin-left: 50%;
    line-height: 0.73rem;
}

.strategy-eight-content-4 {
    width: 100%;
    height: 0.65rem;
    margin-top: 0.29rem;
}

.strategy-eight-content-4 p {
    margin-left: 40%;
    line-height: 0.76rem;
}

.strategy-eight-content-5 {
    width: 100%;
    height: 0.65rem;
    margin-top: 0.29rem;
}

.strategy-eight-content-5 p {
    margin-left: 20%;
    line-height: 0.76rem;
}

.strategy-eight-bottom {
    width: 100%;
    height: 1.5rem;
}

.strategy-eight-bottom-btn {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    height: 0.75rem;
    width: 56%;
    margin-left: 0px;
    margin-top: 0.35rem;
    cursor: pointer;
    background-color: #F0443A;
    border-radius: 0.5rem;
    background: -moz-linear-gradient(left, #ff6297, #ff7da9);
    /*火狐*/
    background: -webkit-linear-gradient(left, #ff6297 0%, #ff7da9 100%);
    background: -o-linear-gradient(left, #ff6297 0%, #ff7da9 100%);
    background: -ms-linear-gradient(left, #ff6297 0%, #ff7da9 100%);
    background: linear-gradient(to right, #ff6297 0%, #ff7da9 100%);
    padding-top: 0.11rem;
}

.eight-1 {
    font-size: 0.27rem;
}

.eight-2 {
    font-size: 0.35rem;
    font-weight: 600;
}

.eight-3 {
    text-decoration: line-through;
    font-size: 0.25rem;
}

.eight-4 {
    font-size: 0.25rem;
}

/* 第九屏 */

.strategy-nine {
    width: 100%;
    height: 9.4rem;
    margin: 0 auto;
    background: url(../images/10_beijing_06.png)no-repeat center top;
    background-size: 100%;
}

.strategy-nine-top {
    width: 100%;
    height: 2rem;
    padding-top: 0.6rem;
}

.strategy-nine-top h1 {
    color: #333;
    font-size: 0.38rem;
    font-weight: 600;
}

.strategy-nine-top h1 span {
    color: #7c49cc;
    font-size: 0.367rem;
    font-weight: 600;
}

.strategy-nine-top p {
    color: #999;
    margin-top: 0.2rem;
}

.strategy-nine-content-top {
    width: 94%;
    height: 3.5rem;
}

.nine-content-top-txt {
    width: 43%;
    height: 3.5rem;
    padding-top: 1.1rem;
}

.nine-content-top-txt p {
    font-size: 0.25rem;
    color: #fff;
    line-height: 0.4rem;
}

.nine-content-top-txt-btn {
    border: none;
    color: #FF5C42;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.25rem;
    height: 0.6rem;
    width: 67%;
    margin-left: 0px;
    margin-top: 0.2rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0.5rem;
}

.strategy-nine-content-bottom {
    width: 94%;
    height: 3.5rem;
}

.nine-content-bottom-txt {
    width: 43%;
    height: 3.5rem;
    padding-top: 0.7rem;
}

.nine-content-bottom-txt p {
    font-size: 0.25rem;
    color: #fff;
    line-height: 0.4rem;
}

.nine-content-bottom-txt-btn {
    border: none;
    color: #FF5C42;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.25rem;
    height: 0.6rem;
    width: 67%;
    margin-left: 0px;
    margin-top: 0.2rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0.5rem;
}

.nineLeft {
    margin-left: 2%;
}

.nineRight {
    margin-right: 2%;
}

/* 底部 */

.price-footer {
    background: url(../images/545.png);
    background-size: 100%;
    height: 5.6rem;
}

.price-footer-img {
    width: 100%;
    height: 3.7rem;
}

.price-footer-img-1 {
    width: 1.7rem;
    height: 1.05rem;
    background: url(../images/environment1.jpg);
    background-size: 100%;
    float: left;
    margin-left: 0.17rem;
    /* height: 5.8rem; */
    margin-top: 0.25rem;
}

.price-footer-img-2 {
    width: 2rem;
    height: 1.05rem;
    background: url(../images/environment2.jpg);
    background-size: 100%;
    float: left;
    margin-left: 0.22rem;
    border-radius: 0.05rem;
    margin-top: 0.25rem;
}

.price-footer-img-3 {
    width: 3rem;
    height: 3.25rem;
    background: url(../images/10_huanjing1.png);
    background-size: 100%;
    float: right;
    margin-right: 0.17rem;
    margin-top: 0.25rem;
    border-radius: 0.05rem;
}

.price-footer-img-4 {
    width: 3.95rem;
    height: 1.93rem;
    background: url(../images/environment4.jpg);
    background-size: 100%;
    float: left;
    margin-left: 0.17rem;
    margin-top: 0.25rem;
}

.price-footer-txt {
    width: 100%;
    height: 1.5rem;
}

.price-footer-txt p {
    width: 7rem;
    text-align: left;
    font-size: 0.20rem;
    line-height: 0.29rem;
    font-weight: 100;
    color: #fff;
    letter-spacing: 0.02rem;
}

.fixed-download {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .29)
}

.form-box {
    width: 7rem;
    height: 6rem;
    border-radius: .1rem;
    border: .02rem solid #10784D;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.form-title {
    font-size: 0.42rem;
    color: #333;
    letter-spacing: 0.16px;
    width: 4.67rem;
    margin-top: .55rem;
    font-weight: 600;
}

.form-item {
    border-radius: .06rem;
    border: .01rem solid #cccccc;
    line-height: .8rem;
    width: 80%;
    height: 0.9rem;
    /* padding: .05rem .1rem; */
    margin-top: .3rem
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.form-item input,
.form-item select {
    border: none;
    width: 4rem;
}

.form-item-title {
    font-size: .26rem;
    /* margin-left: .1rem; */
    margin-right: .05rem;
}

.form-item-content {
    vertical-align: baseline;
    font-size: 0.26rem;
    line-height: 2;
}

.form-btn {
    margin-top: .3rem;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.25rem;
    height: 0.8rem;
    width: 55%;
    margin-left: 0px;
    margin-top: 0.13rem;
    cursor: pointer;
    background-color: #F0443A;
    border-radius: 0.5rem;
    background: -moz-linear-gradient(left, #FC4D46, #FD8A3B);
    /*火狐*/
    background: -webkit-linear-gradient(left, #FC4D46 0%, #FD8A3B 100%);
    background: -o-linear-gradient(left, #FC4D46 0%, #FD8A3B 100%);
    background: -ms-linear-gradient(left, #FC4D46 0%, #FD8A3B 100%);
    background: linear-gradient(to right, #FC4D46 0%, #FD8A3B 100%);
}

.fixed-download-btn {
    position: absolute;
    width: .33rem;
    height: .37rem;
    background: url(../images/01_guanbi1.png) no-repeat center;
    background-size: .33rem;
    top: 0.2rem;
    right: 0.2rem;
}

.group2-form {
    width: 7.1rem;
    height: 6.09rem;
    background: url(../images/form_bg.png) no-repeat center;
    background-size: 7.1rem;
    margin-top: .3rem;
    padding-top: 1.5rem;
}

.group2-form-item {
    margin-top: .3rem;
    line-height: .7rem;
    position: relative;
}

.group2-form-item-title {
    color: #fff;
    margin-right: .25rem;
}

.group2-form-item input,
.group2-form-item select {
    position: relative;
    border: none;
    width: 4.18rem;
    border-radius: 6px;
    background-color: #ffffff;
    vertical-align: baseline;
    line-height: .6rem;
    padding-left: .2rem;
}

.form-item select {
    background: url(../images/angle2.png) no-repeat center;
    background-position-x: 3.4rem;
    background-color: #fff;
    background-size: .43rem;
}

.group2-form-item select {
    background: url(../images/angle.png) no-repeat center;
    background-position-x: 3.7rem;
    background-color: #fff;
    background-size: .24rem;
}

.group2-form-btn {
    width: 3.28rem;
    line-height: .8rem;
    box-shadow: 0 .04rem .16rem rgba(252, 103, 82, 0.59);
    border-radius: .4rem;
    background-color: #ffffff;
    background-image: linear-gradient(to left, #ff9448 0%, #fe4f36 100%);
    color: #fff;
    margin-top: .37rem;
    margin-left: 1rem;
    font-size: .26rem;
    border: none;
}

.group2-form-send {
    position: absolute;
    width: 1.15rem;
    line-height: .46rem;
    border: 1px solid #b8d0fe;
    background-color: #eaf0fc;
    color: #1f57cc;
    font-size: .2rem;
    top: 0.08rem;
    right: 0.06rem;
}


/* 头部导航 */
.header1 {
    border-bottom: 1px solid #e1e1e1;
    line-height: 46px;
    padding: 3.75px 0;
}
.wrap {
    width: 100%;
}
.header_l {
    width: 150px;
    height: 40px;
}
.fl {
    float: left;
}
.header_r {
    width: 151.75px;
    height: 22px;
    margin-top: 8px;
}
.fr {
    float: right;
}
.padding {
    padding-left: 6px;
    padding-right: 6px;
}
.clearfix {
    *zoom: 1;
}
.h_nav {
    line-height: 38px;
    background-color: #f4f4f4;
    margin-bottom: 0;
    padding: 0;
}
.h_nav li {
    float: left;
    width: 25%;
    list-style-type: none;
}
.h_nav li a {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #000000;
}

.main6 {
    height: 5.5rem;
    background-size: cover;
    position: relative;
}
.main6 form {
    width: 3.99rem;
    position: absolute;
    top: .666667rem;
    right: .466667rem;
}
.main6 form .st-head {
    font-size: .6rem;
    font-weight: 700;
    color: #ff6856;
}
.main6 form .st-t {
    font-size: .38rem;
    font-weight: 700;
    margin-bottom: .4rem;
}
.st-day, .st-fr {
    color: red;
    font-size: 0.39rem;
}
.main6 form>input {
    outline: 0;
    border: 0;
    font-size: .293333rem;
    margin-bottom: .29rem;
    background: #fff;
    -webkit-box-shadow: 0 0 0.133333rem #cecece;
    box-shadow: 0 0 0.133333rem #cecece;
}
.main6 form .btn {
    background-size: cover;
    font-size: .29rem;
    color: #fff;
}
.main6 form>input, .main6 form>.btn {
    display: block;
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    border-radius: .106667rem;
    text-align: center;
}

.testrange{
    color: rgb(51, 51, 51);
    font-size: 0.367rem;
    font-weight: 600;
    text-align: center;
    height: .9rem;
    line-height: .8rem;
}
.testrange span{
    color: #7c49cc;
    font-size: 0.367rem;
    font-weight: 600;
}
/* 底部导航 */
.footnav {
    width: 100%;
    max-width: 640px;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}
.footimg {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.footnav ul {
    position: absolute;
    padding: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
.footnav ul li {
    float: left;
    text-align: center;
}
.footnav .nav01 {
    width: 21%;
}
.footnav .nav02 {
    width: 41%;
}
.footnav .nav03 {
    width: 38%;
}
.footnav ul li:last-child {
    margin: 0;
}
.footnav ul li a {
    display: block;
    height: 60px;
}
.footnav ul li span {
    display: none;
    width: 100%;
    color: #fff;
    text-align: center;
}
input{
    outline:none;
}