/** CSS Reset **/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    font-family: "Microsoft YaHei";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

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

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: center;
}

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

abbr,
acronym {
    border: 0;
}

textarea,
input,
select {
    resize: none;
    outline: none;
    background: none;
    border: none;
}

button {
    overflow: visible;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: none;
}

input {
    border: 0
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

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

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
    display: block;
}

html {
    width: 100%;
    height: 100%;
}

body {
    color: #333;
    font-size: 18px;
    font-family: "微软雅黑";
    width: 100%;
    height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile {
    display: none;
}

/*在线预约*/
.form-wrap {
    width: 500px;
    margin: 50px auto 40px;
}

.form-wrap form label {
    display: block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    font-size: 0;
    background: rgba(255, 255, 255, 0);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 1px solid rgb(0, 255, 255);
    border-radius: 50px;
}

.form-wrap form label.name {
    background-position: 18px 14px;
}

.form-wrap form label.phone {
    background-position: 18px -45px;
}

.form-wrap form label.city {
    background-position: 18px -165px;
}

.form-wrap form label.country {
    background-image: url("../images/icon/icon-country.png");
}

.form-wrap form label.degree {
    background-image: url("../images/icon/icon-degree.png");
}

.form-wrap form label.school {
    background-image: url("../images/icon/icon-school.png");
}

.form-wrap form label span {
    text-align: center;
    display: inline-block;
    width: 30%;
    font-size: 18px;
    color: rgb(64, 92, 154);
    font-weight: 700;
    background-color: rgb(0, 255, 255);
    border-radius:50px 0 0 50px;
}

.form-wrap form label input,
.form-wrap form label select {
    width: 70%;
    height: 100%;
    padding: 0;
    border: none;
    outline: none;
    font-size: 18px;
    background-color: transparent;
    color: #666;
}

.form-wrap form label select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/icon/arrow.png") 95% center no-repeat;
}

.form-wrap form label select option {
    text-align: center;
}

.form-wrap form label select::-ms-expand {
    display: none;
}

.form-wrap .btn-wrap {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 51px;
    border: none;
    border-radius: 50px;
    background-color: rgb(0, 255, 255);
    background-size: 100% 100%;
    font-size: 22px;
    color: rgb(64, 92, 154);
    font-weight: 700;
    margin-top: 20px;
}
.form-wrap form label input, .form-wrap form label select {
    width: 70%;
    height: 100%;
    padding: 0;
    padding-left: 20px;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 18px;
    background-color: transparent;
    color: white;
}
.form-wrap form label select {
    color: #666;
}

.img-wrap {
    width: 380px;
}

.img-wrap .qr {
    padding-top: 20px;
}

/*移动端表单*/
.reg_mobile {
    display: none;
}

.reg_mobile .btn input {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/*左侧表单*/
#reg {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 9999;
    top: 120px;
    left: 5px;
    width: 200px;
    *width: 162px;
    height: 400px;
    padding: 142px 18px 0 20px;
    background: url("../images/icon/1reg_bg.png") no-repeat 0 0;
}

#reg .btn-close {
    position: absolute;
    top: 90px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url("../images/icon/close_btn.png") 0 0 no-repeat;
    cursor: pointer;
}

#reg form {
    width: 100%;
    height: 235px;
    /* padding-top: 12px; */
}

#reg form label {
    display: block;
    margin: 14px 0;
}

#reg form label span {
    font-size: 14px;
}

#reg form label span mark {
    background-color: transparent;
    color: #c00;
}

#reg form label input {
    width: 115px;
    font-size: 12px;
    border: 1px solid #ccc;
}

#reg form label select {
    width: 90px;
    font-size: 12px;
    border: 1px solid #ccc;
}

#reg form button {
    /* position: absolute; left: 50%; bottom: 20px; margin-left: -85px;*/
    width: 170px;
    height: 34px;
    border: none;
    background: yellow;
    color: #004196;
    font-size: 18px;
    margin-top: 34px;
    margin-left: -6px;
    margin-top: 20px;
}

/*表单协议*/
.tiaokuan {
    font-size: 12px;
    color: #999999;
    display: block;
    width: 100%;
    margin: 0px auto;
    cursor: pointer;
    line-height: 20px;
    text-align: left;
}

.tiaokuan img {
    float: left;
    margin-right: 4px;
    margin-top: 4px;
}

