.title p {
    font-size: 42px !important;
    font-weight: 500;
    line-height: 56px !important;
    text-align: center;
    color: #333333;
}

.title span {
    font-size: 20px !important;
    display: block;
    text-align: center;
    line-height: 27px !important;
    color: #999999;
}

.over {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.tempContainer {
    max-width: 1000px;
    position: fixed;
    top: 50% !important;
    left: 50%;
    width: 90%;
    height: 600px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.offline {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    margin: 64px auto 0;
}

.offline_left img {
    margin-right: 9px;
}

.offline_left li {
    margin-bottom: 38px;
}

.offline_left li:last-child {
    margin-bottom: 0;
}

.offline_left {
    width: 16%;
    max-width: 252px;
}

.offline_left a {
    display: flex;
    font-size: 16px;
    color: #999999;
    align-items: center;
}

.offline_right {
    width: 82%;
    max-width: 1309px;
    height: 610px;
    overflow: hidden;
    position: relative;
    background: url(/v2.0_home/images/offline_right_bj.png) no-repeat right bottom;
    box-shadow: 0px 0px 20px rgba(0, 70, 232, 0.08);
    border-radius: 10px;
}

.on-line_main_box>div {
    display: none;
}

.on-line_main_box>div.on {
    display: block;
    min-height: 500px;
}

.offline_right>div::-webkit-scrollbar,
.on-line_main div::-webkit-scrollbar {
    width: 6px;
    height: 1px;
    border-radius: 50px;
    background: rgba(0, 70, 232, .06)
}

.offline_right div::-webkit-scrollbar-thumb,
.on-line_main div::-webkit-scrollbar-thumb {
    border-radius: 50px;
    box-shadow: rgba(0, 70, 232, 0.12);
    background-color: rgba(0, 70, 232, 0.12);
}

.offline_right div::-webkit-scrollbar-track,
.on-line_main div::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 10px;
    background: #000;
    background: 0 0
}

.offline_right>div {
    margin: 20px auto;
    height: 90%;
    width: 97%;
    overflow-y: scroll;
    scrollbar-arrow-color: #0046E8;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: rgba(24, 53, 121, 0.06);
    /*滚动条整体颜色*/
    scrollbar-highlight-color: unset;
    /*滚动条阴影*/
}

.offline_right>img {
    width: 25%;
    margin-left: 40px;
    margin-right: 20px;
    display: block;
    margin-bottom: 19px;
}

.offline_right>div {
    display: none;
}

.offline_right>div.on {
    display: block;
}

.offline_right>div>div {
    display: flex;
    width: 95%;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
}

.offline_right>div>div>div {
    display: flex;
    width: 32%;
    min-height: 200px;
    align-items: center;
    flex-direction: column;
    margin-bottom: 32px;
}

.offline_right>div>div span {
    text-align: center;
    font-size: 20px;
    margin: 0 auto 16px;
}

.offline_right>div>div em {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.offline_right b {
    font-weight: 400;
    font-size: 16px;
    width: 95%;
    display: block;
    margin: 0 auto 25px;
}

.offline_right>div>div img {
    width: 100px;
    display: block;
    margin-bottom: 20px;
}

.offline_right p {
    width: 95%;
    font-size: 34px;
    font-weight: 500;
    padding-top: 29px;
    margin: auto;
    color: #333333;
    position: relative;
}

.offline_right p::after {
    position: absolute;
    width: 26px;
    height: 4px;
    content: "";
    left: 0;
    bottom: -15px;
    background: #0046E8;
    border-radius: 50px;
}

.offline_right span {
    width: 95%;
    text-align: justify;
    margin: 47px auto 32px;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #333333;
}

.block {
    display: block;
}

.offlineBox {
    background-color: #F9FBFF;
    padding-top: 64px;
    padding-bottom: 80px;
}

.offlineBox .title p {
    margin-top: 0 !important;
}

.offline_left .active a {
    color: #0046E8;
}

.none {
    display: none;
}

.offline_left .active .none {
    display: block;
}

.offline_left .active .block {
    display: none;
}

.offline_right>div>em {
    margin: auto;
    margin-bottom: 15px;
}

.offline_right em {
    width: 95%;
    display: block;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    display: block;
    margin-bottom: 15px;
    color: #333333;
}

.swiper-slide-active {
    box-shadow: 0px 0px 20px rgba(0, 70, 232, 0.2);
}

.table {
    margin: 0 auto 20px !important;
}

table {
    width: 95%;
    margin-bottom: 20px;
}

table em {
    text-align: center !important;
}

table tr {
    width: 100%;
}

table td, table em {
    font-size: 14px !important;
}

table th {
    white-space: nowrap;
}

table th:first-child, table td:first-child {
    width: 150px;
}

table th:nth-child(2), table td:nth-child(2) {
    width: 200px;
}

table th,
table td {
    text-align: center;
    word-break: break-word;
    padding: 20px 5px;
}

.offline_right>div>i {
    color: #333;
    font-weight: 500;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    width: 95%;
    margin: auto;
    line-height: 32px;
    margin-bottom: 25px;
    display: flex;
}

.offline_left div::-webkit-scrollbar {
    display: none;
}

.offline_right>div>img {
    width: 90%;
    max-width: 762px;
    margin-left: 32px;
    margin-bottom: 32px;
    display: block;
}

.offline_right em i {
    color: #333;
    font-weight: 600;
}

.on-line {
    width: 90%;
    max-width: 1600px;
    margin: auto;
}

.on-line_nav span {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 69px;
}

.on-line span.active::after {
    position: absolute;
    width: 26px;
    height: 4px;
    background: #0046E8;
    content: "";
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
}

.on-line {
    width: 90%;
    max-width: 1600px;
    margin: auto;
}

.on-line_nav {
    display: flex;
    margin-top: 51px;
    align-items: center;
    justify-content: center;
}

.on-line_nav span {
    cursor: pointer;
    position: relative;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 69px;
}

.on-line span.active::after {
    position: absolute;
    width: 26px;
    height: 4px;
    background: #0046E8;
    content: "";
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {}


/* 蹇呰甯冨眬鏍峰紡css */

.on-line .swiper-container {
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: unset !important;
    width: 80% !important;
    margin: auto !important;
}

.on-line {
    position: relative;
}

.on-line .swiper-container-no-flexbox .swiper-slide {
    float: left
}

.on-line .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.on-line .swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: unset !important;
}

.on-line .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.on-line .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 50%;
    height: 100%;
    position: relative;
    padding: 0;
}


.on-line .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.on-line .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 5px;
    cursor: pointer;
}

