/*section1样式开始处*/
.section1{
    padding-top: 65px;
    height: 500px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    background: url(/s/image/route-home-page-banner.png) no-repeat;
}
.section1 .p-1{
    font-size: 16px;
    letter-spacing: 5px;
}
.section1 h1{
    margin-top: 60px;
    font-size: 46px;
}
.section1 h2{
    margin-top: 35px;
    font-size: 24px;
}
.section1 ul{
    display: inline-table;
    margin-top: 65px;
    width: 100%;
}
.section1 ul li{
    position: relative;
    display: inline-block;
}
.section1 ul li p{
    display: inline-block;
    margin: 0 25px;
    font-size: 16px;
    letter-spacing: 1px;
}
.section1 ul li em{
    display: inline-block;
    position: absolute;
    top: 3px;
    width: 2px;
    height: 35px;
    background-color: #fff;
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
}
.section1 .join{
    display: block;
    margin: 60px auto 0;
    width: 150px;
    height: 47px;
    line-height: 47px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    background-color: #ffc62e;
    border-radius: 5px;
}

/*section2样式开始处*/
.section2{
    padding: 80px 0;
    background-color: #ffffff;
    box-sizing: border-box;
}
.section2 h1{
    text-align: center;
    font-size: 32px;
    color: #000;
}
.section2 h2{
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    color: #656a7c;
}
.section2 ul{
    margin-top: 55px;
}
.section2 ul li{
    padding: 27px 20px;
    float: left;
    margin-right: 30px;
    width: 377px;
    height: 377px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    box-sizing: border-box;
}
.section2 ul li:last-child{
    margin-right: 0;
}
.section2 ul li img{

}
.section2 ul li .p-1{
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}
.section2 ul li .p-2{
    margin-top: 25px;
    font-size: 16px;
    color: #606677;
    line-height: 30px;
    letter-spacing: .75px;
}

/*section3样式开始处*/
.section3{
    padding-top: 60px;
    height: 900px;
    background-color: #f4f4f4;
    box-sizing: border-box;
}
.section3 h1{
    text-align: center;
    font-size: 32px;
    color: #000;
}
.section3 h2{
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    color: #656a7c;
}
.section3 .box{
    margin-top: 80px;
}
.section3 .box .left-box{
    margin-right: 80px;
}
.section3 .box .right-box ul li{
    margin-bottom: 45px;
}
.section3 .box .right-box ul li i{
    float: left;
    margin-top: 5px;
    margin-right: 30px;
    font-size: 27px;
    color: #6e6e6e;
}
.section3 .box .right-box ul li .problem{
    float: left;
}   
.section3 .box .right-box ul li .problem .p-1{
    font-size: 18px;
    color: #333;
}
.section3 .box .right-box ul li .problem .p-2{
    margin-top: 15px;
    font-size: 16px;
    color: #6e7383;
}

/*section4样式开始处*/
.section4{
    position: relative;
    height: 475px;
}
.section4 .wrap{
    top: -175px;
    height: 585px;
    border-radius: 10px;
    background-color: #fff;
}
.section4 ul li{
    float: left;
    margin-top: 60px;
    padding-left: 70px;
    width: 33%;
    height: 205px;
    box-sizing: border-box;
}
.section4 ul li:nth-child(3n){
    margin-right: 0;
}
.section4 ul li img{

}
.section4 ul li .tit{
    margin-top: 10px;
    font-size: 18px;
}
.section4 ul li .p-1{
    margin-top: 30px;
    font-size: 16px;
    color: #f8953d;
}
.section4 ul li .p-2{
    margin-top: 6px;
    font-size: 16px;
    line-height: 30px;
    color: #6e7382;
}