.tiaokuan.gray a {
    color: #1aa78d;
}

.tiaokuan.white a {
    color: #f39801;
}

.tiaokuan.white {
    color: #fff;
}


.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.title {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
}

.title h3 {
    font-weight: bold;
}

.title h3 span {
    font-size: 18px;
    font-weight: 100;
}

/*.title p{width:114px;height:4px;margin:21px auto 0;}*/
/*.btn{width:280px;height:70px;background:url(../images/btn.png) no-repeat center center;margin:0 auto;color:#fff;font-size:18px;font-weight:bold;line-height:60px;text-align:center;cursor:pointer;}*/
/* 头图开始 */
.banner {
    width: 100%;
    height: 622px;
    background: url(../images/bgc/1_01.jpg) no-repeat center top;
    position: relative;
    overflow: hidden;
}

.banner .w1000 {
    position: relative;
}

.banner .logo {
    position: absolute;
    left: 0;
    top: 30px;
    width: 138px;
    height: 42px;
}

.banner .text {
    width: 1095px;
    height: 492px;
    margin-top: 40px;
    margin-left: 80px;
}

/* .banner .text {
    margin-top: 130px;
} */

/* .banner p {
    font-weight: bold;
    font-size: 28px;
    color: rgb(7, 0, 123);
    margin-top: -248px;
    margin-left: 56px;
    text-align: center;
}

.banner p span {
    font-weight: bold;
}

/* vertical-align: sub;
.banner p span.font72 {
    font-size: 24px;
}

.banner p span.font86 {
    font-size: 24px;
} */

.mbanner {
    display: none
}

/* 头图结束 */
/* 导航开始 */
.navbar {
    background: url(../images/bgc/1_02.jpg) no-repeat center top;
    height: 70px;
}

.navbar_button {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    height: 70px;
    line-height: 70px;
    border: 1px solid #00f4ff;
    box-sizing: border-box;
    /* 兼容IE */
    /* margin-top: -161px; */
}

.nav_small {
    flex: 1;
    -ms-flex: 1;
    /* 兼容IE */
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    cursor: pointer;

}

.nav_small:hover {
    color: #00f4ff;
}

.active_navbar {
    color: #00f4ff;
    border-bottom: 6px solid #00f4ff;
}

.isStuck {
    width: 100%;
    z-index: 99999;
}

.isStuck .nav_small {
    margin-top: 0px;
}

/* 导航结束 */

/* 产品介绍 */
.margin_m {
    background: url(../images/bgc/1_03.jpg) no-repeat center top;
    width: 100%;
    height: 552px;
    overflow: hidden;
}

.title_1 img {
    display: block;
    margin: 0 auto;
    margin-top: 70px;
}

.content_1 {
    background: url(../images/layer/1-4.png) no-repeat center top;
    width: 1000px;
    height: 249px;
    margin-top: 50px;
    overflow: hidden;
    padding-left: 54px;
    padding-right: 54px;
    box-sizing: border-box;
    color: white;
}

.content_1 .small_title {
    width: 700px;
    height: 50px;
    border: 1px solid #00f4ff;
    text-align: center;
    line-height: 50px;
    color: white;
    margin: 0 auto;
    margin-top: 38px;
    font-size: 20px;
}

.content_1 .small_title span {
    color: #00f4ff;
}

.content_1 .small_content {
    font-size: 16px;
    margin-top: 36px;
    line-height: 30px;
}

.content_1 .small_content span {
    color: #00f4ff;
}

/* 产品介绍结束 */
/* 产品亮点开始 */
.second_bgc {
    background: url(../images/bgc/1_04.jpg) no-repeat center top;
    height: 417px;
}

.title_2 img {
    display: block;
    margin: 0 auto;
}

.content_2 {
    width: 1000px;
    margin: 0 auto;
    margin-top: 46px;
    color: white;
    font-size: 18px;
}
.second_bgc i{
    color: #00f4ff;
    font-style:normal
}
.content_2 .one_line span{
    width: 158px;
    display: inline-block;
    text-align: center;
    margin-left: 184px;
}
.content_2 .one_line .last_sec{
    width: 158px;
    display: inline-block;
    text-align: center;
    margin-left: 178px;
}
.content_2 .one_line .last {
    margin-left: 150px;
}
.content_2 .two_line span{
    width: 158px;
    display: inline-block;
    text-align: center;
    margin-left: 24px;
}
.content_2 .two_line .last_sec{
    width: 158px;
    display: inline-block;
    text-align: center;
    margin-left: 178px;
}
.content_2 .two_line .last {
    margin-left: 150px;
}


