/* css初始化 */
body,dd,dl,form,h1,h2,h3,h4,h5,h6,input,ol,p,ul{
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: "Microsoft yahei";
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
em,i {
	font-style: normal;
}
img {
	border: none;
	vertical-align: middle;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear:after {
	content: "";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
input {
	outline: none;
	border: none;
	background: transparent;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
/* 主体 */
.main{
	width: 1200px;
	height: 1193px;
	margin: 0 auto;
	min-width: 1200px;
}
.nav{
	height: 95px;
	width: 1200px;
	background: #842d7b;
}
.nav .logo{
	width: 180px;
	height: 57px;
	margin-left: 16px;
	margin-top: 19px;
}
.under{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 35px;
}
.srach{
	width: 185px;
	height: 25px;
	margin-top: 10px;
	margin-right: 20px;
}
.inputText{
	width: 150px;
	height: 25px;
	background:url("imagessarchBg.png") no-repeat;
	color: #fff;
	line-height: 25px;
	text-indent: 14px;
	opacity: 0.54;
	filter:alpha(opacity=54);
}
.inputBottom{
	width: 25px;
	height: 25px;
	background:url("imagessarchBottom.png") no-repeat;
}
.native{
	margin-top: 2px;
	margin-right: 33px;
}
.nativeAll{
	width: 687px;
}
.native ul{}
.native ul li{
	width: 85px;
	margin-right: 24px;
	height: 58px;
	position: relative;
}
.native ul li a.oneA{
	display: block;
	color: #fff;
	line-height: 58px;
	font-size: 16px;
	text-align: center;
}
.native ul li:hover .twoLevelMenu{
	display: block;
}
.twoLevelMenu{
	position: absolute;
	width: 85px;
	border-top:2px solid #fff;
	top: 57px;
	left: 0;
	z-index: 10;
	display: none;
}
.twoLevelMenu a{
	display: block;
	width: 85px;
	height: 30px;
	background: url("imagesnav1.png") repeat-x;
	color:#842d7b;
	line-height: 30px;
	text-align: center;
}
.wo{
	display: block;
	height: 1px;
	width: 85px;
	background: url("imageswo.png");
}
.twoLevelMenu a:hover{
	background: #fff;
}
/*  banner */
.banner{
	width: 1200px;
	height: 298px;
	position: relative;
}
.bannerPic{
	width: 1200px;
	height: 298px;
	position: relative;
}
.bannerPic ul{
	width: 1200px;
	height: 298px;

}
.bannerPic ul li{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.bannerPic ul li a{
}
.bannerbtn{
	position: absolute;
	top: 50%;
	margin-top: -17px;
}
.bannerbtnLeft{
	left: 50px;
}
.bannerbtnRgith{
	right: 50px;
}
/* 招生政策 招生计划 历年分数 ...*/
.enrolmentPolicy{
	width: 1200px;
	height: 90px;
	border-top: 2px solid #842d7b;
	background: #fdf3df;
}
.enrolmentPolicy ul{}
.enrolmentPolicy ul li{}
.enrolmentPolicy ul li a{
	margin-top: 13px;
	display: block;
	width: 144px;
}
.enrolmentPolicy ul li a em{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url("imagesenrolmentPolicybg.png") no-repeat;
	text-align: center;
}
.enrolmentPolicy ul li a em img{
	margin-top: 12px;
}
.enrolmentPolicy ul li a:hover em{
	background: url("imagesenrolmentPolicyhoverBg.png") no-repeat;
}
.enrolmentPolicy ul li a:hover .enrolmentPolicyText{
	color: #c63e3e;
}
.enrolmentPolicyText{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-top: 7px;
}
.marginLeft{
	margin-left: 16px;
}
/* 最新资讯 */
.latestInfo{
	width: 1200px;
	height: 608px;
}
.latestInfoTitle{
	width: 830px;
	height: 70px;
}
.latestInfoLeft{
	width: 830px;
	height: 608px;
}
.latestInfoTitle span{
	color: #6a005f;
	font-size: 20px;
	font-weight: bold;
	margin-top: 26px;
	margin-left: 50px;
}
.latestInfoTitle a{
	color: #7e7e7e;
	font-size: 14px;
	margin-right: 35px;
	margin-top: 34px;
}
.yearMoth{
	width: 65px;
	height: 60px;
}
.moth{
	display: block;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 55px;
	text-indent: 6px;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin:0 auto;
}
.year{
	display: block;
	font-size: 16px;
	color: #fff;
	width: 55px;
	margin:4px auto 0;
	text-align: center;
}
.latestInfoListInfo{
	width: 660px;
}
.latestInfoList{}
.latestInfoList ul{}
.latestInfoList ul li{
	margin-left: 50px;
	padding-bottom: 25px;
	width: 745px;
	margin-bottom: 24px;
	border-bottom: 1px solid #ebebeb;
}
.latestInfoListInfo{
	margin-left: 20px;
}
.latestInfoListInfo a{
	color: #000;
	font-size: 16px;
	line-height: 15px;
}
.latestInfoListInfo p{
	color: #949494;
	text-indent: 2em;
	line-height: 18px;
	margin-top: 9px;
}
.latestInfoRight{
	width: 320px;
	margin-right:50px;
}
.inquiry{
	width: 320px;
	height: 71px;
	border-top:2px solid #b44908;
	background: #f18442;
	margin-top: 30px;
}
.inquiry a{
	margin-top: 26px;
	color: #fff;
	font-size: 18px;
	width: 91px;
	text-align: center;
	height: 19px;
	line-height: 17px;
}
.lineA{
	border-right: 2px solid #fdf1ec;
	border-left: 2px solid #fdf1ec;
}
.slect{
	margin-left: 21px;
}
.code{
	margin-top: 30px;
	width: 319px;
	height: 150px;
	background: #ededed;
	
}
.codeText{
	margin-top: 10px;
	margin-left: 10px;
}
.codeText ul{
	border-bottom: 1px solid #e4e4e4;
}
.codeText ul li{
	font-size: 15px;
	color: #333;
	width: 166px;
	height: 42px;
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	background: #fff;
	line-height: 42px;
	text-align:left;
padding:0 0 0 15px;
width:153px;
}
.codeText ul li.active{
	color: #fff;
	background: #a9c339;
	border-left: 1px solid #a9c339;
	border-top: 1px solid #a9c339;
	border-right: 1px solid #a9c339;
}
.codePic{
	width: 130px;
	height: 130px;
	background: #a9c339;
	margin-top: 10px;
}
.codePic ul{
	position: relative;
	width: 110px;
	height: 110px;
}
.codePic ul li{
	position: absolute;
	display: none;
	width: 110px;
	height: 110px;
	margin-top: 10px;
	margin-left: 10px;
}
.video{
	height: 295px;
	width: 320px;
}
.videoTitle{
	height: 70px;
}
.videoTitle span{
	font-size: 20px;
	color: #6a005f;
	font-weight: bold;
	margin-top: 26px;
}
.videoTitle a{
	font-size: 14px;
	color: #7e7e7e;
	margin-top: 34px;
}
.choice{
	height: 45px;
	width: 320px;
	color: #0a0a0a;
	line-height: 45px;
	font-size: 14px;
	background: #ededed;
	text-align: center;
}
/* 友情链接 */
.friendship{
	height: 48px;
	width: 1098px;
	border: 1px solid #e3e3e3;
	margin: 0 auto;
}
.friendship span{
	color: #6a005f;
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	margin-left: 19px;
}
.friendship ul{}
.friendship ul li{
	margin-right: 37px;
	margin-left: 35px;
	line-height: 46px;
}
.friendship ul li a{
	font-size: 14px;
	color: #000;
}
/* footer */
.footer{
	width: 100%;
	height: 130px;
	background: #4c4c4c;
}
.footerMain{
	margin: 0 auto;
	width: 1100px;
}
.footerLogo{
	margin-top: 38px;
}
.enrollment{
	height: 47px;
	border-left: 1px solid #fff;
	margin-top: 42px;
	margin-left: 26px;
}
.enrollment p{
	color: #fff;
	font-size: 14px;
	margin-left: 24px;
}
.enrollment1{
	margin-top: 1px;
}
.enrollment2{
	margin-top: 6px;
}
.oriented{
	margin-top:15px;
}
.oriented p{
	color: #fff;
	font-size: 14px;
	text-align: right;
}
.oriented2{
	margin-top: 6px;
}
/* 列表页 */
.list{
	width: 1200px;
	margin: 0 auto;
}
.exhibition{
		width: 1200px;
}
.listNavContent{
	width: 200px;
	margin-left: 50px;
	position: relative;
}
.listNavTitle{
	position: absolute;
	left: 0;
	top: -30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #842d7b;
}
.listNavList{
	overflow: hidden;
}
.listNavList ul{
	margin-top: 31px;
}
.listNavList ul li{
	margin-top: 1px;
}
.listNavList ul li a{
	display: block;
	width: 200px;
	height: 45px;
		color: #000;
	font-size: 16px;
	line-height: 45px;
	text-indent: 26px;
	position: relative;
background: url("imageslistarrorHui.png") no-repeat 160px center #fef3e1;
}


.listNavList ul li a.on{background: url("imageslistarror.png") no-repeat 160px center #e4b66b;}






.south{
	width: 950px;
	min-height:500px;
}
.southTitle{
	width: 859px;
	margin-top: 26px;
	margin-left: 41px;
	margin-bottom: 6px;
}
.southTitle a{
	font-size: 14px;
	color: #7c7c7c;
}
.southTitle span{
	font-size: 14px;
	color: #7c7c7c;
}
.xian{
	margin-left: 40px;
}
.home{
	margin-left: 1px;
}
.another{
	margin-left: 11px;
	margin-right: 10px;
}
.cancelled{
	width: 860px;
	margin-left: 40px;
}
.cancelled ul{
	border-bottom: 1px dashed #e4e4e4;
	padding-bottom: 11px;
	margin-top: 14px;
}
.cancelled ul li{
	line-height:36px;
}
.cancelled ul li:before{
	content: "";
	float: left;
	width: 6px;
	height: 6px;
	margin-top: 17px;
	background: url("imageslistghost.png") no-repeat;
}
.cancelled ul li a{
	color: #1a1a1a;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 10px; width:180px;

}
.cancelledTime{
	font-size: 14px;
	color: #8c8c8c;
}
.definitionPage{
	height: 80px;
}

.definitionPageMain{
	width: 392px;
	margin-left: 285px;
}

.definitionPageMain span{
	line-height: 11px;
}
.definitionPageMain a,.page{
	font-size: 12px;
	line-height: 11px;
}
.cultural{
	margin-left: 10px;
	margin-top: 22px;
}
.entitled{
	margin-left:26px;
	margin-right: 15px;
	margin-top: 23px;
}
.route,.being,.national,.lastPage{
	padding: 3px 5px 3px 4px;
	border: 1px solid #afd5f5;
	color: #ccc;
	margin-top: 19px;
}
.national,.lastPage{
	color: #000;
}
.being,.lastPage{
	margin-left: 3px;
}
.formBottom{
	width: 26px;
	height: 20px;
	background: url("imageslisttz.jpg") no-repeat;
	margin-top: 1px;
}
.formText{
	width: 43px;
	height: 18px;
	border: 1px solid #a9a9a9;
	margin-left: 1px;
}
.form1{
	width: 72px;
	margin-left: 25px;
	margin-top: 18px;
}

.page{
	margin-left: 1px;
	margin-top: 23px;
}
.national{
	margin-left: 5px;
}
.con{padding:15px 0;}
.con_tit1{text-align:center; font-size:20px; color:#141414; font-weight:bold; line-height:42px;}
.con_tit2{text-align:center; font-size:16px; color:#141414; line-height:32px;}
.con_date{color:#a4a4a4; font-size:12px; text-align:center; line-height:25px;}
.con_con{border-top:1px solid #d9d9d9; margin-top:10px; padding:20px 0; border-bottom:1px solid #d9d9d9;}
.con_con p{line-height:30px; font-size:14px;color:#141414;}


    .defaultInputStyle{height: 18px !important;
    border: 1px #c7e0f8 solid !important;
    vertical-align: bottom !important;}