.banner-box {
    width: 100%;
    max-height: 390px;
    position: relative;
    overflow: hidden;
}

.on-line .swiper-container {
    width: 100%;
    margin: 12px 0;
}

.on-line .swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: scale(.8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
}

.on-line .swiper-slide-active,
.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.vivo i {
    text-align: center !important;
}

.vivoBox {
    align-items: center !important;
}

.swiper-slide-active {
    z-index: 100;
}

.on-line .banner-box {
    margin-top: 64px;
}

.on-line .swiper-slide img {
    width: 100%;
    display: block;
}

.on-line .swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.on-line .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0, 0, 0, .8);
}

@media screen and (max-width: 668px) {
    .on-line .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }

    .on-line .swiper-pagination-bullet-active {
        opacity: 1;
        background: rgba(0, 0, 0, .8);
    }
}

.on-line_main {
    margin-bottom: 80px;
    height: 472px;
    box-shadow: 0px 0px 20px rgba(0, 70, 232, 0.08);
    border-radius: 10px;
    margin-top: 61px;
    position: relative;
    padding: 20px 0;
    overflow: hidden;
    background: url(/v2.0_home/images/line_main_bj.png) no-repeat right bottom;
}

.on-line_main>div {
    overflow-y: auto;
    height: 100%;
    margin-right: 30px;
    scrollbar-arrow-color: #0046E8;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: rgba(24, 53, 121, 0.06);
    /*滚动条整体颜色*/
    scrollbar-highlight-color: unset;
    /*滚动条阴影*/
    overflow-x: hidden;
}

.on-line .swiper-button-prev {
    outline: none;
    background: url("/v2.0_home/images/prev1.png") center / 100% no-repeat;
    left: 10px;
}

.on-line .swiper-button-prev:hover {
    background: url("/v2.0_home/images/prev.png") center / 100% no-repeat;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "" !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "" !important;
}

.on-line .swiper-button-next:hover {
    background: url("/v2.0_home/images/next.png") center / 100% no-repeat;
}

.on-line .swiper-button-next {
    outline: none;
    background: url("/v2.0_home/images/next1.png") center / 100% no-repeat;
    right: 10px;
}

.on-line_main i {
    font-size: 18px;
    line-height: 32px;
    display: block;
    font-weight: 500;
    text-align: justify;
    width: 95%;
    margin: 0 auto 10px;
    color: #333333;
    display: block;
}

.on-line_main>div>i {
    display: flex;
    align-items: center;
}