/* 产品亮点结束 */
/* 适合人群开始 */
.third_bgc {
    background: url(../images/bgc/1-09.jpg) no-repeat center top;
    height: 464px;
}

.title_3 img {
    display: block;
    margin: 0 auto;
}
.content_3 {
    overflow: hidden;
    text-align: center;
}

.third_bgc .middle_box {
    margin: 0 auto;
    display: inline-block;
    margin-top: 40px;
    color: white;
}

.third_bgc .middle_box .one {
    background: url(../images/layer/1-10.png) no-repeat center top;
    width: 342px;
    height: 256px;
    float: left;
    margin-left: -8px;
    padding: 104px 36px;
    box-sizing: border-box;
    text-align: center;
}
.third_bgc .middle_box .two {
    background: url(../images/layer/1-11.png) no-repeat center top;
    width: 342px;
    height: 256px;
    float: left;
    margin-left: -15px;
    padding: 104px 36px;
    box-sizing: border-box;
    text-align: center;
}
.third_bgc .middle_box .three {
    background: url(../images/layer/1-12.png) no-repeat center top;
    width: 342px;
    height: 256px;
    float: left;
    margin-left: -15px;
    padding: 104px 36px;
    box-sizing: border-box;
    text-align: center;
}

/* 适合人群结束 */
/* 服务流程开始 */
.fourth_bgc {
    background: url(../images/bgc/1_06.jpg) no-repeat center top;
    height: 717px; 
}

