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

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(255, 240, 0);
}

.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(255, 240, 0);
}

.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(255, 240, 0);
    background-size: 100% 100%;
    font-size: 22px;
    color: rgb(64, 92, 154);
    font-weight: 700;
    margin-top: 20px;
}

.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: 408px;
    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;
}

.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: 161px;
    /* margin-top: 161px; */
}

.navbar_button {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    /* 兼容IE */
    /* margin-top: -161px; */
}

.nav_small {
    flex: 1;
    -ms-flex: 1; /* 兼容IE */
    background: url(../images/layer/1_03.png) no-repeat center top;
    font-size: 16px;
    color: rgb(0, 42, 206);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.nav_small:hover {
    color: rgb(0, 42, 206);
}

.nav_small span {
    display: block;
    width: 42px;
    height: 48px;
    margin: 23px auto;
}

.nav_small.nav2 {
    margin-top: 16px;
}

.nav_small.nav3 {
    margin-top: 25px;
}

.nav_small.nav4 {
    margin-top: 40px;
}

.nav_small.nav5 {
    margin-top: 52px;
}

.nav_small.nav6 {
    margin-top: 66px;
}

.nav_small.nav7 {
    margin-top: 75px;
}

.nav_small.nav8 {
    margin-top: 70px;
}

.nav_small.nav9 {
    margin-top: 60px;
}

.nav_small.nav5 span {
    width: 48px;
}

.active_navbar {
    background: url(../images/layer/1_04.png) no-repeat center top;
    color: rgb(255, 255, 255);
    /* margin-top: -161px; */
}

.isStuck {
    background-image: none !important;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
    height: 104px;
}

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

.active_navbar:hover {
    color: rgb(255, 255, 255);
}

.active_navbar span {
    display: block;
    width: 42px;
    height: 48px;
    margin: 28px auto;
}

.title_1 {
    background: url(../images/bgc/1_03.jpg) no-repeat center top;
    width: 100%;
    height: 125px;
    overflow: hidden;
}

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

.content_1 {
    background: url(../images/bgc/1_04.jpg) no-repeat center top;
    height: 381px;
}

.content_1 .w1000 {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    /* 兼容IE */
}

.detailed {
    background: url(../images/layer/1_06.png) no-repeat center top;
    height: 314px;
    flex: 2;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.detailed .content_title {
    font-size: 26px;
    color: rgb(255, 240, 0);
    margin-top: 42px;
}

.detailed .content_more {
    font-size: 16px;
    padding-left: 26px;
    margin-right: 26px;
    margin-top: 50px;
    text-align: left;
}

.detailed .content_btn {
    font-size: 16px;
    height: 36px;
    width: 168px;
    line-height: 36px;
    background-color: rgb(255, 240, 0);
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    bottom: 35px;
    left: 82px;
}

.detailed .outline_number {
    display: none;
}

.detailed .outline_title {
    display: none;
}

.outline {
    background: url(../images/layer/1_07.png) no-repeat center top;
    height: 361px;
    margin-top: 26px;
    flex: 1;
    -ms-flex: 1; /* 兼容IE */
    text-align: center;
}

.outline .outline_number {
    color: rgba(17, 146, 255);
    font-size: 20px;
    margin-top: 30px;
    margin-left: -6px;
    font-style: italic
}

.outline .outline_title {
    display: inline-block;
    color: rgb(255, 240, 0);
    width: 20px;
    margin-top: 20px;
    font-weight: 700;
}

.outline .content_title {
    display: none;
}

.outline .content_more {
    display: none;
}

.outline .content_btn {
    display: none;
}

.title_2 {
    background: url(../images/bgc/1_05.jpg) no-repeat center top;
    height: 64px;
}

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

.content_2 {
    background: url(../images/bgc/1_06.jpg) no-repeat center top;
    height: 545px;
}

.content_2 .w1000 {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    /* 兼容IE */
}

.content_2 .content_height {
    flex: 1;
    -ms-flex: 1; /* 兼容IE */
    height: 545px;
    font-size: 14px;
    text-align: center;
}

.content_height .more_then {
    margin-top: 46px;
    line-height: 22px;
}

.content_height .less_then {
    margin-top: 174px;
    margin-left: 46px;
    height: 64px;
    width: 64px;
    font-size: 24px;
    color: white;
}

.content_height .more_front {
    margin-top: 118px;
    line-height: 22px;
}

.content_height .less_front {
    margin-top: 250px;
    margin-left: 48px;
    height: 64px;
    width: 64px;
    font-size: 24px;
    color: white;
}

.content_height .mine1 {
    margin-top: 192px;
    margin-left: 46px;
}

.content_height .mine2 {
    margin-left: 40px;
    font-size: 24px;
    width:74px;
}

.content_height .mine3 {
    margin-left: 38px;
    font-size: 24px;
    width:74px;
}

.content_height .mine4 {
    margin-left: 30px;
}

.content_height .mine5 {
    margin-top: 192px;
    margin-left: 28px!important;
}

.content_height .less1 {
    margin-top: 90px;
}

.content_height .less2 {
    margin-top: 90px;
    font-size: 14px;
    font-weight: 500;
    width: 154px;
}

.btn_first {
    background: url(../images/bgc/1_07.jpg) no-repeat center top;
    height: 138px;
    text-align: center;
}

.btn_first a {
    display: inline-block;
    width: 324px;
    height: 46px;
    line-height: 46px;
    border-radius: 50px;
    margin-top: 6px;
    border: none;
    background-image: linear-gradient(to right, rgb(252, 244, 5), rgb(254, 192, 28));
    color: black;
    font-weight: 700;
    font-size: 18px;
}


.title_3 {
    background: url(../images/bgc/1_08.jpg) no-repeat center top;
    height: 111px;
}

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

.content_3 {
    background: url(../images/bgc/1_09.jpg) no-repeat center top;
    height: 425px;
}

.btn_second {
    background: url(../images/bgc/1_10.jpg) no-repeat center top;
    height: 67px;
    text-align: center;
}

.btn_second a {
    display: inline-block;
    width: 324px;
    height: 46px;
    line-height: 46px;
    border-radius: 50px;
    margin-top: 6px;
    border: none;
    background-image: linear-gradient(to right, rgb(252, 244, 5), rgb(254, 192, 28));
    color: black;
    font-weight: 700;
    font-size: 18px;
}

.line {
    background: url(../images/bgc/1_11.jpg) no-repeat center top;
    height: 67px;
}

.title_4 {
    background: url(../images/bgc/1_12.jpg) no-repeat center top;
    height: 64px;
}

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

.content_4 {
    background: url(../images/bgc/1_13.jpg) no-repeat center top;
    height: 476px;
}

.content_4 h2 {
    text-align: center;
    color: rgb(0, 42, 206);
}

.content_4 .wire {
    height: 1px;
    background-color: rgb(0, 42, 206);
}

.content_4 .Vertical_left {
    height: 39px;
    width: 1px;
    background-color: rgb(0, 42, 206);
    float: left;
    margin-left: 192px;
}

.content_4 .Vertical_middle {
    height: 39px;
    width: 1px;
    background-color: rgb(0, 42, 206);
    float: left;
    margin-left: 308px;
}

.content_4 .Vertical_right {
    height: 39px;
    width: 1px;
    background-color: rgb(0, 42, 206);
    float: right;
    margin-right: 192px;
}

.content_4 #box {
    height: 260px;
    background: url(../images/layer/1_11.png) no-repeat center top;
    padding-left: 36px;
    padding-right: 36px;
    overflow: hidden;
}

.content_4 .outer {
    height: 48px;
    margin-top: 40px;
    padding-left: 36px;
    padding-right: 36px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    /* 兼容IE */

}

.content_4 .inner {
    display: block;
    background-color: #fff;
    color: rgb(17, 146, 255);
    font-size: 30px;
    text-align: center;
    margin-left: 6px;
    margin-right: 6px;
    flex: 1;
    -ms-flex: 1; /* 兼容IE */
    float: left;
    list-style: none;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
}

.content_4 .title_white {
    background-color: rgb(255, 255, 255, .4);
    margin-top: 31px;
    border-radius: 10px;
    height: 40px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    /* 兼容IE */
}

.content_4 .title_white span {
    padding-left: 18px;
    height: 40px;
    line-height: 40px;
    flex: 1;
    -ms-flex: 1; /* 兼容IE */
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 400;
}

.content_4 .content_line i {
    background: url(../images/layer/1_14.png) no-repeat center top;
    width: 8px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
}


.content_line {
    width: 25%;
    margin-top: 16px;
    float: left;
}

.content_line li {
    height: 20px;
    margin-top: 2px;
}

.content_line li span {
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin-left: 2px;
}

.gaoyi {
    width: 33.33333%;
}

.gaoer {
    margin-top: 2px;
    width: 50%;
}

.content_4 .choice {
    background: rgb(17, 146, 255);
    color: rgb(255, 240, 0)
}

.content_4 .tab-item {
    display: none;
}

.content_4 .show {
    display: block;
}

.btn_third {
    background: url(../images/bgc/1_14.jpg) no-repeat center top;
    height: 133px;
    text-align: center;
}

.btn_third a {
    display: inline-block;
    width: 324px;
    height: 46px;
    line-height: 46px;
    border-radius: 50px;
    border: none;
    background-image: linear-gradient(to right, rgb(252, 244, 5), rgb(254, 192, 28));
    color: black;
    font-weight: 700;
    font-size: 18px;
}

/* 第六块 */
.title_5 img {
    display: block;
    margin: 0 auto;
}

.content_5 {
    background: url(../images/bgc/1_15.jpg) no-repeat center top;
    height: 1346px;
}

.content_5 .content_box .box {
    width: 890px;
    height: 121px;
    box-shadow: 0px 0px 10px 10px rgba(234, 246, 255, 0.9);
    margin: 0 auto;
    margin-top: 32px;
    font-size: 18px;
    padding: 22px 38px;
    box-sizing: border-box;
    z-index: 9;
}

.content_5 .content_box .box span {
    color: rgb(21, 69, 255);
}

.quotes_box {
    height: 68px;
}

.content_5 .quotes {
    float: right;
    margin-top: -14px;
    width: 98px;
    height: 68px;
}

.content_5 .computer {
    text-align: center;
    position: relative;
    overflow: hidden;
    background: url(../images/layer/1_17.png) no-repeat center top;
    width: 837px;
    height: 574px;
}

.content_5 .computer span {
    position: absolute;
    color: rgb(60, 135, 255);
    font-size: 16px;
}

.content_5 .computer .one {
    top: 126px;
    left: 52px;
}

.content_5 .computer .two {
    top: 237px;
    left: -2px;
    width: 96px;
    font-size: 14px;
}

.content_5 .computer .three {
    top: 416px;
    left: 58px;
    width: 96px;
    font-size: 14px;
    color: rgb(109, 165, 255);
}

.content_5 .computer .four {
    top: 154px;
    left: 218px;
    width: 96px;
}

.content_5 .computer .five {
    top: 118px;
    left: 408px;
    width: 96px;
    font-size: 20px;
}

.content_5 .computer .six {
    top: 18px;
    left: 488px;
    width: 96px;
    font-size: 20px;
}

.content_5 .computer .seven {
    top: 108px;
    right: 198px;
    width: 64px;
    font-size: 16px;
    text-align: right;
}

.content_5 .computer .eight {
    top: 136px;
    right: 44px;
    font-size: 14px;
    text-align: right;
}

.content_5 .computer .nine {
    top: 204px;
    right: 102px;
    width: 64px;
    font-size: 16px;
    text-align: left;
}

.content_5 .computer .ten {
    top: 300px;
    right: 24px;
    font-size: 14px;
}

.content_5 .small_module {
    text-align: center;
    position: relative;
    overflow: hidden;
    background: url(../images/layer/1_18.png) no-repeat center top;
    width: 1036px;
    height: 322px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    /* 兼容IE */
}

.content_5 .small_module div {
    flex: 1;
    -ms-flex: 1; /* 兼容IE */
    color: rgb(255, 255, 255);
    font-size: 26px;
    margin-top: 88px;
    padding: 0px 20px;
    margin-left: 13px;
}

.content_5 .small_module div p:nth-child(2) {
    color: rgb(80, 116, 255);
    font-size: 22px;
    margin-top: 42px;
}

.content_5 .small_module div p:nth-child(3) {
    color: black;
    font-size: 18px;
    margin-top: 20px;
}

.content_5 .small_module .left_1 {
    padding-left: 12px;
    padding-right: 22px;
}

.content_5 .small_module .left_2 {
    padding-left: 12px;
    padding-right: 22px;
}

.content_5 .small_module .right_2 {
    padding-left: 6px;
    padding-right: 24px;
}

.content_5 .small_module .right_1 {
    padding-left: 5px;
    padding-right: 28px;
}

.btn_forth {
    margin-top: 32px;
    text-align: center;
}

.btn_forth a {
    display: inline-block;
    width: 324px;
    height: 46px;
    line-height: 46px;
    border-radius: 50px;
    border: none;
    background-image: linear-gradient(to right, rgb(252, 244, 5), rgb(254, 192, 28));
    color: black;
    font-weight: 700;
    font-size: 18px;
}

/* 第七块 */
.title_6 img {
    display: block;
    margin: 0 auto;
}

.content_6 {
    background: url(../images/bgc/1_16.jpg) no-repeat center top;
    height: 559px;
}

.content_6 .content_box {
    background: url(../images/layer/1_20.png) no-repeat center top;
    height: 290px;
    margin-top: 54px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    /* 兼容IE */
}

.content_6 .content_box div {
    text-align: center;
    flex: 1;
    -ms-flex: 1; /* 兼容IE */
}

.content_6 .content_box .first_p {
    margin: 0 auto;
    font-size: 30px;
    width: 60px;
    color: rgb(255, 240, 0);
    margin-top: 32px;
}

.content_6 .content_box .second_p {
    font-size: 16px;
    margin-top: 74px;
    padding: 0 26px;
}

.mine1_p1 {
    padding-right: 6px;
}

.mine2_p2 {
    margin-top: 20px !important;
}

.mine2_p1 {
    margin-top: 56px !important;
    width: 90px !important;
}

.mine4_p2 {
    margin-top: 40px !important;
}

.mine4_p1 {
    margin-top: 76px !important;
    padding: 0 26px;
}

.btn_fifth {
    margin-top: 38px;
    text-align: center;
}

.btn_fifth a {
    display: inline-block;
    width: 324px;
    height: 46px;
    line-height: 46px;
    border-radius: 50px;
    border: none;
    background-image: linear-gradient(to right, rgb(252, 244, 5), rgb(254, 192, 28));
    color: black;
    font-weight: 700;
    font-size: 18px;
}

/* 第八快 */
.content_7 {
    background: url(../images/bgc/1_17.jpg) no-repeat center top;
    height: 254px;
}

.content_7 a {
    width: 100%;
}

.content_7 a img {
    width: 100%;
}

/* 第九块 */
.item-5 .title {
    width: 100%;
    height: 104px;
    background: url(../images/bgc/1_18.jpg) no-repeat center top;
}

.item-5 .title h3 {
    width: 100%;
    height: 64px;
    background: url(../images/layer/1_22.png) no-repeat center bottom;
}

.TOP_bgc1 {
    background: url(../images/bgc/1_19.jpg) no-repeat center top;
    width: 100%;
    height: 403px;
}

.item-5 .squre_left {
    float: left;
    margin-top: 62px;
    margin-left: 52px;
}

.item-5 .squre_left img {
    display: block;
    width: 183px;
    height: 243px;
}

.item-5 .squre_right {
    float: left;
    margin-top: 62px;
    margin-left: 48px;
    width: 70%;
    font-size: 16px;
}

.item-5 .swiper-container {
    padding-bottom: 50px;
}

.item-5 .con ul {
    overflow: hidden;
}

.item-5 .con ul li {
    width: 1007px;
    height: 380px;
    background: url(../images/layer/1_23.png) no-repeat center center;
    margin-right: 50px;
    float: left;
    margin-bottom: 20px;
    text-align: left;
}

.item-5 .con .squre_right dl {
    color: rgb(255, 255, 255);
}

.item-5 .con li dl dt {
    margin-top: 12px;
}

.item-5 .con li dl .font_yellow {
    color: rgb(255, 201, 15);
}

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

.item-5 .swiper-pagination-bullet-active {
    width: 100px;
    height: 14px;
    background: rgb(16, 134, 255);
    border-radius: 14px;
}

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

/* 第十块 */
.btn_sixth {
    height: 68px;
    text-align: center;
    background: url(../images/bgc/1_20.jpg) no-repeat center center;
}

.btn_sixth a {
    display: inline-block;
    margin-top: 22px;
    width: 324px;
    height: 46px;
    line-height: 46px;
    border-radius: 50px;
    border: none;
    background-image: linear-gradient(to right, rgb(252, 244, 5), rgb(254, 192, 28));
    color: black;
    font-weight: 700;
    font-size: 18px;
}

/* 第十一块  */
.ele_line {
    background: url(../images/bgc/1_21.jpg) no-repeat center center;
    height: 67px;
}

/* 第十二快 */
.item-2 {
    background: url(../images/bgc/1_22.jpg) no-repeat center center;
    height: 658px;
}

.item-2 .title img {
    height: 64px;
}

.item-2 .TOP_bgc {
    width: 1000px;
    height: 522px;
    box-shadow: 0px 0px 10px 10px rgba(234, 246, 255, 0.9);
    margin: 0 auto;
    margin-top: -40px;
    font-size: 18px;
    padding-top: 74px;
    padding-bottom: 74px;
    padding-left: 30px;
    padding-right: 38px;
    box-sizing: border-box;
}

.item-2 .have_btn {
    margin: 0px auto;
    width: 40%;
    height: 40px;
    margin-top: -20px;
}

.item-2 .btn2_1 div {
    float: left;
    background-color: rgb(0, 245, 214);
    color: rgb(4, 5, 70);
    height: 40px;
    text-align: center;
    line-height: 40px;
    width: 40%;
    border-radius: 50px;
    cursor: pointer;
}

.item-2 .btn2_2 div {
    float: right;
    background-color: rgb(6, 159, 140);
    color: rgb(4, 5, 70);
    height: 40px;
    text-align: center;
    line-height: 40px;
    width: 40%;
    border-radius: 50px;
    cursor: pointer;
}

.con {
    text-align: center;
}

.item-2 .swiper-container {
    padding-bottom: 50px;
}

.item-2 .con ul {
    overflow: hidden;
    /* padding-left: 38px; */
}

.item-2 .con ul li {
    width: 225px;
    height: 162px;
    background: url(../images/layer/1_24.png) no-repeat center center;
    margin-right: 22px;
    float: left;
    margin-bottom: 26px;
    text-align: center;
}

.item-2 .con ul li .first {
    width: 130px;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    margin-top: 0px;
    margin-left: 50px;
}

.item-2 .con ul li:nth-child(4) {
    margin-right: 0px;
}

.item-2 .con ul li:nth-child(8) {
    margin-right: 0px;
}

.item-2 .con ul li p {
    color: #fff;
    margin-top: 25px;
}

.item-2 .con ul li .second {
    margin-top: 17px;
    font-size: 11px;
    padding: 0 26px;
    color: black;
}

.item-2 .con ul li p span {
    color: rgb(255, 240, 0);
    font-size: 44px;
    margin-left: -2px;
}

.item-2 .con ul li .first span {
    color: rgb(255, 240, 0);
    font-size: 14px;
    margin-left: 2px;
}

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

.item-2 .swiper-pagination-bullet-active {
    width: 100px;
    height: 14px;
    background: rgb(16, 134, 255);
    border-radius: 14px;
}
.item-2 .last_time {
    float: right;
    margin-right: 46px;
    font-size: 11px;
}

/* 第十三块 */
.btn_seventh {
    height: 68px;
    text-align: center;
}

.btn_seventh a {
    display: inline-block;
    margin-top: 42px;
    width: 324px;
    height: 46px;
    line-height: 46px;
    border-radius: 50px;
    border: none;
    background-image: linear-gradient(to right, rgb(252, 244, 5), rgb(254, 192, 28));
    color: black;
    font-weight: 700;
    font-size: 18px;
}

/* 第十三块 */
/* .item-4 {height:560px;background:url(../images/ite4-1.jpg) no-repeat center top;} */
.item-4 .title {
    width: 100%;
    height: 145px;
    background: url(../images/bgc/1_23.jpg) no-repeat center top;
}

.item-4 .title h3 {
    width: 100%;
    height: 64px;
    background: url(../images/layer/1_26.png) no-repeat center bottom;
    margin-left: 2px;
}

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

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

    .banner {
        height: 511px;
        background: url(../images/m/1_01.png) no-repeat center top;
        background-size: 100% auto;
        overflow: inherit;
    }

    .banner .logo {
        position: absolute;
        left: 12px;
        top: 24px;
    }

    .banner .w1000 {
        width: 100%;
        text-align: center;
    }

    .banner .text {
        width: 78%;
        margin-top: 78px;
    }

    .form-wrap-pc {
        display: none;
    }

    .form-wrap-m {
        display: block;
        width: 90%;
        margin: 50px auto 0;
    }

    .form-wrap form label {
        display: block;
        width: 94%;
    }

    .form-wrap .btn-wrap {
        width: 100%;
        position: initial;
        margin: 10px 0;
    }

    .mbanner {
        display: block !important;
    }

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

    /* 导航栏 */
    .navbar {
        display: none;
    }

    .margin_m {
        margin-top: 0px !important;
    }

    /* 第一块 */
    .title_1 {
        background: url(../images/m/1_02.png) no-repeat center top;
        width: 100%;
        height: 102px;
        overflow: hidden;
    }

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

    .detailed {
        background: url(../images/m/1-1.png) no-repeat center top;
        height: 287px;
        width: 318px;
        flex: none;
        padding: 0 8px;
        text-align: center;
        font-weight: 600;
        position: relative;
    }

    .outline {
        background: url(../images/m/1-2.png) no-repeat center top;
        height: 281px;
        width: 80px;
        padding: 0 8px;
        flex: none;
        margin-top: 0px;
        text-align: center;
    }

    .content_1 {
        background-color: #fff;
        padding: 0 24px;
        box-sizing: border-box;
        height: 348px;
        width: 100%;
    }

    .content_1 .w1000 {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -ms-flex;
        /* 兼容IE */
    }

    .detailed .content_title {
        font-size: 26px;
        color: rgb(255, 240, 0);
        margin-top: 20px;
    }

    .detailed .content_more {
        font-size: 19px;
        padding-left: 26px;
        margin-right: 26px;
        margin-top: 32px;
        text-align: left;
    }

    .detailed .content_btn {
        font-size: 16px;
        height: 36px;
        width: 168px;
        line-height: 36px;
        background-color: rgb(255, 240, 0);
        border-radius: 50px;
        cursor: pointer;
        position: absolute;
        bottom: 10px;
        left: 82px;
    }

    .detailed .outline_number {
        display: none;
    }

    .detailed .outline_title {
        display: none;
    }

    .outline .outline_number {
        color: rgba(17, 146, 255);
        font-size: 20px;
        margin-top: 30px;
        margin-left: -6px;
        font-style: italic
    }

    .outline .outline_title {
        display: inline-block;
        color: rgb(255, 240, 0);
        width: 20px;
        margin-top: 20px;
        font-weight: 700;
    }

    .outline .content_title {
        display: none;
    }

    .outline .content_more {
        display: none;
    }

    .outline .content_btn {
        display: none;
    }

    .title_2 {
        background: url(../images/bgc/1_05.jpg) no-repeat center top;
        height: 64px;
    }

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

    .content_2 {
        display: none;
    }

    .content_2_m {
        display: block;
        margin-top: 24px;
        height: 800px;
        overflow: hidden;
    }
    .content_2_mbgc {
        display: block;
        background: url(../images/m/1-14.png) no-repeat center top;
        height: 586px;
        margin-top: 98px;
        position: relative;
        font-size: 20px;
    }
    .content_2_mbgc .more_then{
        position: absolute;
        left: 20px;
        bottom: 14px;
    } 
    .content_2_mbgc .more_front{
        position: absolute;
        left: 172px;
        top: -61px;
    } 
    .content_2_mbgc .less1{
        position: absolute;
        left: 192px;
        bottom: -90px;
    } 
    .content_2_mbgc .less3{
        position: absolute;
        left: 274px;
        top: 36px;
    } 
    .content_2_mbgc .less2{
        position: absolute;
        right: 112px;
        top: -82px;
    } 
    .content_2_mbgc .less4{
        position: absolute;
        right: 172px;
        bottom: -90px;
    } 
    .content_2_mbgc .less5{
        position: absolute;
        right: 20px;
        bottom: -26px;
    } 



    .btn_first {
        background: url(../images/bgc/1_07.jpg) no-repeat center top;
        height: 138px;
        text-align: center;
    }

    .btn_first a {
        display: inline-block;
        width: 324px;
        height: 46px;
        line-height: 46px;
        border-radius: 50px;
        margin-top: 6px;
        border: none;
        background-image: linear-gradient(to right, rgb(252, 244, 5), rgb(254, 192, 28));
        color: black;
        font-weight: 700;
        font-size: 18px;
    }


    .title_3 {
        background: url(../images/bgc/1_08.jpg) no-repeat center top;
        height: 111px;
    }

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

    .content_3 {
        display: none;
    }

    .content_3_m {
        /* background: url(../images/m/1_08.png) no-repeat center top; */
        margin-top: -46px;
        background-color: rgb(231, 244, 252);
        height: 500px;
        display: block;
    }

    .content_3_m .swiper-container {
        width: 100%;
        height: 100%;
    }

    .content_3_m .swiper-slide {
        text-align: center;
        font-size: 18px;
        background-color: rgb(231, 244, 252);
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -ms-flex;
        /* 兼容IE */
        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;
    }

    .btn_second {
        background: url(../images/bgc/1_10.jpg) no-repeat center top;
        height: 67px;
        text-align: center;
    }

    .btn_second a {
        display: inline-block;
        width: 324px;
        height: 46px;
        line-height: 46px;
        border-radius: 50px;
        margin-top: 20px;
        border: none;
        background-image: linear-gradient(to right, rgb(252, 244, 5), rgb(254, 192, 28));
        color: black;
        font-weight: 700;
        font-size: 18px;
    }

    .line {
        background: url(../images/bgc/1_11.jpg) no-repeat center top;
        height: 67px;
    }

    .title_4 {
        background: url(../images/bgc/1_12.jpg) no-repeat center top;
        height: 64px;
    }

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

    .content_4 {
        background: url(../images/bgc/1_13.jpg) center top;
        height: 478px;
    }

    .content_4 h2 {
        text-align: center;
        color: rgb(0, 42, 206);
    }

    .content_4 .wire {
        height: 1px;
        background-color: rgb(0, 42, 206);
    }

    .content_4 .Vertical_left {
        height: 39px;
        width: 1px;
        background-color: rgb(0, 42, 206);
        float: left;
        margin-left: 192px;
    }

    .content_4 .Vertical_middle {
        height: 39px;
        width: 1px;
        background-color: rgb(0, 42, 206);
        float: left;
        margin-left: 180px;
    }

    .content_4 .Vertical_right {
        height: 39px;
        width: 1px;
        background-color: rgb(0, 42, 206);
        float: right;
        margin-right: 192px;
    }

    .content_4 #box {
        height: 320px;
        background: url(../images/layer/1_11.png) center top;
        padding-left: 6px;
        padding-right: 6px;
        overflow: hidden;
    }

    .content_4 .outer {
        height: 48px;
        margin-top: 40px;
        padding-left: 36px;
        padding-right: 36px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -ms-flex;
        /* 兼容IE */

    }

    .content_4 .inner {
        display: block;
        background-color: #fff;
        color: rgb(17, 146, 255);
        font-size: 30px;
        text-align: center;
        margin-left: 6px;
        margin-right: 6px;
        flex: 1;
        -ms-flex: 1; /* 兼容IE */
        float: left;
        list-style: none;
        cursor: pointer;
        height: 48px;
        line-height: 48px;
    }

    .content_4 .title_white {
        background-color: rgb(255, 255, 255, .4);
        margin-top: 31px;
        border-radius: 10px;
        height: 40px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -ms-flex;
        /* 兼容IE */
    }

    .content_4 .title_white span {
        padding-left: 18px;
        height: 40px;
        line-height: 40px;
        flex: 1;
        -ms-flex: 1; /* 兼容IE */
        color: rgb(255, 255, 255);
        font-size: 22px;
        font-weight: 400;
    }

    .content_4 .content_line i {
        background: url(../images/layer/1_14.png) no-repeat center top;
        width: 8px;
        height: 7px;
        display: inline-block;
        vertical-align: middle;
    }


    .content_line {
        width: 25%;
        margin-top: 16px;
        float: left;
    }

    .content_line li {
        height: 20px;
        margin-top: 8px;
    }

    .content_line li span {
        color: rgb(255, 255, 255);
        font-size: 20px;
        margin-left: 2px;
    }
    .chusan {
        width: 18%;
    }
    .chusan2 {
        width: 26%;
    }
    .chusan3 {
        width: 31%;
    }
    .chusan4 {
        width: 24%;
    }
    .chusan11 {
        flex: 2!important;
    }
    .chusan22 {
        flex: 2!important;
    }
    .chusan33 {
        flex: 3!important;
    }
    .chusan44 {
        flex: 2!important;
    }
    .gaoyi {
        width: 33.33333%;
    }

    .gaoer {
        margin-top: 2px;
        width: 50%;
    }

    .content_4 .choice {
        background: rgb(17, 146, 255);
        color: rgb(255, 240, 0)
    }

    .content_4 .tab-item {
        display: none;
    }

    .content_4 .show {
        display: block;
    }

    .btn_third {
        background: url(../images/bgc/1_14.jpg) no-repeat center top;
        height: 133px;
        text-align: center;
    }

    .btn_third a {
        display: inline-block;
        width: 324px;
        height: 46px;
        line-height: 46px;
        border-radius: 50px;
        border: none;
        background-image: linear-gradient(to right, rgb(252, 244, 5), rgb(254, 192, 28));
        color: black;
        font-weight: 700;
        font-size: 18px;
    }

    /* 第六块 */
    .title_5 img {
        display: block;
        margin: 0 auto;
        width: 96%;
    }

    .content_5 {
        background: none;
        height: 1362px;
    }

    .content_5 .content_box .box {
        width: 96%;
        height: 181px;
        box-shadow: 0px 0px 10px 10px rgba(234, 246, 255, 0.9);
        margin: 0 auto;
        margin-top: 32px;
        font-size: 22px;
        padding: 12px 20px;
        box-sizing: border-box;
        z-index: 9;
    }

    .content_5 .content_box .box span {
        color: rgb(21, 69, 255);
    }

    .quotes_box {
        height: 68px;
    }

    .content_5 .quotes {
        float: right;
        margin-top: -14px;
        width: 98px;
        height: 68px;
    }

    .content_5 .computer {
        display: none;
    }

    .content_5 .computer_m {
        display: block;
        text-align: center;

    }

    .content_5 .small_module {
        display: none;
    }

    .content_5 .small_module_m {
        text-align: center;
        position: relative;
        overflow: hidden;
        margin-top: 20px;
        display: block;
        padding: 0 54px;
    }

    .small_module_m .left_first {
        background: url(../images/m/1-11.png) no-repeat center top;
        height: 401px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -ms-flex;
        /* 兼容IE */
        flex-wrap: wrap;
    }
    .small_module_m .right_second {
        background: url(../images/m/1-12.png) no-repeat center top;
        height: 401px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -ms-flex;
        /* 兼容IE */
        flex-wrap: wrap;
    }
    .small_module_m .left_first div {
        flex: 1;
        margin-top: 92px;
        color: white;
        padding: 0 20px;
        font-size: 26px;
    }
    .small_module_m .right_second div {
        flex: 1;
        margin-top: 92px;
        color: white;
        padding: 0 20px;
        font-size: 26px;
    }


    .content_5 .small_module_m div p:nth-child(2) {
        color: rgb(80, 116, 255);
        font-size: 22px;
        margin-top: 66px;
    }

    .content_5 .small_module_m div p:nth-child(3) {
        color: black;
        font-size: 18px;
        margin-top: 20px;
    }

    .content_5 .small_module_m .left_2 {
        margin-left: 46px;
    }

    .content_5 .small_module_m .right_1 {
        margin-left: 46px;
    }

    .btn_forth {
        margin-top: 32px;
        text-align: center;
    }

    .btn_forth a {
        display: inline-block;
        width: 324px;
        height: 46px;
        line-height: 46px;
        border-radius: 50px;
        border: none;
        background-image: linear-gradient(to right, rgb(252, 244, 5), rgb(254, 192, 28));
        color: black;
        font-weight: 700;
        font-size: 18px;
    }

    /* 第七块 */
    .title_6 img {
        display: block;
        margin: 0 auto;
    }

    .content_6 {
        background: none;
        background-color: rgb(231, 244, 252);
        height: 920px;
    }

    .content_6 .content_box {
        display: none;
    }

    .content_6 .content_box_m {
        display: block;
        background: url(../images/m/1-8.png) no-repeat center top;
        height: 668px;
        margin-top: 54px;
    }

    .content_6 .content_box_m .top_line {
        height: 324px;
        padding: 0 22px;
    }

    .content_6 .content_box_m .top_line div {
        float: left;
        width: 224px;
        padding: 0 4px;
    }

    .content_6 .content_box_m .first_p {
        margin: 0 auto;
        font-size: 30px;
        width: 60px;
        color: rgb(255, 240, 0);
        margin-top: 32px;
    }

    .content_6 .content_box_m .second_p {
        font-size: 20px;
        margin-top: 58px;
        padding: 0 16px;
    }

    .mine1_p1 {
        padding-right: 0px;
    }

    .mine2_p2 {
        margin-top: 56px !important;
    }

    .mine2_p1 {
        margin-top: 32px !important;
        text-align: center;
        width: 90px !important;
    }

    .mine3_p2 {
        margin-top: 56px !important;
        margin-left: 25px;
    }

    .mine3_p1 {
        margin-top: 32px !important;
        text-align: center;
        width: 60px !important;
        padding-left: 32px;
    }

    .content_6 .content_box_m .bot_line {
        height: 324px;
        padding: 0 140px;
    }

    .content_6 .content_box_m .bot_line div {
        float: left;
        width: 224px;
        padding: 0 4px;
    }

    .mine4_p2 {
        margin-top: 58px !important;

    }

    .mine4_p1 {
        margin-top: 50px !important;
        padding: 0 26px;
    }

    .mine5_p1 {
        margin-top: 50px !important;
        padding: 0 90px;
    }

    .mine5_p2 {
        margin-top: 60px !important;
        margin-left: 22px!important;
    }

    .btn_fifth {
        margin-top: 38px;
        text-align: center;
    }

    .btn_fifth a {
        display: inline-block;
        width: 324px;
        height: 46px;
        line-height: 46px;
        border-radius: 50px;
        border: none;
        background-image: linear-gradient(to right, rgb(252, 244, 5), rgb(254, 192, 28));
        color: black;
        font-weight: 700;
        font-size: 18px;
    }

    /* 第八快 */
    .content_7 {
        background: url(../images/bgc/1_17.jpg) no-repeat center top;
        height: 254px;
        display: none;
    }

    .content_7_m {
        display: block;
    }

    .content_7_m a {
        height: 204px;
    }

    .content_7_m a img {
        height: 204px;
    }

    /* 第九块 */
    .item-5 .title {
        width: 100%;
        height: 104px;
        margin-top: 50px;
        background: url(../images/bgc/1_18.jpg) no-repeat center top;
    }

    .item-5 .title h3 {
        width: 100%;
        height: 64px;
        background: url(../images/layer/1_22.png) no-repeat center bottom;
    }

    .TOP_bgc1 {
        background: url(../images/bgc/1_19.jpg) no-repeat center top;
        width: 100%;
        height: 403px;
    }

    .item-5 .squre_left {
        float: right;
        margin-top: 28px;
        margin-right: 42px;
    }

    .item-5 .squre_right {
        float: left;
        margin-top: 20px;
        margin-left: 48px;
        height: 170px;
    }

    .item-5 .swiper-container {
        padding-bottom: 50px;
    }

    .item-5 .con ul {
        overflow: hidden;
        padding: 0 4% 0 3%;
    }

    .item-5 .con ul li {
        width: 682px;
        height: 432px;
        background: url(../images/m/1-10.png) no-repeat center center;
        float: left;
        margin-bottom: 20px;
        text-align: left;
    }

    .item-5 .con .squre_right dl {
        color: rgb(255, 255, 255);
    }

    .item-5 .con li dl dt {
        margin-top: 2px;
    }

    .item-5 .con li dl .font_yellow {
        color: rgb(255, 201, 15);
    }

    .font_yellow {
        color: rgb(255, 201, 15);
    }

    .item-5 .con li p {
        float: left;
        margin-top: 34px;
        margin-left: 48px;
        color: rgb(255, 255, 255);
        width: 90%;
        word-wrap: break-word;
        word-break: break-all;
        overflow: hidden;
    }

    .item-5 .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

    .item-5 .squre_right {
        width: 50%;
        font-size: 20px;
        height: 168px;
    }

    .item-5 .m_fangan {
        padding-left: 48px;
        padding-right: 20px;
        font-size: 20px;
        color: #fff;
        margin-top: 0px;
    }

    .item-5 .con li .font_yellow {
        color: rgb(255, 201, 15);
    }

    /* 第十块 */
    .btn_sixth {
        height: 68px;
        text-align: center;
        background: url(../images/bgc/1_20.jpg) no-repeat center center;
        margin-top: 110px;
    }

    .btn_sixth a {
        display: inline-block;
        margin-top: 22px;
        width: 324px;
        height: 46px;
        line-height: 46px;
        border-radius: 50px;
        border: none;
        background-image: linear-gradient(to right, rgb(252, 244, 5), rgb(254, 192, 28));
        color: black;
        font-weight: 700;
        font-size: 18px;
    }

    /* 第十一块  */
    .ele_line {
        background: url(../images/bgc/1_21.jpg) no-repeat center center;
        height: 67px;
    }

    /* 第十二快 */
    .item-2 {
        background: url(../images/bgc/1_22.jpg) no-repeat center center;
        height: 688px;
    }

    .item-2 .title img {
        height: 64px;
    }

    .item-2 .TOP_bgc {
        width: 96%;
        height: 546px;
        box-shadow: 0px 0px 10px 10px rgba(234, 246, 255, 0.9);
        margin: 0 auto;
        margin-top: -40px;
        font-size: 18px;
        padding: 74px 0px;
        box-sizing: border-box;
    }

    .item-2 .have_btn {
        margin: 0px auto;
        width: 40%;
        height: 40px;
        margin-top: -20px;
    }

    .item-2 .btn2_1 div {
        float: left;
        background-color: rgb(0, 245, 214);
        color: rgb(4, 5, 70);
        height: 40px;
        text-align: center;
        line-height: 40px;
        width: 40%;
        border-radius: 50px;
        cursor: pointer;
        ;
    }

    .item-2 .btn2_2 div {
        float: right;
        background-color: rgb(6, 159, 140);
        color: rgb(4, 5, 70);
        height: 40px;
        text-align: center;
        line-height: 40px;
        width: 40%;
        border-radius: 50px;
        cursor: pointer;
        ;
    }

    .con {
        text-align: center;
    }

    .item-2 .swiper-container {
        padding-bottom: 50px;
    }

    .item-2 .con ul {
        overflow: hidden;
    }

    .item-2 .con ul li {
        width: 233px;
        height: 179px;
        background: url(../images/m/1-13.png) no-repeat center center;
        margin-right: 0px;
        float: left;
        margin-bottom: 26px;
        text-align: center;
    }

    .item-2 .con ul li .first {
        width: 130px;
        height: 16px;
        font-size: 16px;
        line-height: 16px;
        margin-top: 0px;
        margin-left: 52px;
    }

    .item-2 .con ul li:nth-child(4) {
        margin-right: 0px;
    }

    .item-2 .con ul li:nth-child(8) {
        margin-right: 0px;
    }

    .item-2 .con ul li:nth-child(3) {
        margin-right: 0px;
    }

    .item-2 .con ul li:nth-child(6) {
        margin-right: 0px;
    }

    .item-2 .con ul li p {
        color: #fff;
        margin-top: 28px;
    }

    .item-2 .con ul li .second {
        margin-top: 25px;
        font-size: 16px;
        padding: 0 26px;
        color: black;
    }

    .item-2 .con ul li p span {
        color: rgb(255, 240, 0);
        font-size: 44px;
        margin-left: -2px;
    }

    .item-2 .con ul li .first span {
        color: rgb(255, 240, 0);
        font-size: 16px;
        margin-left: 2px;
    }

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

    .item-2 .swiper-pagination-bullet-active {
        width: 100px;
        height: 14px;
        background: rgb(16, 134, 255);
        ;
        border-radius: 14px;
    }



    /* 第十三块 */
    .btn_seventh {
        height: 68px;
        text-align: center;
    }

    .btn_seventh a {
        display: inline-block;
        margin-top: 42px;
        width: 324px;
        height: 46px;
        line-height: 46px;
        border-radius: 50px;
        border: none;
        background-image: linear-gradient(to right, rgb(252, 244, 5), rgb(254, 192, 28));
        color: black;
        font-weight: 700;
        font-size: 18px;
    }

    /* 第十三块 */
    /* .item-4 {height:560px;background:url(../images/ite4-1.jpg) no-repeat center top;} */
    .item-4 .title {
        width: 100%;
        height: 145px;
        background: url(../images/bgc/1_23.jpg) no-repeat center top;
    }

    .item-4 .title h3 {
        width: 100%;
        height: 64px;
        background: url(../images/layer/1_26.png) no-repeat center bottom;
        margin-left: 2px;
    }

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



    /*菜单浮层-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: rgb(21,69,255);
        ;
    }

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

}