.on-line_main>div>i h5 {
    margin-right: 10px;
}

.offline_right i h5 {
    margin-right: 10px;
}

.on-line_main>div>div i {
    font-size: 24px;
    font-weight: 500;
}

.on-line_main b {
    display: block;
    text-align: justify;
    font-weight: normal;
    width: 90%;
    font-size: 14px;
    line-height: 32px;
    margin-left: 40px;
    color: #333333;
    display: block;
    margin-bottom: 20px;
}

.on-line_main p {
    font-size: 24px;
    font-weight: 800;
    margin-top: 45px;
    width: 95%;
    margin: auto;
    line-height: 32px;
    color: #333333;
    margin-bottom: 20px;
}

.on-line_nav img {
    width: 100%;
}

.on-line_main div div span {
    width: 100%;
}

.on-line_main span {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 32px;
    display: block;
    text-align: justify;
    width: 95%;
    margin: 0 auto 32px;
    color: #333333;
}

.on-line_main em {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    display: block;
    text-align: justify;
    width: 95%;
    margin: 0 auto 10px;
    color: #333333;
}

.on-line_main>div>div {
    width: 90%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.on-line_main>div>div>div {
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.on-line_main>div>div>div>div {
    width: 100%;
}

.on-line_main>div>div>div img {
    width: 100px;
}

.on-line_main>div>div>div em {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

.on-line_main>div>div span {
    text-align: center !important;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
}

.on-line_main>div>div span:first-child {
    margin-top: 20px;
}

.tempContainer img {
    width: auto !important;
    height: auto;
}

.offline_right>div>div>div>div {
    width: 100%;
}

.offline_right>div>div.table {
    display: block !important;
}

.offline_right>div>div>div.bingtu img {
    width: 270px !important;
}

.vivo_icon {
    width: 90% !important;
    max-width: 200px !important;
    margin-bottom: 20px;
}

.vivo {
    flex-direction: column !important;
}

.icon {
    width: 95% !important;
    justify-content: flex-start !important;
}

.icon img {
    margin-right: 20px;
}

.vivo1 i{
    width: 100% !important;

    color: #415fff !important;
    margin-bottom: 5px !important;
    text-align: center;
    font-size: 44px !important;
    line-height: 60px !important;
}
.vivo1{
    width: 95% !important;
    justify-content: center !important;
}
.vivo1 span{
    margin-top: 0 !important;
    text-align: center !important;
}
.vivo1 div{
    margin-right: 10%;
    width: auto !important;
}
@media (max-width:1440px) {
    .offlineBox {
        padding-top: 30px;
    }

    .title span {
        margin-bottom: 30px !important;
    }

    .offline {
        margin-top: 30px;
    }
}

@media (max-width:1366px) {
    table {
        width: 1000px;
    }

    .table {
        width: 95% !important;
        display: block !important;
        overflow-x: scroll;
    }

    .table::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 1px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 6px;
    }
}

@media (max-width:800px) {
    .vivo_icon {
        margin-bottom: 0;
    }

    .icon img {
        width: auto !important;
        margin: 0 !important;
        margin-right: 11% !important;
        margin-bottom: 20px !important;
    }

    .icon img:nth-child(3), .icon img:nth-child(6), .icon img:nth-child(9) {
        margin-right: 0 !important;
    }

    .icon {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .offline_right>div>div>div {
        width: 95% !important;
        margin: 0 auto 20px;
        flex-direction: row;
        max-width: unset !important;
        justify-content: space-between;
    }

    .vivoBox {
        flex-direction: column !important;
    }

    .tempContainer img {
        width: 100% !important;
    }

    .offline_right>div>div>div img {
        margin: 0 !important;
    }

    .offline_right>div:nth-child(2) div div:last-child img {
        height: auto !important;
    }

    .offline_right>div>div>div>div {
        width: 72%;
    }

    .offline_right .bingtu em {
        width: 100%;
        display: block;
        text-align: center;
    }

    .offline_right .bingtu {
        margin-bottom: 20px;
    }

    .bingtu {
        display: block !important;
    }

    .offline_right>div>div>div.bingtu img {
        margin: auto !important;
        margin-right: auto !important;
        display: block;
    }

    .on-line_main>div>div>div>div {
        min-height: unset;
    }

    .lygg {
        display: block !important;
    }

    .on-line_main span {
        width: 95%;
        margin: 0 auto 20px;
    }

    .offline_right>div>div em {
        display: inline;
        text-align: left;
        font-size: 14px;
    }

    .on-line_main>div>div.vivoBox {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .offline_right>div>div {
        justify-content: center;
        flex-wrap: wrap !important;
        max-width: unset !important;
    }

    .on-line_main div {
        margin-right: 0;
    }

    .on-line_main_box>div.on {
        min-height: 760px;
    }

    .lygg>div {
        width: 100% !important;
        max-width: none !important;
    }

    .lygg>div>div {
        width: 72% !important;
    }

    .on-line_nav span:last-child {
        margin-right: 0;
    }

    .offline_right>div>div>div {
        min-height: auto;
    }

    .bingtu div {
        margin: auto;
        width: 100% !important;
    }

    .offline_right>div.bingtu>div span {
        text-align: center !important;
    }

    .shadow {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 998;
        display: none;
    }

    .on-line_main>div>div>div em {
        font-size: 16px;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .on-line_main>div>div>div {
        margin-top: 20px;
    }

    .on-line_main img {
        width: 90%;
        height: auto;
        margin: auto;
    }

    .on-line_nav span {
        margin-right: 20px;
    }

    .offline_left .active span {
        opacity: 1;
        transition: .5s;
    }

    .offline_left div {
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 20px;
    }

    .offline_right {
        overflow-x: auto;
    }

    .on-line_main>div>div>div>div {
        width: 70%;
    }

    .offlineBox {
        padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .offline_right span {
        font-size: 18px;
    }

    .offline_right p {
        font-size: 22px
    }

    .offline_right em {
        font-size: 14px;
    }

    .offline {
        flex-direction: column;
        margin-top: 20px;
    }

    .offline_right {
        width: 100%;
    }

    .on-line_main p {
        width: 90%;
        margin: 20px auto 20px;
    }

    .offline_left div {
        display: flex;
        width: 100%;
    }

    .offline_left {
        width: 100%;
        position: relative;
        max-width: 300px;
        margin-top: 20px;
    }

    .offline_left a {
        flex-direction: column;
    }

    .on-line_nav {
        margin-top: 20px;
    }

    .offline_right>div>div span {
        font-size: 16px;
        text-align: left;
        margin: 0;
    }

    .offline_left a span {
        opacity: 0;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
        position: absolute;
    }

    .on-line .banner-box {
        margin-top: 40px;
    }

    .on-line_main {
        margin-top: 20px;
    }

    .offline_right p {
        margin: 0 auto 47px;
    }

    .offline_right span {
        margin: 32px auto 20px;
    }

    .on-line_nav img {
        width: 64%;
    }

    .bingtu div span {
        text-align: center !important;
    }

    .on-line_main {
        width: 90%;
        margin: auto;
    }

    .on-line {
        width: 100%;
        margin-bottom: 20px;
    }

    .offline_right em {
        margin: 0 auto 25px;
    }

    .offline_right img {
        margin: 0 auto 20px;
    }

    .vivo1 div {
        flex-direction: column !important;
    }

    .vivo1 {
        display: flex !important;
    }

    .on-line_main>div>div i {
        margin-top: 0 !important;
        width: 100%;
    }

    .offline_right>div>img {
        width: 90% !important;
        margin: 0 auto 32px;
    }

    .on-line .swiper-container {
        width: 100% !important;
    }

    .title p {
        padding-top: 0 !important;
    }

    .on-line .swiper-slide {
        width: 100%;
    }

    .offline_left a img {
        width: 40px;
    }

    .tempContainer {
        height: auto;
    }



    .tempContainer {
        width: 100% !important;
    }

    .on-line_main>div>div>div {
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .on-line_main>div>div>div span {
        text-align: left !important;
        font-size: 14px;
        line-height: 25px;
    }

    .vivo1 span {
        margin-top: 0 !important;
    }

    .vivo1 i {
        font-size: 35px !important;
        margin-bottom: 0 !important;
    }
    .on-line_main>div>div.vivo1{
        justify-content: space-between !important;
    }
    .on-line_main>div>div.vivo1 div span{
        text-align: center !important;
    }
    .on-line_main>div>div {
        display: block;
    }

    .vivo {
        width: 100% !important;
        display: flex !important;
    }

    .on-line_main>div>div span:first-child {
        margin-top: 0;
    }

    .vivoBox img {
        margin-bottom: 20px !important;
    }

    .on-line_main>div>div>div .vivo span {
        text-align: center !important;
    }

    .vivo div {
        display: block !important;
        text-align: center !important;
    }

    .vivo div span {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .vivo div i {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .on-line_main>div>div>div img {
        margin: 0;
        width: 60px;
    }

    .offline_right>div>div img {
        width: 60px !important;
    }
}