body {
    color: #888;
    font-size: 12px;
    line-height: 1.7em;
    font-family:"微软雅黑";
    background: #FFFCF7;
}
.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;
}
/*公共标题*/
.zz-pub-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 70px auto;
    text-align: center;
}
.zz-pub-title h2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    background: url("../img/pub-title1.png") no-repeat left center,
    url("../img/pub-title2.png") no-repeat right center;
    font-size: 40px;
    font-weight: bold;
    color: #010101;
    line-height: 36px;
    padding: 0 40px;
}
.zz-pub-title p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    color: #2A2A2A;
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
}
.zz-pub-title p span{color: #F74D36;}
.zz-pub-title1{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 60px auto;
    text-align: center;
    color: #ffffff;
}
.zz-pub-title1 h2{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
}
.zz-pub-title1 p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.zz-pub-btn{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 60px auto 75px;
    text-align: center;
}
.zz-pub-btn a{
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    background: #F64C33;
    border-radius: 25px;
}
.zz-pub-btn a:hover{
    background: #ffffff;
    color: #F64C33;
    box-shadow: 0 0 10px 1px #EED9D4;
}
/*banner*/
.zz-banner{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/banner-bg.jpg") no-repeat center;
    width: 100%;
    min-width: 1200px;
    height: 496px;
    overflow: hidden;
    position: relative;
}
.zz-banner .zz-banner-img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto;
    padding-top: 100px;
}
@keyframes cxScale {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
/*banner-优惠券*/
.zz-banner-yhq{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    overflow: hidden;
    margin: 45px auto 0;
}
.zz-banner-yhq .zz-banner-yhq-img{
    width: 238px;
    height: 381px;
    float: left;
}
.zz-banner-yhq .zz-banner-yhq-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 945px;
    height: 381px;
    float: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background: #F15936;
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 165px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-a b{
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    line-height: 26px;
    margin-top: 10px;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 660px;
    background: #FFEDD7;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 155px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    padding: 0 10px;
    margin-top: 15px;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li p:before{
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -7px;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li b{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li b:before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    bottom: 2px;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li:nth-child(1) b{
    color: #E90414;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li:nth-child(1) b:before{
    border: 3px solid #F9B1A5;
    background: #E90414;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li:nth-child(1) p{
    color: #ffffff;
    background: #E90414;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li:nth-child(1) p:before{
    border-bottom: 10px solid #E90414;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li:nth-child(2) b{
    color: #F15936;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li:nth-child(2) b:before{
    border: 3px solid #FBC7AD;
    background: #F15936;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li:nth-child(2) p{
    color: #ffffff;
    background: #F15936;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li:nth-child(2) p:before{
    border-bottom: 10px solid #F15936;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li:nth-child(3) b{
    color: #EF9826;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li:nth-child(3) b:before{
    border: 3px solid #FBD7A9;
    background: #EF9826;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li:nth-child(3) p{
    color: #ffffff;
    background: #EF9826;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul1 li:nth-child(3) p:before{
    border-bottom: 10px solid #EF9826;
}
/*2*/
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 210px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 10px 0;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul2 li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    height: 74px;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul2 li b{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    width: 78px;
    height: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul2 li:nth-child(1) b{background: #A2030E;}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul2 li:nth-child(2) b{background: #E90414;}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul2 li:nth-child(3) b{background: #F15936;}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul2 li:nth-child(4) b{background: #EF9826;}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-ul2 li p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    width: 220px;
    height: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #030303;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-c{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-c b{
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-c .zz-banner-item-b1{
    color: #FFF83B;
}
.zz-banner-yhq .zz-banner-yhq-box .zz-banner-item .zz-banner-item-c span{
    display: inline-block;
    width: 66px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FFF83B;
    color: #EF5837FF;
    font-size: 12px;
    border-radius: 25px;
    margin-bottom: 15px;
}

/*1 精品课程*/
.zz-course{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.zz-course .zz-course-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1150px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zz-course .zz-course-box .zz-course-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 390px;
    height: 240px;
    box-shadow: 4px 0 10px 1px #E8E5E0;
    background: #282D6F;
    padding: 0 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zz-course .zz-course-box .zz-course-left ul li{
    line-height: 26px;
    margin: 7px 0;
    font-size: 20px;
    font-weight: normal;
    color: #FFFBF6;
}
.zz-course .zz-course-box .zz-course-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 760px;
    height: 357px;
    box-shadow: 4px 0 10px 1px #E8E5E0;
    background: #ffffff;
}
.zz-course .zz-course-box .zz-course-right .zz-course-right-up{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 250px;
    background: #F64C33;
    padding:0 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zz-course .zz-course-box .zz-course-right .zz-course-right-up li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: left;
    background: url("../img/1-icon1.png") no-repeat left center;
    padding-left: 30px;
}
.zz-course .zz-course-box .zz-course-right .zz-course-right-down{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 105px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
/*2 阶段*/
.zz-stage{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    background: #FFEDD7;
    overflow: hidden;
}
.zz-stage .zz-stage-p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 566px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px dashed #F85C36;
    color: #F85C36;
    margin: 0 auto;
    font-size: 18px;
}
.zz-stage  .zz-stage-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1150px;
    margin: 45px auto 80px;
}
.zz-stage  .zz-stage-box .zz-stage-point{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.zz-stage  .zz-stage-box .zz-stage-point li{
    float: left;
    width: 190px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #FDC2BA;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #F64C33;
    margin-right: 15px;
    cursor: pointer;
}
.zz-stage  .zz-stage-box .zz-stage-point .zz-stage-point-on{
    background: #F64C33;
    color: #ffffff;
}
.zz-stage  .zz-stage-box .zz-stage-tab{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    padding: 0 25px;
}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    display: none;
}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item-on{
    display: block;
}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 35px 0 45px 0;
}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #D3D4D9;
}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item .swiper-pagination-bullet-active{
    background: #F7683E;
}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item .zz-stage-item-lb{
    width: 1090px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding-top: 16px;
    margin: 0 5px;
}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item .zz-stage-item-lb .zz-stage-item-title{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #F64C33;
    margin-bottom: 16px;
}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item .zz-stage-item-lb .zz-stage-item-title span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background: #F54B32;
    display: inline-block;
    width: 40px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-right: 10px;
}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item .zz-stage-item-lb .zz-stage-item-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 50px;
    overflow: hidden;
}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item .zz-stage-item-lb .zz-stage-item-ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    width: 312px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #020202;
    margin-right: 36px;
    margin-bottom: 16px;
    float: left;
    position: relative;
}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item .zz-stage-item-lb .zz-stage-item-ul li span{
    display: inline-block;
    color: #E31C2E;
    position: absolute;
    left: 12px;
    line-height: 30px;
}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item .zz-stage-item-lb .zz-stage-item-ul li:after{
    content: "";
    display: inline-block;
    width: 36px;
    height: 30px;
    background: url("../img/2-jt.png") no-repeat center;
    position: absolute;
    right: -36px;
    top: 0;
}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item .zz-stage-item-lb .zz-stage-item-ul li:nth-child(3n){margin-right: 0;}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item .zz-stage-item-lb .zz-stage-item-ul li:nth-child(3n):after{display: none;}
.zz-stage  .zz-stage-box .zz-stage-tab .zz-stage-item .zz-stage-item-lb .zz-stage-item-ul li:last-child:after{
    display: none;
}





















