.body{
    width: 100%;
    max-width: 1000px;
}
/*实力铸就品牌*/
.part1_ul{
    margin: 0 -1rem;
    padding-bottom: 2rem;
}
.part1_ul li{
    width: 33.3%;
    float: left;
    padding:0 0.5rem;
}
.part1_ul li > div{
    text-align: center;
}
.part1_ul li > div img{
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 100%;
}
.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;
}


/*风雨兼程十六载*/
.part2{
    background: url('../img/part2Bg.jpg') no-repeat center bottom #333;
    padding-bottom: 2rem;
    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: 0.5rem;
    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;
}

/*实战中走出来的讲师*/
.part4{
    background: url("../img/part4Bg.jpg") no-repeat top #2f2f2f;
    background-size: 100%;
}

.part4Swiper .device {
    width: 100%;
    position: relative;
    margin: 10px auto;
    min-height: 126px;
}
.part4Swiper .swiper-container {
    width: 100%;
    min-height: 126px;
    color: #fff;
    text-align: center;
}
.part4Swiper .swiper-slide {
    height: 100%;
    opacity: 1;

    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    z-index: 1;
    padding-bottom: 1.6rem;
}
.part4Swiper .swiper-slide .img-box img{
    width: 100%;
    height: auto;
    min-height: 126px;
    opacity: 0.4;
    display: block;
}
.part4Swiper .swiper-slide .img-box{
    background: #4497f5;
}
.part4Swiper .swiper-slide-visible {
    opacity:1;
    -webkit-transform: scale(0.8);
    transform: scale(0.9);
}
.part4Swiper .swiper-slide-active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    z-index: 5;
    padding-top: 2rem;
    transition: 200ms;
}

.part4Swiper .swiper-slide-active .img-box img{
    width: 100%;
    height: auto;
    min-height: 126px;
    opacity: 1;
}
.part4Swiper .swiper_del{
    padding-top: 1rem;
}
.part4Swiper .swiper_del h3{
    color: #fff;
    font-size: 2.0rem;
    font-weight: normal;
}
.part4Swiper .swiper_del h4{
    color: #3697d9;
    font-size: 1.2rem;
    padding: 0.5rem 0;
}
.part4Swiper .swiper_del p{
    color: #738496;
    font-size: 1.0rem;
}

/*达内保障*/
.part5_cont{

}
.part5_cont li{
    width:25%;
    float: left;
    padding:0 0.2rem;
}
.part5_cont li > img{
    width:100%;
    height: auto;
}
.part5_del{
    color: #8d9397;
    font-size: 1.4rem;
    padding-bottom: 1.8rem;
}
.part5_del span{
    font-weight: bold;
    color: #3697d9;
    font-size: 1.6rem;
}

/*达内提供多重就业保障*/
.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;
}
.part6_ul .img_box .img_pop{
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(48,71,93,.8);
    filter:alpha(opacity=50);
    background: #000 \9;
    text-align: center;
    top: 0;
    left: 0;
    color: #fff;
    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: #fff;
    display: block;
    width: 100%;
    margin-top: 6rem;
    text-align: center;
    position: relative;
}
.part6_ul .img_pop p:before{
    content: '';
    display: inline-block;
    width: 6rem;
    height:6rem;
    background: url("../img/part7-icon.png") no-repeat;
    background-size:auto 100%;
    position: absolute;
    left: 50%;
    margin-left: -3rem;
    top:-6rem;
}
.part6_ul .img_pop .p1:before{
    background-position: left top;
}
.part6_ul .img_pop .p2:before{
    background-position:-6rem top;
}
.part6_ul .img_pop .p3:before{
    background-position:-12rem top;
}
.part6_ul .img_pop .p4:before{
    background-position:-18rem top;
}
.part6_ul .del{
    padding: 10px 20px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

/*part8*/
.part8_ul{
    margin: auto -0.1rem;
    padding-bottom: 1.5rem;
}
.part8_ul li{
    width: 25%;
    float: left;
    padding: 0.1rem;
}
.part8_ul li img{
    width: 100%;
    height:auto;
    display: block;
}

/*part9*/
.part9_ul{
    margin: auto -0.1rem;
    padding-bottom: 1.5rem;
}
.part9_ul li{
    width: 20%;
    float: left;
    padding:0.1rem;
}
.part9_ul li img{
    width: 100%;
    height:auto;
    display: block;
}


/**/
.msg_box{
    padding: 1rem 1rem 0;
}
.part4_head{
    background:url("../img/headerBg.png") repeat-x center bottom;
    position: relative;
    height: 3.0rem;
    line-height: 2.5rem;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
/*.part4_head:before{
    content: '';
    display: block;
    clear: both;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top:-0.5rem;
    left: 50%;
    margin-left: -0.5rem;
    transform: rotate(45deg);
    background: #4c97ce;
}*/
.part4_head li{
    float: left;
    width:25%;
    text-align: center;
    color: #fff;
}
.part4_body{
    height: 26rem;
    overflow: hidden;
   /* margin-bottom: 2rem;*/
}
.part4_body ul{
    /* transition: 1s;*/
}
.part4_body li{
    float: left;
    width:100%;
    text-align: center;
    color: #333;
    height: 2.6rem;
    line-height:2.6rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #ebebeb;
}
.part4_body li span{
    display: block;
    float: left;

    font-family: "Microsoft YaHei";
    font-size: 1.2rem;
    height: 2.6rem;
}
.part4_body li span:nth-child(1), .part4_head li:nth-child(1){width: 20%;}
.part4_body li span:nth-child(2), .part4_head li:nth-child(2){width: 40%;}
.part4_body li span:nth-child(3), .part4_head li:nth-child(3){width: 20%;}
.part4_body li span:nth-child(4), .part4_head li:nth-child(4){width: 20%;}