@charset "UTF-8";
body {
    position: relative;
}

.top-nav {
    position: fixed;
}
.vv-page {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

html, body, .vv-page, .vv-img-bg, .mainPage, .page {
    width: 100%;
    height: 100%;
}

.vv-img-bg {
    position: absolute;
    top: 0;
    left: 0;

    /*padding-top: 50%;*//*自适应 高/宽*100%*/
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*----banner----*/
.banner .glide {
    position: absolute;
}
.banner .glide__wrapper {
    width: 100%;
    height: 100%;
}

.banner .glide__slide {
    height: 100%;
    position: relative;
}

.banner .glide__arrow {
    opacity: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0.3);
    font-family: iconfont;
    font-size: 22px;
    width: 50px;
    height: 50px;
}

.banner .glide__arrow:hover{background-color: rgba(0, 0, 0, 0.6);}
.banner:hover .glide__arrow{opacity:1;}

.main-content {
    width: 80%;
    position: relative;
    z-index: 10;
    height: 100%;
    max-width: 1600px;
}

.banner .words {
    position: absolute;
    z-index: 11;
    background-position: 0 0;
    background-repeat: no-repeat;

    top: 40%;
    left: 0;
    width: 80%;
    max-width: 1184px;
}

.banner1 .words {
    width: 63%;
}

.banner3 .words {
    width: 62%;
}

.banner .banner-ftbar {
    /*height: 16%;*/
    width: 100%;
    height: 140px;
    overflow: hidden;
    z-index: 101;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,10,29,.7);
    padding: 10px;
    box-sizing: border-box;
}

.banner-ftbar .banner-ftbar-main {
    width: 100%;
    height: 100%;
    border: solid #3e4551 1px;
    border-right-width: 0px;
    display: table;
}

.banner-ftbar-item {
    display: table-cell;
    border-right: solid #3e4551 1px;
    height: 100%;
    padding-top: 30px;
    padding-left: 1%;
    position: relative;
}

.banner-ftbar-item .item-content {
    position: absolute;
}

