.head-outer {
	height: 80px;
	width: 100%;
	position:absolute;
	left:0;
	top:0;
}
.head {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	color: #fff;
	display: flex;
	align-items: center;
}
.head .logo {
	width: 150px;
	height: 50px;
	line-height: 0;
}
.head .slogn {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}
.head .nav {
	width: 620px;
}
.head .nav ul {
	width: 620px;
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: center;
}
.head .nav ul li {
	padding: 0 20px;
}
.head .nav a {
	color: #fff;
	font-size: 16px;
}
.head .nav a:hover {
	text-decoration: underline;
}
.head .tel {
	width: 220px;
	height: 80px;
	line-height: 80px;
	text-align: right;
	font-size: 18px;
}
.head .tel span {
	border: #FFF solid 1px;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 15px;
	margin-left: 5px;
}
#banner {
	width: 100%;
	background: #fff;
	line-height: 0;
}
#banner img {
	width: 100%;
}
h2 {
	text-align: center;
	font-weight: normal;
	height:85px;
	line-height:60px;
	font-size: 36px;
	margin: 0 auto;
	background:url(/static/w/images/zixunhui/h2_bg.png) no-repeat center;
}

h2 b{ color:#1f9cfa;}
 
 
 
/*  understand  */

.understand {
	width: 1200px;
	height: 400px;
	margin: 20px auto 0;
	padding-top: 20px;
}
.know {
	width: 1200px;
	height: 300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
}
.know dl {
	height: 260px;
	width: 250px;
	background: #fff;
	text-align: center;
	border: #CCC solid 1px;
}

.know dl:first-child {
	border-left: none;
}
.know dl dt {
	padding-top: 40px;
}
.know dl dd {
	line-height: 65px;
	font-size: 20px;
}
/* colleges */

.colleges {
	width: 100%;
	background: url(/static/w/images/zixunhui/bg.jpg) bottom center no-repeat;
	margin: 50px auto 0;
	height: 390px;
	padding-top: 20px;
}

.colleges h2{ color:#fff;}

.colleges ul {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.colleges ul li {
	width: 280px;
	padding-left: 80px;
	height: 70px;
	line-height: 70px;
	border: #eee solid 1px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.4);
	position: relative;
	color: #fff;
	font-size: 20px;
	border-radius: 10px;
	margin: 50px 0 0;
}
.colleges ul li img {
	width: 90px;
	height: 90px;
	position: absolute;
	left: -30px;
	top: -10px;
	border-radius: 50%;
}
/*   process  */
.process {
	width: 1200px;
	padding: 50px 0 45px;
	margin: 0 auto;
}
.setp {
	width: 1150px;
	height: 250px;
	margin: 0 auto;
	padding-top:40px;
	display: flex;
	justify-content: space-between;
	background:url(../images/zixunhui/processbg.png) no-repeat left 80px;
}
.setp dl {
	width: 175px;
	text-align: center;
}
.setp dl dt {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	background:linear-gradient(#7bc7ff, #1992ed);
	color:#fff;
	border-radius:20px 5px 20px 5px;
}

.setp dl:nth-child(2) dt{ background:linear-gradient(#ffb260, #fc982d);} 
.setp dl:nth-child(3) dt{ background:linear-gradient(#75ddfe, #30c1f0);} 
.setp dl:nth-child(4) dt{ background:linear-gradient(#ff8a89, #fc3c3b);} 
.setp dl:nth-child(5) dt{ background:linear-gradient(#FAC5B4, #FD825C);} 
.setp dl:nth-child(6) dt{ background:linear-gradient(#92C1F2, #54A0EE);} 


.setp dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
	background:#fff;
	margin-top:20px;
	padding:20px 0;
}
.setp dl dd ul {
	width: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px;
}
/*   join  */
.join {
	width: 100%;
	background: url(/static/w/images/zixunhui/joinbg.jpg) bottom center no-repeat #013161;
	height: 630px;
}

.join_type{ width:1200px; height:335px; margin:0 auto;display: flex; padding:30px  0 0 0 ;}

.join_type .time {
	width: 600px;
	height: 330px;
	background: #fff;
}
.join .time dl {
	width: 500px;
	margin: 20px auto 0;
	font-size: 16px;
	line-height: 2.2;
	background:#eee;
	padding:0 20px;
}
.join .time dl dt {
	font-weight: bold;
}
.join .time dl dd {
	text-align: justify;
}
.join_type .maps {
	width: 585px;
	height: 285px;
	padding:20px 15px 25px 0;
	background: #fff;
}
#mapcontent {
	width: 100%;
	height: 100%;
	background:#999;
}
/*  apply */
.apply {
	width: 1200px;
	height: 140px;
	margin:0 auto;
	padding:20px 0;
}
.apply p {
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
}
.apply p b {
	color: #FFE632;
}
.apply ul.classname {
	width: 1200px;
	height: 80px;
	display: flex;
	justify-content:space-between;
	padding-top:10px;
}
.apply ul.classname li {
	width: 220px;
	height: 40px;
	border: #FFF solid 1px;
	box-sizing: border-box;
	text-align: center;
	margin: 22px 0 0 0;
	cursor: pointer;
	font-size: 12px;
	background: #fff;
	border-radius: 3px;
	
}

.apply ul.classname li:nth-child(1){ 
    background: url(/static/w/images/shiting/namebg.png) no-repeat 10px center  #fff;
	background-size:20px 20px;
}
.apply ul.classname li:nth-child(2){ 
    background: url(/static/w/images/shiting/mobilebg.png) no-repeat 10px center  #fff;
	background-size:20px 20px;
}


.apply ul.classname li:nth-child(3){ 
    background: url(/static/w/images/shiting/cousebg.png) no-repeat 10px center  #fff;
	background-size:20px 20px;
}





.apply ul.classname li .input {
	border: none;
	width: 170px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	color: #222;
	background:none;
}
.apply ul.classname li select {
	width: 170px;
	height: 35px;
	text-align: center;
	border: none;
	font-size: 18px;
	margin-top: 2px;
	background:none;
}
.apply ul.classname li.button {
	background: none;
	border: none;
	width: 180px;
}
.apply ul.classname li.button input {
	width: 180px;
	height: 40px;
	line-height: 40px;
	background: #D80C18;
	border: none;
	font-size: 18px;
	color: #FFF;
	border-radius: 3px;
	letter-spacing: 2px;
	font-size: 22px;
	text-align: center;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 5px;
}
#kfbut {
	background: none;
	border: #FFF solid 1px;
	box-sizing: border-box;
}
.apply dl {
	width: 1000px;
	height: 70px;
	padding-top: 30px;
	margin: 20px auto 0;
	border-radius: 5px 5px 0 0;
	background: url(/static/w/images/online/applydlbg.jpg) no-repeat center #fff;
}
.apply dl dt {
	width: 150px;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
}
.apply dl dd {
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin-left: 55px;
	text-align: center;
	float: left;
	border: #5067FA solid 1px;
	box-sizing: border-box;
	color: #5067FA;
	background: #F7FBFF;
	font-size: 18px;
}
/*   special  */
.special {
	width: 1200px;
	height: auto;
	margin: 20px auto;
	padding: 20px 0;
}
.special .center {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding:20px 0;
}
.special .center dl {
	width: 300px;
	height: 385px;
	margin: 15px 0;
	border: #eee solid 1px;
	background:#fff;
}
.special .center dl dt {
	width: 300px;
	height: 200px;
}
.special .center dl dd {
	padding: 5px 10px;
	height: 25px;
	line-height: 25px;
}
.special .center dl .title {
	border-bottom: #CCC solid 1px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.special .center dl dd.button {
	padding-top: 20px;
	height: 35px;
	display: flex;
	justify-content: center;
}
.special .center dl dd.button a {
	width: 270px;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	border: #D80C18 solid 1px;
	border-radius: 5px;
	color: #DF570B;
	font-size: 14px;
	margin: 0 10px;
	background: #fff;
}
.special .center dl dd.button a:first-child {
	background: #D80C18;
	color: #fff;
}
/*   photo  */
.photo {
	background: #4D4D4D;
	margin: 0 auto;
	padding:30px 0;
}


.photo h2{ color:#fff;}

.photo ul {
	width: 1150px;
	margin: 0 auto;
	padding: 10px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photo ul li {
	width: 260px;
	height: 215px;
	margin: 15px 5px;
	border: #eee solid 1px;
	padding: 4px;
	background:#fff;
	color:#333;
	text-align:center;
}
/*   adswin  */

#adswin {
	width: 600px;
	height: 370px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -170px;
	z-index: 80;
	border: #ddd solid 5px;
	display: none;
}


#footerouter{ margin-top:0;}