.title_4 img {
    display: block;
    margin: 0 auto;
}
.content_4 {
    margin-top: 40px;
}
.con {text-align: center;}
.content_4 .swiper-container{padding-bottom: 50px;}
.content_4 ul{overflow:hidden;}
.content_4 ul li{width:200px;height:200px;background:url(../images/layer/1-19.png) no-repeat center center;float:left;margin-bottom:20px;text-align: center;}
.content_4 ul li .first{font-size:20px;color: #00f4ff;font-weight:700;width: 96px;height: 32px;line-height:32px;margin-top: 46px;margin-left: 52px;}
.content_4 ul li:nth-child(5){margin-right: 0px;}
.content_4 ul li:nth-child(10){margin-right: 0px;}
.content_4 ul li p{color: #fff;margin-top:0px;}
.content_4 ul li .second{margin-top:17px;font-size: 20px;padding: 0 20px;}
.content_4 ul li p span{color: #00f4ff;font-size: 36px;margin-left: -2px;}
.swiper-pagination-bullet{width:14px;height:14px;background:#999999;opacity:1;}
.swiper-pagination-bullet-active{width:100px;height:14px;background:#00f4ff;border-radius:14px;}
.content_4 .ps {
    color: white;
    font-size: 16px;
    float: right;
}
/* 服务流程结束 */
/* 尊享团队开始 */
.title_5 img {
    display: block;
    margin: 0 auto;
}

.fifth_bgc {
    background: url(../images/bgc/1_07.jpg) no-repeat center top;
    height: 535px;
}
.content_box {
    width: 1010px;
    margin: 0 auto;
    margin-top: 34px;
}
.fifth_bgc .content_box .up_left{
    background: url(../images/layer/1-14.png) no-repeat center top;
    width: 498px;
    height: 174px;
    float: left;
    margin-right: -15px;
    padding-left: 250px;
    padding-top: 30px;
    box-sizing: border-box;

}
.fifth_bgc .content_box .up_right{
    background: url(../images/layer/1-15.png) no-repeat center top;
    width: 498px;
    height: 174px;
    float: right;
    margin-left: -15px;
    padding-left: 250px;
    padding-top: 30px;
    box-sizing: border-box;
}
.fifth_bgc .content_box>p {
    width: 44px;
    height: 3px;
    background-color: #00f4ff;
    float: left;
    margin-top: 90px;
}
.fifth_bgc .content_box .down_left{
    background: url(../images/layer/1-16.png) no-repeat center top;
    width: 498px;
    height: 174px;
    float: left;
    margin-right: -15px;
    padding-left: 250px;
    padding-top: 30px;
    box-sizing: border-box;
}
.fifth_bgc .content_box .down_right{
    background: url(../images/layer/1-17.png) no-repeat center top;
    width: 498px;
    height: 174px;
    float: right;
    margin-left: -15px;
    padding-left: 250px;
    padding-top: 30px;
    box-sizing: border-box;
}
.fifth_bgc .content_box .green_title {
    width: 134px;
    height: 24px;
    border-left: 3px solid #00f4ff;
    box-sizing: border-box;
    color: #00f4ff;
    text-align: center;
    font-size: 18px;
}
.fifth_bgc .content_box ul{
    margin-top: 10px;
}
.fifth_bgc .content_box li {
    color: white;
    font-size: 16px;
    margin-top: 5px;
    list-style: disc;
    margin-left: 24px;
}

/* 尊享团队结束 */

/* 第十三块 */
.item-4 {height:552px;background:url(../images/bgc/1_08.jpg) no-repeat center top;}
.item-4 .title {
    width: 100%;
    height: 122px;
    background: url(../images/layer/1-18.png) no-repeat center top;
}


/* .item-4 .TOP_bgc4 {
    background: url(../images/bgc/1_24.jpg) no-repeat center bottom;
    width: 100%;
    height: 432px;
    margin-top: -50px;
} */

.btnGroup {
    display: none;
}

.footer_m_gao {
    display: none;
}

.m {
    display: none;
}

.content_2_m {
    display: none;
}

.content_3_m {
    display: none;
}

.content_5 .computer_m {
    display: none;
}

.content_5 .small_module_m {
    display: none;
}

.content_6 .content_box_m {
    display: none;
}

.content_7_m {
    display: none;
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-6px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(6px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-6px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(6px);
    }
}

.animate-bounce-down {
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
}
.text_m {
    display: none;
}
@media only screen and (max-width: 1000px) {
    .w1000 {
        width: 100%;
    }

    .ydnone {
        display: none;
    }

    .head_nav {
        display: none;
    }

    #reg {
        display: none;
    }

    .foot {
        display: none;
    }

    #doyoo_panel {
        display: none !important;
    }

    #doyoo_monitor {
        display: none !important;
    }

    .title h3 span {
        display: block;
    }



    .btnGroup {
        display: none;
    }

    .footer_m_gao {
        display: none;
    }

    .m {
        display: none;
    }



    /*菜单浮层-meauMask start*/
    .nav-icon img {
        display: block;
        width: 56px;
        z-index: 10;
        position: absolute;
        top: 60px;
        right: 40px;
    }

    .meauMask {
        position: fixed;
        bottom: 0px;
        top: 0px;
        left: -100%;
        z-index: 9999;
        width: 100%;
        height: 100%;
        display: block;
    }

    .meauMask div {
        width: 40%;
        height: 100%;
        overflow-y: auto;
        background: rgba(0, 0, 0, .7);
    }

    .meauMask dl {
        line-height: 96px;
        color: #fff;
        border-bottom: 2px solid #fff;
        margin: 0.2rem 0;
        padding: 0.1rem 0;
    }

    .meauMask dl a {
        color: #fff;
        display: block;
        text-decoration: none;
    }

    .meauMask dl dt {
        font-size: 1.54rem;
        padding-left: 3.6rem;
        font-weight: bold;
    }

    .meauMask dl dd {
        line-height: 3.6rem;
        font-size: 1.4rem;
        padding-left: 3.6rem;
    }

    .meauMask dl dt.meauIcon_1 {
        background: url(https://qiantum.xdf.cn/images/xm_meau_home_20161118.png) no-repeat 0.7rem center;
        background-size: 2.3rem auto;
    }

    .meauMask dl dt.meauIcon_2 {
        background: url(https://qiantum.xdf.cn/images/xm_meau_lxgj_20161118.png) no-repeat 0.7rem center;
        background-size: 2.3rem auto;
    }

    .meauMask dl dt.meauIcon_3 {
        background: url(https://qiantum.xdf.cn/images/xm_zyx_wt_20161118.png) no-repeat 0.21rem center;
        background-size: 2.4rem auto;
    }

    .meauMask dl dt.meauIcon_4 {
        background: url(https://qiantum.xdf.cn/images/xm_zgw_wt_20161118.png) no-repeat 0.21rem center;
        background-size: 2.4rem auto;
    }

    .meauMask dl dt.meauIcon_5 {
        background: url(https://qiantum.xdf.cn/images/xm_zcp_wt_20161118.png) no-repeat 0.21rem center;
        background-size: 2.4rem auto;
    }

    .meauMask dl dt.meauIcon_6 {
        background: url(https://qiantum.xdf.cn/images/xm_zal_wt_20161118.png) no-repeat 0.21rem center;
        background-size: 2.4rem auto;
    }

    .meauMask dl dt.meauIcon_7 {
        background: url(https://qiantum.xdf.cn/images/xm_zhd_wt_20161118.png) no-repeat 0.21rem center;
        background-size: 2.4rem auto;
    }

    .meauMask dl dt.meauIcon_8 {
        background: url(https://qiantum.xdf.cn/images/xm_grzx2017041201.png) no-repeat 0.9rem center;
        background-size: 2.3rem auto;
    }

    .btnGroup {
        display: block;
    }

    .btnGroup a {
        text-decoration: none;
    }

    .btnGroup {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99999999;
        height: 4.7rem;
        margin: 0 auto;
        font-size: 20px;
    }

    .btnGroup .zxBtn {
        display: block;
        float: left;
        height: 4.7rem;
        width: 100%;
        line-height: 4.7rem;
        font-size: 1.7rem;
        background: #000a46;
    }

    .btnGroup .zxBtn div {
        float: left;
        width: 24.9%;
        text-align: center;
    }

    .btnGroup .zxBtn div.zxzx {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .btnGroup .zxBtn div.grzx {
        border-left: 1px solid #fff;
    }

    .btnGroup .zxBtn div.dxzx a {
        padding-left: 0.3rem;
    }

    .btnGroup .zxBtn div.fire2 {
        position: relative;
    }

    .btnGroup .zxBtn div.fire2 img {
        width: 14%;
        position: absolute;
        right: 0.1rem;
        top: -0.1rem;
    }

    .btnGroup .zxBtn div.zxzx a {
        padding-left: 0.3rem;
        background: url(https://qiantum.xdf.cn/images/xm_duanxin_2017041203.png) no-repeat left center;
        background-size: 0.18rem auto;
    }

    .btnGroup .zxBtn div.mfpg a {
        padding-left: 0.3rem;
        background: url(https://qiantum.xdf.cn/images/xm_mianfei_20161118.png) no-repeat left center;
        background-size: 0.18rem auto;
    }

    .btnGroup .zxBtn div.grzx a {
        padding-left: 0.3rem;
        background: url(https://qiantum.xdf.cn/images/xm_grzx2017041201.png) no-repeat left center;
        background-size: 0.18rem auto;
    }

    .btnGroup .zxBtn a {
        color: #fff;
    }

    .btnGroup .functionBtn {
        position: absolute;
        bottom: 0.65rem;
        right: 0.13rem;
        width: 0.83rem;
        display: none;
    }

    .btnGroup .functionBtn div {
        font-size: 0;
        width: 0.7rem;
        height: 0.7rem;
        margin-bottom: 0.1rem;
    }
    /* 头图开始 */
    .text_m {
        display: block;
    }
    .text {
        display: none;
    }
    .banner {
        width: 100%;
        height: 550px;
        background: url(../images/m/images/1_01.jpg) no-repeat center top;
        position: relative;
        overflow: hidden;
    }
    
    .banner .w1000 {
        position: relative;
    }
    
    .banner .logo {
        position: absolute;
        left: 22px;
        top: 0;
        width: 138px;
        height: 42px;
    }
    
    .banner .text_m {
        width: 646px;
        height: 385px;
        margin-top: 70px;
        margin-left: 80px;
    }
    
    .mbanner {
        display: block;
    }
    
    /* 头图结束 */
    /* 导航开始 */
    .navbar {
        background: url(../images/m/images/1_02.jpg) no-repeat center top;
        height: 66px;
    }
    
    .navbar_button {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -ms-flex;
        width: 730px;
        height: 66px;
        line-height: 66px;
        border: 1px solid #00f4ff;
        box-sizing: border-box;
        /* 兼容IE */
        /* margin-top: -161px; */
    }
    
    .nav_small {
        flex: 1;
        -ms-flex: 1;
        /* 兼容IE */
        font-size: 20px;
        color: rgb(255, 255, 255);
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    
    }
    
    .nav_small:hover {
        color: #00f4ff;
    }
    
    .active_navbar {
        color: #00f4ff;
        border-bottom: 6px solid #00f4ff;
    }
    
    .isStuck {
        width: 100%;
        z-index: 99999;
    }
    
    .isStuck .nav_small {
        margin-top: 0px;
    }
    
    /* 导航结束 */
    
    /* 产品介绍 */
    .margin_m {
        background: url(../images/m/images/1_03.jpg) no-repeat center top;
        width: 100%;
        height: 666px;
        overflow: hidden;
    }
    
    .title_1 img {
        display: block;
        margin: 0 auto;
        margin-top: 74px;
    }
    
    .content_1 {
        background: url(../images/m/1-2.png) no-repeat center top;
        width: 710px;
        height: 356px;
        margin-top: 44px;
        overflow: hidden;
        padding-left: 54px;
        padding-right: 54px;
        box-sizing: border-box;
        color: white;

    }
    
    .content_1 .small_title {
        width: 532px;
        height: 85px;
        border: 1px solid #00f4ff;
        text-align: center;
        line-height: 30px;
        color: white;
        margin: 0 auto;
        margin-top: 48px;
        font-size: 24px;
        padding: 10px 40px;
        box-sizing: border-box;
    }
    
    .content_1 .small_title span {
        color: #00f4ff;
    }
    
    .content_1 .small_content {
        font-size: 22px;
        margin-top: 36px;
        line-height: 30px;
    }
    
    .content_1 .small_content span {
        color: #00f4ff;
    }
    
    /* 产品介绍结束 */
    /* 产品亮点开始 */
    .second_bgc {
        background: url(../images/m/images/1_04.jpg) no-repeat center top;
        height: 772px;
        margin-top: -3px;
    }
    .second_bgc i{
        color: #00f4ff;
        font-style:normal
    }
    
    .title_2 img {
        display: block;
        margin: 0 auto;
    }
    
    .content_2 {
        display: none;
        
    }
    .content_2_m{
        display: block;
        height: 614px;
        margin-top: 126px;
        position: relative;
    }
    .content_2_mbgc {
        background: url(../images/m/1-3.png) no-repeat center top;
        width: 746px;
        height: 400px;
    }
    .content_2_mbgc p {
       width: 190px;
       color: white;
       position: absolute;
       text-align: center;
       font-size: 22px;
    }
    .content_2_mbgc .one_p {
        top: -50px;
        left: 35px;
    }
    .content_2_mbgc .two_P {
        top: 110px;
        left: 270px;
    }
    .content_2_mbgc .three_p {
        top: -50px;
        right: 32px;
    }
    .content_2_mbgc .four_p {
        top: 230px;
        left: 35px;
    }
    .content_2_mbgc .five_p {
        top: 400px;
        left: 235px;
        width: 250px;
    }
    .content_2_mbgc .six_p {
        top: 230px;
        right: 32px;
    }
    
    
    /* 产品亮点结束 */
    /* 适合人群开始 */
    .third_bgc {
        background: url(../images/m/images/1_09.jpg) no-repeat center top;
        height: 534px;
        margin-top: -3px;
    }
    
    .title_3 img {
        display: block;
        margin: 0 auto;
    }
    .content_3 {
        display: none;
    }
    .content_3_m {
        display: block;
    }
    .third_bgc .middle_box {
        float: left;
        display: inline-block;
        margin-top: 40px;
        color: white;
        margin-left: 20px;
        font-size: 20px;
        line-height:40px;
    }
    .third_bgc .middle_box .one {
        background: url(../images/m/1-4.png) no-repeat center top;
        width: 250px;
        height: 326px;
        float: left;
        margin-left: -8px;
        padding: 94px 36px;
        box-sizing: border-box;
        text-align: center;
    }
    .third_bgc .middle_box .two {
        background: url(../images/m/1-5.png) no-repeat center top;
        width: 250px;
        height: 326px;
        float: left;
        margin-left: -15px;
        padding: 94px 36px;
        box-sizing: border-box;
        text-align: center;
    }
    .third_bgc .middle_box .three {
        background: url(../images/m/1-6.png) no-repeat center top;
        width: 250px;
        height: 326px;
        float: left;
        margin-left: -15px;
        padding: 94px 36px;
        box-sizing: border-box;
        text-align: center;
    }
    
    /* 适合人群结束 */
/* 服务流程开始 */
.fourth_bgc {
    background: url(../images/m/images/1_11.jpg) no-repeat center top;
    height: 672px; 
    margin-top: -3px;
}

.title_4 img {
    display: block;
    margin: 0 auto;
}
.content_4 {
    margin-top: 40px;
}
.con {text-align: center;}
.content_4 .swiper-container{padding-bottom: 50px;}
.content_4 ul{overflow:hidden;}
.content_4 ul li{width:186px;height:204px;background:url(../images/m/1-11.png) no-repeat center center;float:left;margin-bottom:0px;text-align: center;}
.content_4 ul li .first{font-size:20px;color: #00f4ff;font-weight:700;width: 96px;height: 32px;line-height:32px;margin-top: 46px;margin-left: 52px;}
.content_4 ul li:nth-child(5){margin-right: 0px;}
.content_4 ul li:nth-child(10){margin-right: 0px;}
.content_4 ul li p{color: #fff;margin-top:0px;}
.content_4 ul li .second{margin-top:10px;font-size: 20px;padding: 0 26px;}
.content_4 ul li p span{color: #00f4ff;font-size: 30px;margin-left: -2px;}
.swiper-pagination-bullet{width:14px;height:14px;background:#999999;opacity:1;}
.swiper-pagination-bullet-active{width:100px;height:14px;background:#00f4ff;border-radius:14px;}
.content_4 .ps {
    color: white;
    font-size: 16px;
    float: right;
    margin-right: 20px;
}
/* 服务流程结束 */
    /* 尊享团队开始 */
    .title_5 img {
        display: block;
        margin: 0 auto;
    }
    
    .fifth_bgc {
        background: url(../images/m/images/1_10.jpg) no-repeat center top;
        height: 626px;
        margin-top: -3px;
    }
    .content_box {
        width: 750px;
        margin: 0 auto;
        margin-top: 34px;
    }
    .fifth_bgc .content_box .up_left{
        background: url(../images/m/1-7.png) no-repeat center top;
        width: 362px;
        height: 202px;
        float: left;
        margin-left: 15px;
        padding-left: 180px;
        padding-top: 40px;
        box-sizing: border-box;
    
    }
    .fifth_bgc .content_box .up_right{
        background: url(../images/m/1-8.png) no-repeat center top;
        width: 362px;
        height: 202px;
        float: left;
        margin-left: 15px;
        padding-left: 180px;
        padding-top: 40px;
        box-sizing: border-box;
    }
    .fifth_bgc .content_box>p {
        display: none;
    }
    .fifth_bgc .content_box .down_left{
        background: url(../images/m/1-9.png) no-repeat center top;
        width: 362px;
        height: 202px;
        float: left;
        margin-left: 15px;
        padding-left: 180px;
        padding-top: 40px;
        box-sizing: border-box;
    }
    .fifth_bgc .content_box .down_right{
        background: url(../images/m/1-10.png) no-repeat center top;
        width: 362px;
        height: 202px;
        float: left;
        margin-left: 15px;
        padding-left: 180px;
        padding-top: 40px;
        box-sizing: border-box;
    }
    .fifth_bgc .content_box .green_title {
        width: 134px;
        height: 24px;
        border-left: 3px solid #00f4ff;
        box-sizing: border-box;
        color: #00f4ff;
        text-align: center;
        font-size: 18px;
    }
    .fifth_bgc .content_box ul{
        margin-top: 10px;
    }
    .fifth_bgc .content_box li {
        color: white;
        font-size: 16px;
        margin-top: 5px;
        list-style: disc;
        margin-left: 24px;
    }
    
    /* 尊享团队结束 */
    
    /* 第十三块 */
    .item-4 {height:640px;background:url(../images/m/images/1_12.jpg) no-repeat center top;margin-top: -3px;}
    .item-4 .title {
        width: 100%;
        height: 122px;
        background: url(../images/layer/1-18.png) no-repeat center top;
    }
    
    .qt_form .xdf_formbtn {
        background: #920238;
        width: 100%;
        height: 50px;
        color: #fff;
        text-align: center;
        line-height: 0.7rem;
        border-radius: 0.5rem;
        margin: 0.2rem auto 0;
        cursor: pointer;
        font-size: 18px;
        font-weight: 700;
    }
}