/*3 项目*/
.zz-project{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    background: url("../img/3-bg.jpg") no-repeat center;
    height: 681px;
    overflow: hidden;
}
.zz-project .zz-project-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
.zz-project .zz-project-box .zz-project-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/3-left.png") no-repeat center;
    width: 350px;
    height: 324px;
    color: #ffffff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
    flex-direction: column;
    float: left;
}
.zz-project .zz-project-box .zz-project-left b{
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.zz-project .zz-project-box .zz-project-left p{
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
}
.zz-project .zz-project-box .zz-project-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 810px;
    height: 324px;
    margin-left: 10px;
    float: left;
}
.zz-project .zz-project-box .zz-project-right .zz-project-right-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    height: 157px;
    padding: 25px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.zz-project .zz-project-box .zz-project-right .zz-project-right-li li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 204px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px dashed #AFB1BE;
    text-align: center;
}
.zz-project .zz-project-box .zz-project-right .zz-project-right-li li:last-child{
    border: none;
}
.zz-project .zz-project-box .zz-project-right .zz-project-right-li li b{
    font-size: 30px;
    font-weight: bold;
    color: #F64C33;
    line-height: 32px;
}
.zz-project .zz-project-box .zz-project-right .zz-project-right-li li p{
    font-size: 18px;
    font-weight: bold;
    color: #0C1938;
    text-align: center;
    margin: 10px 0;
}
.zz-project .zz-project-box .zz-project-right .zz-project-right-li li span{
    font-size: 14px;
    font-weight: 400;
    color: #495B87;
}
.zz-project .zz-project-box .zz-project-right .zz-project-right-li2 li{
    width: 162px;
}
.zz-project .zz-project-box .zz-project-right .zz-project-right-li2 li b{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 34px;
    background: url("../img/3-icon.png") no-repeat center;
    width: 34px;
    height: 34px;
    text-align: center;
}
/*4 服务*/
.zz-fuwu{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    background: url("../img/4-bg.jpg") no-repeat center;
    height: 887px;
    overflow: hidden;
}
.zz-fuwu .zz-fuwu-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1140px;
    margin: 0 auto ;
}
.zz-fuwu .zz-fuwu-box .zz-fuwu-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.zz-fuwu .zz-fuwu-box .zz-fuwu-list .zz-fuwu-list-1{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/4-left1.png") no-repeat center;
    width: 207px;
    height: 147px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 34px;
}
.zz-fuwu .zz-fuwu-box .zz-fuwu-list:nth-child(2) .zz-fuwu-list-1{
    background: url("../img/4-left2.png") no-repeat center;
}
.zz-fuwu .zz-fuwu-box .zz-fuwu-list:nth-child(3) .zz-fuwu-list-1{
    background: url("../img/4-left3.png") no-repeat center;
}
.zz-fuwu .zz-fuwu-box .zz-fuwu-list .zz-fuwu-list-1 b{
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}
.zz-fuwu .zz-fuwu-box .zz-fuwu-list .zz-fuwu-list-1 span{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.4;
}
.zz-fuwu .zz-fuwu-box .zz-fuwu-list .zz-fuwu-list-2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 440px;
    height: 140px;
    position: relative;
    margin-left: 33px;
    overflow: hidden;
    padding-left: 80px;
    padding-top: 28px;
}
.zz-fuwu .zz-fuwu-box .zz-fuwu-list .zz-fuwu-list-2 img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.zz-fuwu .zz-fuwu-box .zz-fuwu-list .zz-fuwu-list-2 b{
    font-size: 31px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: "Impact";
    position: absolute;
    left: 12px;
    top: 10px;
}
.zz-fuwu .zz-fuwu-box .zz-fuwu-list .zz-fuwu-list-2 h3{
    font-size: 20px;
    font-weight: bold;
    color: #010101;
    line-height: 26px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}
.zz-fuwu .zz-fuwu-box .zz-fuwu-list .zz-fuwu-list-2 p{
    font-size: 14px;
    font-weight: 400;
    color: #191919;
    line-height: 20px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.zz-fuwu .zz-fuwu-box .zz-fuwu-list .zz-fuwu-list-2 span{
    font-size: 14px;
    font-weight: 400;
    color: #D92B31;
    line-height: 20px;
    position: relative;
    z-index: 1;
}
.zz-fuwu .zz-fuwu-box .zz-fuwu-list .zz-fuwu-list-2 .zz-fuwu-list-h3{
    color: #F45257;
    margin-top: 10px;
}


/*2022-3-14 新加文章板块*/
.nj-article{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: url("../img/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;}






















































