html,body,div,a,img,p,span,i,em,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5{
	padding:0;
	margin:0;
}

ul,li{
	list-style:none;
}

a{
	text-decoration:none;
}

body{
	min-width:1200px;
	margin:0 auto;
}

.banner{
	width:100%;
	height:420px;
	background:url(/navlist/zhuanye/images/banner.jpg) no-repeat center center;
}

.bigtitle{
	width:1200px;
	height:80px;
	line-height:80px;
	border-bottom:1px dashed #CCC;
	margin:0 auto;
	margin-bottom:20px;
	font-size:42px;
	font-weight:bold;
	margin-top:30px;
}

.bigtitle p{
	width:70px;
	height:42px;
	line-height:42px;
	display:inline-block;
	background:#F01B2D;
	vertical-align:top;
	position:relative;
	margin-top:20px;
	margin-right:30px;
}

.bigtitle p i{
	width:70px;
	height:42px;
	font-size:32px;
	color:#FFF;
	z-index:2;
	font-style:normal;
	line-height:42px;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	font-family:Times;
}

.bigtitle p span{
	width:30px;
	height:30px;
	background:#F01B2D;
	display:block;
	transform:rotate(45deg);
	position:absolute;
	left:46px;
	top:6px;
	z-index:1;
}

.mancontent{
	width:1200px;
	margin: 0 auto;
	margin-bottom:60px;
}


.mancontent ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.mancontent ul li{
	width:585px;
	height:302px;
	margin-bottom:40px;
	display:flex;
	justify-content:space-between;
	border:1px solid #EEE;
	box-sizing:border-box;
	transition:.5s;
	margin-bottom:30px;
}


.mancontent ul li:hover{
	background:#FDFDFD;
	border:1px solid #CCC;
}

.mancontent ul li img{
	display:block;
}


.kecheng-img{
	width:230px;
	height:300px;
	overflow:hidden;
	position:relative;
}


.kecheng-img p{
	width:150px;
	height:32px;
	line-height:32px;
	text-align:center;
	font-size:16px;
	color:#FFF;
	position:absolute;
	left:-40px;
	top:20px;
	transform:rotate(-45deg);
	z-index:999;
}

.kecheng-img p.zxzd{
	background:#4DA6FF;
}

.kecheng-img p.bmzd{
	background:#E8202A;
}


.kecheng-img p.yhzd{
	background:#238C00;
}


.kecheng-img img{
	transition:all .5s;
}

.mancontent ul li:hover .kecheng-img img{
	transform:scale(1.1);
}

.kecheng-info{
	width:320px;
	margin-right:15px;
} 

.kecheng-info h3{
	height:50px;
	line-height:50px;
	font-size:22px;
	margin-top:10px;
}

.text-box{
	font-size:14px;
	height:72px;
	color:#666;
	line-height:24px;
	margin-top:15px;
	display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
}

.title-line{
	display: block;
    width: 40px;
    height: 14px;
    border-bottom: 3px solid #c79c65;
}


.news-box{
	margin-top:5px;
}

.news-box p{
	font-size:14px;
	font-weight:bold;
	color:#555;
	line-height:25px;
}

.kecheng-info dl{
	width:300px;
	display:flex;
	justify-content:space-between;
	margin-top:15px;
}

.kecheng-info dl a{
	width:140px;
	height:40px;
	display:block;
	border-radius:4px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#FFF;
	font-size:14px;
}

.kecheng-info dl a.iconzx{
	background:#D93600;
	transition:.5s;
}

.kecheng-info dl a.iconzx:hover{
	background:#AA2B00;
}


.kecheng-info dl a.iconxq{
	background:#FF8306;
	transition:.5s;
}

.kecheng-info dl a.iconxq:hover{
	background:#D96C00;
}

.kecheng-info dl a.iconzx i{
	width:28px;
	height:28px;
	display:block;
	background:url(../images/icon-zx.png) no-repeat;
	margin-right:8px;
}

.kecheng-info dl a.iconxq i{
	width:28px;
	height:28px;
	display:block;
	background:url(../images/icon-xq.png) no-repeat;
	margin-right:8px;
}


/* 对口升学专业 */

.zytable{
	width:1200px;
	margin: 0 auto;
	margin-bottom: 40px;
}


table{
	width:1200px;
}


table, th, td {
    border: 1px solid #000;
	border-collapse: collapse;
}



.zytable table th{
	height: 50px;	
	line-height: 50px;
	font-size: 18px;
	color: #000;
}

.zytable table tr.thone th{
	background: #fce4d3;
}

.zytable table tr.thtwo th{
	background: #fff3ca;
}

.zytable table tr.ththree th{
	background: #e3f2d9;
}


.zytable table tr.thfour th{
	background: #d2f4f2;
}

.zytable table tr.thfive th{
	background: #fadade;
}


.zytable table th span{
	color: #F00;
}

table tr td{
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
}


.zytable table tr td.tdone{
	width:110px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	text-indent: 0;
}

.zytable table tr td.tdtwo{
	width:180px;
	text-align: center;
	font-size: 18px;
	text-indent: 0;
	font-weight: bold;
	color: #F00;
	line-height: 28px;
}

.zytable table tr td.tdthree{
	width:282px;
}

.zytable table tr td.tdfour{
	width:102px;
	text-align: center;
	font-size: 18px;
	text-indent: 0;
}

.zytable table tr td.tdfive{
	width:280px;
}

.zytable table tr td p a{
	width:150px;
	height:50px;
	display:block;
	line-height:50px;
	background:#F00;
	margin:0 auto;
	color:#FFF;
	text-align:center;
	text-indent:0;
	border-radius:10px;
}

.zytable table tr td.tdfive p{
	line-height: 30px;
	text-indent: 20px;
}

.zytable table tr td.tdsix{
	width:240px;
}

.zytable table tr td.tdsix p{
	line-height: 30px;
	text-indent: 20px;
}


.zyzixun{
	width:600px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}


.zyzixun a{
	width:200px;
	height: 50px;
	display: block;
	border: 1px solid #F00;
	border-radius: 25px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	transition: all .5s;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d3101a;
}

.zyzixun a img{
	width:32px;
	height: 32px;
}
