.banner-ftbar-item .icon {
    color: #F85E22;
    font-size: 60px;
    float: left;
    font-style: normal;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.banner-ftbar-item .tips {
    margin-left: 70px;
}

.banner-ftbar-item .tips p {
    color: #dddddd;
    font-size: 16px;
    line-height: 1;
}

.banner-ftbar-item .tips span {
    color: #fffefe;
    font-size: 34px;
    font-family: Helvetica;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

/* banner_fixed_area */
.mainPage .banner_page_container {
    position: relative;
}

.banner_fixed_area {
    position: absolute;
    /* bottom: 82px; */
    bottom: 14vh;
    left: 5%;
    width: 90%;
    height: 32vh;
    /* display: flex;
    justify-content: flex-start; */
}

.banner_fixed_area .qrcode {
    height: 100%;
    width: 100%;
    margin-top: 1vh;
    padding-bottom: 58px;
    position: relative;
    top: 7.5vh;
    scale: .95;
}

.banner_fixed_area .qrcode ul {
    display: flex;
    height: 100%;
}

.banner_fixed_area .qrcode ul li {
    height: 100%;
    margin-right: 20px;
    position: relative;
}

.banner_fixed_area .qrcode ul li .qr_area{
    width: 100%;
    height: 240px;
    position: relative;

}

.banner_fixed_area .qrcode ul li .qr_area.qr_bg {
    background: url("../../images/index/banner_qr_code/code_bg.png") no-repeat center bottom;
    background-size: contain;
}

.banner_fixed_area .qrcode ul li .qr_area img.QR_IMG {
    height: 50%;
    position: absolute;
    top: 72px;
    left: 22px;
    display: none;
}

.banner_fixed_area .qrcode ul li .btn_icon {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-left: 14px;
    background-color: rgba(0,0,0,.3);
    cursor: pointer;
    /* position: absolute;
    bottom: 0;
    left: 0; */
}
.banner_fixed_area .qrcode ul li .btn_icon:hover {
    background:rgba(0, 0, 0, .6);
}
.banner_fixed_area .qrcode ul li.active  .btn_icon{
    background:linear-gradient(90deg, #03A3F9  0%,#045CE9 100%);
}

.banner_fixed_area .qrcode ul li.active .qr_area .QR_IMG{
    display: block;
}

.banner_fixed_area .arrow_icon {
    position: fixed;
    left: 50%;
    bottom: 30px;
    margin-left: -25px;
    z-index: 4;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    animation: slide-next-page 1.5s linear infinite;
    cursor: pointer;
}

.banner_fixed_area .arrow_icon1 {
    bottom: 10px;
}

.banner_fixed_area .arrow_icon1:after {
    border-color: transparent;
    box-shadow: none;
} 

.banner_fixed_area .arrow_icon:before {
    opacity: .8;
}

.arrow_icon:after, 
.arrow_icon:before {
    content: "";
    width: 14px;
    height: 14px;
    box-shadow: 2px -2px 1px 2px rgb(0 0 0 / 8%);
    border-color: #fff;
    border-style: solid;
    border-width: 4px 4px 0 0;
    transform: rotate(135deg);
}
.arrow_icon:after {
    margin-top: -3px;
    border-color: hsla(0,0%,100%,.3);
}

@keyframes slide-next-page {
    0% {
        -webkit-transform: translateY(-.56rem);
        transform: translateY(-.56rem);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-.26rem);
        transform: translateY(-.26rem);
        opacity: 0
    }
}



.main-content .main-view {
    height: 70%;
    position: relative;
    top: 15%;
    background: rgba(2,27,64, 0.5);
    min-height: 400px;
}
/******view2******/
.main-view .view-logo {
    border: solid #B7BCC5 1px;
    width: 28%;
    height: 74%;
    /*float: left;*/
    position: absolute;
}

.vv-view2 .view-logo {
    left: 4%;
    top: 13%;
}

.vv-view2 .view-logo img {
    width: 60%;
    max-width: 244px;
}

.vv-view2 .main-text {
    position: absolute;
    top: 0;
    left: 35%;
    right: 1%;
    bottom: 0;

    flex-direction: column;
    justify-content: space-around;
    padding: 50px 0px;
}

.vv-view2 .main-text .text1 {
    margin: 0;
}

.vv-view2 .main-text .text1-1 {
    margin: 0;
    float: left;
}

.vv-view2 .main-text .text1-1 span {
    display: block;
    font-size: 20px;
    color: #ffffff;
}

.vv-view2 .main-text .text1-1 span label {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    font-family: Helvetica;
}

.vv-view2 .main-text .text1-2 {
    float: left;
}

.vv-view2 .main-text .text1-2 span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
}

.vv-view2 .main-text .text1-2 span i {
    color: #F14415;
}

.vv-view2 .main-text .text1-2 span s {
    font-size: 22px;
    font-weight: 700;
    color: #ff6f47;
}

.vv-view2 .main-text .text2 {
    margin: 0;
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}

.vv-view2 .main-text .text2 p {
    line-height: 1.2;
}

.vv-view2 .main-text .text3 {
    /*position: absolute;
    bottom: 10%;
    left: 0;
    right: 3%;*/
    margin: 0;
    height: 138px;
    border: solid #293546 1px;
    border-right-width: 0px;
    background: rgba(0,14,32,0.5);
    max-width: 760px;
}

.vv-view2 .text3 .item {
    border-right: solid #293546 1px;
    text-align: center;
}

.vv-view2 .text3 .item p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}

.vv-view2 .text3 .item span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 8px;
}

/* view3*/
.vv-view3 .main-content .main-view {
    background: rgba(152,187,250,0.15);
}
.vv-view3 .view-logo {
    right: 4%;
    top: 13%;
}

.vv-view3 .view-logo img {
    width: 60%;
    max-width: 205px;
}

.vv-view3 .main-text {
    position: absolute;
    top: 13%; /*同logo高度*/
    left: 10%;
    right: 30%;
    bottom: 13%;

    flex-direction: column;
    justify-content: space-around;
}

.vv-view3 .main-text div {
    margin: 0;
}

.vv-view3 .text2 {
    margin-top: 15px;
}

.vv-view3 .main-text .text1 p, .vv-view3 .text2 p {
    font-size: 22px;
    color: #ffffff;
}

.vv-view3 .main-text .text1 label, .vv-view3 .text2 label {
    font-size: 42px;
    font-family: Helvetica;
    color: #ffffff;
    font-weight: 700;
}

.vv-view3 .main-text .text2 i {
    font-size: 20px;
    color: #FF8416;
    letter-spacing: 2px;
    margin: 0px 2px;
}