/*section5样式开始处*/
.section5{
    padding-top: 60px;
    height: 570px;
    background: url(https://cdn-r-test.oss-cn-hangzhou.aliyuncs.com/pro/image/PC/intern-intro-sec5-bk.png) no-repeat;
    box-sizing: border-box;
}
.section5 h1{
    text-align: center;
    font-size: 32px;
    color: #000;
}
.section5 .teacher-content{
    padding-left: 58px;
    margin-top: 75px;
}
.section5 .teacher-content .teacher-box{
    float: left;
    padding: 35px 15px 0;
    margin-right: 120px;
    width: 285px;
    height: 335px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-sizing: border-box;
}
.section5 .teacher-content .swiper-slide .teacher-box:last-child{
    margin-right: 0;
}
.section5 .teacher-content .teacher-box .img-box{
    position: relative;
    margin: auto;
    width: 50px;
}
.section5 .teacher-content .teacher-box .img-box img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
}
.section5 .teacher-content .teacher-box .img-box .vip{
    position: absolute;
    top: 35px;
    right: 0;
    width: 15px;
    height: 15px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background-color: #ff6249;
    border-radius: 50%;
}
.section5 .teacher-content .teacher-box .img-box .v1{
    background-color: #ff5a42;
}
.section5 .teacher-content .teacher-box .img-box .v2{
    background-color: #ff753b;
}
.section5 .teacher-content .teacher-box .img-box .v3{
    background-color: #ffa630;
}
.section5 .teacher-content .teacher-box .name{
    margin-top: 5px;
    text-align: center;
    color: #333333;
    font-size: 16px;
}
.section5 .teacher-content .teacher-box .name span{
    display: inline-block;
    margin-left: 7px;
    padding: 0 8px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    background-color: #ff2e2e;
    border-radius: 12px 0 12px 0;
}
.section5 .teacher-content .teacher-box .name .c1{
    background-color: #ff2e2e;
}
.section5 .teacher-content .teacher-box .name .c2{
    background-color: #ff8a3c;
}
.section5 .teacher-content .teacher-box .name .c3{
    background-color: #ffda2f;
    color: #524d3d;
}
.section5 .teacher-content .teacher-box .position{
    margin-top: 1px;
    text-align: center;
    color: #55555a;
}
.section5 .teacher-content .teacher-box .details{
    margin-top: 17px;
    font-size: 14px;
    color: #7b7f8d;
    line-height: 22px;
    overflow: hidden;
}
.section5 .teacher-content .teacher-box .details p{
    margin-bottom: 10px;
}
.section5 .teacher-content .teacher-swiper{
    position: static;
    padding: 10px 0;
}
.section5 .teacher-content .teacher-swiper .swiper-button-next{
    right: -45px;
    top: 58%;
    background-image: none;
}
.section5 .teacher-content .teacher-swiper .swiper-button-prev{
    background-image: none;
    top: 58%;
    left: -45px;
}
.section5 .teacher-content .teacher-swiper .click-button i{
    font-size: 25px;
    color: #a8a8a8;
}
.section5 .teacher-content .teacher-swiper .click-button i:hover{
    color: #ff5c1d;
}








/*section6样式开始处*/
.section6{
    padding-top: 60px;
    height: 780px;
    background-color: #fff;
    box-sizing: border-box;
}
.section6 h1{
    text-align: center;
    font-size: 32px;
    color: #000;
}
.section6 h2{
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    color: #656a7c;
}
.section6 h2 span{
    display: inline-block;
    margin-left: 7px;
    width: 55px;
    height: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    background-color: #ff5858;
    border-radius: 4px;
}
.section6 ul{
    margin-top: 90px;
}
.section6 ul li{
    float: left;
    margin-bottom: 50px;
    margin-right: 70px;
    width: 535px;
    height: 155px;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.section6 ul li:nth-child(2n){
    margin-right: 0;
}
.section6 ul li img{
    float: left;
    margin: 45px 25px 0 15px;
}
.section6 ul li .right-box{
    float: left;
    margin-top: 22px;
}
.section6 ul li .right-box .p-1{
    font-size: 18px;
}
.section6 ul li .right-box .p-2{
    margin-top: 11px;
    font-size: 16px;
    color: #6e7383;
    line-height: 28px;
    letter-spacing: .75px;
}
.section6 .onlooker{
    display: block;
    margin: 30px auto 0;
    width: 177px;
    height: 46px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    letter-spacing: .75px;
    line-height: 46px;
    background-color: #f7870a;
    box-shadow: 0 8px 25px rgba(247,135,10,.4);
    border-radius: 5px;
}




































