@charset "gb2312";

.public {}

.layout {
    width: 1200px;
    margin: 0 auto;
}

.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;
    font-weight: 700;
    padding: 0 39px;
    text-align: center;
    line-height: 67px;
    color: #fcff00;
    background: url(../images/znanniu.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 50%;
    transform: translateX(-50%);

}


/* topimg logo */
.f_url{
    font-size: 18px;
    padding-top: 7px;
}
/* 三点条件要求 */
.ask {
    background-color: #f3f3f3;
}

.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;
}

.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: #3075f7;
    margin-bottom: 25px;
}

/* p1 */
.p1 {
    background-color: #041139;
}

#moreApply{
    margin-top:50px;
    
}



@-webkit-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}

#moreApply .content .center p {
    position: absolute;
    left: 0;
    top: -23;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-align: center;
    line-height: 275px;
    font-size: 24px;
    color: #3bfea9;
}


#moreApply .content .center img {
    -webkit-transform: rotate(360deg);
    animation: rotation 20s linear infinite;
    -moz-animation: rotation 20s linear infinite;
    -webkit-animation: rotation 20s linear infinite;
    -o-animation: rotation 20s linear infinite;
}

#moreApply .content .center img {
    display: block;
    width: 100%;
    height: 100%;
}



/*  */
#moreApply .content {
    margin-top: 70px;
    height: 400px;
    position: relative;
}
#moreApply .content .center {
    width: 275px;
    height: 275px;
    position: relative;
    margin: 35px auto 0;
}
#moreApply .content ul li:nth-child(1) {
    width: 134px;
    height: 134px;
    left: 102px;
    top: 52px;
}
#moreApply .content ul li:nth-child(2){
	width:107px;
	height:107px;
	left:312px;
	top:12px;
}
#moreApply .content ul li:nth-child(3){
	width:109px;
	height:109px;
	left:781px;
	top:12px;
}
#moreApply .content ul li:nth-child(4){
	width:100px;
	height:100px;
	right:137px;
	top:92px;
}
#moreApply .content ul li:nth-child(5){
	width:128px;
	height:128px;
	left:227px;
	top:188px;
}
#moreApply .content ul li:nth-child(6){
	width:102px;
	height:102px;
	left:400px;
	top:258px;
}
#moreApply .content ul li:nth-child(7){
	width:108px;
	height:108px;
	right:356px;
	top:215px;
}
#moreApply .content ul li:nth-child(8){
	width:88px;
	height:88px;
	right:152px;
	top:187px;
}

#moreApply .content ul li {
    animation: opacity 3s linear infinite;
}
@keyframes opacity{
	0%   {opacity: 1;}
	30%  {opacity: 0.3;}
	70%  {opacity: 0.5;}
	90%  {opacity: 1;}
	100% {opacity: 1;}
}
#moreApply .content ul li {
    background: url(../images/coolli.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    position: absolute;
}

#moreApply .content ul li img {
    align-items: center ;
    display: block;
    margin: 0 auto;
}


#moreApply .content ul li p {
    position: absolute;
    bottom: -20px;
    font-size: 14px;
    color: #041139;
    background: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

/* p2 */

.p2 {
}
.bgcolor{
    background-color: #f8e388;
    border-radius: 10px;
    padding: 40px 0 50px 40px;

}
.bgcolor p{
    font-size: 22px;
    color: #333;
    line-height: 46px;
}
/* p3样式*/
.p3 {
    background-color:#181d49;
}




/* p4 */

/* 课程课题部分 */
.p4{
}

.c_img{
    width: 520px;
    margin-right: 51px;
}

.contents{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 40px;
    border: 2px #333 solid;
}

.c_zi{
    font-size: 22px;
    line-height: 36px;
    color: #333;

}
/* 两个定位的模块 */
.class{
    position: absolute;
    left: 40px;
    top: -31px;
    font-size: 32px;
    color: #333;
    background-color: #fff;
    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;
}