.vv-view3 .text3 {
    width: 348px;
    height: 144px;
    border: solid rgba(183,188,197,0.3) 1px;
    border-right-width: 0px;
    background: rgba(141,193,255,0.4);
}

.vv-view3 .text3 .item {
    border-right: solid rgba(183,188,197,0.3) 1px;
    text-align: center;
    color: #fff;
}

.vv-view3 .text3 .item-main {
    margin: 0 auto;
}

.vv-view3 .text3 .item p {
    font-size: 18px;
    margin-bottom: 8px;
}

.vv-view3 .text3 .item i {
    display: block;
    font-size: 20px;
    color: #FF8416;
    letter-spacing: 2px;
}

.vv-view3 .text3 .item span {
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin-top: 8px;
}
/*view4*/
.vv-view4 .main-content .main-view {
    background: rgba(0,13,45,0.55);
}
.vv-view4 .view-logo {
    left: 4%;
    top: 13%;
}

.vv-view4 .view-logo img {
    width: 60%;
    max-width: 224px;
}

.vv-view4 .main-text {
    position: absolute;
    top: 13%;
    left: 35%;
    right: 1%;
    bottom: 13%;

    flex-direction: column;
    justify-content: space-around;
}

.vv-view4 .main-text div {
    margin: 0;
}

.vv-view4 .main-text .text1 {
    position: absolute;
    bottom: 228px;
    left: 0;
    right: 0;
    top: 0;
}

.vv-view4 .main-text .text1-1 {
    position: absolute;
    left: 0;
    top: 50%;
}

.vv-view4 .main-text .text1-1 span:first-child {
    margin-left: 0px;
}

.vv-view4 .main-text .text1-1 span {
    font-size: 26px;
    color: #ffffff;
    margin-left: 50px;
}

.vv-view4 .main-text .text1-1 span label {
    font-size: 46px;
    color: #ffffff;
    font-weight: 700;
    font-family: Helvetica;
}

.vv-view4 .main-text .text2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 522px;
    height: 208px;
    border: solid rgba(94,121,165, 0.2) 1px;
    border-right-width: 0px;
    background: rgba(142,191,252,0.4);
}

.vv-view4 .text2 .item {
    border-right: solid rgba(94,121,165, 1) 1px;
    text-align: center;
}

.vv-view4 .text2 .item-main {
    margin: 0 auto;
}

.vv-view4 .text2 .item p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 8px;
}

.vv-view4 .text2 .item span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 8px;
}

/*view5*/
.vv-view5 .main-content .main-view {
    background: rgba(15,0,2,0.5);
}

.vv-view5 .view-logo {
    left: 4%;
    top: 13%;
    width: 34%;
}

.vv-view5 .view-logo img {
    width: 68%;
    max-width: 363px;
}

.vv-view5 .main-text {
    position: absolute;
    top: 13%;
    left: 42%;
    right: 4%;
    bottom: 13%;
    /*
    flex-direction: column;
    justify-content: space-around;
    */
    color: #ffffff;
}

.vv-view5 .main-text div {
    margin: 0;
}

.vv-view5 .main-text .text1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 190px;
}

.vv-view5 .main-text .text1 .text1-1 {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -51px;
}

.vv-view5 .main-text .text1-tip {
    float: left;
    position: relative;
}

.vv-view5 .main-text .text1 .left-line {
    margin-left: 80px;
    padding-left: 80px;
}

.vv-view5 .main-text .text1 .left-line:before {
    content: "";
    display: block;
    background-color: #b5b5b5;
    position: absolute;
    height: 80%;
    width: 1px;
    top: 10%;
    left: -1px;
}

.vv-view5 .main-text .text1 p {
    line-height: 2;
    font-size: 22px;
}

.vv-view5 .main-text .text1 span {
    display: block;
    font-size: 22px;
}

.vv-view5 .main-text .text1 span label {
    font-size: 50px;
    font-weight: 700;
    font-family: Helvetica;
}

.vv-view5 .main-text .text2 {
    font-size: 26px;
    font-weight: bold;
}

.vv-view5 .main-text .text2 p {
    line-height: 1.2;
}

