.body{
    width: 100%;
    max-width: 1000px;
}

/*实力铸就品牌*/
.part1{
    position: relative;
    z-index: 99999;
    margin-top: -20px;
}
.part1_ul{
    /*margin: 0 -1rem;*/
    padding-bottom: 1.5rem;
    box-shadow: 0px 0px 8px 0px #8a8a8a;
}
.part1_ul li{
    width: 33.3%;
    float: left;
    border-right: 1px solid #ccc;
}
.part1_ul li > div{
    text-align: center;
}
.part1_ul li > div img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.part1_ul li > div h3{
    font-size:1.2rem;
    color: #222;
}
.part1_ul li > div p{
    color: #666;
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 1rem;
}
.part1_ul li > div a{
    padding: 4px 6px;
    background: #fe4905;
    color: #fff;
    border-radius: 6px;
}

.img_wrap{
    margin-top: 2rem;
}
.img_wrap a {
    width: 100%;
    height: auto;
}
.img_wrap a img{
    width: 100%;
    height: auto;
}
/*风雨兼程十六载*/
.part2{
    background-size: 100% auto;
}
.part5{
    background-size: 100% auto;
}
/*19大课程体系*/
.part3_ul{}
.part3_ul li{
    width:25%;
    float: left;
    padding: 0.3rem;
}
.part3_ul li a{
    display: block;
}
.part3_ul li a>img{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0.4rem;
}
/* banner */
.banner_swiper {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow-x: hidden; }
.banner_swiper .banner_dian{
    text-align: center;
    position: absolute;
    bottom: 1rem;
    z-index: 10;
}
.banner_swiper .banner_dian span{
    width: 0.8rem;
    height: 0.8rem;
    background: rgba(255,255,255,0.8);
}
.banner_swiper .banner_dian .swiper-pagination-bullet-active{
    background: #007aff;
}
.banner_swiper a{
    width: 100%;
    height: auto;
}
.banner_swiper a img{
    width: 100%;
    height: auto;
}
/*薪资前景*/
.part5{
    background: url(../img/p2-bg.jpg) no-repeat top #2f2f2f;
    background-size: 100%;
}
.part5 .tit_1 h3{
    color:#fff;
}
/*实战中走出来的讲师*/
.jiangshi_swiper {
    margin: 0 -0.7rem;
    overflow: hidden;
}
.jiangshi_swiper .swiper-slide {
    padding: 0 0.7rem;
}
.jiangshi_swiper .swiper-slide .content {
    box-shadow: 1px 0px 4px #888888;
    width: 100%;
    /*border-radius: 0.5rem;*/
    overflow: hidden;
    position: relative; }
.jiangshi_swiper .swiper-slide .content img {
    display: block;
    width: 100%;
}
.jiangshi_swiper .swiper-slide .content .text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    color: #fff;
    font-weight: 900;
    padding-bottom: 0.6rem;
    padding-left: 0.7rem; }
.jiangshi_swiper .swiper-slide .content .text p {
    font-size: 0.9rem;
    margin-top: 0.7rem;
    line-height: 1;
    margin-bottom: 0.3rem; }
.jiangshi_swiper .swiper-slide .content .text span {
    font-size: 0.7rem;
    line-height: 1;
    display: block; }

/*4大课程优势*/
.part6 .tit{
    text-align: center;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    /*padding-bottom: 1rem;*/
}
.part6 .tit h3{
    font-size: 1.8rem;
    /*color: #fff;*/
    font-weight: bold;
    padding-bottom: 0.4rem;
    line-height: 1.4;
}
.part6 .tit p{
    font-size: 1.4rem;
    color: #999;
}
.part6 .tit .line{
    position: absolute;
    width:16rem;
    height: 1px;
    background: #b8b8b8;
    bottom: 0;
    left: 50%;
    margin-left: -8rem;
}
.part6 .tit .line:before{
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    width: 5rem;
    height: 3px;
    margin-left: -2.5rem;
    background: #333;
}


.part6_ul{margin: 0 0.2rem;
    /*padding-bottom: 2rem;*/
}
.part6_ul li{
    display: inline-block;
    float: left;
    padding: 0 0.2rem 0.2rem;
    width: 50%;
}
.part6_ul .img_box{
    position: relative;
    min-height: 100px;
}
.img_box > img{
    width: 100%;
    display: block;
    /*opacity: 0;*/
}
.part6_ul .img_box .img_pop{
    /*position: absolute;*/
    width:100%;
    height:100%;
    filter:alpha(opacity=50);
    background: #000 \9;
    text-align: center;
    top: 0;
    left: 0;
    transform: scale(1);

    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;

    display: flex;
    align-items: center;
    justify-content: center;
}
.part6_ul .img_box .img_pop span{
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
}
.part6_ul .img_box .img_pop p{
    font-size: 1.4rem;
    color: #000;
    display: block;
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
    position: relative;
}

