/** 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"!important;
}

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;
    margin-top: 0px;
}

.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: #ffd200;
    border-radius: 50px 50px 50px 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-image: linear-gradient(to right, #fe6864, #ff3970);
    background-size: 100% 100%;
    font-size: 22px;
    color: white;
    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: black;
}

.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: 670px;
    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: 278px;
    height: 43px;
}

.banner .text {
    width: 948px;
    height: 330px;
    margin-top: 227px;
    margin-left: 35px;
}

.banner .btn_banner {
    width: 388px;
    height: 68px;
    display: block;
    margin: 0 auto;
}

.banner .btn_banner span {
    width: 388px;
    height: 68px;
    display: block;
    text-align: center;
    line-height: 68px;
    font-size: 28px;
    color: #0025a0;
    background-color: #00ffe4;
    border-radius: 40px;
    box-shadow: 0px 8px 8px 2px #111cbe;
    font-weight: 700;
}

/* .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: 59px;
}

.navbar_button {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    height: 40px;
    line-height: 35px;
    /* 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: #ffc000;
}

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

.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: 578px;
    overflow: hidden;
}

.content_1 .first_left {
    background: url(../images/layer/1-3.png) no-repeat center top;
    width: 414px;
    height: 497px;
    margin-top: 24px;
    overflow: hidden;
    float: left;
}

.content_1 .first_left a {
    width: 222px;
    height: 56px;
    display: block;
    margin: 0 auto;
    margin-top: 394px;
}

.content_1 .first_left span {
    width: 222px;
    height: 56px;
    display: block;
    background-image: linear-gradient(to right, #fe6e63, #ff2c67);
    text-align: center;
    border-radius: 30px;
    line-height: 56px;
    font-size: 24px;
    color: white;
}

.content_1 .first_right {
    background: url(../images/layer/1-4.png) no-repeat center top;
    width: 513px;
    height: 438px;
    margin-top: 90px;
    overflow: hidden;
    float: right;
}

.content_1 .first_right .question {
    font-size: 24px;
    color: #1122ff;
    margin-top: 104px;
    font-weight: 700;
}

.content_1 .first_right .answer {
    font-size: 18px;
    margin-top: 92px;
    margin-bottom: 50px;
}

.swiper-container-1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #999999;
    opacity: 1;
}

.swiper-container-1 .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: #0c78ff;
    border-radius: 14px;
}

.content_1 .swiper-container-horizontal>.swiper-pagination-bullets,
.content_1 .swiper-pagination-custom,
.content_1 .swiper-pagination-fraction {
    bottom: 80px;
    left: 180px;
    width: 100%;
}

/* 第一块结束 */
/* 第二块开始 */
.second_bgc {
    background: url(../images/bgc/1_04.jpg) no-repeat center top;
    height: 917px;
    overflow: hidden;
    cursor: pointer;
}

.title_2 img {
    display: block;
    margin: 0 auto;
    margin-top: 86px;
}

.content_2 {
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}

.content_2 .tab {
    border: 1px solid #00a0e9;
    height: 78px;
    box-sizing: border-box;
}

.content_2 .tab span {
    border-right: 1px solid #02defe;
    height: 78px;
    line-height: 78px;
    float: left;
    font-size: 22px;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
}

.content_2 .tab_content {
    background: url(../images/layer/1-6.jpg) no-repeat center top;
    width: 1000px;
    height: 485px;
    margin-top: 10px;
    /* padding-top: 24px; */
}

.content_2 .tab_content .headline {
    height: 100px;
}

.content_2 .tab_content .headline li {
    float: left;
    height: 100px;
    box-sizing: border-box;
}

.content_2 .headline li:nth-child(1) {
    color: #ffdb4d;
    font-size: 18px;
    line-height: 100px;
    text-align: center;
    width: 151px;
}

.content_2 .headline li:nth-child(2) {
    color: #ffdb4d;
    font-size: 18px;
    line-height: 100px;
    text-align: center;
    width: 206px;
}

.content_2 .headline li:nth-child(3) .small_head {
    color: #ffdb4d;
    font-size: 18px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    width: 643px;
}

.content_2 .headline .groud {
    width: 643px;
    height: 45px;
}

.content_2 .headline .groud span {
    color: white;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 203px;
    float: left;
}

.content_2 .headline .groud span:nth-child(2) {
    width: 240px;
}

.content_2 .headline .groud span:nth-child(3) {
    width: 193px;
}

.content_2 .tab_content .line_2 {
    height: 102px;
}

.content_2 .tab_content .line_2 li {
    float: left;
    height: 102px;
    box-sizing: border-box;
}

.content_2 .line_2 li:nth-child(1) {
    color: white;
    font-size: 18px;
    line-height: 102px;
    text-align: center;
    width: 151px;
}

.content_2 .line_2 li:nth-child(2) {
    color: black;
    font-size: 18px;
    text-align: center;
    padding-top: 36px;
    width: 206px;
}

.content_2 .line_2 li:nth-child(3) {
    color: black;
    font-size: 18px;
    height: 45px;
    text-align: center;
    padding-top: 50px;
    width: 203px;
}

.content_2 .line_2 li:nth-child(4) {
    color: black;
    font-size: 18px;
    height: 45px;
    text-align: center;
    padding-top: 50px;
    width: 240px;
}

.content_2 .line_2 li:nth-child(5) {
    color: black;
    font-size: 18px;
    height: 45px;
    text-align: center;
    padding-top: 16px;
    width: 193px;
}

.content_2 .tab_content .line_3 {
    height: 60px;
}

.content_2 .tab_content .line_3 li {
    float: left;
    height: 60px;
    box-sizing: border-box;
}

.content_2 .line_3 li:nth-child(1) {
    color: white;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    width: 151px;
}

.content_2 .line_3 li:nth-child(2) {
    color: black;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    width: 206px;
}

.content_2 .line_3 li:nth-child(3) {
    color: black;
    font-size: 18px;
    height: 45px;
    text-align: center;
    line-height: 60px;
    width: 203px;
}

.content_2 .line_3 li:nth-child(4) {
    color: black;
    font-size: 18px;
    height: 45px;
    text-align: center;
    line-height: 60px;
    width: 240px;
}

.content_2 .line_3 li:nth-child(5) {
    color: black;
    font-size: 18px;
    height: 45px;
    text-align: center;
    line-height: 60px;
    width: 193px;
}

.content_2 .tab_content .line_4 {
    height: 78px;
}

.content_2 .tab_content .line_4 li {
    float: left;
    height: 78px;
    box-sizing: border-box;
}

.content_2 .line_4 li:nth-child(1) {
    color: white;
    font-size: 18px;
    line-height: 78px;
    text-align: center;
    width: 151px;
}

.content_2 .line_4 li:nth-child(2) {
    color: black;
    font-size: 18px;
    text-align: center;
    padding-top: 16px;
    width: 206px;
}

.content_2 .line_4 li:nth-child(3) {
    color: black;
    font-size: 18px;
    height: 45px;
    text-align: center;
    line-height: 78px;
    width: 203px;
}

.content_2 .line_4 li:nth-child(4) {
    color: black;
    font-size: 18px;
    height: 45px;
    text-align: center;
    line-height: 78px;
    width: 240px;
}

.content_2 .line_4 li:nth-child(5) {
    color: black;
    font-size: 18px;
    height: 45px;
    text-align: center;
    line-height: 78px;
    width: 193px;
}

.content_2 .tab_content .line_5 {
    height: 120px;
}

.content_2 .tab_content .line_5 li {
    float: left;
    height: 120px;
    box-sizing: border-box;
}

.content_2 .line_5 li:nth-child(1) {
    color: white;
    font-size: 18px;
    line-height: 120px;
    text-align: center;
    width: 151px;
}

.content_2 .line_5 li:nth-child(2) {
    color: black;
    font-size: 18px;
    text-align: center;
    padding-top: 36px;
    width: 206px;
}

.content_2 .line_5 li:nth-child(3) {
    color: black;
    font-size: 18px;
    height: 114px;
    text-align: center;
    padding-top: 36px;
    width: 203px;
}