.vv-view5 .main-text .text3 {
    /*height: 170px;*/
    border: solid rgba(151,137,138,1) 1px;
    border-right-width: 0px;
    background: rgba(235,246,255,0.3);
    max-width: 732px;

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.vv-view5 .text3 .item {
    border-right: solid rgba(151,137,138,1) 1px;
    text-align: center;
    padding: 12.5% 0px;/*100/item个数*/
    height: 0px;
}

.vv-view5 .text3 .item-main {
    margin: 0 auto;
}

.vv-view5 .text3 .item span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}

.vv-view6 .vv-img-bg {
    bottom: 116px;
    height: auto;
}

.vv-view6 .memo {
    position: absolute;
    bottom: 0;
    height: 116px;
    line-height: 116px;
    width: 100%;
    background-color: #1E49A7;
    z-index: 10;
}

.vv-view6 .memo .memo1 {
    color: #ffffff;
    font-size: 20px;
    margin-right: 20px;
}

.vv-view6 .memo .text {
    color: #ffffff;
    font-size: 16px;
    position: relative;
}

.vv-view6 .memo .text.left-line {
    margin-left: 12px;
    padding-left: 12px;
}

.vv-view6 .memo .text.left-line:before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    height: 24px;
    width: 1px;
    top: 50%;
    margin-top: -12px;
    left: -1px;
}

.vv-view6 .memo .more {
    height: 42px;
    line-height: 42px;
    display: inline-block;
    background: #ffffff;
    margin-top: 40px;
}

.vv-view6 .memo .more .more1 {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    width: 70px;
    text-align: center;
    cursor: pointer;
}

.vv-view6 .memo .more .more2 {
    font-size: 22px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    background-color: #FF4816;
    width: 64px;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: center;
    cursor: pointer;
}

.vv-view6 .memo .more .more2:before {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:0;
    border: 18px solid transparent;
    border-left: 13px solid #fff;
    border-top: 24px solid #fff;
}

.vv-view7 > .main-content {
    width: 1200px;
}
.vv-view7 > .b-page-top{
    width: 100%;
    height: 24vh;
    margin-top: 100px;
    box-sizing: border-box;
    background: #0B6ED6;
    padding: 22px 23px;
}
.b-page-top .top-blue{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.2);
    border-radius: 5px;
    padding:15px;
    box-sizing: border-box;
}

.top-blue .top-con{
    width: 100%;
    height: 100%;
    border: 1px solid #0B6ED6;
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
}

.top-con .con-list{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 20%;
    border-right: 1px solid rgba(11, 110, 214, .1);
}

.top-con .con-list:last-of-type{ border:none }

.con-list .con-text{
    color: #0B6ED6;
    font-size: 22px;
    margin-left: 22px;
}
.con-list .con-text span:last-of-type{
    font-weight: bold;
    font-size: 36px;
}

.top-con .con-list {
    display: flex;
    padding: 0 1%;
}

.top-con .con-list .left *,
.top-con .con-list .right *
{
    display: block;
    color: #0B6ED6;
    font-weight: 700;
}