.part6_ul .del{
    padding: 10px 20px;
    color: #333;
    font-size: 16px;
    text-align: center;
}
/*商业项目实战*/
.part8 .tit{
    text-align: center;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    /*padding-bottom: 1rem;*/
}
.part8 .tit h3{
    font-size: 1.8rem;
    /*color: #fff;*/
    font-weight: bold;
    padding-bottom: 0.4rem;
    line-height: 1.4;
}
.part8 .tit p{
    font-size: 1.4rem;
    color: #999;
}
.part8 .tit .line{
    position: absolute;
    width:16rem;
    height: 1px;
    background: #b8b8b8;
    bottom: 0;
    left: 50%;
    margin-left: -8rem;
}
.part8 .tit .line:before{
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    width: 5rem;
    height: 3px;
    margin-left: -2.5rem;
    background: #333;
}


.part8_ul{margin: 0 0.2rem;
    /*padding-bottom: 2rem;*/
}
.part8_ul li{
    display: inline-block;
    float: left;
    padding: 0 0.2rem 0.2rem;
    width: 33.3%;
    margin-bottom: .8rem;
}
.part8_ul .img_box{
    position: relative;
    min-height: 100px;
}
.img_box > img{
    width: 100%;
    display: block;
    /*opacity: 0;*/
}
.part8_ul .img_box .img_pop{
    /*position: absolute;*/
    width:100%;
    height:100%;
    filter:alpha(opacity=50);
    background: #000 \9;
    text-align: center;
    top: 0;
    left: 0;
    transform: scale(1);

    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;

    display: flex;
    align-items: center;
    justify-content: center;
}
.part8_ul .img_box .img_pop span{
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
}
.part8_ul .img_box .img_pop p{
    font-size: 1.4rem;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    background: #30aeed;
}
.part8_ul li:nth-child(even) .img_box .img_pop p{
    background: #0a79b0;
}
.part8_ul .img_box .img_pop1 p{
    font-size: 1.4rem;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.part8_ul .del{
    padding: 10px 20px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

/*课程轮播*/
.kc_swiper {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow-x: hidden; }
.kc_swiper .kc_dian{
    text-align: center;
    position: absolute;
    bottom: 1rem;
    z-index: 10;
}
.kc_swiper .kc_dian span{
    width: 0.8rem;
    height: 0.8rem;
    background: rgba(255,255,255,0.8);
}
.kc_swiper .kc_dian .swiper-pagination-bullet-active{
    background: #007aff;
}
.kc_swiper a{
    width: 100%;
    height: auto;
}
.kc_swiper a img{
    width: 100%;
    height: auto;
}

/*商业项目实战*/
.part9 .tit{
    text-align: center;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    /*padding-bottom: 1rem;*/
}
.part9 .tit h3{
    font-size: 1.8rem;
    /*color: #fff;*/
    font-weight: bold;
    padding-bottom: 0.4rem;
    line-height: 1.4;
}
.part9 .tit p{
    font-size: 1.4rem;
    color: #999;
}
.part9 .tit .line{
    position: absolute;
    width:16rem;
    height: 1px;
    background: #b8b8b8;
    bottom: 0;
    left: 50%;
    margin-left: -8rem;
}
.part9 .tit .line:before{
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    width: 5rem;
    height: 3px;
    margin-left: -2.5rem;
    background: #333;
}


.part9_ul{margin: 0 0.2rem;
    /*padding-bottom: 2rem;*/
}
.part9_ul li{
    display: inline-block;
    float: left;
    padding: 0 0.2rem 0.2rem;
    width: 33.3%;
    margin-bottom: .8rem;
}
.part9_ul .img_box{
    position: relative;
    min-height: 100px;
}
.img_box > img{
    width: 100%;
    display: block;
    /*opacity: 0;*/
}
.part9_ul .img_box .img_pop{
    /*position: absolute;*/
    width:100%;
    height:100%;
    filter:alpha(opacity=50);
    background: #000 \9;
    text-align: center;
    top: 0;
    left: 0;
    transform: scale(1);

    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;

    display: flex;
    align-items: center;
    justify-content: center;
}
.part9_ul .img_box .img_pop span{
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 0.5rem;
}
.part9_ul .img_box .img_pop p{
    font-size: 1.4rem;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    /*background: #30aeed;*/
}
.part9_ul .img_box .img_pop1 p{
    font-size: 1.4rem;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.part9_ul .del{
    padding: 10px 20px;
    color: #333;
    font-size: 16px;
    text-align: center;
}
.part9 .li-a-more{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 1rem;
}
.part9 .li-a-more img{
    width: 100%;
    height: auto;
}