body {
    color: #888;
    font-size: 12px;
    line-height: 1.7em;
    font-family:"微软雅黑";
    background: #EFF0F3;
}


.cxCentre{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
/*标题&按钮*/
.cs-public-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin: 75px auto 45px;
}
.cs-public-title h2{
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    color: #2E2747;
}
.cs-public-title h2 span{
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
}
.cs-public-title h2 span i{
    font-style: normal;
    color: #F13E58;
}
.cs-title{
    width: 100%;
    text-align: center;
    height: 60px;
    background: url("../image/4-title.png") no-repeat center bottom;
    line-height: 46px;
    font-size: 24px;
    font-weight: bold;
    color: #564EE0;
}
.cs-btn{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin: 45px auto;
}
.cs-btn a{
    display: inline-block;
    background: #F13E58;
    box-shadow: 0px 6px 0px 0px #FF92A2;
    border-radius: 31px;
    min-width: 380px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.cs-btn a:hover{
    box-shadow: none;
}
/*banner*/
.cs-banner{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/banner-pc.jpg") no-repeat center;
    width: 100%;
    min-width: 1200px;
    height: 718px;
    overflow: hidden;
    position: relative;
}

/*1 福利*/
.cs-yh{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1200px;
    background: url("../image/1-bg.jpg") no-repeat center;
    height: 714px;
    overflow: hidden;
}
.cs-yh .cs-yh-res{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1150px;
    height: 430px;
    margin: 110px auto 0;
    position: relative;
}
.cs-yh .cs-yh-res .cs-yh-l{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 450px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cs-yh .cs-yh-res .cs-yh-l .cs-yh-span{
    display: inline-block;
    min-width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    background: linear-gradient(0deg, #2082FF, #006DF7);
    border-radius: 20px;
}
.cs-yh .cs-yh-res .fr .cs-yh-span{
    background: linear-gradient(0deg, #493DE6, #6254FF);
}
.cs-yh .cs-yh-res .cs-yh-l .cs-yh-p{
    font-size: 30px;
    font-weight: bold;
    color: #1E1B45;
    text-align: center;
    line-height: 36px;
    margin: 15px auto;
}
.cs-yh .cs-yh-res .cs-yh-l .cs-yh-p span{
    display: inline-block;
    margin-left: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #1E1B45;
    position: relative;
}
.cs-yh .cs-yh-res .cs-yh-l .cs-yh-p span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 2px solid #E71F19;
}
.cs-yh .cs-yh-res .cs-yh-l .cs-yh-jt{
    display: inline-block;
    background: url("../image/1-jt.png") no-repeat center;
    width: 12px;
    height: 20px;
}
.cs-yh .cs-yh-res .cs-yh-l .cs-yh-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 280px;
    padding-top: 30px;
}
.cs-yh .cs-yh-res .cs-yh-l .cs-yh-ul li{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    margin: 10px 0;
    animation: cxopcity 2.6s linear infinite;
}
.cs-yh .cs-yh-res .cs-yh-l .cs-yh-ul li:nth-child(2n){
    animation: cxopcity1 2.6s linear infinite;
}
.cs-yh .cs-yh-res .cs-yh-l .cs-yh-ul li:nth-child(3){
    animation: none;
}
.cs-yh .cs-yh-res .cs-yh-l .cs-yh-ul li.cs-yh-b{
    color: #FFF100;
}
.cs-yh .cs-yh-res .cs-yh-l .cs-yh-ul li b{
    font-size: 30px;
    font-weight: bold;
    color: #FFF100;
}
.cs-yh .cs-yh-res .cs-yh-yuan{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 232px;
    height: 232px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -116px;
}
.cs-yh .cs-yh-res .cs-yh-yuan img{
    width: 232px;
    height: 232px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    animation: cxrotate 3s linear infinite;
}
@-webkit-keyframes cxrotate{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.cs-yh .cs-yh-res .cs-yh-yuan p{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0 5px 5px #A46622;
}
.cs-yh .cs-yh-res .cs-yh-abs1{
    position: absolute;
    left: 0;
    top: 120px;
}
.cs-yh .cs-yh-res .cs-yh-abs2{
    position: absolute;
    right: 100px;
    bottom: -30px;
}
/*2 需求占比*/
.cs-level{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1200px;
    background: url("../image/2-bg.jpg") no-repeat center;
    height: 965px;
    overflow: hidden;
}
.cs-level .cs-level-res{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1145px;
    height: 600px;
    background:#ffffff url("../image/2-bg1.png") no-repeat center;
    box-shadow: 0px 17px 38px 0px rgba(80, 80, 137, 0.26);
    border-radius: 10px;
    margin: 0 auto;
}
.cs-level .cs-level-res .cs-level-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 510px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 40px;
}
.cs-level .cs-level-res .cs-level-ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    width: 170px;
}
.cs-level .cs-level-res .cs-level-ul li span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #2E2747;
    position: relative;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 10px;
    z-index: 1;
}
.cs-level .cs-level-res .cs-level-ul li span:before{
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -5px;
    transform: rotate(135deg);
    z-index: 2;
    border-bottom: none;
    border-left: none;
    background: #ffffff;
}
.cs-level .cs-level-res .cs-level-ul li img{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
    display: block;
    width: 84px;
    z-index: 1;
}
.cs-level .cs-level-res .cs-level-ul li p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #2E2747;
    width: 100%;
    line-height: 24px;
}
.cs-level .cs-level-res .cs-level-ul li p b{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #2E2747;
    text-align: center;
}
.cs-level .cs-level-res .cs-level-ul li:nth-child(1) span{border-color: #26B7B7;color: #26B7B7;}
.cs-level .cs-level-res .cs-level-ul li:nth-child(1) span:before{border-color: #26B7B7;}
.cs-level .cs-level-res .cs-level-ul li:nth-child(2) span{border-color: #0051A2;color: #0051A2;}
.cs-level .cs-level-res .cs-level-ul li:nth-child(2) span:before{border-color: #0051A2;}
.cs-level .cs-level-res .cs-level-ul li:nth-child(3) span{border-color: #E88113;color: #E88113;}
.cs-level .cs-level-res .cs-level-ul li:nth-child(3) span:before{border-color: #E88113;}
.cs-level .cs-level-res .cs-level-ul li:nth-child(4) span{border-color: #7126B7;color: #7126B7;}
.cs-level .cs-level-res .cs-level-ul li:nth-child(4) span:before{border-color: #7126B7;}
.cs-level .cs-level-res .cs-level-ul li:nth-child(5) span{border-color: #E4485F;color: #E4485F;}
.cs-level .cs-level-res .cs-level-ul li:nth-child(5) span:before{border-color: #E4485F;}

@-webkit-keyframes cxTranlate1{
    from{
        height: 0;
    }
    to{
        height: 276px;
    }
}
@-webkit-keyframes cxTranlate2{
    from{
        height: 0;
    }
    to{
        height: 306px;
    }
}
@-webkit-keyframes cxTranlate3{
    from{
        height: 0;
    }
    to{
        height: 466px;
    }
}
@-webkit-keyframes cxTranlate4{
    from{
        height: 0;
    }
    to{
        height: 351px;
    }
}
@-webkit-keyframes cxTranlate5{
    from{
        height: 0;
    }
    to{
        height: 236px;
    }
}
.cs-level .cs-level-res .cs-level-ul li .cs-level-img1{
    animation: cxTranlate1 1s linear;
}
.cs-level .cs-level-res .cs-level-ul li .cs-level-img2{
    animation: cxTranlate2 1.2s linear;
}
.cs-level .cs-level-res .cs-level-ul li .cs-level-img3{
    animation: cxTranlate3 1.6s linear;
}
.cs-level .cs-level-res .cs-level-ul li .cs-level-img4{
    animation: cxTranlate4 1.4s linear;
}
.cs-level .cs-level-res .cs-level-ul li .cs-level-img5{
    animation: cxTranlate5 0.8s linear;
}
.cs-level .cs-level-res .cs-level-jt{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #F13E58;
}
.cs-level .cs-level-res .cs-level-jt img{
    display: block;
    margin: 5px auto;
}
/*3 精通到掌握*/
.cs-study{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1200px;
    background: url("../image/3-bg.jpg") no-repeat center;
    height: 777px;
    overflow: hidden;
}
.cs-study .cs-public-title h2{color: #ffffff;}
.cs-study .cs-study-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/3-bg1.png") no-repeat center;
    width: 1200px;
    height: 418px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cs-study .cs-study-lr{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 325px;
    height: 405px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 130px;
}
.cs-study .cs-study-lr h3{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FFF45C;
    line-height: 32px;
}
.cs-study .cs-study-lr p{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    margin: 10px 0;
}
.cs-study .cs-study-lr img{
    animation: cxFloat 1.1s ease-in-out infinite alternate;
}
@keyframes cxFloat{
    from {transform: translateY(-3px)}
    to {transform: translateY(3px)}
}
@keyframes cxFloat1{
    from {transform: translateX(-3px)}
    to {transform: translateX(3px)}
}
.cs-study .cs-study-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 535px;
    padding-left: 25px;
}
.cs-study .cs-study-center li{
    width: 120px;
    margin-right: 60px;
    position: relative;
    text-align: center;
    float: left;
    line-height: 26px;
}
.cs-study .cs-study-center li b{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}
.cs-study .cs-study-center li p{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
}
.cs-study .cs-study-center li:after{
    content: "";
    width: 60px;
    height: 100%;
    position: absolute;
    right: -60px;
    top: 0;
    background: url("../image/3-jt1.png") no-repeat center;
    animation: cxFloat1 0.8s ease-in-out infinite alternate;
}
.cs-study .cs-study-center li:nth-child(3){margin-right: 0;}
.cs-study .cs-study-center li:nth-child(3):after{display: none;}

/*4 企业*/
.cs-qiye{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1200px;
    background: url("../image/4-bg.jpg") no-repeat center;
    height: 626px;
    overflow: hidden;
}
.cs-qiye .cs-qiye-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 25px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.cs-qiye .cs-qiye-ul li{
    width: 380px;
    height: 302px;
    position: relative;
}
.cs-qiye .cs-qiye-ul li p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-qiye .cs-qiye-ul li:hover p{
    display: none;
    transition: 0.5s;
}
/*5 课程要点*/
.cs-course{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1200px;
    background: url("../image/5-bg.jpg") no-repeat center;
    height: 1047px;
    overflow: hidden;
}
.cs-course .cs-course-title{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    height: 85px;
    line-height: 85px;
}
.cs-course .cs-course-p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFF45C;
    line-height: 24px;
    margin: 15px auto;
}
.cs-course .cs-course-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 796px;
    margin: 50px auto 0;
    /*overflow: hidden;*/
}
.cs-course .cs-course-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 435px;
    height: 796px;
    position: relative;
}
.cs-course .cs-course-left .cs-course-h3{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #FFF45C;
    margin: 8px auto 0;
    padding-left: 70px;
}
.cs-course .cs-course-left .cs-course-h3 b{
    display: inline-block;
    background: url("../image/5-title.png") no-repeat center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 20px;
}
.cs-course .cs-course-left ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 90px;
    margin-top: -8px;
}
.cs-course .cs-course-left ul li{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    z-index: 1;
}
.cs-course .cs-course-left ul li:nth-child(2){
    position: relative;
    z-index: 2;
    text-align: center;
}
.cs-course .cs-course-left ul li p{
    text-align: center;
    margin: 5px 0;
}
.cs-course .cs-course-left ul li span{
    position: absolute;
    display: inline-block;
}
.cs-course .cs-course-left .cs-course-ul1 li:nth-child(1) span:nth-child(1){
    left: 0;
    top: -10px;
}
.cs-course .cs-course-left .cs-course-ul1 li:nth-child(1) span:nth-child(2){
    left: 20px;
    top: 17px;
}
.cs-course .cs-course-left .cs-course-ul1 li:nth-child(1) span:nth-child(3){
    left: 10px;
    top: 47px;
}
.cs-course .cs-course-left .cs-course-ul1 li:nth-child(1) span:nth-child(4){
    left: 2px;
    top: 78px;
}
.cs-course .cs-course-left .cs-course-ul1 li:nth-child(1) span:nth-child(5){
    left: 90px;
    top: 17px;
}
.cs-course .cs-course-left .cs-course-ul1 li:nth-child(1) span:nth-child(6){
    left: 100px;
    top: 72px;
}
.cs-course .cs-course-left .cs-course-ul1 li:nth-child(3) span:nth-child(1){
    right: 5px;
    top: -5px;
}
.cs-course .cs-course-left .cs-course-ul1 li:nth-child(3) span:nth-child(2){
    right: 25px;
    top: 20px;
}
.cs-course .cs-course-left .cs-course-ul1 li:nth-child(3) span:nth-child(3){
    right: 15px;
    top: 43px;
}
.cs-course .cs-course-left .cs-course-ul1 li:nth-child(3) span:nth-child(4){
    right: 25px;
    top: 65px;
}
.cs-course .cs-course-left .cs-course-ul1 li:nth-child(3) span:nth-child(5){
    right: 40px;
    top: 85px;
}
.cs-course .cs-course-right .cs-course-h3{
    text-align: right;
    padding-right: 70px;
}
@keyframes cxopcity {
    0%{
        opacity: 0.3;
    }
    50%{
        opacity: 0.85;
    }
    100%{
        opacity: 0.3;
    }
}
@keyframes cxopcity1 {
    0%{
        opacity: 0.85;
    }
    50%{
        opacity: 0.3;
    }
    100%{
        opacity: 0.85;
    }
}
.cs-course .cs-course-left .cs-course-ul1 li:nth-child(1){
    animation: cxopcity 2.2s linear infinite;
}
.cs-course .cs-course-left .cs-course-ul1 li:nth-child(3){
    animation: cxopcity1 2.6s linear infinite;
}
.cs-course .cs-course-right .cs-course-ul1 li:nth-child(1){
    animation: cxopcity1 2.8s linear infinite;
}
.cs-course .cs-course-right .cs-course-ul1 li:nth-child(3){
    animation: cxopcity 2.5s linear infinite;
}
.cs-course .cs-course-right .cs-course-ul1{
    padding-left: 20px;
}

/*6 项目实战*/
.cs-project{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1200px;
    height: 1000px;
    background: #ffffff;
    overflow: hidden;
    padding: 60px 0;
}
.cs-project .cs-project-title{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #2E2747;
    line-height: 30px;
    margin: 30px auto;
    width: 100%;
}
.cs-project .cs-project-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.cs-project .cs-project-point{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    overflow: hidden;
}
.cs-project .cs-project-point li{
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #2E2747;
    background: #C0C0FF;
    border-radius: 25px;
    overflow: hidden;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
    cursor: pointer;
}
.cs-project .cs-project-point li:nth-child(4n){margin-right: 0;}
.cs-project .cs-project-point li.point-on{
    background: linear-gradient(90deg, #825A98, #006DF7);
    color: #ffffff;
}
.cs-project .cs-project-point a{
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    background: #F13E58;
    color: #ffffff;
    border-radius: 25px;
}
.cs-project .cs-project-tab{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 368px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0px 9px 27px 0px rgba(128, 128, 168, 0.22);
}
.cs-project .cs-project-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 368px;
    overflow: hidden;
    border-radius: 10px;
    background: #564EE0 url("../image/6-bg1.jpg") no-repeat right bottom;
    display: none;
}
.cs-project .cs-project-item.item-on{display: block;}
.cs-project .cs-project-tab .cs-project-img{
    width: 617px;
    height: 368px;
    float: left;
}
.cs-project .cs-project-tab .cs-project-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 560px;
    height: 368px;
    overflow-y: auto;
    float: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding: 10px 5px ;
}
.cs-project .cs-project-tab .cs-project-right h3{
    font-weight: bold;
    color: #FFF45C;
    text-align: left;
    margin: 10px 0;
}
.cs-project .cs-project-tab .cs-project-right p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-right: 10px;
}

/*7 服务*/
.cs-service{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1200px;
    background: url("../image/7-bg.jpg") no-repeat center;
    height: 585px;
    overflow: hidden;
}
.cs-service .cs-service-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cs-service .cs-service-ul li{
    -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: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    background: linear-gradient(0deg, #564EE0, #4C45C8);
    border-radius: 10px;
    box-shadow: 0 5px 10px 1px #8A85EB;
    width: 280px;
    height: 340px;
    color: #ffffff;
    text-align: center;
}
.cs-service .cs-service-ul li b{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}
.cs-service .cs-service-ul li span{
    display: inline-block;
    font-size: 18px;
}
.cs-service .cs-service-ul li img{
    width: 92px;
    height: 92px;
    margin: 20px auto;
}
.cs-service .cs-service-ul li p{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #AAA5FF;
    line-height: 24px;
}


/*2022-3-17 新加文章板块*/
.nj-article{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: url("../image/nj-wz-bg.jpg") no-repeat top center;
    height: 757px;
    overflow: hidden;
}
.nj-article .nj-article-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    width: 1200px;
    margin: 40px auto 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}
.nj-article .nj-article-title h2{
    font-size: 30px;
    font-weight: bold;
}
.nj-article .nj-article-title a{
    display: inline-block;
    width: 105px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    background: rgba(88,94,112,0.5);
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
}
.nj-article .nj-article-title a span{color: #FA6233;}
.nj-article .nj-article-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.nj-article .nj-article-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 870px;
    height: 555px;
    background: #252A3C;
    padding:30px 25px;
    border-radius: 10px;
    float: left;
}
.nj-article .nj-article-left .nj-article-left-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 145px;
    overflow: hidden;
    margin-bottom: 30px;
}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-img{
    width: 218px;
    height: 145px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-img img{
    width: 218px;
    height: 145px;
    border-radius: 10px;
}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-txt{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 580px;
    height: 145px;
    float: left;
    text-align: left;
}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-txt .nj-left-title{
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-txt .nj-left-title:hover{color: #FA6233;}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-txt .nj-left-p{
    font-size: 16px;
    line-height: 30px;
    color: #B8BABC;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 15px;
    margin-bottom: 20px;
}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-txt .nj-left-time{
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    color: #B8BABC;
}
.nj-article .nj-article-left .nj-article-left-list .nj-article-left-txt .nj-left-time a{
    display: inline-block;
    float: right;
    color: #FA6233;
}
.nj-article .nj-article-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    height: 555px;
    border-radius: 10px;
    background: #252A3C;
    padding:0 16px;
    overflow: hidden;
    float: right;
}
.nj-article .nj-article-right .nj-article-right-a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nj-article .nj-article-right .nj-article-right-a:before{
    content: "";
    font-weight: bold;
    background: #FA6233;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.nj-article .nj-article-right .nj-article-right-a:hover{color: #FA6233;}





/*弹框*/
.cs-mask{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 9999;
    transform: scale(0);
    transition: all 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cs-mask.alert-show{
    transform: scale(1);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.cs-mask .cs-mask-alert{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 15% auto 0;
    background: url("../image/cs-alert-bg.png") no-repeat center;
    width: 464px;
    height: 407px;
    text-align: center;
    padding-top: 100px;
}
.cs-mask .cs-mask-alert .cs-mask-close{
    position: absolute;
    background: url("../image/cs-alert-close.png") no-repeat center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: 0px;
    top: -10px;
}
.cs-mask .cs-mask-alert p{
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    color: #FFF45C;
    text-shadow: 0px 3px 0px #322AAD;
    margin: 0 auto 75px;
}
.cs-mask .cs-mask-alert h3{
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 35px;
    text-shadow: 0px 3px 0px #322AAD;
}
.cs-mask .cs-mask-alert h3 b{
    color: #FFF45C ;
}
.cs-mask .cs-mask-alert a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: url("../image/cs-alert-btn.png") no-repeat center;
    width: 342px;
    height: 64px;
    line-height: 62px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 20px;
    animation: cxxscale 1.8s linear infinite;
}
@keyframes cxxscale {
    0% {
        transform: scale(0.92);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.92);
    }
}