.top-con .con-list .left {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.top-con .con-list .left > div {
    display: flex;
    justify-content: center;
    width: 100%;
}

.top-con .con-list .left img{
    width: 7vh;
    margin-left: .5vh;
}

.top-con .con-list .left .label {
    padding-top: 6px;
    font-size: 2vh;
    /* line-height: 1.7em; */
    font-weight: 700;
}

.top-con .con-list .right {
    width: 60%;
}

.top-con .con-list .right .number {
    font-size: 5vh;
    text-align: right;
}

.top-con .con-list .right .unit {
    text-align: right;
    color: rgba(0, 0, 0, .3);
    font-size: 4vh;
}

.vv-view7 .download-list {
    /*
    margin-left: -130px;
    margin-top: 50px;
    */
    position: absolute;
    top: 0;
    bottom: 292px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    align-content: space-evenly;
    max-height: 600px;
    width: 100%;
}
.vv-view7 .b-page-top{
    width: 1200;
}

/* friend link icon */

.vv-view7 .b_friend_img {
    padding-top: 4vh;
}

.vv-view7 .b_friend_img .title {
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 29px;
    font-family: MicrosoftYaHeiSemibold;
    color: #333333;
    line-height: 29px;
    padding-top: 16px;
}

.vv-view7 .b_friend_img .title::after {
    content: "PARTNERS";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -155px;
    z-index: 1;
    height: 56px;
    font-size: 56px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #000000;
    line-height: 56px;
    letter-spacing: 1px;
    opacity: .05;
}

.vv-view7 .b_friend_img .slide_link .glide__bullets{
    top: 0;
}

.vv-view7 .b_friend_img .slide_link .glide__bullets>* {
    border-radius: 10px;
    border: none;
    height: 5px;
    background-color: #D8D8D8;
    width: 14px;
}
.vv-view7 .b_friend_img .slide_link .glide__bullets>*.active {
    background-color: #2D2570;
    width: 24px;
}

.vv-view7 .b_friend_img .slide_link_icons {
    /* height: 300px; */
    width: 90%;
    margin: 0 auto;
}

.vv-view7 .b_friend_img .slide_link .glide__slide {
    height: 100%;
}

.vv-view7 .b_friend_img .slide_link .slide_single_area {
    width: 100%;
}

.vv-view7 .b_friend_img .slide_link .slide_single_area .slide_link_icons {
    display: flex;
    justify-content: flex-start;
    padding-top: 4.5%;
}

.vv-view7 .b_friend_img .slide_link .slide_single_area .slide_link_icons a {
    margin-right: 38px;
    display: flex;
    align-items: center;
}
/* friend link icon */

.vv-view7 .download-item {
    /*
    margin-left: 130px;
    margin-bottom: 40px;
    */
    display: inline-block;

    /*换成上下新加*/
    text-align: center;
}

.vv-view7 .download-item .download-qr {
    vertical-align: bottom;
}
/* 原先左右结构
.vv-view7 .download-item .text {
    display: inline-block;
    margin-left: 34px;
}
*/
/*上下结构*/
.vv-view7 .download-item .text {
    margin-top: 5px;
}

.vv-view7 .download-item .text .title {
    display: block;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 12px;
}

.vv-view7 .download-item .text .download-btn {
    display: block;
    font-size: 14px;
    color: #ffffff;
    width: 142px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    margin-top: 12px;
    border: solid #ffffff 1px;
    cursor: pointer;
}

.vv-view7 .download-item .text .download-btn i {
    font-size: 18px;
    margin-right: 6px;
}

.vv-view7 .download-item .text .download-btn:hover {
    border-color: #FF4816;
    background-color: #FF4816;
}

/* 底部 */
.vv-view7 .b-footer {
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; */
}

.vv-view7 .b-footer .main-content {
    width: 1200px;
    height: 145px;
    line-height: 145px;
    margin-bottom: 46px;
}

.vv-view7 .b-footer .l-title {
    font-size: 40px;
    color: #065fc3;
    display: inline-block;
    font-style: italic;
}

.vv-view7 .b-footer .r-title {
    display: inline-block;
    margin-left: 96px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.vv-view7 .b-footer .r-title p {
    line-height: 2.2;
}

.vv-view7 .b-footer .r-title>.title {
    font-size: 22px;
    margin-bottom: 10px;
}

.vv-view7 .b-footer .r-title>.opt>.title {
    color: #b4c1cd;
    border-right: 1px #b4c1cd solid;
    padding-right: 15px;
}

.vv-view7 .b-footer .r-title>.opt>.a-link {
    color: #ffffff;
    margin-left: 15px;
}

/*
.b-footer .r-title>.opt>.a-link:hover {
    text-decoration: underline;
}
*/
.vv-view7 .b-footer .a-link {
    cursor: pointer;
}
.vv-view7 .b-footer .a-link:hover {
    text-decoration: underline;
}

.vv-view7 .b-footer .r-title>.link-phone {
    color: #b4c1cd;
}
.vv-view7 .b-footer .r-title>.link-phone>label {
    color: #ffffff;
    margin-left: 10px;
}

.vv-view7 .b-footer .line {
    width: 100%;
    height: 1px;
    background-color: #3F4955;
}

.vv-view7 .b-footer .bottom {
    padding: 26px 0px 26px 0px;
    text-align: center;
    color: #b4c1cd;
    font-size: 14px;
}
.vv-view7 .b-footer .bottom > .b1 .a-link {
    color: #b4c1cd;
}

.vv-view7 .b-footer .bottom > .b2 {
    margin-top: 10px;
}

.vv-view7 .b-footer .bottom > .b2, .vv-view7 .b-footer .bottom > .b2 .a-link {
    color: #8996a2;
}