/* p5 */
.p5{

}
.css1{
    height:253px;
    display: block;
    margin: 20px 20px;
    background: url(../images/lsbgc.png) no-repeat;
    -moz-background-size: 100% 100%;  
    -o-background-size: 100% 100%;  
    -webkit-background-size: 100% 100%;  
    background-size: 100% 100%;  
    padding: 20px 20px;
    position: relative;
}
.css2{
    padding-right: 270px;
    display: block;
}
.lsname{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.lsname span {
    color: #fcff00;font-size: 22px;font-weight: normal;
}
.kec{
    font-size: 18px;
    line-height: 33px;
    color: #fff;
}

.css3{
    display: block;
    width: 258px;
    height: 315px;
    padding: 8px;
    background: url(../images/lsimgbgc.png) no-repeat;
    -moz-background-size: 100% 100%;  
    -o-background-size: 100% 100%;  
    -webkit-background-size: 100% 100%;  
    background-size: 100% 100%;  
    position: absolute;
    top: -20px;
    right: 0;
}

  
/* p6 */

.p6_one ul{
    display: flex;
    flex-wrap: wrap;
    margin-right: 18px;
}
.p6_one ul li{
    flex:31%;
    margin: 10px 2px 10px 18px ;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p6_one ul li span{
    flex: 1;
}
.p6_one ul li span:nth-child(2){
    font-size: 20px;
    padding-top: 20px;
}


/* p7 */

.p7{
   
}

.p7_one ul{
    display: flex;
    flex-wrap: wrap;
    margin-right: 18px;
}
.p7_one ul li{
    flex:31%;
    margin: 10px 2px 10px 18px ;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p7_one ul li span{
    flex: 1;
}
.p7_one ul li span:nth-child(2){
    font-size: 20px;
    padding-top: 20px;
}


/* p8 */
.p8{

}



/* p01 */
.p01{
   
}
/* zs */
.zs{
    display: flex;
}
.zs li{
    flex: 30%;
    margin: 0 10px;
}


/* p9 */


/* 多重就业服务banner */
.wrap {
    width: 84%;
    margin: 0 auto;
}

.wrap .list .item ul {
    display: flex;
    flex-wrap: wrap;
}
.wrap .list .item ul li{
    flex: 23%;
    margin: 6px;
}



/* p03 */
.p03{

}
.p03_one ul{
    display: flex;
    flex-wrap: wrap;
    margin-right: 18px;
}
.p03_one ul li{
    flex:31%;
    margin: 10px 2px 10px 18px ;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p03_one ul li span{
    flex: 1;
}
.p03_one ul li span:nth-child(2){
    font-size: 20px;
    padding-top: 20px;
}
/* p10 */

.p10{
    margin-bottom: 3px;
}
/* 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: 720px;
    height: 161px;
    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: #ffe324 2px solid;
    border-bottom: #ffe324 2px solid;
    border-right: #ffe324 2px solid;
}
.top_l{
    width: 165px;
    position: absolute;
    border: #ffe324 1px solid;

    left: -2px;
    top: -2px;
}
.top_f{
    width: 165px;
    border: #ffe324 1px solid;
    position: absolute;
    right: -2px;
    top: -2px;
}
.free{
    position: absolute;
    font-size: 28px;
    color: #ffe324;
    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: #ffe324;
    color: #333;
    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: #ffe324;
    color: #333;
    font-size: 25px;
    border-radius: 25px;
}




/* 教师banner */
.list1{
    height:350px ;
    position: relative;
}

.item1{
    width: 88%;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
    transition: all .8s;
}


.item1.active {
    opacity: 1;
}

.pointList1{
    margin-left: 13%;

}



.point1{
    float: left;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    margin-right:8px;

}
.point1 img{
    border-radius: 9px;

}

.point1.active{
    border: #3075f7 2px solid ;
}
/* 多重就业服务banner样式 */
.list {
    height:475px ;
    position: relative;
}


.item {
    position: absolute;
    opacity: 0;
    transition: all .8s;
}


.item.active {
    opacity: 1;
}

.pointList{
    margin-left: 35%;
}


.point{
    width: 45px;
    height: 8px;
    background-color: #ccc;
    float: left;
    margin-right: 18px;
}

.point.active{
    background-color:#060650;
}

