body {
    color: #888;
    font-size: 12px;
    line-height: 1.7em;
    font-family:"Microsoft YaHei","微软雅黑";
}
img {
    border: none;
    transition: 0s;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
.cxCentre{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
/*
-webkit-animation: cxbanner 1.2s ease-in-out infinite alternate;
animation: cxbanner 1.2s ease-in-out infinite alternate;
*/
@keyframes cxRight {
    from {
        transform: translateX(-2px);
    }
    to {
        transform: translateX(2px);
    }
}
@keyframes cxupDown1 {
    from {
        transform: translateY(-8px);
    }
    to {
        transform: translateY(8px);
    }
}
@keyframes cxupDown {
    from {
        transform: translateY(-1px);
    }
    to {
        transform: translateY(1px);
    }
}
@keyframes cxScale {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}
/*标题*/
.web-public-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 70px auto;
    overflow: hidden;
    text-align: center;
}
.web-public-title h2{
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 50px;
    background: linear-gradient(90deg, #FEDA87 0%, #BDDDD1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.web-public-title p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #A09CBF;
    text-align: center;
    margin-top: 10px;
}
.stage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
}
canvas{
    margin: 0;
    padding: 0;
    display: block;
    touch-action: none;
}
/*banner*/
.web-banner-rel{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.web-banner-rel .web-banner-abs{
    -webkit-animation: cxupDown1 1.2s ease-in-out infinite alternate;
    animation: cxupDown1 1.2s ease-in-out infinite alternate;
    z-index: 99;
}
.web-banner-rel .web-banner-abs1{
    position: absolute;
    left: 5%;
    top: 60%;
}
.web-banner-rel .web-banner-abs2{
    -webkit-animation: cxupDown1 1s ease-in-out infinite alternate;
    animation: cxupDown1 1s ease-in-out infinite alternate;
    position: absolute;
    right: 4%;
    top: 71%;
}
.web-banner-rel .web-banner-abs3{
    position: absolute;
    right: 18%;
    top: -2%;
}
.web-banner{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 862px;
    overflow: hidden;
    pointer-events: revert;
}
.web-banner .web-banner-img1{
    width: 100%;
    height: 862px;
    text-align: center;
}
.web-banner .swiper-pagination-bullets{bottom: 65px;}
.web-banner .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 50px;
    height: 12px!important;
    border-radius: 6px;
    background: #1B2688;
}
.web-banner .swiper-pagination-bullet-active{
    background: #4459FF!important;
    width: 12px!important;
    height: 12px!important;
    border-radius: 50px;
}
/*1*/
.web-one{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 1036px;
    overflow: hidden;
    background: url("../image/1-bg.jpg") no-repeat center;
}
.web-one .web1-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1180px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.web-one .web1-fl{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 260px;
    overflow: hidden;
}
.web-one .web1-fl h3{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 15px;
}
.web-one .web1-fl h3:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../image/1-title1.png") no-repeat center left;
    width: 128px;
    height: 1px;
    display: inline-block;
}
.web-one .web1-fl p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #A09CBF;
    line-height: 26px;
    padding-right: 20px;
}
.web-one .web1-fr{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 915px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.web-one .web1-jsyy .web1-fr{
    justify-content: space-between;
    flex-wrap: wrap;
}
.web-one .web1-jsyy .web1-fr .web1-jsyy-li{
    background: url("../image/1-li-bg.png") no-repeat center;
    width: 173px;
    height: 68px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin: 8px 0;
}
.web-one .web1-jsyy .web1-fr .web1-jsyy-li img{
    width: 35px;
    margin-right: 10px;
}
.web-one .web1-job{
    background: url("../image/1-fz-bg.png") no-repeat center;
    height: 391px;
}
.web-one .web1-job .web1-jt{
    -webkit-animation: cxRight 0.6s ease-in-out infinite alternate;
    animation: cxRight 0.8s ease-in-out infinite alternate;
}
.web-one .web1-job .web1-fr .web1-job-1{
    width: 198px;
    height: 168px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.web-one .web1-job .web1-fr .web1-job-1 .web1-job-1yuan{
    border-radius: 50%;
    background: rgba(128,146,210,0.15);
    margin-right: 5px;
}
.web-one .web1-job .web1-fr .web1-job-2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 175px;
    height: 175px;
    background: linear-gradient(90deg, #7734FF, #1E2CE5);
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.web-one .web1-job .web1-fr .web1-job-2:before{
    content: "";
    width: 175px;
    height: 175px;
    position: absolute;
    left: -5px;
    top: -5px;
    border: 5px solid rgba(128,146,210,0.15);
    border-radius: 50%;
}
.web-one .web1-job .web1-fr .web1-job-2 span{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 10px;
}
.web-one .web1-job .web1-fr .web1-job-3{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 340px;
    height: 300px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.web-one .web1-job .web1-fr .web1-job-3 ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}
.web-one .web1-job .web1-fr .web1-job-3 ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.web-one .web1-job .web1-fr .web1-job-3 li b{
    display: inline-block;
    width: 130px;
    height: 130px;
    background: linear-gradient(90deg, #7734FF, #1E2CE5);
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin:0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.web-one .web1-job .web1-fr .web1-job-3 li b:before{
    content: "";
    width: 130px;
    height: 130px;
    position: absolute;
    left: -5px;
    top: -5px;
    border: 5px solid rgba(128,146,210,0.15);
    border-radius: 50%;
}
.web-one .web1-job .web1-fr .web1-job-4{
    box-sizing: border-box;
    width: 180px;
    height: 300px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.web-one .web1-job .web1-fr .web1-job-4 p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}
.web-one .web1-job .web1-fr .web1-job-4 b{
    display: inline-block;
    width: 130px;
    height: 130px;
    background: linear-gradient(90deg, #FE7C3B, #EA5240);
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin:0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.web-one .web1-job .web1-fr .web1-job-4 b:before{
    content: "";
    width: 130px;
    height: 130px;
    position: absolute;
    left: -5px;
    top: -5px;
    border: 5px solid rgba(128,146,210,0.15);
    border-radius: 50%;
}
.web-one .web1-sh .web1-fr{
    justify-content: space-between;
}
.web-one .web1-sh .web1-fr .web1-sh-li{
    box-sizing: border-box;
    background: url("../image/1-sh-bg.png") no-repeat center;
    width: 156px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.web-one .web1-sh .web1-fr .web1-sh-li span{
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}
.web-one .web1-sh .web1-fr .web1-sh-li:last-child{
    width: 30px;
    color: #ffffff;
    background: none;
    text-align: left;
    align-items: flex-start;
}
/*2*/
.web2-important{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 670px;
    overflow: hidden;
    background: url("../image/2-bg.jpg") no-repeat center;
    position: relative;
}
.web2-important .web-abs{
    z-index: 99;
}
.web2-important .web-abs1{
    -webkit-animation: cxupDown1 1.2s ease-in-out infinite alternate;
    animation: cxupDown1 1.2s ease-in-out infinite alternate;
    position: absolute;
    left: 5%;
    top: 60%;
}
.web2-important .web-abs3{
    -webkit-animation: cxupDown1 1s ease-in-out infinite alternate;
    animation: cxupDown1 1s ease-in-out infinite alternate;
    position: absolute;
    right: 10%;
    top: 1%;
}
.web2-important .web2-important-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/2-center.png") no-repeat center;
    width: 1004px;
    height: 348px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.web2-important .web2-important-center .web2-important-li{
    box-sizing: border-box;
    width: 334px;
    height: 348px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    padding-left: 80px;
}
.web2-important .web2-important-center .web2-important-li b{
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 5px 0;
}
.web2-important .web2-important-center .web2-important-li span{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #A09CBF;
    margin-top: 15px;
}
/*3*/
.web3-lesson{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 1466px;
    overflow: hidden;
    background:#040B35 url("../image/3-bg.jpg") repeat-y top center;
    position: relative;
}
.web3-lesson .web3-lesson-top{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1020px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.web3-lesson .web3-lesson-top li{
    box-sizing: border-box;
    background: url("../image/3-li.png") no-repeat center;
    width: 173px;
    height: 173px;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 10px 0;
}
.web3-lesson .web3-lesson-top li b{
    display: inline-block;
    font-size: 48px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 52px;
}
.web3-lesson .web3-lesson-top li b i{
    font-style: normal;
    font-weight: lighter;
    font-size: 26px;
}
.web3-lesson .web3-lesson-top li span{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #A09CBF;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 10px;
}
/**/
.web3-lesson .web3-lesson-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1160px;
    margin: 0 auto 15px;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #FFFFFF;
}
.web3-lesson .web3-lesson-title p b{color: #FE7B3B;}
.web3-lesson .web3-lesson-title span{
    box-sizing: border-box;
    display: inline-block;
    background: url("../image/3-num.png") no-repeat center;
    width: 55px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-right: 5px;
    padding-right: 8px;
}
.web3-lesson .web3-lesson-title2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1160px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}
.web3-lesson .web3-lesson-title2 img{
    margin-right: 10px;
}
.web3-lesson .web3-lesson-lc{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1160px;
    margin: 60px auto;
    overflow: hidden;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-list li{
    width: 146px;
    height: 38px;
    background: #2E37C4;
    border-radius: 19px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-list .web3-lc-list-on{
    background: linear-gradient(90deg, #FE7C3B, #EA5240);
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 1160px;
    height: 480px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1160px;
    height: 480px;
    background: rgba(39,47,173,0.65);
    border: 1px solid #FDD4A7;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item1{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item1 .web3-lc-tab-item1-title{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -213px;
    box-sizing: border-box;
    background: url("../image/3-lb-title.png") no-repeat center;
    width: 426px;
    text-align: center;
    height: 58px;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    color: #E41B00;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item1 .web3-lc-tab-item1-banner{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 550px;
    height: 367px;
    background: url("../image/3-lb-bg.png") no-repeat center;
    margin-top: 40px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item1 .web3-lc-tab-item1-banner .web3-lc-tab-item1-img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 550px;
    height: 367px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item1 .web3-lc-tab-item1-banner .web3-lc-tab-item1-img img{
    display: inline-block;
    width: 520px;
    height: 367px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item1 .web3-lc-tab-item1-scroll{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/3-lb-bg2.png") no-repeat center;
    width: 521px;
    height: 367px;
    border-radius: 10px;
    margin-top: 40px;
    overflow: hidden;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item1 .web3-lc-tab-item1-scroll .tagcloud1{
    width: 93%;
    min-width: 400px!important;
    min-height: 360px!important;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item1 .web3-lc-tab-item1-scroll .tagcloud1 p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    color: #00FFFF;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item1 .web3-lc-tab-item1-scroll .tagcloud1 p span{
    display: inline-block;
    color: #C600FF;
    margin: 0 20px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item2{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item2 ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1070px;
    margin-top: 35px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item2 ul li{
    width: 218px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background: -webkit-linear-gradient(left,#6D45F0, #1825E7);
    background: -o-linear-gradient(left,#6D45F0, #1825E7);
    background: -moz-linear-gradient(left,#6D45F0, #1825E7);
    background: linear-gradient(left,#6D45F0, #1825E7);
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item2 ul li:nth-child(2n){
    width: 65px;
    background: none;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item3{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item3 .web3-lc-tab-item3-txt{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 960px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item3 .web3-lc-tab-item3-txt p{
    text-align: center;
    width: 410px;
    font-size: 16px;
    line-height: 36px;
    color: #FFFFFF;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item4{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item5{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item6{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 65px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item6>div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 430px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item6 .web3-lc-tab-item6-left{
    border-right: 1px solid #253CED;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item6 p{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    margin-bottom: 25px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item6 p span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: url("../image/3-jt2.png") no-repeat center;
    width: 80px;
    height: 53px;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 5px 10px 0;
    text-align: center;
    font-weight: lighter;
    margin-right: 10px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item6 .web3-lc-tab-item6-left .web3-lc-tab-item6-left-bg{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/3-img5-1.png") no-repeat center;
    width: 393px;
    height: 333px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item6 .web3-lc-tab-item6-left .web3-lc-tab-item6-left-bg span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 125px;
    height: 105px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    padding-top: 60px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item6 .web3-lc-tab-item6-right .web3-lc-tab-item6-right-bg{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/3-img5-2.png") no-repeat center;
    width: 331px;
    height: 359px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 10px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item6 .web3-lc-tab-item6-right .web3-lc-tab-item6-right-bg span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 135px;
    height: 40px;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 19px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item7{
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item7 .web3-lc-tab-item7-bg{
    background: url("../image/3-img6.png") no-repeat center;
    position: relative;
    width: 1087px;
    height: 360px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item7 .web3-lc-tab-item7-bg span{
    display: inline-block;
    width: 226px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    position: absolute;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item7 .web3-lc-tab-item7-bg span:nth-child(1){
    left: 107px;
    bottom: 0px;
}
.web3-lesson .web3-lesson-lc .web3-lc-tab .web3-lc-tab-box .web3-lc-tab-item7 .web3-lc-tab-item7-bg span:nth-child(2){
    right: 198px;
    bottom: 0px;
}

/*02*/
.web3-lesson .web3-lesson-work{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1160px;
    margin: 60px auto;
    overflow: hidden;
}
.web3-lesson .web3-lesson-work .web3-work-tab{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-list li{
    width: 380px;
    height: 38px;
    background: #2E37C4;
    border-radius: 19px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-list .web3-work-list-on{
    background: linear-gradient(90deg, #FE7C3B, #EA5240);
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/3-xm-bg.png") no-repeat center;
    background-size: 100% 100%;
    width: 1160px;
    height: 550px;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item1{}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item1 .web3-work-item1-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/3-li2.png") no-repeat center;
    width: 190px;
    height: 490px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    float: left;
    margin-left: 35px;
    margin-top: 30px;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item1 .web3-work-item1-li p{
    width: 100%;
    height: 230px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item1 .web3-work-item1-li p b{
    width: 100%;
    height: 155px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item1 .web3-work-item1-li p span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #A09CBF;
    line-height: 20px;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item2{text-align: center;}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item2 .web3-work-item2-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1160px;
    height: 550px;
    position: relative;
    overflow: hidden;
    background: url("../image/4-qy-bg.png") no-repeat center;
    background-size: 100% 100%;
    border: 1px solid #FDD4A7;
    border-radius: 10px;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item2 .web3-work-item2-box ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1000px;
    height: 80px;
    margin: 34px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item2 .web3-work-item2-box ul li{
    width: 224px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item2 .web3-work-item2-box img{
    position: absolute;
    width: 30px;
    height: 30px;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item2 .web3-work-item2-box .web3-work-item2-jt1{
    left: 66px;
    top: 62px;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item2 .web3-work-item2-box .web3-work-item2-jt2{
    right: 68px;
    top: 62px;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item2 .web3-work-item2-box .web3-work-item2-jt3{
    right: 27px;
    top: 232px;
    transform: rotate(90deg);
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item2 .web3-work-item2-box .web3-work-item2-jt4{
    left: 64px;
    top: 410px;
    transform: rotate(180deg);
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item3{padding: 0 25px;}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item3 .web3-work-item3-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/4-qy-li.png") no-repeat center;
    width: 338px;
    height: 469px;
    float: left;
    margin-left: 25px;
    margin-top: 45px;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item3 .web3-work-item3-li b{
    display: block;
    width: 340px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 46px;
}
.web3-lesson .web3-lesson-work .web3-work-tab .web3-work-box .web3-work-item3 .web3-work-item3-li p{
    width: 340px;
    height: 55px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 17px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*03开发流程*/
.web3-lesson .web3-lesson-open{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1160px;
    margin: 60px auto;
    overflow: hidden;
}
.web3-lesson .web3-lesson-open .web3-open-tab{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-list li{
    width: 556px;
    height: 38px;
    background: #2E37C4;
    border-radius: 19px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-list .web3-open-list-on{
    background: linear-gradient(90deg, #FE7C3B, #EA5240);
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item{display: none;}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/3-lc-bg.png") no-repeat center;
    width: 1160px;
    height: 600px;
    border-radius: 10px;
    padding-top: 30px;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1>div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 540px;
    position: relative;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1>div p{
    position: absolute;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1>div p span{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #A09CBF;
    line-height: 20px;
    text-align: center;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1>div p b{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
    margin: 0 8px;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1 .web3-open-item1-l p{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1 .web3-open-item1-l p:nth-child(1){
    right: 130px;
    top: 16px;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1 .web3-open-item1-l p:nth-child(2){
    right: 298px;
    top: 109px;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1 .web3-open-item1-l p:nth-child(3){
    right: 340px;
    top: 192px;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1 .web3-open-item1-l p:nth-child(4){
    right: 345px;
    top: 283px;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1 .web3-open-item1-l p:nth-child(5){
    right: 300px;
    top: 388px;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1 .web3-open-item1-l p:nth-child(6){
    right: 127px;
    top: 480px;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1 .web3-open-item1-r p{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1 .web3-open-item1-r p:nth-child(1){
    left: 130px;
    top: 24px;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1 .web3-open-item1-r p:nth-child(2){
    left: 305px;
    top: 116px;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1 .web3-open-item1-r p:nth-child(3){
    left: 345px;
    top: 202px;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1 .web3-open-item1-r p:nth-child(4){
    left: 342px;
    top: 295px;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1 .web3-open-item1-r p:nth-child(5){
    left: 295px;
    top: 388px;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item1 .web3-open-item1-r p:nth-child(6){
    left: 130px;
    top: 487px;
}
.web3-lesson .web3-lesson-open .web3-open-tab .web3-open-box .web3-open-item2{
    background: url("../image/3-lc-bg2.png") no-repeat center;
    width: 1160px;
    height: 499px;
}
/*4课程大纲*/
.web4-outline{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 1470px;
    overflow: hidden;
    background:url("../image/4-bg.jpg") no-repeat center;
    position: relative;
}
.web4-outline .web-abs{
    z-index: 99;
}
.web4-outline .web-abs1{
    -webkit-animation: cxupDown1 1.2s ease-in-out infinite alternate;
    animation: cxupDown1 1.2s ease-in-out infinite alternate;
    position: absolute;
    left: 3%;
    top: 70%;
}
.web4-outline .web-abs3{
    -webkit-animation: cxupDown1 1s ease-in-out infinite alternate;
    animation: cxupDown1 1s ease-in-out infinite alternate;
    position: absolute;
    right: 4%;
    top: 47%;
}
.web4-outline .web4-outline-jd{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1160px;
    height: 550px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.web4-outline .web4-outline-jd .web4-outline-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 8px;
    background: url("../image/4-1eft.png") no-repeat top center;
    width: 256px;
    height: 548px;
    border-radius: 10px;
    overflow-y: auto;
}
.web4-outline .web4-outline-jd .web4-outline-li li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding:10px 15px;
    margin: 15px 0;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    cursor: pointer;
}
.web4-outline .web4-outline-jd .web4-outline-li li b{
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.web4-outline .web4-outline-jd .web4-outline-li .web4-outline-li-on{
    background: #0712BD;
}
.web4-outline .web4-outline-jd .web4-outline-tab{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 904px;
    height: 501px;
    background: #FFFFFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 65px 25px;
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-item-on{display: block;}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-tab-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    position: absolute;
    left: 0;
    top: -10px;
    text-align: center;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-tab-title span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: url("../image/4-tab-title.png") no-repeat center;
    background-size: 100% 100%;
    min-width: 298px;
    height: 55px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #E41B00;
    padding: 0 40px;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-item-fs{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-item-fs p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 16px;
    color: #6E6E6E;
    height: 24px;
    margin-right: 70px;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-item-fs p b{
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #3D3D3D;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-item-fs p b img{
    margin-right: 10px;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-item-p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    color: #3D3D3D;
    height: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 5px;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-item-p img{
    margin-right: 10px;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-item-txt{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #6E6E6E;
    line-height: 24px;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-item-txt1{
    padding-right: 360px;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-item-txt p{
    margin: 3px 0;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-item-img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 340px;
    height: 188px;
    border-radius: 10px;
    border-bottom: 1px solid #E8E8EB;
    position: absolute;
    right: 30px;
    top: 65px;
    overflow: hidden;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-item-img img{
    width: 338px;
    height: 186px;
    border-radius: 10px;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-item-lb .swiper-pagination-bullets{bottom: 0;}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-item-lb .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    background: #6E6E6E;
    border-radius: 0;
}
.web4-outline .web4-outline-jd .web4-outline-tab .web4-outline-tab-item .web4-outline-item-lb .swiper-pagination-bullet-active{
    background: #E41B00;
}
.web4-outline .web4-outline-chart{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1160px;
    margin: 65px auto 0;
    overflow: hidden;
    background: url("../image/4-chart-bg.png") no-repeat center;
    background-size: 100% 100%;
    height: 564px;
    position: relative;
}
.web4-outline .web4-outline-chart .web4-outline-chart-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    width: 176px;
    background: linear-gradient(-45deg, #2734FF, #6C44F0);
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
}
.web4-outline .web4-outline-chart .web4-outline-chart-li:nth-child(1){
    left: 90px;
    bottom: 125px;
    height: 127px;
}
.web4-outline .web4-outline-chart .web4-outline-chart-li:nth-child(2){
    left: 302px;
    bottom: 125px;
    height: 180px;
}
.web4-outline .web4-outline-chart .web4-outline-chart-li:nth-child(3){
    left: 514px;
    bottom: 125px;
    height: 250px;
}
.web4-outline .web4-outline-chart .web4-outline-chart-li:nth-child(4){
    left: 734px;
    bottom: 125px;
    height: 290px;
}
.web4-outline .web4-outline-chart .web4-outline-chart-li:nth-child(5){
    left: 950px;
    bottom: 125px;
    height: 340px;
}
/*5案例作品*/
.web5-case{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 957px;
    overflow: hidden;
    background:url("../image/5-bg.jpg") no-repeat center;
}
.web5-case .web5-case-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}
.web5-case .web5-case-center .web5-case-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    height: 284px;
    background: #FFFFFF;
    border-radius: 10px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 30px;
}
.web5-case .web5-case-center .web5-case-li .web5-case-li-img{
    width: 220px;
    height: 149px;
}
.web5-case .web5-case-center .web5-case-li:nth-child(5n){margin-right: 0;}
.web5-case .web5-case-center .web5-case-li>div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    border-radius: 10px;
    text-align: left;
    overflow: hidden;
}
.web5-case .web5-case-center .web5-case-li .web5-case-li-show{
    /*display: none;*/
}
.web5-case .web5-case-center .web5-case-li .web5-case-li-show b{
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #141D4F;
    text-align: left;
    padding: 0 10px;
    margin: 10px 0;
}
.web5-case .web5-case-center .web5-case-li .web5-case-li-show p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: #848484;
    text-align: left;
    line-height: 24px;
    padding: 0 10px;
    overflow: hidden;
    max-height: 48px;
}
.web5-case .web5-case-center .web5-case-li .web5-case-li-hide{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    color: #ffffff;
    background: linear-gradient(-42deg, #2038E7, #1D48FF);
    box-shadow:inset 2px 2px 18px 0px rgba(0,255,255,0.5);
}
.web5-case .web5-case-center .web5-case-li .web5-case-li-hide b{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    margin: 10px 0 30px;
}
.web5-case .web5-case-center .web5-case-li .web5-case-li-hide b:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 4px;
    background: #FC783B;
    border-radius: 2px;
}
.web5-case .web5-case-center .web5-case-li .web5-case-li-hide p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    word-wrap: break-word;
}
/*6在职提升*/
.web6-promote{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 830px;
    overflow: hidden;
    background: #040B34;
    position: relative;
}
.web6-promote .web-public-title{
    position: relative;
    z-index: 10
}
.web6-promote .web6-scroll-img {
    width: 2150px;
    position: absolute;
    height: 1315px;
    z-index: 1;
    top: -150px;
    left: -100px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    transform: rotateZ(13deg) scale(1);
}

.web6-promote .web6-scroll-img img {
    display: block;
    width: 2512px;
}

@keyframes runStart {
    0% {
        top: 0;
    }

    100% {
        top: -2175px;
    }
}


.web6-promote .web6-scroll-img .web6-scroll-div {
    position: absolute;
    animation: 20s linear infinite runStart;
}

.web6-promote .web6-promote-up{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 1160px;
    height: 312px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.web7-promote{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 497px;
    overflow: hidden;
    background: url("../image/7-bg.jpg") no-repeat center;
    position: relative;
}
.web7-promote .web6-promote-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1160px;
    height: 290px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 70px auto;
    padding: 3px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}
.web7-promote .web6-promote-box .web6-promote-yh{
    display: block;
    width: 570px;
    height: 285px;
}
.web7-promote .web6-promote-box .web6-promote-text{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 580px;
    height: 285px;
}
.web7-promote .web6-promote-box .web6-promote-text img{
    width: 580px;
    height: 285px;
}