<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body{ -webkit-tap-highlight-color:transparent;}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, table, td, th, form, fieldset, img, dl, dt, dd { margin:0; padding:0; }
textarea, input, select, body { font-size:12px;margin:0;padding:0 }
select, input { vertical-align:middle; }
fieldset, img { border:0; }
ul, ol { list-style:none; }
a { text-decoration:none; color:#000; }
a:hover { color:#ffa10d; }
.fl { float:left; display:inline; }
.fr { float:right; display:inline; }
.cb { clear:both; display:block; height:0px; overflow:hidden; width:100%; }
.clearfix:after { clear:both; content:""; display:block; height:0; }
#looyuLeft{z-index:999;}
#looyuMid{z-index:999;}

#nav {
  height: 105px;
  text-align: center;
  background-color: #fff;
}

.banner{
	width: 100%;
	background: url(../images/banner.png)no-repeat top center;
	height: 520px;
}

.content{
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	/*background: url(../images/background.png)no-repeat;*/
	/*background-size: cover; */
	background-image: linear-gradient(#0f0e35, #35136b, #2c0f52);
}



/*课程*/
.curriculum{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height: 520px;
	margin-bottom: 78px; 
}
.curriculum img.picImg{
	display: block;
	width: 391px;
	height: 425px;
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 1;
}
.curriculum dl{
	width: 800px;
	height: 425px;
	background: url(../images/curriculumbg.png)no-repeat top center;
	position: absolute;
	top: 92px;
	left: 0;
	z-index: 2;
	padding:40px 32px 32px 32px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.curriculum dl dt{
	width: 100%;
	height: 56px;
}
.curriculum dl dt span{
	display: block;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.curriculum dl dt img{
	display: block;
	width: 120px;
	height: 4px;
	margin-top: 6px;
}
.curriculum dl dd{
	width: 100%;
	margin-top: 2px;

}
.curriculum dl dd p{
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}


/*职业标题*/
.occupation{
	width: 1000px;
	margin: 0 auto;
	height: 80px;
	margin-bottom: 22px;
}
.occupation span{
	display: block;
	width: 324px;
	height: 81px;
	background: url(../images/occupation.png)no-repeat top center;
	margin: 0 auto;
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


/*九大新兴职业按钮*/
/*.btnfixed{
	width: 100%;
	height: 220px;
}*/
.btnBox{
	width: 100%;
	height: 220px;
	background: #3a1786;
	position: sticky;
    top: 0px;
    z-index: 99;
}

.contentBtn{
	width: 1000px;
	margin: 0 auto;
	height: 220px;
}
.contentBtn li{
	width:200px;
	height:80px;
	background: url(../images/btnbg.png);
	background-size:100% 100%;
	position: relative;
	top:20px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor: pointer;
    
}
.contentBtn li span{
	display: block;
	width: 100%;
	height: 80px;	
	position: absolute;
	top: 0;
	left: 0;
}
.contentBtn li img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto; 
}
.contentBtn li.on{
	background: url(../images/btnbg_on.png)no-repeat top center;
}
.contentBtn li.clearBox{
	margin-right: 0;
	width: 146px;
	font-size:23px;
}
.contentBtn li.clearBox span{
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	line-height: 31px;
}
li.artificial{
	line-height: 80px;
}
li.internet{
	width: 170px;
	line-height: 80px;
}
li.artificial{
	line-height: 80px;
}
li.calculation{
	width: 160px;
	line-height: 80px;
}
li.Mechanics{
	width: 200px;
	font-size: 23px;
}
li.Mechanics span{
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	line-height: 31px;
}



/*职业内容*/
.nineBox{
	width: 1000px;
	/*height: 1916px;*/
	margin: 30px auto 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

/*人工智能*/
.artbox{
	width: 1000px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display: none;

}
.artContent{
	width:1000px;
	height: 552px; 	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

}
.leftImg{
	width: 380px;
	height: 552px;
	float: left;
	position: relative;
}
.leftImg dl{
	width: 380px;
	height: 124px;
	background: #2736dd;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.leftImg dl dt{
	width: 100%;
	text-align: center;
	padding-top: 40px;
	font-size: 34px;
	color: #fff;
	font-weight: bold;
}
.leftImg dl dd{
	width: 100%;
	text-align: center;
	/*padding-top: 10px;*/
	font-size: 12px;
	color: #fff;
}
.leftImg p{
	position: absolute;
	top: 0;
	left: 0;
	width: 380px;
	height: 552px;
	z-index: 1;
	overflow:hidden;
}
.leftImg p img{
	display: block;
	width: 380px;
	height: 552px;

}

.rightText{
	width: 620px;
	float: right;
	height: 552px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.textTitle{
	width: 100%;
	height: 246px;
	background: #fff;
	padding: 0 38px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.textTitle dt{
	width: 100%;
	text-align: center;
	font-size: 23px;
	color: #333333;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 20px;
}
.textTitle dd{
	font-size: 16px;
	color: #666666;
	width: 100%;
	line-height: 24px;
}
								
								
								
.demandBox{
	width: 100%;
	height: 306px;
	/*background: #f2f2f2;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.demandText{
	width: 260px;
	height: 306px;
	background: #f2f2f2;
	padding: 0 18px 0 25px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	float: left;
}
.demandText p{
	width: 100%;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	padding-top: 30px;
	text-align: center;
	line-height: 30px;
}
.demandText li{
	width: 100%;
	margin-top: 30px;
	font-size: 17px;
	color: #666666;
}
.demandText li span{
	color: #fd5940;
}


.salary{
	width: 360px;
	height: 306px;
	background: #2736dd;
	padding: 0 25px 0 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	float: left;
}
.salary li{
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	width: 100%;
	text-align: center;
	margin-top: 4px;
}
.salary li span{
	color: #fd5940;
	font-weight: bold;
}
.salary li.salaryOne{
	margin-top: 55px;
}
.salary li.pay{
	margin-top: 55px;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 30px;
}


/*发展前景*/
.prospect{
	width: 945px;
	min-height: 243px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin: 49px auto 0;
}
.prospect h6{
	font-size: 32px;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.prospect p{
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	width: 100%;
}


/*人工智能相关院校推荐*/
.Recommend{
	width: 1000px;
    margin: 0 auto;
    height: 85px;
    height: 690px;
    margin-top: 60px;
}
.RecommendTitle{
	width: 1000px;
    margin: 0 auto;
    height: 85px;
    margin-bottom: 30px;
}
.RecommendTitle span{
	display: block;
    width: 375px;
    height: 85px;
    margin: 0 auto;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;   
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
.RecommendTitle span img{
	position: absolute;
	top: 0;
}
.RecommendTitle span img.leftbg{
	left: 0;
	z-index: 1;
}
.RecommendTitle span img.rightbg{
	right: 0;
	z-index: 2;
}
.RecommendTitle span b{
	position: absolute;
	top: 30px;
	width: 100%;
	text-align: center;
	left: 0;
	z-index: 3;
}


/*院校*/
.colleges{
	width: 1000px;
	height: 580px;
	background: url(../images/bg.png)no-repeat top right;
	/*background: yellow;*/
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.colleges.bg2 { height: 680px; background: url(../images/bg2.png)no-repeat top right;}
.colleges.bg3 { height: 880px; background: url(../images/bg2.png)no-repeat top right;}
.collegesShow,.payShow,.seiencShow,.calculationshow,.designShow,.adminShow,.businessShow,.mechanicsShow,.blockShow{
	width: 1000px;
	min-height: 210px;
	padding-top: 10px;
	display: none;
}

.collegesText{
	width: 1000px;
	min-height: 210px;
	padding-top: 30px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
}

.collegesLogo{
	width:233px;
	height: 211px;
	position: relative;
	float: left;
}

.collegesLogo span{
	position: absolute;
	display: block;
	width: 176px;
	height: 155px;
	left: -13px;
	top: 20px;
}
.collegesLogo img.logoImg{ 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 233px;
	height: 211px;
}
.introduction{
	width: 740px;
	float: right;
	padding-right: 65px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.introduction dt{
	font-size: 23px;
	color: #e945ff;
	font-weight: bold;
	margin-bottom: 30px;
}

.introduction dd{
	width: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}


/*院校导航*/

.navbox{
	width: 905px;
	height: 320px;
	margin-top: 45px;
	position: relative;
	/*padding-left: 5px;*/
	margin-left: 18px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.navbox li{
	position: absolute;
	width: 133px;
	height: 116px;
	background: url(../images/nav1.png)no-repeat top center;	
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    /*transition: 300ms;*/
    cursor: pointer;
    z-index:3;
}
.navContent{
	position: relative;
	width: 133px;
	height: 116px;
}
.navbox li span{
	display: table-cell;
    vertical-align:middle;
    text-align:center;
    width: 133px;
	height: 116px;
	z-index: 2;
}
.navbox li b{
	font-weight: normal;
	font-size: 14px;
}
.navbox li.jnd{
	background: url(../images/nav2.png)no-repeat top center;
	top: 0;
	left: 221px;
}

.navbox li.lgyd{
	background: url(../images/nav3.png)no-repeat top center;
	top: 0;
	left: 440px;
}
.navbox li.tlz{
	background: url(../images/nav4.png)no-repeat top center;
	top: 0;
	left: 660px;
}
.navbox li.napd{
	background: url(../images/nav1.png)no-repeat top center;
	top: 65px;
	left: 111px;
}
.navbox li.amkj{
	background: url(../images/nav2.png)no-repeat top center;
	top: 65px;
	left: 331px;
}
.navbox li.bljd{
	background: url(../images/nav3.png)no-repeat top center;
	top: 65px;
	left: 550px;
}
.navbox li.sb{
	background: url(../images/nav4.png)no-repeat top center;
	top: 65px;
	left: 771px;
}
.navbox li.xby{
	background: url(../images/nav5.png)no-repeat top center;
	top: 130px;
	left: 0;
}
.navbox li.xfed{
	background: url(../images/nav1.png)no-repeat top center;
	top: 130px;
	left: 220px;
}
.navbox li.mdl{
	background: url(../images/nav2.png)no-repeat top center;
	top: 130px;
	left: 440px;
}
.navbox li.blzh{
	background: url(../images/nav3.png)no-repeat top center;
	top: 130px;
	left: 660px;
}
.navbox li.blzh2{
	background: url(../images/nav3.png)no-repeat top center;
	top: 65px;
	left: 550px;
}
.navbox li.jtlny{
	background: url(../images/nav5.png)no-repeat top center;
	top: 194px;
	left: 111px;
}
.navbox li.asks{
	background: url(../images/nav1.png)no-repeat top center;
	top:194px;
	left: 331px;
}
.navbox li.stjt{
	background: url(../images/nav2.png)no-repeat top center;
	top:194px;
	left: 550px;
}
.navbox li.mns{
	background: url(../images/nav2.png)no-repeat top center;
	top:194px;
	left: 550px;
}
.navbox li.xnwrs{
	background: url("../images/nav3.png")no-repeat top center;
	top:194px;
	left: 771px;
}
.navbox li.xnkj{
	background: url("../images/nav5.png")no-repeat top center;
	top:259px;
	left: 220px;
}
.navbox li.diken{
	background: url("../images/nav1.png")no-repeat top center;
	top:259px;
	left: 440px;
}
.navbox li.diken2{
	background: url("../images/nav3.png")no-repeat top center;
	top:65px;
	left: 550px;
}
.navbox li.mrb{
	background: url("../images/nav4.png")no-repeat top center;
	top:259px;
	left: 0px;
}
.navbox li.mrb2{
	background: url("../images/nav5.png")no-repeat top center;
	top:132px;
	left: 0px;
}
.navbox li.mrb3{
	background: url("../images/nav5.png")no-repeat top center;
	top:132px;
	left: 0px;
}
.navbox li.mrb4{
	background: url("../images/nav4.png")no-repeat top center;
	top:132px;
	left: 660px;
}
.navbox li.azgl{
	background: url("../images/nav4.png")no-repeat top center;
	top:319px;
	left: 111px;
}
.navbox li.azgl2{
	background: url("../images/nav1.png")no-repeat top center;
	top:132px;
	left: 221px;
}
.navbox li.mns2{
	background: url(../images/nav2.png)no-repeat top center;
	top:259px;
	left: 660px;
}
.navbox li.mns3{
	background: url(../images/nav5.png)no-repeat top center;
	top:195px;
	left: 111px;
}
.navbox li.xnwrs2{
	background: url(../images/nav3.png)no-repeat top center;
	top:194px;
	left: 771px;
}
.navbox li.ksl{
	background: url(../images/nav1.png)no-repeat top center;
	top:259px;
	left: 440px;
}
.navbox li.ksl2{
	background: url(../images/nav1.png)no-repeat top center;
	top:132px;
	left: 221px;
}

.navbox li.xnkj2{
	background: url(../images/nav5.png)no-repeat top center;
	top:259px;
	left: 220px;
}
.navbox li.xnkj3{
	background: url(../images/nav5.png)no-repeat top center;
	top:319px;
	left: 331px;
}
.navbox li.xnkj4{
	background: url(../images/nav2.png)no-repeat top center;
	top:130px;
	left: 440px;
}
.navbox li.xnkj5{
	background: url(../images/nav1.png)no-repeat top center;
	top:259px;
	left:0px;
}
.navbox li.hdwt{
	background: url(../images/nav4.png)no-repeat top center;
	top:259px;
	left: 0px;
}
.navbox li.glfs{
	background: url(../images/nav4.png)no-repeat top center;
	top:322px;
	left:111px;
}
.navbox li.akllg{
	background: url(../images/nav5.png)no-repeat top center;
	top:322px;
	left:331px;
}
.navbox li.ktbl{
	background: url(../images/nav3.png)no-repeat top center;
	top:322px;
	left:550px;
}

.navbox li.ktbl2{
	background: url(../images/nav1.png)no-repeat top center;
	top:132px;
	left:331px;
}
.navbox li.ktbl3{
	background: url(../images/nav3.png)no-repeat top center;
	top:-65px;
	left:331px;
}
.navbox li.ktbl4{
	background: url(../images/nav1.png)no-repeat top center;
	top:319px;
	left:550px;
}

.navbox li.akl{
	background: url(../images/nav2.png)no-repeat top center;
	top:259px;
	left:660px;
}
.navbox li.akl2{
	background: url(../images/nav2.png)no-repeat top center;
	top:65px;
	left:331px;
}
.navbox li.akl3{
	background: url(../images/nav1.png)no-repeat top center;
	top:259px;
	left:440px;
}
.navbox li.hldwd{
	background: url(../images/nav2.png)no-repeat top center;
	top:322px;
	left:771px;
}

.navbox li.adld{
	background: url(../images/nav2.png)no-repeat top center;
	top:65px;
	left:331px;
}
.navbox li.dongguo{
	background: url(../images/nav1.png)no-repeat top center;
	top:319px;
	left:550px;
}

.navbox li.xini{
	background: url(../images/nav1.png)no-repeat top center;
	top:195px;
	left:331px;
}

.navbox li.xini2{
	background: url(../images/nav5.png)no-repeat top center;
	top:132px;
	left:0px;
}

.navbox li.hjmeblg{
	background: url(../images/nav2.png)no-repeat top center;
	top:195px;
	left:550px;
}
.navbox li.hjmeblg2{
	background: url(../images/nav1.png)no-repeat top center;
	top:319px;
	left:111px;
}
.navbox li.hjmeblg3{
	background: url(../images/nav1.png)no-repeat top center;
	top:131px;
	left:221px;
}

.navbox li.mkr{
	background: url(../images/nav4.png)no-repeat top center;
	top:0px;
	left:660px;
}
.navbox li.mkr2{
	background: url(../images/nav3.png)no-repeat top center;
	top:0px;
	left:440px;
}
.navbox li.flds{
	background: url(../images/nav5.png)no-repeat top center;
	top:319px;
	left:331px;
}
.navbox li.swbkj{
	background: url(../images/nav5.png)no-repeat top center;
	top:259px;
	left:220px;
}
.navbox li.xiao{
	background: url(../images/nav5.png)no-repeat top center;
	top:259px;
	left:220px;
}

.navbox li img{
	position: absolute;
	top: -25px;
	left: -26px;
	z-index: 1;
	width: 198px;
	height: 179px;
	display: none;
}
.navbox li.navOn{
	z-index: 1;
}
.navbox li.navOn img{
	display: block;
}
.navbox li.navOn p{
    position: absolute;
    top: -7px;
    left: -6px;
    z-index: 2;
    width: 151px;
}
li.jtlny img,li.bljd img,li.napd img,li.amkj img,li.asks img{
	left: -30px;
}
li.xfed img,li.mdl img,li.blzh img,li.stjt img{
	left: -28px; 
}
li.xm img,li.jnd img,li.lgyd img,li.tlz img{
	 left:-29px;
}
li.xm p,li.jnd p,li.lgyd p,li.tlz p{
	 left:-9px;
}
li.jtlny p,li.napd p,li.amkj p,li.xfed p,li.asks p{
	left: -10px;
}
li.xfed p,li.mdl p,li.blzh p,,li.stjt p{
	left: -8px;
}
.navbox li.navOn span{
	width: 154px;
	height: 131px;
	font-size: 21px;
}

.mechanicsNav li.xm{
	background: url(../images/nav2.png)no-repeat top center;
	top:194px;
	left: 550px;
}
.mechanicsNav li.gl{
	background: url(../images/nav3.png)no-repeat top center;
	top:194px;
	left: 771px;
}

/*物流链*/
.paynavbox,.calculationNav,.designNav,.adminNav,.blockNav{
	width: 354px;
	height: 218px;
	margin-top: 95px;
	position: relative;
	/*padding-left: 5px;*/
	margin-left: 100px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.businessNav{
	width: 574px;
	height: 245px;
	margin-top: 45px;
	position: relative;
	/*padding-left: 5px;*/
	margin-left: 100px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.paynavbox li.nkse,.calculationNav li.nkse,.designNav li.nkse,.adminNav li.nkse,.blockNav li.nkse{
	background: url(../images/nav1.png)no-repeat top center;
}
.paynavbox li.ludx,.calculationNav li.ludx,.designNav li.ludx,.adminNav li.ludx,.blockNav li.ludx{
	background: url(../images/nav2.png)no-repeat top center;
	top: 0;
	left: 221px;
}
.paynavbox li.hjhew,.calculationNav li.hjhew,.designNav li.hjhew,.adminNav li.hjhew,.blockNav li.hjhew{
	background: url(../images/nav1.png)no-repeat top center;
	top:65px;
	left: 108px;
}
.paynavbox li.nkse img,.calculationNav li.nkse img,.designNav li.nkse img,.adminNav li.nkse img,.blockNav li.nkse img{
	left: -33px;
}
.paynavbox li.nkse p,.calculationNav li.nkse p,.designNav li.nkse p,.adminNav li.nkse p,.blockNav li.nkse p{
	left: -12px;
}
.blockNav li.ludx img{
	left: -31px;
}
.blockNav li.ludx p{
	left: -11px;
}
/*按钮*/
.btnbox{
	width: 1000px;
	height: 146;
	margin:0 auto ; 
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;	
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-webkit-justify-content:center;
	-ms-flex-pack:justify;
	justify-content:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-top: 68px;
}
.btnbox a{
	display: inline-block;
	width: 312px;
	height: 75px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	line-height: 75px;
	float: left;
}
.btnbox .consult{
	background: url(../images/btn1.png)no-repeat top center;
}
.btnbox .apply{
	background: url(../images/btn2.png)no-repeat top center;
	margin-left: 140px;
}

/*值得信赖*/
#part6{
	padding-top: 84px;
	padding-bottom: 50px;
}
#part6 .title span{width: 97px;height: 2px;display: inline-block;vertical-align: top;margin-top: 36px;background: url(../images/titbg.png);}
.mw {
    width: 1000px;
    margin: 0 auto;
}
.fix {
    zoom: 1;
}
.fix:after {
    display: block;
    content: 'clear';
    clear: both;
    line-height: 0;
    visibility: hidden;
}
#part6 .title{
	width: 1000px;
	text-align: center;
	margin:0 auto;
}
#part6 .school{padding-top: 36px;}
#part6 .school .item { width: 227px;height: 178px; padding-top:42px; text-align: center; background-color: #511de1; color: #fff; margin-right: 30px; float: left; font-weight:bold; margin-bottom:40px; }
#part6 .school .item01{background: #511de1;}
#part6 .school .number { font-size: 46px; }
#part6 .school .description { font-size: 24px; line-height: 30px; margin-top: 23px; }
#part6 .school .text { margin-bottom:65px; font-size:20px; margin-top:20px;}
#part6 .school .text span{ float:left; width: 10px; height: 10px;border-radius:50%;background-color: #02eefe; margin-right:6px; margin-top:12px;}
#part6 .school .text p{color:#fff; float:left; width:965px; line-height: 34px; font-size: 20px;}
#part6 .school ul.ult { padding-bottom: 31px; }
#part6 .school ul.ult li {width:132px; height: 44px;background: #e4e4e4; line-height: 44px; color: #232323; float: left; margin-right: 40px; text-align: center; font-weight: bold; position: relative; font-size: 23px; cursor: pointer; }
#part6 .school ul.ult li .border { display: inline-block; width: 40px; height: 6px; background-color: #e4e4e4; position: absolute; top: 20px; right: -40px; }
#part6 .school ul.ult li.on { color: #fff; background-color: #4f22e2;}
/*.school .card-box { background: #f9f9f9; }*/
#part6 .school .card { display: none; height: 273px; background: #fff;}
#part6 .school .card .img { width: 400px; height: 273px; float: left; }
#part6 .school .card p { margin-left: 400px; padding: 0 70px; font-size: 22px; color: #232323; line-height: 34px; display:table; height: 273px; }
#part6 .school .card p span{display:table-cell; vertical-align: middle;}
.closeBtnLeft{width: 50px;height: 50px; position: absolute;right: 0;top: 0;cursor: pointer;}


















</pre></body></html>