@charset "gb2312";

.public {}

/* 点击咨询按钮样式 */
.zixun {
    width: 45%;
    background: #EB6100;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    border-radius: 100px;
}


/* topimg logo */
/* 三点条件要求 */

.ask {
    background-color: #f3f3f3;
    border-bottom: #3075f7 2px solid;
}

.ask ul {
    display: flex;
    padding: 2px 8px 8px 8px;
    flex-wrap: wrap;
}

.ask ul li {
    flex: 30%;
    margin: 0 5px 1px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ask ul li span {
    flex: 1;
    color: #3074F7;
}

.ask ul li span:nth-child(1) img {
    display: block;
    height: 46px;
    width: 66px;
}

.ask ul li span:nth-child(2) {
    font-size: 22px;
    padding: 15px 0 0 0;
}

.ask ul li span:nth-child(3) {
    font-size: 27px;
    font-weight: 700;
    color: #3074F7;
    margin-bottom: 25px;
}

/* 标题 */
.title01 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.title02 {
    font-size: 22px;
    text-align: center;
}

/* 咨询按钮*/
.zixun {
    display: inline-block;
    font-size: 26px;
    height: 67px;
    padding: 0 39px;
    font-weight: 700;
    text-align: center;
    line-height: 67px;
    color: #fff;
    /* background-color: #f04d73; */
    /* border-radius: 34px; */
    margin-left: 50%;
    transform: translateX(-50%);
}
.layout {
    width: 1200px;
    margin: auto;
}


/* p4 */
/* 课程课题部分 */
/* .p4{
    background-color: #060650;
} */
.c_img{
    width: 520px;
    margin-right: 51px;
}
.contents{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 40px;
    /* border: 2px #fff solid; */
}
.c_zi{
    font-size: 22px;
    line-height: 36px;
    /* color: #fff; */
}
/* 两个定位的模块 */
.class{
    position: absolute;
    left: 40px;
    top: -31px;
    font-size: 32px;
    /* color: #fff;
    background-color: #060650; */
    width: 200px;
    height:60px;
    text-align: center;
    line-height: 60px;
}
.task{
    position: absolute;
    right: 50px;
    bottom: -39px;
    width: 270px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 10px;
    font-size: 25px;
    /* background-color: #3075f7;
    color: #fff; */
}

/* 实训 */
.p3_one ul , .p6_one ul ,.p02_one ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 18px;

}
.p3_one ul li , .p6_one ul li ,.p02_one ul li {
    /* flex:30%; */
    margin: 10px 2px 10px 18px ;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p3_one ul li span , .p6_one ul li span ,.p02_one ul li span {
    flex: 1;
}
.p3_one ul li span:nth-child(2) , .p6_one ul li span:nth-child(2) ,.p02_one ul li span:nth-child(2) {
    font-size: 20px;
    padding-top: 20px;
}
/* 4个 */
.p3_one ul li{
    flex:23%;
}
/* 3个 */
.p6_one ul li{
    flex:30%;
}
/* 3个 */
.p02_one ul li{
    flex:31%;
}

/* p11 */
.p11{
    /* background: url(../images/zydbbg.png) no-repeat; */
    -moz-background-size: 100% 100%;  
    -o-background-size: 100% 100%;  
    -webkit-background-size: 100% 100%;  
    background-size: 100% 100%; 
    margin: 0 auto;
}
/* .p11_01{
    width: 754px;
    height: 160px;
    margin-left: 326px;
} */
.p11_02{
    width: 892px;
    height: 31px;
    margin: 0 auto;
}
.father{
    position: relative;
    width: 530px;
    height: 250px;
    margin: 0 auto;
    text-align: center;
    /* border-left: #f0255c 2px solid;
    border-bottom: #f0255c 2px solid;
    border-right: #f0255c 2px solid; */
}
.top_l{
    width: 165px;
    position: absolute;
    /* border: #f0255c 1px solid; */
    left: -2px;
    top: -2px;
}
.top_f{
    width: 165px;
    /* border: #f0255c 1px solid; */
    position: absolute;
    right: -2px;
    top: -2px;
}
.free{
    position: absolute;
    font-size: 28px;
    /* color: #f0255c; */
    padding: 10px 20px;
    left: 163px;
    top: -30px;
}
.telcss{
    width: 360px;
    height: 40px;
    font-size: 18px;
    border-radius: 6px;
    text-indent: 8px;
    background-color: #fff;
    color: #ccc;
}
.tips{
    width: 360px;
    margin: 0 auto;
    text-align: left;
    color: #ccc;
    line-height: 28px;
}
.btcss{
    height: 50px;
    padding: 0 25px;
    /* background-color: #f0255c;
    color: #fff; */
    font-size: 25px;
    border-radius: 25px;
    margin:0 30px 0 366px;
    cursor: pointer;
}
.btcss02{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    /* background-color: #f0255c;
    color: #fff; */
    font-size: 25px;
    border-radius: 25px;
}

/* p2 */
.fbt {
    width: 1200px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 30px auto;
    display: block;
    font-family: "思源黑体 CN";
    line-height: 36px;
    letter-spacing: 1px;
    color: #555;
}
.con2 ul {
    width: 1200px;
    height: 571px;
    margin: 0 auto;
    display: block;
}
.con2 ul li:nth-child(1) {
    background: url(../images/p21.jpg) center no-repeat;
}
.con2 ul li:nth-child(2) {
    background: url(../images/p22.jpg) center no-repeat;
}
.con2 ul li:nth-child(3) {
    background: url(../images/p23.jpg) center no-repeat;
}
.con2 ul li {
    width: 383px;
    height: 571px;
    margin: 0 15px 0 auto;
    display: block;
    float: left;
}
.con2_n {
    width: 370px;
    height: 486px;
    padding-top: 85px;
    margin: 0 auto;
    display: block;
}
.con2_n_bt {
    width: 100%;
    display: block;
    font-family: "思源黑体 CN";
    letter-spacing: 1px;
    font-size: 22px;
    color: #fff;
    margin: 0 auto 10px auto;
}
.con2_n_bt_n {
    width: 100%;
    display: block;
    font-family: "思源黑体 CN";
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-align: justify;
}
.con2_n_bt_n_x {
    width: 350px;
    height: 300px;
    margin: 15px auto 0 auto;
    display: block;
    background-color: rgba(255,255,255,0.3);
    border-radius: 10px;
    padding: 18px 10px 0 10px;
    box-sizing: border-box;
    font-family: "思源黑体 CN";
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: justify;
}


/* p4 */
.p4 {
    background: #344068;
}
.p4 p{
    color: #fff;
}

.kc_all{
    display: flex;justify-content: space-between;
}

/* 课程课题部分 */
.contents{
    border: 2px #fff solid;
}
.c_zi{
    color: #fff;

}
/* 两个定位的模块 */
.class{
    color: #fff;
    background-color: #344068;
}
.task{
    background: url(../images/anniubgc.png) no-repeat;
    -moz-background-size: 100% 100%;  
    -o-background-size: 100% 100%;  
    -webkit-background-size: 100% 100%;  
    background-size: 100% 100%;  
    color: #fff;
}
/* p6 */

/* p7 */

.p7{
    background: url(../images/p7_bg.jpg) no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

/* 轮播图css */
.slide{
    width: 90%;
    margin: 0 auto; 
    min-height: 1.8rem;
    overflow: hidden;
    position: relative;

}
.slide .img{
    overflow: hidden;
    position: absolute;
    transition: width 0.4s,height 0.4s,top 0.4s,left 0.4s,z-index 0.4s;
}
.slide .img img{
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    margin: 7px;
}
.slide .img1{
    width: 40%;
    height: 40%;
    top: 30%;
    left: -50%;
    z-index: 1;
}
.slide .img2{
    width: 60%;
    height: 60%;
    top: 20%;
    left: -20%;
    z-index: 2;
}
.slide .img3{
    width: 84%;
    height: 84%;
    top: 10%;
    left: 8%;
    z-index: 3;
}
.slide .img4{
    width: 60%;
    height: 60%;
    top: 20%;
    left: 60%;
    z-index: 2;
}
.slide .img5{
    width: 40%;
    height: 40%;
    top: 30%;
    left: 110%;
    z-index: 1;
}
/* 下面的轮播按钮 */
.slide-bt{
    position: absolute;
    left: 50%;
    bottom: 13%;
    z-index: 10;
}
.slide-bt span{
    width: 24px;
    height: 8px;
    background: #c9caca;
    float: left;
    margin: 5px;
    border-radius: 4px;
}
.slide .slide-bt .on{
    background: #ffd200;
}






/* p8 */
.p8{

}

/* p9 */


/* 多重就业服务banner */
/* p10 */

/* p11 */
.p11{
    background: url(../images/zydbbg.png) no-repeat center/100% 100%;
}
.p11_01{
    width: 918px;
    height: 161px;
    margin-left: 216px;
}
.p11_02{
    width: 676px;
}
.father{
    border-left: #FFDE00 2px solid;
    border-bottom: #FFDE00 2px solid;
    border-right: #FFDE00 2px solid;
}
.top_l{
    border: #FFDE00 1px solid;
}
.top_f{
    border: #FFDE00 1px solid;
}
.free{
    color: #FFDE00;
}
.btcss{
    background-color: #FFDE00;
    color: #FD5A39;
    font-weight: 700;
}
.btcss02{
    background-color: #FFDE00;
    color: #FD5A39;
    font-weight: 700;
}
/* 教师banner */
.point1.active{
    border: #3075f7 2px solid ;
}
/* 多重就业服务banner样式 */
.point.active{
    background-color:#ff4d1f;
}

.cl50{clear:both;margin:0px auto;height:50px;}
.w1200{width:1200px;height:auto;margin:0px auto;}
.wrap1 h2{margin-bottom: 30px;padding-top: 80px;color: #313131;text-align: center;font-weight: 400;font-size: 42px;}
.wrap1 p{font-size: 16px;text-align: center;line-height: 30px;margin-bottom: 40px;}
.jsul{width:1200px;float:left;list-style:none;padding-left:0px;margin-left:0px;}
.jsul li{width:230px;height:420px;margin-left:10px;float:left;background:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.jsul li img{float:left;width:110px;height:114px;margin-left:60px;margin-top:20px;}
.jsul li p{width:180px;height:auto;line-height:35px;margin-left:25px;float:left;padding-top:0px;margin-top:0px;display:block;color:#777777;font-size:18px;}
.f24{font-size:24px;color:#000;text-align:center;width:180px;height:35px;display:block;}
.clear{clear:both;margin:0px auto;}

.an_sq{ -moz-border-radius: 0.5em;-webkit-border-radius: 0.5em; border-radius:0.5em; color:#FFFFFF;margin:0px auto;width:335px;height:75px;line-height:75px;text-align:center;display:block; font-size:1.3em;}
.bgcolor_orange{background:#FF6600;}
#js {margin:0px auto;width:100%;height: 1389px;}
.wrap {
    width: 84%;
    margin: 0 auto;
}
.wrap h2 {
    margin-bottom: 30px;
    padding-top: 80px;
    color: #313131;
    text-align: center;
    font-weight: 400;
    font-size: 42px;
}
.wrap p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
}
.cl501 {
    height: 1020px;
    clear: both;
    margin: 0px auto;
}
.an_sq{ -moz-border-radius: 0.5em;-webkit-border-radius: 0.5em; border-radius:0.5em; color:#FFFFFF;margin:0px auto;width:335px;height:75px;line-height:75px;text-align:center;display:block; font-size:1.3em;}
.bgcolor_orange{background:#FF6600;}