.content_2 .line_5 li:nth-child(4) {
    color: black;
    font-size: 18px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    width: 240px;
}

.content_2 .line_5 li:nth-child(5) {
    color: black;
    font-size: 18px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    width: 193px;
}

.content_2 .tab .tabactive {
    color: white;
    background-image: linear-gradient(to right, #1178ff, #02dcfe);
}

.content_2 .all .tab_content {
    display: none;
}

.content_2 .all .showtabcontent {
    display: block;
}

.teshu {
    line-height: 24px !important;
}

.content_2 .btn_main {
    width: 310px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-top: 44px;
}

.content_2 .btn_main span {
    width: 310px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-image: linear-gradient(to right, #fe6e63, #ff3970);
    display: block;
    font-size: 26px;
    color: white;
    border-radius: 40px;
    /* box-shadow: 0px 4px 8px 2px #e8d1df; */
}

/* 第二块结束 */
/* 适合人群开始 */
.third_bgc {
    background: url(../images/bgc/1_05.jpg) no-repeat center top;
    height: 797px;
    overflow: hidden;
    cursor: pointer;
}

.title_3 img {
    display: block;
    margin: 0 auto;
    margin-top: 84px;
}

.content_3 {
    overflow: hidden;
    text-align: center;
}

.content_3 .tab_3 {
    background-color: #413f57;
    width: 1000px;
    height: 78px;
    margin: 0 auto;
    margin-top: 64px;
}

.content_3 .tab_3 span {
    border-right: 1px solid white;
    float: left;
    box-sizing: border-box;
    width: 25%;
    height: 78px;
    line-height: 78px;
    text-align: center;
    color: white;
    font-size: 22px;
}

.content_3 .all_3 {
    margin: 0 auto;
}

.content_3 .tabContent_3-1 {
    background-image: linear-gradient(to right, #0f7fff, #03dafe);
    height: 466px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.content_3 .tabContent_3-1>div {
    float: left;
}

.tabContent_3-1 .box_1 {
    width: 222px;
    height: 270px;
    background-color: #c5faff;
    margin-top: 42px;
    margin-left: 26px;
    border-radius: 10px;
    overflow: hidden;
}

.tabContent_3-1 .box_1 p:first-child {
    background: url(../images/layer/1-8.png) no-repeat center top;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-top: 26px;
}

.tabContent_3-1 .box_1 p:nth-child(2) {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 700;
}

.tabContent_3-1 .box_1 p:nth-child(3) {
    background: url(../images/layer/1-9.png) no-repeat center top;
    width: 158px;
    height: 8px;
    margin: 0 auto;
    margin-top: 10px;
}

.tabContent_3-1 .box_1 p:last-child {
    margin-top: 8px;
    padding: 0 16px;
    font-size: 16px;
}

.tabContent_3-1 .box_2 {
    background-color: #ffffda;
}

.tabContent_3-1 .box_2 p:first-child {
    background: url(../images/layer/1-10.png) no-repeat center top;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-top: 26px;
}

.tabContent_3-1 .box_2 p:nth-child(3) {
    background: url(../images/layer/1-11.png) no-repeat center top;
    width: 158px;
    height: 8px;
    margin: 0 auto;
    margin-top: 10px;
}

.tabContent_3-1 .box_3 {
    background-color: #e3ffe6;
}

.tabContent_3-1 .box_3 p:first-child {
    background: url(../images/layer/1-12.png) no-repeat center top;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-top: 26px;
}

.tabContent_3-1 .box_3 p:nth-child(3) {
    background: url(../images/layer/1-13.png) no-repeat center top;
    width: 158px;
    height: 8px;
    margin: 0 auto;
    margin-top: 10px;
}

.tabContent_3-1 .box_3 {
    background-color: #feedff;
}

.tabContent_3-1 .box_4 p:first-child {
    background: url(../images/layer/1-14.png) no-repeat center top;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-top: 26px;
}

.tabContent_3-1 .box_4 p:nth-child(3) {
    background: url(../images/layer/1-15.png) no-repeat center top;
    width: 158px;
    height: 8px;
    margin: 0 auto;
    margin-top: 10px;
}

.content_3 .btn_main {
    width: 310px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-top: 358px;
}

.content_3 .btn_main span {
    width: 310px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-image: linear-gradient(to right, #fe6e63, #ff3a6f);
    display: block;
    font-size: 26px;
    color: white;
    border-radius: 40px;
    /* box-shadow: 0px 4px 8px 2px #e8d1df;
     */
}

.content_3 .tabContent_3-2 {
    background-image: linear-gradient(to right, #0f7fff, #03dafe);
    height: 466px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.content_3 .tipsContent_3-2 {
    width: 952px;
    height: 76px;
    border: 1px dashed white;
    padding: 14px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 52px;
    color: white;
    font-size: 16px;
    text-align: left;
}

.content_3 .tabContent_3-2 .dabollbox {
    width: 952px;
    height: 160px;
    margin: 0 auto;
    margin-top: 30px;
    padding-left: 28px;
    box-sizing: border-box;
}

.content_3 .dabollbox .leftbox {
    width: 430px;
    height: 154px;
    background-color: #c5faff;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}

.content_3 .leftbox .pic {
    width: 170px;
    height: 154px;
    float: left;
}

.content_3 .leftbox .pic p:first-child {
    background: url(../images/layer/1-16.png) no-repeat center top;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-top: 30px;
}

.content_3 .leftbox .pic p:last-child {
    margin-top: 16px;
    font-weight: 700;
    font-size: 20px;
}

.content_3 .line {
    background: url(../images/layer/1-17.png) no-repeat center top;
    width: 8px;
    height: 158px;
    float: left;
}

.content_3 .speak {
    width: 252px;
    height: 154px;
    float: left;
    text-align: left;
    padding: 0 40px;
    padding-top: 48px;
    box-sizing: border-box;
    font-size: 16px;
    color: #63787a;
}
.content_3 .teshuspeak {
    padding-top: 58px;
}

.content_3 .dabollbox .rightbox {
    background-color: #ffffda;
    margin-left: 40px;
    float: left;
}

.content_3 .rightbox .pic p:first-child {
    background: url(../images/layer/1-18.png) no-repeat center top;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-top: 30px;
}

.content_3 .rightbox .pic p:last-child {
    margin-top: 16px;
    font-weight: 700;
    font-size: 20px;
}

.content_3 .line_2 {
    background: url(../images/layer/1-19.png) no-repeat center top;
    width: 8px;
    height: 158px;
    float: left;
}

.tabContent_3-2 .btn_main {
    margin-top: 40px;
}

.content_3 .tabContent_3-3 {
    background-image: linear-gradient(to right, #0f7fff, #03dafe);
    height: 466px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.content_3 .tabContent_3-3 .lineBox_1 {
    width: 924px;
    height: 88px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 42px;
    overflow: hidden;
}

.content_3 .tabContent_3-3 .lineBox_1 span:first-child {
    font-size: 54px;
    width: 118px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    color: white;
    background-color: #01e8fd;
    float: left;
}

.content_3 .tabContent_3-3 .lineBox_1 span:last-child {
    font-size: 18px;
    width: 806px;
    height: 88px;
    text-align: left;
    color: black;
    background-color: #c5faff;
    float: left;
    padding: 22px 74px 0 36px;
    box-sizing: border-box;
}

.content_3 .tabContent_3-3 .lineBox_2 {
    width: 924px;
    height: 88px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}

.content_3 .tabContent_3-3 .lineBox_2 span:first-child {
    font-size: 54px;
    width: 118px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    color: white;
    background-color: #fddd01;
    float: left;
}

.content_3 .tabContent_3-3 .lineBox_2 span:last-child {
    font-size: 18px;
    width: 806px;
    height: 88px;
    text-align: left;
    color: black;
    background-color: #ffffda;
    float: left;
    padding: 22px 74px 0 36px;
    box-sizing: border-box;
}

.content_3 .tabContent_3-3 .lineBox_3 {
    width: 924px;
    height: 88px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}

.content_3 .tabContent_3-3 .lineBox_3 span:first-child {
    font-size: 54px;
    width: 118px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    color: white;
    background-color: #26ffb0;
    float: left;
}

.content_3 .tabContent_3-3 .lineBox_3 span:last-child {
    font-size: 18px;
    width: 806px;
    height: 88px;
    text-align: left;
    color: black;
    background-color: #e3ffe6;
    float: left;
    padding: 22px 74px 0 36px;
    box-sizing: border-box;
}

.tabContent_3-3 .btn_main {
    margin-top: 32px;
}

.content_3 .tabContent_3-4 {
    background-image: linear-gradient(to right, #0f7fff, #03dafe);
    height: 466px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.content_3 .tabContent_3-4 .lineBox_1 {
    width: 924px;
    height: 110px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden;
}

.content_3 .tabContent_3-4 .lineBox_1 span:first-child {
    font-size: 54px;
    width: 118px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    color: white;
    background-color: #01e8fd;
    float: left;
}

.content_3 .tabContent_3-4 .lineBox_1 span:last-child {
    font-size: 18px;
    width: 806px;
    height: 110px;
    text-align: left;
    color: black;
    background-color: #c5faff;
    float: left;
    padding: 30px 74px 0 36px;
    box-sizing: border-box;
}

.content_3 .tabContent_3-4 .lineBox_2 {
    width: 924px;
    height: 110px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 16px;
    overflow: hidden;
}

.content_3 .tabContent_3-4 .lineBox_2 span:first-child {
    font-size: 54px;
    width: 118px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    color: white;
    background-color: #fddd01;
    float: left;
}

.content_3 .tabContent_3-4 .lineBox_2 span:last-child {
    font-size: 18px;
    width: 806px;
    height: 110px;
    text-align: left;
    color: black;
    background-color: #ffffda;
    float: left;
    padding: 44px 74px 0 36px;
    box-sizing: border-box;
}

.tabContent_3-4 .btn_main {
    margin-top: 62px;
}

.content_3 .tab_3 .tabactive {
    color: white;
    background-image: linear-gradient(to right, #00a4ff, #01eefd);
}

.content_3 .all_3>div {
    display: none;
}

.content_3 .all_3 .showtabcontent {
    display: block;
}

/* 第三块结束 */
/* 第四块开始 */
.fourth_bgc {
    background: url(../images/bgc/1_06.jpg) no-repeat center top;
    height: 820px;
    overflow: hidden;
    cursor: pointer;
}

.title_4 img {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.content_4 {
    background: url(../images/layer/1-21.png) no-repeat center top;
    width: 1030px;
    height: 513px;
    margin-top: 46px;
    overflow: hidden;
}

.content_4 .tab_left {
    width: 198px;
    height: 455px;
    box-sizing: border-box;
    margin-left: 4px;
    padding-top: 57px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.content_4 .tab_left p {
    box-sizing: border-box;
    height: 61px;
    line-height: 61px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #ccf9ff;
    color: white;
}

.content_4 .tab_left p:last-child {
    border: none;
}

.content_4 .all_4 {
    float: left;
    overflow: hidden;
}

.content_4 .contentBox {
    width: 800px;
    height: 420px;
    box-sizing: border-box;
    margin-top: 66px;
    padding: 0px 18px 50px 22px;
    overflow-y: scroll;

}

.content_4 .contentBox_1 .small_box1 {
    width: 756px;
    height: 148px;
    background-color: #e2eeff;
    padding-top: 20px;
    padding-left: 22px;
    padding-right: 24px;
    box-sizing: border-box;
}

.content_4 .small_box2 {
    margin-top: 24px;
}

.content_4 .small_box2 .name {
    font-size: 18px;
    color: #0c57ff;
    font-weight: 700;
}

.content_4 .small_box2 .blueline {
    width: 756px;
    padding-left: 44px;
    box-sizing: border-box;
    height: 1px;
    background-color: #ceddff;
    margin-top: 11px;
}

.content_4 .small_box2 .onContent {
    width: 756px;
    padding-left: 16px;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 12px;
}

.content_4 .contentBox_3 .onContent span {
    color: #0c57ff;
    font-weight: 700;
}

.content_4 .contentBox_3 .small_box1 {
    height: 82px;
}

.scrollbar {
    width: 30px;
    height: 300px;
    margin: 0 auto;
}

.contentBox::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.contentBox::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #c9c9c9;
}

.contentBox::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.content_4 .tab_left .tabactive {
    background-image: linear-gradient(to right, #f8cc00, #ff8a00);
}

.content_4 .all_4>div {
    display: none;
}

.content_4 .all_4 .showdiv {
    display: block;
}

.fourth_bgc .twobtn {
    width: 800px;
    height: 70px;
    margin: 0 auto;
    margin-top: 26px;
}

.fourth_bgc .twobtn span {
    width: 260px;
    height: 70px;
    line-height: 70px;
    float: left;
    text-align: center;
}

.fourth_bgc .twobtn .left_a {
    background-image: linear-gradient(to right, #fe6e63, #ff3970);
    border-radius: 50px;
    font-size: 26px;
    color: white;
    margin-left: 86px;
}

.fourth_bgc .twobtn .right_a {
    background-image: linear-gradient(to right, #f9c200, #ff7e0c);
    border-radius: 50px;
    font-size: 26px;
    color: white;
    margin-left: 102px;
}

/* 第四块结束 */
/* 第五块开始 */
.fifth_bgc {
    background: url(../images/bgc/1_07.jpg) no-repeat center top;
    height: 877px;
    overflow: hidden;
}

.title_5 img {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.fifth_bgc .content_5 {
    margin-top: 54px;
    height: 540px;
}

.fifth_bgc .content_5 .swiper-container {
    width: 1000px;
    height: 100%;
}

.swiper-wrapper {
    width: 400px;
    height: 479px;
}

.fifth_bgc .content_5 .swiper-slide {
    width: 400px;
    height: 479px;
    text-align: center;
    font-size: 16px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.fifth_bgc .content_5 .swiper-slide-active,
.fifth_bgc .content_5 .swiper-slide-duplicate-active {
    transform: scale(1);
}

.fifth_bgc .content_5 .shield {
    background: url(../images/layer/1-23.png) no-repeat center top;
    width: 400px;
    height: 479px;
}
.fifth_bgc .content_5 .shield_as {
    background: url(../images/layer/1-39.png) no-repeat center top;
    width: 400px;
    height: 479px;
}
.fifth_bgc .shield p:first-child {
    margin-top: 54px;
}

.fifth_bgc .shield p:nth-child(2) {
    color: white;
    font-size: 22px;
    margin-top: 30px;
}

.fifth_bgc .shield p:nth-child(3) {
    color: white;
    font-size: 15px;
    margin-top: 40px;
}

.fifth_bgc .shield p:nth-child(4) {
    color: white;
    font-size: 15px;
    margin-top: 24px;
}

.fifth_bgc .shield p:nth-child(5) {
    color: white;
    font-size: 15px;
    margin-top: 30px;
}

.shield p span {
    color: #ffd800;
}

.fifth_bgc .shield_eng p:nth-child(3) {
    margin-top: 40px;
}
.fifth_bgc .shield_eng p:nth-child(4) {
    margin-top: 34px;
}
.fifth_bgc .shield_eng p:nth-child(5) {
    color: white;
    font-size: 15px;
    margin-top: 36px;
}

.fifth_bgc .shield_as p:nth-child(3) {
    margin-top: 60px;
}

.fifth_bgc .shield_as p:nth-child(4) {
    margin-top: 24px;
}


.fifth_bgc .twobtn {
    width: 800px;
    height: 70px;
    margin: 0 auto;
    margin-top: 46px;
}

.fifth_bgc .twobtn span {
    width: 260px;
    height: 70px;
    line-height: 70px;
    float: left;
    text-align: center;
}

.fifth_bgc .twobtn .left_a {
    background-image: linear-gradient(to right, #fe6e63, #ff3970);
    border-radius: 50px;
    font-size: 26px;
    color: white;
    margin-left: 86px;
}

.fifth_bgc .twobtn .right_a {
    background-image: linear-gradient(to right, #f9c200, #ff7e0c);
    border-radius: 50px;
    font-size: 26px;
    color: white;
    margin-left: 102px;
}
.swiper-container-2 .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: #0c78ff;
    border-radius: 14px;
}
.swiper-container-2 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}
/* 第五块结束 */
/* 第六块开始 */
.sixed_bgc {
    background: url(../images/bgc/1_08.jpg) no-repeat center top;
    height: 722px;
    overflow: hidden;
}

.title_6 img {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.content_6 {
    background: url(../images/layer/1-29.png) no-repeat center top;
    width: 866px;
    height: 741px;
    margin: 0 auto;
    margin-top: -90px;
    position: relative;
    cursor: pointer;
    /* overflow: hidden; */
}

.content_6 .content6_box {
    text-align: center;
    width: 198px;
    position: absolute;
}

.content_6 .content6_box .content6_pic {
    background: url(../images/layer/1-30.png) no-repeat center top;
    width: 22px;
    height: 22px;
    margin: 0 auto;
}

.content_6 .content6_box .content6_font {
    font-size: 18px;
    margin-top: 6px;
    background-image: linear-gradient(to right, #0096ff, #01e5fd);
    width: 198px;
    height: 34px;
    line-height: 34px;
    color: white;
    border-radius: 40px;
    box-sizing: border-box;
}

.content_6 .content6_one {
    top: 158px;
    left: 78px;
}

.content_6 .content6_two {
    top: 264px;
    left: -66px;
}

.content_6 .content6_three {
    top: 292px;
    left: 160px;
    width: 148px;
}

.content_6 .content6_three .content6_font {
    width: 148px;
}

.content_6 .content6_four {
    top: 462px;
    left: 34px;
}

.content_6 .content6_five {
    top: 562px;
    left: 64px;
}

.content_6 .content6_six {
    top: 212px;
    right: 116px;
}

.content_6 .content6_seven {
    top: 320px;
    right: -20px;
}

.content_6 .content6_eight {
    top: 390px;
    right: 176px;
    width: 148px;
}

.content_6 .content6_eight .content6_font {
    width: 148px;
}

.content_6 .content6_nine {
    top: 502px;
    right: 38px;
}

.content_6 a {
    width: 60px;
    height: 258px;
}

.content_6 span {
    display: block;
    height: 60px;
    width: 258px;
    background-image: linear-gradient(to right, #fe6d63, #ff3970);
    position: absolute;
    line-height: 60px;
    text-align: center;
    font-size: 26px;
    color: white;
    border-radius: 50px;
    top: 576px;
    left: 310px;
}

/* 第六快结束 */
/* 第七块开始 */
.seven_bgc {
    background: url(../images/bgc/1_09.jpg) no-repeat center top;
    height: 743px;
    overflow: hidden;
}

.title_7 img {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.content_7 {
    margin: 0 auto;
    margin-top: 60px;
    width: 1000px;
    cursor: pointer;
}

.content_7 .tab_title7 {
    background-color: #dfdfdf;
    width: 1000px;
    height: 54px;
}

.content_7 .tab_title7 span {
    width: 150px;
    height: 54px;
    float: left;
    text-align: center;
    line-height: 54px;
    color: #0c4dff;
    font-weight: 700;
}

.tab7_content {
    width: 1000px;
    height: 282px;
    box-shadow: 0px 8px 8px 2px #cbdbff;
    padding-top: 38px;
    padding-left: 40px;
    box-sizing: border-box;
}

.tab7_content p:first-child {
    color: #0c4dff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.tab7_content p {
    margin-top: 18px;
    font-size: 16px;
}

.content_7 .tab_title7 .tab_active7 {
    width: 196px;
    height: 78px;
    background-image: linear-gradient(to right, #008fff, #01e8fd);
    border-radius: 0 50px 0 0;
    margin-top: -24px;
    line-height: 78px;
    font-size: 22px;
    color: white;
}

.content_7 .all_7>div {
    display: none;
}

.content_7 .all_7 .showtab7 {
    display: block;
}

.seven_bgc .btn_main {
    width: 310px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.seven_bgc .btn_main span {
    width: 310px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-image: linear-gradient(to right, #fe6e63, #ff3970);
    display: block;
    font-size: 26px;
    color: white;
    border-radius: 40px;
    /* box-shadow: 0px 8px 8px 2px #e8d1df; */
}

/* 第七快结束 */
/* 第八块开始 */
.eight_bgc {
    background: url(../images/bgc/1_10.jpg) no-repeat center top;
    height: 423px;
    overflow: hidden;
}

.title_8 img {
    display: block;
    margin: 0 auto;
    margin-top: 26px;
}

.content_8 {
    margin: 0 auto;
    margin-top: 60px;
    width: 1000px;
    cursor: pointer;
}

.content_8>a {
    margin-left: 8px;
}

.content_8>a:first-child {
    margin-left: 0;
}

.eight_bgc .twobtn {
    width: 800px;
    height: 70px;
    margin: 0 auto;
    margin-top: 32px;
}

.eight_bgc .twobtn span {
    width: 260px;
    height: 70px;
    line-height: 70px;
    float: left;
    text-align: center;
}

.eight_bgc .twobtn .left_a {
    background-image: linear-gradient(to right, #fe6e63, #ff3970);
    border-radius: 50px;
    font-size: 26px;
    color: white;
    margin-left: 86px;
}

.eight_bgc .twobtn .right_a {
    background-image: linear-gradient(to right, #f9c200, #ff7e0c);
    border-radius: 50px;
    font-size: 26px;
    color: white;
    margin-left: 102px;
}

/* 第八快结束 */
/* 第十三块 */
.item-4 {
    height: 703px;
    background: url(../images/bgc/1_11.jpg) no-repeat center top;
    overflow: hidden;
}

.item-4 .title {
    width: 100%;
    height: 122px;
    margin-top: 82px;
    background: url(../images/layer/1-38.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;
}


@-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;
    }

    .m {
        display: block;
    }

    .pc {
        display: none;
    }

    .btnGroup {
        display: none;
    }

    .footer_m_gao {
        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: 567px;
        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: 24px;
        top: -144px;
        width: 138px;
        height: 42px;
    }

    .banner .text_m {
        width: 694px;
        height: 304px;
        margin-top: 180px;
        margin-left: 38px;
    }

    .mbanner {
        display: block;
    }

    .banner .btn_banner {
        margin-top: 14px;
    }

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

    .navbar_button {
        margin-top: 14px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -ms-flex;
        width: 730px;
        height: 165px;
        /* line-height: 66px; */
        box-sizing: border-box;
        flex-direction: row;
        flex-wrap: wrap;

        /* 兼容IE */
        /* margin-top: -161px; */
    }

    .nav_small {
        flex: 1;
        -ms-flex: 1;
        width: 25%;
        min-width: 25%;
        max-width: 25%;
        height: 54px;
        margin-top: 10px;
        /* 兼容IE */
        font-size: 26px;
        color: rgb(255, 255, 255);
        text-align: center;
        text-decoration: none;
        cursor: pointer;

    }

    .nav_small:hover {
        color: #ffc000;
    }

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

    .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: 466px;
        overflow: hidden;
    }

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

    .content_1_m .first_left {
        background: url(../images/m/1-2.png) no-repeat center top;
        width: 710px;
        height: 551px;
        margin: 0 auto;
        margin-top: 56px;
        overflow: hidden;
    }

    .content_1_m .first_left a {
        width: 222px;
        height: 56px;
        display: block;
        margin: 0 auto;
        margin-top: 410px;
    }

    .content_1_m .first_left span {
        width: 222px;
        height: 56px;
        display: block;
        background-image: linear-gradient(to right, #fe6e63, #ff2c67);
        text-align: center;
        border-radius: 30px;
        line-height: 56px;
        font-size: 26px;
        color: white;
    }

    .content_1_m .first_right {
        background: url(../images/m/1-3.png) no-repeat center top;
        width: 670px;
        height: 331px;
        /* overflow: hidden; */
        margin: 0 auto;
        margin-top: 16px;
    }

    .content_1_m .first_right .question {
        font-size: 28px;
        color: #1122ff;
        margin-top: 104px;
        font-weight: 700;
    }

    .content_1_m .first_right .answer {
        font-size: 22px;
        margin-top: 80px;
        margin-bottom: 50px;
    }

    .swiper-container-1 .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        background: #999999;
        opacity: 1;
    }

    .swiper-container-1 .swiper-pagination-bullet-active {
        width: 14px;
        height: 14px;
        background: #0c78ff;
        border-radius: 14px;
    }

    .content_1_m .swiper-container-horizontal>.swiper-pagination-bullets,
    .content_1_m .swiper-pagination-custom,
    .content_1_m .swiper-pagination-fraction {
        bottom: 60px;
        left: -260px;
        width: 100%;
    }

    /* 第一块结束 */
    /* 第二块开始 */
    .second_bgc {
        background: url(../images/m/images/1_04.jpg) no-repeat center top;
        height: 1030px;
        margin-top: -3px;
    }

    .title_2 img {
        display: block;
        margin: 0 auto;
        margin-top: 84px;
    }

    .content_2_m {
        width: 710px;
        margin: 0 auto;
        margin-top: 50px;
    }

    .content_2_m .tab {
        border: 1px solid #00a0e9;
        height: 80px;
        box-sizing: border-box;
    }

    .content_2_m .tab span {
        border-right: 1px solid #02defe;
        height: 78px;
        line-height: 78px;
        float: left;
        font-size: 22px;
        width: 25%;
        box-sizing: border-box;
        text-align: center;
    }

    .content_2_m .tab span:last-child {
        line-height: 30px;
        padding-top: 12px;
    }

    .content_2_m .tab_content {
        background: url(../images/m/1-4.png) no-repeat center top;
        width: 730px;
        height: 610px;
        margin-top: 10px;
        margin-left: -20px;
        padding-top: 24px;
    }

    .content_2_m .tab_content .headline {
        height: 122px;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .content_2_m .tab_content .headline li {
        float: left;
        height: 122px;
        box-sizing: border-box;
    }

    .content_2_m .headline li:nth-child(1) {
        color: #ffdb4d;
        font-size: 24px;
        text-align: center;
        width: 88px;
        padding-top: 30px;
    }

    .content_2_m .headline li:nth-child(2) {
        color: #ffdb4d;
        font-size: 24px;
        line-height: 122px;
        text-align: center;
        width: 180px;
    }

    .content_2_m .headline li:nth-child(3) .small_head {
        color: #ffdb4d;
        font-size: 24px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        width: 440px;
    }

    .content_2_m .headline .groud {
        width: 440px;
        height: 76px;
    }

    .content_2_m .headline .groud span {
        color: white;
        font-size: 18px;
        height: 76px;
        text-align: center;
        width: 140px;
        float: left;
        padding-top: 20px;
        box-sizing: border-box;
    }

    .content_2_m .headline .groud span:last-child {
        width: 158px;
    }

    .content_2_m .tab_content .line_2 {
        height: 120px;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .content_2_m .tab_content .line_2 li {
        float: left;
        height: 120px;
        box-sizing: border-box;
    }

    .content_2_m .line_2 li:nth-child(1) {
        color: white;
        font-size: 24px;
        text-align: center;
        width: 88px;
        padding-top: 30px;
    }

    .content_2_m .line_2 li:nth-child(2) {
        color: black;
        font-size: 22px;
        text-align: center;
        padding-top: 20px;
        width: 180px;
    }

    .content_2_m .line_2 li:nth-child(3) {
        color: black;
        font-size: 22px;
        height: 45px;
        text-align: center;
        padding-top: 50px;
        width: 140px;
    }

    .content_2_m .line_2 li:nth-child(4) {
        color: black;
        font-size: 22px;
        height: 45px;
        text-align: center;
        padding-top: 50px;
        width: 140px;
    }

    .content_2_m .line_2 li:nth-child(5) {
        color: black;
        font-size: 22px;
        height: 45px;
        text-align: center;
        padding-top: 2px;
        width: 158px;
    }

    .content_2_m .tab_content .line_3 {
        height: 82px;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .content_2_m .tab_content .line_3 li {
        float: left;
        height: 82px;
        box-sizing: border-box;
    }

    .content_2_m .line_3 li:nth-child(1) {
        color: white;
        font-size: 24px;
        text-align: center;
        width: 88px;
        padding-top: 14px;
    }

    .content_2_m .line_3 li:nth-child(2) {
        color: black;
        font-size: 22px;
        text-align: center;
        line-height: 82px;
        width: 180px;
    }

    .content_2_m .line_3 li:nth-child(3) {
        color: black;
        font-size: 22px;
        height: 82px;
        text-align: center;
        line-height: 82px;
        width: 140px;
    }

    .content_2_m .line_3 li:nth-child(4) {
        color: black;
        font-size: 22px;
        height: 82px;
        text-align: center;
        line-height: 82px;
        width: 140px;
    }

    .content_2_m .line_3 li:nth-child(5) {
        color: black;
        font-size: 22px;
        height: 82px;
        text-align: center;
        line-height: 82px;
        width: 158px;
    }

    .content_2_m .tab_content .line_4 {
        height: 104px;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .content_2_m .tab_content .line_4 li {
        float: left;
        height: 104px;
        box-sizing: border-box;
    }

    .content_2_m .line_4 li:nth-child(1) {
        color: white;
        font-size: 24px;
        text-align: center;
        width: 88px;
        padding-top: 30px;
    }

    .content_2_m .line_4 li:nth-child(2) {
        color: black;
        font-size: 22px;
        text-align: center;
        padding-top: 20px;
        width: 180px;
    }

    .content_2_m .line_4 li:nth-child(3) {
        color: black;
        font-size: 22px;
        height: 104px;
        text-align: center;
        padding-top: 20px;
        width: 140px;
    }

    .content_2_m .line_4 li:nth-child(4) {
        color: black;
        font-size: 22px;
        height: 104px;
        text-align: center;
        padding-top: 20px;
        width: 140px;
    }

    .content_2_m .line_4 li:nth-child(5) {
        color: black;
        font-size: 22px;
        height: 104px;
        text-align: center;
        padding-top: 20px;
        width: 158px;
    }

    .content_2_m .tab_content .line_5 {
        height: 130px;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .content_2_m .tab_content .line_5 li {
        float: left;
        height: 130px;
        box-sizing: border-box;
    }

    .content_2_m .line_5 li:nth-child(1) {
        color: white;
        font-size: 24px;
        text-align: center;
        width: 88px;
        padding-top: 30px;
    }

    .content_2_m .line_5 li:nth-child(2) {
        color: black;
        font-size: 18px;
        text-align: center;
        padding-top: 36px;
        width: 180px;
    }

    .content_2_m .line_5 li:nth-child(3) {
        color: black;
        font-size: 18px;
        height: 114px;
        text-align: center;
        padding-top: 26px;
        width: 140px;
    }

    .content_2_m .line_5 li:nth-child(4) {
        color: black;
        font-size: 18px;
        height: 120px;
        text-align: center;
        padding-top: 40px;
        width: 140px;
    }

    .content_2_m .line_5 li:nth-child(5) {
        color: black;
        font-size: 18px;
        height: 120px;
        text-align: center;
        padding-top: 40px;
        width: 158px;
    }

    .content_2_m .tab .tabactive {
        color: white;
        background-image: linear-gradient(to right, #1178ff, #02dcfe);
    }

    .content_2_m .all .tab_content {
        display: none;
    }

    .content_2_m .all .showtabcontent {
        display: block;
    }

    .teshu {
        line-height: 24px !important;
    }

    .content_2_m .btn_main {
        width: 310px;
        height: 70px;
        display: block;
        margin: 0 auto;
        margin-top: 4px;
    }

    .content_2_m .btn_main span {
        width: 310px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        background-image: linear-gradient(to right, #fe6e63, #ff3970);
        display: block;
        font-size: 26px;
        color: white;
        border-radius: 40px;
        /* box-shadow: 0px 8px 8px 2px #e8d1df; */
    }


    /* 第二块结束 */
    /* 第三块开始 */
    .third_bgc {
        background: url(../images/m/images/1_05.jpg) no-repeat center top;
        height: 1133px;
        margin-top: -3px;
    }

    .title_3 img {
        display: block;
        margin: 0 auto;
        margin-top: 110px;
    }

    .content_3_m {
        overflow: hidden;
        text-align: center;
    }

    .content_3_m .tab_3 {
        background-color: #413f57;
        width: 710px;
        height: 78px;
        margin: 0 auto;
        margin-top: 56px;
    }

    .content_3_m .tab_3 span {
        border-right: 1px solid white;
        float: left;
        box-sizing: border-box;
        width: 25%;
        height: 78px;
        line-height: 78px;
        text-align: center;
        color: white;
        font-size: 22px;
    }

    .content_3_m .tab_3 span:last-child {
        line-height: 30px;
        padding-top: 12px;
    }

    .content_3_m .all_3 {
        margin: 0 auto;
    }

    .content_3_m .tabContent_3-1 {
        background-image: linear-gradient(to right, #0f7fff, #03dafe);
        height: 782px;
        width: 710px;
        margin: 0 auto;
        overflow: hidden;
    }

    .content_3_m .tabContent_3-1>div {
        float: left;
    }

    .content_3_m .tabContent_3-1 .box_1 {
        width: 330px;
        height: 270px;
        background-color: #c5faff;
        margin-top: 42px;
        margin-left: 16px;
        border-radius: 10px;
        overflow: hidden;
    }

    .content_3_m .tabContent_3-1 .box_1 p:first-child {
        background: url(../images/layer/1-8.png) no-repeat center top;
        width: 56px;
        height: 56px;
        margin: 0 auto;
        margin-top: 24px;
    }

    .content_3_m .tabContent_3-1 .box_1 p:nth-child(2) {
        margin-top: 10px;
        font-size: 24px;
        font-weight: 700;
    }

    .content_3_m .tabContent_3-1 .box_1 p:nth-child(3) {
        background: url(../images/layer/1-9.png) no-repeat center top;
        width: 158px;
        height: 8px;
        margin: 0 auto;
        margin-top: 6px;
    }

    .content_3_m .tabContent_3-1 .box_1 p:last-child {
        margin-top: 6px;
        padding: 0 16px;
        font-size: 22px;
    }

    .content_3_m .tabContent_3-1 .box_2 {
        background-color: #ffffda;
    }

    .content_3_m .tabContent_3-1 .box_2 p:first-child {
        background: url(../images/layer/1-10.png) no-repeat center top;
        width: 56px;
        height: 56px;
        margin: 0 auto;
        margin-top: 16px;
    }

    .content_3_m .tabContent_3-1 .box_2 p:nth-child(3) {
        background: url(../images/layer/1-11.png) no-repeat center top;
        width: 158px;
        height: 8px;
        margin: 0 auto;
        margin-top: 8px;
    }

    .content_3_m .tabContent_3-1 .box_3 {
        background-color: #e3ffe6;
    }

    .content_3_m .tabContent_3-1 .box_3 p:first-child {
        background: url(../images/layer/1-12.png) no-repeat center top;
        width: 56px;
        height: 56px;
        margin: 0 auto;
        margin-top: 16px;
    }

    .content_3_m .tabContent_3-1 .box_3 p:nth-child(3) {
        background: url(../images/layer/1-13.png) no-repeat center top;
        width: 158px;
        height: 8px;
        margin: 0 auto;
        margin-top: 8px;
    }

    .content_3_m .tabContent_3-1 .box_3 {
        background-color: #feedff;
    }

    .content_3_m .tabContent_3-1 .box_4 p:first-child {
        background: url(../images/layer/1-14.png) no-repeat center top;
        width: 56px;
        height: 56px;
        margin: 0 auto;
        margin-top: 16px;
    }

    .content_3_m .tabContent_3-1 .box_4 p:nth-child(3) {
        background: url(../images/layer/1-15.png) no-repeat center top;
        width: 158px;
        height: 8px;
        margin: 0 auto;
        margin-top: 8px;
    }

    .content_3_m .btn_main {
        width: 310px;
        height: 70px;
        display: block;
        margin: 0 auto;
        margin-top: 668px;
    }

    .content_3_m .btn_main span {
        width: 310px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        background-image: linear-gradient(to right, #fe6e63, #ff3a6f);
        display: block;
        font-size: 26px;
        color: white;
        border-radius: 40px;
        /* box-shadow: 0px 8px 8px 2px #e8d1df; */
    }

    .content_3_m .tabContent_3-2 {
        background-image: linear-gradient(to right, #0f7fff, #03dafe);
        height: 782px;
        width: 710px;
        margin: 0 auto;
        overflow: hidden;
    }

    .content_3_m .tipsContent_3-2 {
        width: 668px;
        height: 200px;
        border: 1px dashed white;
        padding: 14px;
        box-sizing: border-box;
        margin: 0 auto;
        margin-top: 52px;
        color: white;
        font-size: 22px;
        text-align: left;
        line-height: 40px;
    }

    .content_3_m .tabContent_3-2 .dabollbox {
        width: 700px;
        height: 322px;
        margin: 0 auto;
        margin-top: 36px;
        padding-left: 14px;
        box-sizing: border-box;
    }

    .content_3_m .dabollbox .leftbox {
        width: 330px;
        height: 320px;
        background-color: #c5faff;
        border-radius: 10px;
        overflow: hidden;
        float: left;
    }

    /* .content_3_m .leftbox .pic {
        width: 170px;
        height: 154px;
        float: left;
    } */

    .content_3_m .leftbox .pic p:first-child {
        background: url(../images/layer/1-16.png) no-repeat center top;
        width: 56px;
        height: 56px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .content_3_m .leftbox .pic p:last-child {
        margin-top: 16px;
        font-weight: 700;
        font-size: 20px;
    }

    .content_3_m .line {
        background: url(../images/layer/1-13.png) no-repeat center top;
        height: 8px;
        width: 158px;
        margin: 0 auto;
        margin-top: 8px;
        /* float: left; */
    }

    .content_3_m .speak {
        width: 330px;
        height: 154px;
        float: left;
        padding: 0 30px;
        padding-top: 18px;
        box-sizing: border-box;
        font-size: 22px;
        color: #63787a;
    }

    .content_3_m .dabollbox .rightbox {
        background-color: #ffffda;
        margin-left: 12px;
        float: left;
    }

    .content_3_m .rightbox .pic p:first-child {
        background: url(../images/layer/1-18.png) no-repeat center top;
        width: 56px;
        height: 56px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .content_3_m .rightbox .pic p:last-child {
        margin-top: 16px;
        font-weight: 700;
        font-size: 20px;
    }

    .content_3_m .line_2 {
        background: url(../images/layer/1-13.png) no-repeat center top;
        height: 8px;
        width: 158px;
        margin: 0 auto;
        margin-top: 8px;
    }

    .content_3_m .tabContent_3-2 .btn_main {
        margin-top: 40px;
    }

    .content_3_m .tabContent_3-3 {
        background-image: linear-gradient(to right, #0f7fff, #03dafe);
        height: 782px;
        width: 710px;
        margin: 0 auto;
        overflow: hidden;
    }

    .content_3_m .tabContent_3-3 .lineBox_1 {
        background-color: #c5faff;
        width: 680px;
        height: 160px;
        margin: 0 auto;
        margin-top: 42px;
        overflow: hidden;
        padding: 0 36px;
        padding-top: 40px;
        box-sizing: border-box;
    }

    .content_3_m .tabContent_3-3 .lineBox_1 span:first-child {
        font-size: 54px;
        width: 78px;
        height: 78px;
        text-align: center;
        line-height: 78px;
        color: white;
        float: left;
        background-color: #0180fd;
        border-radius: 50%;

    }

    .content_3_m .tabContent_3-3 .lineBox_1 span:last-child {
        font-size: 22px;
        width: 508px;
        height: 88px;
        text-align: left;
        color: black;
        background-color: #c5faff;
        float: left;
        padding: 0px 0px 0 36px;
        box-sizing: border-box;
    }

    .content_3_m .tabContent_3-3 .lineBox_2 {
        background-color: #ffffda;
        width: 680px;
        height: 160px;
        margin: 0 auto;
        margin-top: 28px;
        overflow: hidden;
        padding: 0 36px;
        padding-top: 40px;
        box-sizing: border-box;
    }

    .content_3_m .tabContent_3-3 .lineBox_2 span:first-child {
        font-size: 54px;
        width: 78px;
        height: 78px;
        text-align: center;
        line-height: 78px;
        color: white;
        float: left;
        background-color: #ffd300;
        border-radius: 50%;
    }

    .content_3_m .tabContent_3-3 .lineBox_2 span:last-child {
        font-size: 22px;
        width: 508px;
        height: 88px;
        text-align: left;
        color: black;
        float: left;
        padding: 0px 0px 0 36px;
        box-sizing: border-box;
    }

    .content_3_m .tabContent_3-3 .lineBox_3 {
        background-color: #e3ffe6;
        width: 680px;
        height: 160px;
        margin: 0 auto;
        margin-top: 28px;
        overflow: hidden;
        padding: 0 36px;
        padding-top: 40px;
        box-sizing: border-box;
    }

    .content_3_m .tabContent_3-3 .lineBox_3 span:first-child {
        font-size: 54px;
        width: 78px;
        height: 78px;
        text-align: center;
        line-height: 78px;
        color: white;
        float: left;
        background-color: #0cf0a6;
        border-radius: 50%;
    }

    .content_3_m .tabContent_3-3 .lineBox_3 span:last-child {
        font-size: 22px;
        width: 508px;
        height: 88px;
        text-align: left;
        color: black;
        float: left;
        padding: 0px 0px 0 36px;
        box-sizing: border-box;
    }

    .content_3_m .tabContent_3-3 .btn_main {
        margin-top: 50px;
    }

    .content_3_m .tabContent_3-4 {
        background-image: linear-gradient(to right, #0f7fff, #03dafe);
        height: 782px;
        width: 710px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 40px;
        box-sizing: border-box;
    }

    .content_3_m .tabContent_3-4 .lineBox_1 {
        background-color: #e3ffe6;
        width: 680px;
        height: 222px;
        margin: 0 auto;
        margin-top: 28px;
        overflow: hidden;
        padding: 0 36px;
        padding-top: 42px;
        box-sizing: border-box;
    }

    .content_3_m .tabContent_3-4 .lineBox_1 span:first-child {
        font-size: 54px;
        width: 78px;
        height: 78px;
        text-align: center;
        line-height: 78px;
        color: white;
        float: left;
        background-color: #028dfc;
        border-radius: 50%;
        margin-top: 30px;
    }

    .content_3_m .tabContent_3-4 .lineBox_1 span:last-child {
        font-size: 22px;
        width: 508px;
        height: 88px;
        text-align: left;
        color: black;
        float: left;
        padding: 0px 0px 0 36px;
        box-sizing: border-box;
        line-height: 38px;
    }

    .content_3_m .tabContent_3-4 .lineBox_2 {
        background-color: #ffffda;
        width: 680px;
        height: 222px;
        margin: 0 auto;
        margin-top: 28px;
        overflow: hidden;
        padding: 0 36px;
        padding-top: 42px;
        box-sizing: border-box;
    }

    .content_3_m .tabContent_3-4 .lineBox_2 span:first-child {
        font-size: 54px;
        width: 78px;
        height: 78px;
        text-align: center;
        line-height: 78px;
        color: white;
        float: left;
        background-color: #ffc900;
        border-radius: 50%;
        margin-top: 30px;
    }

    .content_3_m .tabContent_3-4 .lineBox_2 span:last-child {
        font-size: 22px;
        width: 508px;
        height: 88px;
        text-align: left;
        color: black;
        float: left;
        padding: 0px 0px 0 36px;
        box-sizing: border-box;
        line-height: 38px;
        margin-top: 34px;
    }

    .content_3_m .tabContent_3-4 .btn_main {
        margin-top: 122px;
    }

    .content_3_m .tab_3 .tabactive {
        color: white;
        background-image: linear-gradient(to right, #00a4ff, #01eefd);
    }

    .content_3_m .all_3>div {
        display: none;
    }

    .content_3_m .all_3 .showtabcontent {
        display: block;
    }



    /* 第三块结束 */
    /* 第四块开始 */
    .fourth_bgc {
        background: url(../images/m/images/1_06.jpg) no-repeat center top;
        height: 876px;
        margin-top: -3px;
    }

    .title_4 img {
        display: block;
        margin: 0 auto;
        margin-top: 80px;
    }

    .content_4 {
        background: url(../images/m/1-5.png) no-repeat center top;
        width: 750px;
        height: 548px;
        margin-top: 46px;
        overflow: hidden;
    }

    .content_4 .tab_left {
        width: 214px;
        height: 455px;
        box-sizing: border-box;
        margin-left: 4px;
        padding-top: 57px;
        padding-left: 18px;
        padding-right: 0px;
        float: left;
    }

    .content_4 .tab_left p {
        box-sizing: border-box;
        height: 61px;
        line-height: 61px;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        border-bottom: 1px solid #ccf9ff;
        color: white;
    }

    .content_4 .tab_left p:last-child {
        border: none;
    }

    .content_4 .all_4 {
        float: left;
        overflow: hidden;
    }

    .content_4 .contentBox {
        width: 510px;
        height: 456px;
        box-sizing: border-box;
        margin-top: 66px;
        padding: 0px 18px 50px 22px;
        overflow-y: scroll;

    }

    .content_4 .contentBox_1 .small_box1 {
        width: 460px;
        height: 250px;
        background-color: #e2eeff;
        padding-top: 20px;
        padding-left: 22px;
        padding-right: 24px;
        box-sizing: border-box;
        font-size: 22px;
    }

    .content_4 .small_box2 {
        margin-top: 24px;
    }

    .content_4 .small_box2 .name {
        font-size: 24px;
        color: #0c57ff;
        font-weight: 700;
    }

    .content_4 .small_box2 .blueline {
        width: 427px;
        padding-left: 44px;
        box-sizing: border-box;
        height: 1px;
        background-color: #ceddff;
        margin-top: 11px;
    }

    .content_4 .small_box2 .onContent {
        width: 430px;
        padding-left: 16px;
        box-sizing: border-box;
        font-size: 22px;
        margin-top: 12px;
    }

    .content_4 .contentBox_3 .onContent span {
        color: #0c57ff;
        font-weight: 700;
    }

    .content_4 .contentBox_3 .small_box1 {
        height: 162px;
    }

    .scrollbar {
        width: 30px;
        height: 300px;
        margin: 0 auto;
    }

    .contentBox::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }

    .contentBox::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #c9c9c9;
    }

    .contentBox::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #EDEDED;
    }

    .content_4 .tab_left .tabactive {
        background-image: linear-gradient(to right, #f8cc00, #ff8a00);
    }

    .content_4 .all_4>div {
        display: none;
    }

    .content_4 .all_4 .showdiv {
        display: block;
    }

    .fourth_bgc .twobtn {
        width: 800px;
        height: 70px;
        margin: 0 auto;
        margin-top: 26px;
    }

    .fourth_bgc .twobtn span {
        width: 260px;
        height: 70px;
        line-height: 70px;
        float: left;
        text-align: center;
    }

    .fourth_bgc .twobtn .left_a {
        background-image: linear-gradient(to right, #fe6e63, #ff3970);
        border-radius: 50px;
        font-size: 26px;
        color: white;
        margin-left: 86px;
    }

    .fourth_bgc .twobtn .right_a {
        background-image: linear-gradient(to right, #f9c200, #ff7e0c);
        border-radius: 50px;
        font-size: 26px;
        color: white;
        margin-left: 102px;
    }

    /* 第四块结束 */
    /* 第五块开始 */
    .fifth_bgc {
        background: url(../images/m/images/1_07.jpg) no-repeat center top;
        height: 886px;
        margin-top: -3px;
    }

    .title_5 img {
        display: block;
        margin: 0 auto;
        margin-top: 80px;
    }

    .fifth_bgc .content_5 {
        margin-top: 54px;
    }

    .fifth_bgc .content_5 .swiper-container {
        width: 750px;
        height: 100%;
    }

    .swiper-wrapper {
        width: 400px;
        height: 479px;
    }

    .fifth_bgc .content_5 .swiper-slide {
        width: 400px;
        height: 479px;
        text-align: center;
        font-size: 16px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.8);
    }

    .fifth_bgc .content_5 .swiper-slide-active,
    .fifth_bgc .content_5 .swiper-slide-duplicate-active {
        transform: scale(1);
    }

    .fifth_bgc .content_5 .shield {
        background: url(../images/layer/1-23.png) no-repeat center top;
        width: 400px;
        height: 479px;
    }
    .fifth_bgc .content_5 .shield_as {
        background: url(../images/layer/1-39.png) no-repeat center top;
        width: 400px;
        height: 479px;
    }
    .fifth_bgc .shield p:first-child {
        margin-top: 54px;
    }

    .fifth_bgc .shield p:nth-child(2) {
        color: white;
        font-size: 22px;
        margin-top: 30px;
    }

    .fifth_bgc .shield p:nth-child(3) {
        color: white;
        font-size: 14px;
        margin-top: 34px;
    }

    .fifth_bgc .shield p:nth-child(4) {
        color: white;
        font-size: 14px;
        margin-top: 20px;
    }

    .fifth_bgc .shield p:nth-child(5) {
        color: white;
        font-size: 14px;
        margin-top: 20px;
    }

    .shield p span {
        color: #ffd800;
    }

    .fifth_bgc .shield_eng p:nth-child(3) {
        margin-top: 30px;
    }
    .fifth_bgc .shield_eng p:nth-child(4) {
        margin-top: 42px;
    }
    .fifth_bgc .shield_eng p:nth-child(5) {
        color: white;
        font-size: 14px;
        margin-top: 46px;
    }

    .fifth_bgc .shield_as p:nth-child(3) {
        margin-top: 40px;
    }

    .fifth_bgc .shield_as p:nth-child(4) {
        margin-top: 24px;
    }

    .fifth_bgc .shield_can p:nth-child(5) {
        margin-top: 12px;
    }

    .fifth_bgc .twobtn {
        width: 800px;
        height: 70px;
        margin: 0 auto;
        margin-top: 46px;
    }

    .fifth_bgc .twobtn span {
        width: 260px;
        height: 70px;
        line-height: 70px;
        float: left;
        text-align: center;
    }

    .fifth_bgc .twobtn .left_a {
        background-image: linear-gradient(to right, #fe6e63, #ff3970);
        border-radius: 50px;
        font-size: 26px;
        color: white;
        margin-left: 86px;
    }

    .fifth_bgc .twobtn .right_a {
        background-image: linear-gradient(to right, #f9c200, #ff7e0c);
        border-radius: 50px;
        font-size: 26px;
        color: white;
        margin-left: 102px;
    }


    /* 第五块结束 */
    /* 第六块开始 */
    .sixed_bgc {
        background: url(../images/m/images/1_08.jpg) no-repeat center top;
        height: 770px;
        overflow: hidden;
    }
    
    .title_6 img {
        display: block;
        margin: 0 auto;
        margin-top: 80px;
    }
    
    .content_6_m {
        background: url(../images/m/1-10.png) no-repeat center top;
        width: 727px;
        height: 620px;
        margin: 0 auto;
        overflow: hidden;
    }

    .content_6_m a {
        width: 60px;
        height: 258px;
        
    }
    
    .content_6_m span {
        display: block;
        height: 60px;
        width: 258px;
        background-image: linear-gradient(to right, #fe6d63, #ff3970);
        line-height: 60px;
        text-align: center;
        font-size: 26px;
        color: white;
        border-radius: 50px;
        margin: 0 auto;
        margin-top: 530px;
    }
    /* 第六块结束 */
    /* 第七块开始 */
    .seven_bgc {
        background: url(../images/m/images/1_09.jpg) no-repeat center top;
        height: 890px;
        overflow: hidden;
    }
    
    .title_7 img {
        display: block;
        margin: 0 auto;
        margin-top: 80px;
    }
    
    .content_7 {
        margin: 0 auto;
        margin-top: 60px;
        width: 710px;
        cursor: pointer;
    }
    
    .content_7 .tab_title7 {
        background-color: #dfdfdf;
        width: 710px;
        height: 54px;
    }
    
    .content_7 .tab_title7 span {
        width: 130px;
        height: 54px;
        float: left;
        text-align: center;
        line-height: 54px;
        color: #0c4dff;
        font-weight: 700;
        font-size: 24px;
    }
    .content_7 .tab_title7 span:last-child {
        width: 220px;
    }
    
    .tab7_content {
        width: 710px;
        height: 514px;
        box-shadow: 0px 8px 8px 2px #cbdbff;
        padding-top: 38px;
        padding-left: 40px;
        box-sizing: border-box;
    }
    
    .tab7_content p:first-child {
        color: #0c4dff;
        font-size: 22px;
        font-weight: 700;
        margin-top: 0;
    }
    
    .tab7_content p {
        margin-top: 20px;
        font-size: 22px;
        line-height: 36px;
    }
    
    .content_7 .tab_title7 .tab_active7 {
        width: 226px;
        height: 78px;
        background-image: linear-gradient(to right, #008fff, #01e8fd);
        border-radius: 0 50px 0 0;
        margin-top: -24px;
        line-height: 78px;
        font-size: 26px;
        color: white;
    }
    
    .content_7 .all_7>div {
        display: none;
    }
    
    .content_7 .all_7 .showtab7 {
        display: block;
    }
    
    .seven_bgc .btn_main {
        width: 310px;
        height: 70px;
        display: block;
        margin: 0 auto;
        margin-top: 44px;
    }
    
    .seven_bgc .btn_main span {
        width: 310px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        background-image: linear-gradient(to right, #fe6e63, #ff3970);
        display: block;
        font-size: 26px;
        color: white;
        border-radius: 40px;
        /* box-shadow: 0px 8px 8px 2px #e8d1df; */
    }
    /* 第七块结块 */
    /* 第八块开始 */
    .eight_bgc {
        background: url(../images/m/images/1_10.jpg) no-repeat center top;
        height: 688px;
        overflow: hidden;
    }
    
    .title_8 img {
        display: block;
        margin: 0 auto;
        margin-top: 56px;
    }
    
    .content_8_m {
        margin: 0 auto;
        margin-top: 38px;
        width: 710px;
        cursor: pointer;
    }
    
    .content_8_m>a {
        margin-left: 8px;
    }
    
    .content_8_m>a:first-child {
        margin-left: 0;
    }
    .content_8_m>a:nth-child(3) {
        margin-left: 0;
    }
    
    .eight_bgc .twobtn {
        width: 800px;
        height: 70px;
        margin: 0 auto;
        margin-top: 32px;
    }
    
    .eight_bgc .twobtn span {
        width: 260px;
        height: 70px;
        line-height: 70px;
        float: left;
        text-align: center;
    }
    
    .eight_bgc .twobtn .left_a {
        background-image: linear-gradient(to right, #fe6e63, #ff3970);
        border-radius: 50px;
        font-size: 26px;
        color: white;
        margin-left: 86px;
    }
    
    .eight_bgc .twobtn .right_a {
        background-image: linear-gradient(to right, #f9c200, #ff7e0c);
        border-radius: 50px;
        font-size: 26px;
        color: white;
        margin-left: 102px;
    }
    /* 第八快结束 */
    /* 第十三块 */
    .item-4 {
        height: 666px;
        background: url(../images/m/images/1_11.jpg) no-repeat center top;
        margin-top: -3px;
    }

    .item-4 .title {
        width: 100%;
        height: 38px;
        background: url(../images/m/1-11.png) no-repeat center top;
    }
    .form-wrap {
        width: 500px;
        margin: 50px auto 40px;
        margin-top: 40px;
    }


}