    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

     ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #F5F5F5;
    }
    /*定义滚动条轨道 内阴影+圆角*/

     ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }
    /*定义滑块 内阴影+圆角*/

     ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #555;
    }
     .indexContainer{
         padding-top: 69px;
         box-sizing: border-box;
     }
    /* banner */

    .banner .apple-banner {
        width: 100%;
        height: 710px;
        overflow: hidden;
    }

    .banner .apple-banner .swiper-slide img{
        width: 100%;
        display: block;
    }

    .banner .apple-banner .swiper-container {
        width: 100%;
        height: 710px;
    }

    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: 15%;
        height: 100%;
        top: 0;
        background: none;
    }

    .banner .swiper-button-prev {
        left: 0;
    }

    .banner .swiper-button-next {
        right: 0;
    }

    .banner .swiper-button-prev span,
    .banner .swiper-button-next span {
        display: block;
        width: 64px;
        height: 64px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -32px;
        border-radius: 100%;
        background: rgba(180, 180, 180, 0.5) url(../images/arrows.png) no-repeat center 17px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }

    .banner .swiper-button-next span {
        background: rgba(180, 180, 180, 0.5) url(../images/arrows.png) no-repeat center -71px;
        left: auto;
        right: 20px;
    }

    .banner .swiper-button-prev:hover span,
    .banner .swiper-button-next:hover span {
        opacity: .6;
    }
    /*banner分页器*/

    .banner .apple-banner .swiper-pagination {
        top: auto;
        bottom: 50px;
        background: none;
    }

    .banner .apple-banner .swiper-pagination-bullet {
        display: inline-block;
        width: 50px;
        height: 30px;
        margin: 0 3px;
        cursor: pointer;
        background: none;
        border-radius: 0;
        opacity: 1;
    }

    .banner .apple-banner .swiper-pagination-bullet span {
        width: 50px;
        height: 2px;
        display: block;
        background: rgba(128, 128, 128, 0.2);
    }

    .banner .apple-banner .swiper-pagination-bullet-active span {
        background: #2D69FF;
    }

    .banner .apple-banner .autoplay .swiper-pagination-bullet-active span {
        background: rgba(128, 128, 128, 0.2);
    }

    .banner .apple-banner .swiper-pagination-bullet i {
        background: #2D69FF;
        height: 2px;
        transform: scaleX(0);
        transform-origin: 0;
        display: block;
    }

    .banner .apple-banner .autoplay .firsrCurrent i {
        transition: transform 2.9s linear;
        transform: scaleX(1);
    }

    .banner .apple-banner .autoplay .current i {
        transition: transform 4s linear;
        transform: scaleX(1);
    }

    .banner .apple-banner .autoplay .replace span {
        background: #2D69FF;
    }
    /* 轮播内容 */

    .banner .swiper-slide {
        position: relative;
    }

    .banner .swiper-slide .swiperContent {
        width: 100%;
        position: absolute;
        z-index: 999;
        height: 710px;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
    }

    .banner .swiper-slide .swiperContent .swiperContentBtn {
        width: 120px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background: #2D69FF;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }

    .banner .swiperContent .swiperContentBox {
        width: 1200px;
        margin: 0 auto;
    }

    .banner .swiperContent .swiperContentBox .swiperContentBtn {
        margin-top: 70px;
    }
    /* 关于我们 */

    .aboutUs {
        width: 100%;
    }

    .aboutUsBox {
        width: 1200px;
        margin: 0 auto;
    }

    .aboutUsTitle {
        font-size: 38px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin: 80px 0 43px 0;
    }

    .aboutUsContainer {
        position: relative;
        margin-bottom: 200px;
    }
    .aboutUsContainer1 {
        position: relative;
        margin-bottom: 600px;
    }

    .aboutUsImg {
        width: 632px;
        height: 380px;
    }

    .aboutUsImg img {
        width: 100%;
    }

    .aboutUsMain {
        width: 720px;
        height: 464px;
        background: #FFFFFF;
        border: 1px solid #DCE0E6;
        box-shadow: 0 5px 20px 0 rgba(179, 179, 179, 0.15);
        box-sizing: border-box;
        padding: 125px 96px 0 86px;
        position: absolute;
        right: 0;
        top: 37px;
    }
    .aboutUsMain-ch {
        width: 720px;
        height: 500px;
        background: #FFFFFF;
        border: 1px solid #DCE0E6;
        box-shadow: 0 5px 20px 0 rgba(179, 179, 179, 0.15);
        box-sizing: border-box;
        padding: 125px 96px 0 86px;
        position: absolute;
        right: 0;
        top: 37px;
    }
    .aboutUsMain-en {
        width: 720px;
        height: 850px;
        background: #FFFFFF;
        border: 1px solid #DCE0E6;
        box-shadow: 0 5px 20px 0 rgba(179, 179, 179, 0.15);
        box-sizing: border-box;
        padding: 125px 96px 0 86px;
        position: absolute;
        right: 0;
        top: 37px;
    }

    .mainTitle {
        font-size: 30px;
        font-weight: 400;
        color: #333333;
    }

    .aboutUsMain i {
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #2C68FF;
        margin: 20px 0 30px 0;
    }

    .aboutUscontent {
        font-size: 14px;
        font-weight: 400;
        color: #444444;
        line-height: 28px;
    }

    .aboutUscontentBtn {
        width: 120px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border: 1px solid #2C68FF;
        font-size: 14px;
        font-weight: 400;
        color: #2C68FF;
        margin-top: 50px;
        cursor: pointer;
        background-color: #ffffff;
    }

    .aboutUscontentBtn:hover {
        background-color: #2C68FF;
        color: #ffffff;
        transition: all .3s;
    }
    /* 轩辕实验室 */

    .laboratory {
        width: 100%;
        height: 390px;
        background-image: url('../images/banner_02.png');
        overflow: hidden;
    }

    .laboratoryContent {
        width: 1200px;
        margin: 93px auto;
    }

    .title {
        font-size: 38px;
        font-weight: 400;
        color: #181818;
    }

    .main {
        width: 538px;
        font-size: 14px;
        font-weight: 400;
        color: #444444;
        line-height: 28px;
        margin: 30px 0 60px 0;
    }

    .btn {
        width: 120px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #2C68FF;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        cursor: pointer;
    }

    .btn:hover {
        background: #ffff;
        border: 1px solid #2C68FF;
        color: #2C68FF;
        transition: all .3s;
    }
    /* 安全产品 */

    .products {
        width: 100%;
        background: rgb(244, 244, 244);
        height: 746px;
    }

    .productsContainer {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .products .title {
        text-align: center;
        margin: 80px 0 50px 0;
    }

    .products-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #CFD2DA;
        width: 100%;
        box-sizing: border-box;
        padding: 0 160px;
    }

    .products-navItem {
        position: relative;
        cursor: pointer;
    }

    .products-navItem span {
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        color: #444444;
        padding: 0 14px 23px 14px;
    }

    .products .nav .active {}

    .products-nav .active span {
        font-size: 16px;
        font-weight: bold;
        color: #2C68FF;
    }

    .products-navItem i {
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: 0;
        left: 0;
        background: #2C68FF;
        opacity: 0;
    }

    .products-nav .active i {
        opacity: 1;
        transition: all .3s;
    }

    .productsList {
        margin-top: 50px;
        position: relative;
    }

    .productsItem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .2s;
    }

    .productsItemActive {
        display: flex;
        align-items: center;
        justify-content: space-between;
        opacity: 1;
        transition: all .4s;
        z-index: 2;
    }

    .itemRight {
        width: 600px;
        height: 406px;
    }

    .itemTitle {
        font-size: 30px;
        font-weight: 400;
        color: #181818;
    }

    .itemLeft i {
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #2C68FF;
        margin: 20px 0 30px 0;
    }

    .tips {
        font-size: 18px;
        font-weight: 400;
        color: #2C68FF;
    }

    .introduceList {
        width: 410px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .introduceItem {
        font-size: 14px;
        font-weight: 400;
        color: #444444;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        width: 200px;
        position: relative;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .introduceListOther .introduceItem {
        width: 100%!important;
    }

    .introduceItem::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #797B80;
        border-radius: 50%;
        margin-right: 9px;
        position: absolute;
        left: 0;
        top: 6px;
    }

    .characteristic {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .characteristicItem {
        display: flex;
        align-items: center;
        margin-right: 44px;
    }

    .characteristicItem img {
        width: 36px;
        height: 36px;
    }

    .characteristicItem span {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        margin-left: 9px;
    }

    .productsItemBtn {
        margin-top: 40px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #2C68FF;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        cursor: pointer;
    }

    .productsItemBtn:hover {
        background: #ffff;
        border: 1px solid #2C68FF;
        color: #2C68FF;
        transition: all .3s;
    }

    .itemRight img {
        width: 100%;
    }

    .smallList {
        border: 1px solid #DCE0E6;
        box-shadow: 0 5px 20px 0 rgba(179, 179, 179, 0.15);
    }

    .smallItem {
        width: 200px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        cursor: pointer;
    }

    .smallItemActive {
        background: url("../images/nav_bgc.png") no-repeat;
        background-size: 100% 100%;
        color: #ffffff;
    }

    .smallMain {
        position: relative;
        /* height: 400px; */
        width: calc(100% - 260px - 202px);
        box-sizing: border-box;
    }

    .smallImg {
        width: 460px;
        height: 340px;
        position: relative;
    }

    .smallImg img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .3s;
    }

    .smallImg .smallImgActive {
        opacity: 1;
        transition: all .3s;
    }

    .smallMainItem {
        position: absolute;
        left: 40px;
        top: 0;
        opacity: 0;
        transform: translateY(-50%);
    }

    .smallMainItemActive {
        opacity: 1;
        transition: all .4s;
        z-index: 2;
    }

    .smallMainItem i {
        display: inline-block;
        width: 60px;
        height: 3px;
        background: #2C68FF;
        margin: 15px 0 30px 0;
    }

    .smallMainItem .introduceList .introduceItem {
        margin-bottom: 10px;
    }

    .smallMainItem .characteristicItem {
        margin-right: 32px;
    }
    /* 解决方案 */

    .solution {
        width: 100%;
        overflow: hidden;
    }

    .solutionContainer {
        width: 1200px;
        margin: 0 auto 80px;
        position: relative;
    }

    .solution .title {
        font-size: 38px;
        font-weight: 400;
        color: #181818;
        margin: 50px 0 80px 0;
        text-align: center;
    }
    /* #solutionMain li:nth-of-type(1) .solutionBgc {
        transform: translate(-210px);
    } */
    /* #solutionMain li:nth-of-type(2) img {
        transform: translate(-180px);
    }

    #solutionMain li:nth-of-type(3) img {
        transform: translate(-380px);
    } */

    #solutionMain {
        width: 1200px;
        height: 640px;
        margin: 0 auto;
    }

    #solutionMain .solutionBgc {
        width: 300px;
        height: 640px;
        max-width: 300px;
    }

    #solutionMain li {
        float: left;
        position: relative;
        width: 300px;
        height: 100%;
        overflow: hidden;
        cursor: pointer;
        transition: 0.5s;
        transform-origin: bottom;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    #solutionMain li .solutionBgc {
        transition: 1.2s;
    }

    #solutionMain li a {
        display: block;
    }

    #solutionMain li .solutionItem {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        line-height: 32px;
        filter: alpha(opacity=0);
        opacity: 0;
    }

    #solutionMain li.active .solutionItem {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    #solutionMain li .solutionItem a {
        color: #FFF;
        text-decoration: none;
    }

    #solutionMain li .solutionItem a:hover {
        color: #F00;
        text-decoration: none;
    }

    #solutionMain li.active {
        cursor: pointer;
        transform: scale(1, 1);
        z-index: 3;
        width: 600px;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    #solutionMain li.active .solutionBgc {
        transform: translate(0px);
    }

    #solutionMain li:nth-of-type(1) {
        transform-origin: bottom left;
    }

    #solutionMain li:nth-of-type(5) {
        transform-origin: bottom right;
    }

    #solutionMain .solutionBgc {
        position: relative;
    }

    #solutionMain .solutionBgc .bgcImg {
        width: 300px;
    }

    #solutionMain .solutionBgc .bgcMain {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }

    #solutionMain .solutionBgc .bgcMain img {
        width: 56px;
        height: 56px;
        margin: 0 auto;
    }

    #solutionMain .solutionBgc .bgcMain .bgcTitle {
        width: 100%;
        font-size: 22px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 32px;
        text-align: center;
        margin: 30px 0 50px 0;
    }

    #solutionMain .solutionBgc .bgcMain .bgcBtn {
        width: 120px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border: 1px solid #FFFFFF;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin: 0 auto;
    }
    /* #solutionMain .solutionBgc .bgcMain .bgcBtn:hover {
        background: #ffffff;
        color: #000000;
    } */

    #solutionMain li .solutionItem .itemImg {}

    #solutionMain li .solutionItem .itemMain {
        position: absolute;
        left: 60px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    #solutionMain li .solutionItem .itemMain img {
        width: 56px;
        height: 56px;
    }

    #solutionMain li .solutionItem .itemMain .itemTitle {
        font-size: 22px;
        font-weight: 400;
        color: #181818;
        line-height: 32px;
        margin: 30px 0 20px 0;
    }

    #solutionMain li .solutionItem .itemMain i {
        display: inline-block;
        width: 50px;
        height: 3px;
        background: #2D69FF;
    }

    #solutionMain li .solutionItem .itemMain .itemText {
        width: 309px;
        font-size: 14px;
        font-weight: 400;
        color: #444444;
        line-height: 28px;
    }

    #solutionMain li .solutionItem .itemMain .itemBtn {
        width: 120px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background: #2D69FF;
        margin-top: 50px;
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
    }

    .previousPage {
        width: 60px;
        height: 60px;
        position: absolute;
        z-index: 999999;
        left: 0;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        cursor: pointer;
    }

    .previousPage img {
        width: 100%;
    }

    .nextPage {
        width: 60px;
        height: 60px;
        position: absolute;
        z-index: 999999;
        right: 0;
        top: 50%;
        transform: translateY(-50%) translateX(50%);
        cursor: pointer;
    }

    .nextPage img {
        width: 100%;
    }
    /* 安全服务 */

    .security {
        width: 100%;
        background: rgb(244, 244, 244);
        overflow: hidden;
    }

    .security .title {
        font-size: 38px;
        font-weight: 400;
        color: #181818;
        margin: 50px 0 80px 0;
        text-align: center;
    }

    .security .securityContainer {
        width: 1200px;
        margin: 0 auto 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .security .securityContainer .securityItem {
        width: 384px;
        height: 442px;
        overflow: hidden;
        position: relative;
        border: 1px solid rgba(0,0,0,0);
    }

    .security .securityContainer .securityItem img {
        width: 100%;
    }

    .security .securityContainer .securityItem .securityItemContainer {
        width: 384px;
        height: 442px;
        overflow: hidden;
        background: url(../images/banner_10.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 221px;
        left: 0;
        transition: all.2s;
    }

    .security .securityContainer .securityItem .securityItemContainer .securityItemTitle {
        font-size: 24px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin: 24px 0 10px 0;
        transition: all .2s;
    }

    .security .securityContainer .securityItem .securityItemContainer .line {
        width: 50px;
        height: 3px;
        background: #2D69FF;
        opacity: 0;
        margin: 0 auto;
        transition: all .2s;
    }

    .security .securityContainer .securityItem .securityItemContainer .securityItemMain {
        width: 100%;
        box-sizing: border-box;
        padding: 0 47px;
        font-size: 14px;
        font-weight: 400;
        color: #444444;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .security .securityContainer .securityItem .securityItemContainer .securityItemBtn {
        width: 120px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border: 1px solid #2C68FF;
        font-size: 14px;
        font-weight: 400;
        color: #2C68FF;
        margin: 22px auto 0;
        cursor: pointer;
        transition: all .2s;
    }

    .security .securityContainer .active {
        border: 1px solid #2C68FF;
        transition: all .3s;
        box-shadow: 5px 5px 20px 0 rgba(45,105,255,.15);
    }

    .security .securityContainer .active .securityItemContainer {
        top: 0;
        transition: all .3s;
    }

    .security .securityContainer .active .securityItemContainer .securityItemBtn:hover {
        background: #2C68FF;
        color: #ffffff;
        transition: all .3s;
    }

    .security .securityContainer .active .securityItemContainer .securityItemTitle {
        margin: 110px 0 20px 0;
        transition: all .3s;
    }

    .security .securityContainer .active .securityItemContainer .securityItemMain {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .security .securityContainer .active .securityItemContainer .line {
        opacity: 1;
        margin: 0 auto 30px;
        transition: all .3s;
    }

    .security .securityContainer .active .securityItemContainer .securityItemBtn {
        margin: 50px auto 0;
        transition: all .3s;
    }
