body{
	background: #f7e6fc;
}
/*top*/
.topWrap{
	width: 100%;
	height: auto;
	background: #b61e83;
}
.top{
	width: 988px;
	height: 30px;
	padding: 16px 0;
	overflow: hidden;
	margin: 0 auto;
}
.top label{
	display: block;
	float: left;
	width: 196px;
	background: #c24498 url(../img/ico1.png) 12px 7px no-repeat;
	border-radius: 50px;
	height: 30px;
	margin-right: 12px;
}
.top label.cur{
	background: #c24498 url(../img/ico2.png) 12px 7px no-repeat;
}
.top label input{
	width: 135px;
	height: 16px;
	line-height: 16px;
	margin: 7px 15px 7px 0;
	background: #c24498;
	*margin-left: 34px;
	padding-left: 10px;
	float: right;
	border-left: 1px solid #d697c1;
	font-size: 14px;
	color: #fff;
}
.top .topBut{
	float: left;
	height: 30px;
	background: #8f0d64;
	width: 77px;
	margin-right: 12px;
	border-radius: 50px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.top .topBut:hover{
	background: #9a0e6c;
}
.top .forget{
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 14px;
	color: #fff;
}

.top .topR{
	width: 200px;
	float: right;
	height: 30px;
	line-height: 30px;
}
.top .topR a{
	display: block;
	float: right;
	font-size: 14px;
	color: #dda9c7;
}
.top .topR a:hover{
	color: #fff;
}
.top .topR span{
	display: block;
	width: 1px;
	float: right;
	height: 12px;
	background: #dda9c7;
	margin:10px 9px 8px;
}
/*header*/
.headerWrap{
	width: 100%;
	height: auto;
	background: #b61e83;
}
.headerWrap .header{
	width: 1080px;
	padding: 0 15px;
	background: #f9f4fa;
	margin: 0 auto;
	height: 176px;
	border-top-left-radius: 25px;
}
/*nav*/
.nav {
	width: 998px;
	margin: 0 auto;
	height: auto;
	background: #333;
	position: relative;
	border-bottom-right-radius: 12px;
	z-index: 1;
}
.nav a {
	color: #fff;
}
.nav .nLi {
	width: 98px;
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi h3 {
	width: 100%;
	float: left;
	height:48px;
	line-height:48px;
	text-align: center;
}
.nav .nLi h3 a {
	display: block;
	font-size: 16px;
}
.nav .sub {
	display: none;
	width: 98px;
	left: 0;
	top: 48px;
	font-size: 16px;
	position: absolute;
	background: #333;
	line-height: 28px;
	padding: 12px 0 7px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.nav .sub li {
	zoom: 1;
	margin-bottom: 5px;
	text-align: center;
}
.nav .sub a {
	display: block;
	color: #fff;
}
.nav .sub a:hover {
	background: #a20607;
	color: #fff;
}
.nav .on h3 a {
	background: #ba2187;
	color: #fff;
}
/*logo*/
.heaB{
	width: 998px;
	height: auto;
	margin: 0 auto;
	padding-top: 29px;
}
.heaB .logo{
	 
	height: auto;
}
.heaB .logo img{
	display: block;
	width: 100%;
}
.heaB .search{
	width: 312px;
	height: 38px;
	margin-top: 16px;
	border: 1px solid #eee;
	background: #fff;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	overflow: hidden;
}
.heaB .search .seaTxt{
	width: 238px;
	height: 20px;
	float: left;
	padding: 0 10px;
	margin: 9px 0;
	border-right: 1px solid #eaeaea;
	font-size: 14px;
	color: #999999;
}
.heaB .search .seaBut{
	width: 21px;
	height: 21px;
	background:  15px 8px no-repeat;
	cursor: pointer;
           padding-top:10px;
           padding-left:14px;
}
/*banner*/
.slideBox {
	width: 1060px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-top: 16px;
}
.slideBox .hd {
	width: 100%;
	*width: 155px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 18px;
	*left:50%;
	*margin-left: -77px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	*float: left;
	text-align: center;
}
.slideBox .hd ul li {
	*float: left;
	display: inline-block;
	margin: 0 3px;
	width: 25px;
	height: 10px;
	background: url(../img/ico4_50.png) repeat;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #fff;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
	width: 100%;
	margin: 0 auto;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}
.slideBox1 .hd {
	width: 100%;
	*width: 100%;
	height: 8px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	*left:0;
	*margin-left: 0;
	z-index: 1;
}
/*banner2*/
.slideBox1 .hd ul {
	width: 100%;
	height: 8px;
	overflow: hidden;
	zoom: 1;
	float: left;
	*float: left;
	text-align: center;
}
.slideBox1 .hd ul li {
	float: left;
	*float: left;
	display: inline-block;
	margin: 0;
	width: 25%;
	height: 8px;
	background: url(../img/ico4_50.png) repeat;
	cursor: pointer;
}
.slideBox1 .hd ul li.on {
	background: #b93e8d;
}
/*banner3*/
.slideBox2 .prev,
.slideBox2 .next {
	position: absolute;
	left: 100px;
	bottom: 16px;
	display: block;
	width: 21px;
	height: 39px;
	background: url(../img/next.png) 0 0 no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox2 .next {
	left: auto;
	right:100px;
	background-position: right 0;
}

.slideBox2 .prev:hover,
.slideBox2 .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox2 .prevStop {
	display: none;
}

.slideBox2 .nextStop {
	display: none;
}
.slideBox2 .bd li{
	position: relative;
}
.slideBox2 .bd li p{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -449px;
	width: 784px;
	padding: 0 57px;
	height: 72px;
	line-height: 72px;
	background: #b61e83;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	font-size: 20px;
	color: #fff;
	overflow: hidden;
}
.boxOneL{
	width: 700px;
	float: left;
	margin: 25px 10px 0;
}
.boxOneR{
	width: 340px;
	float: left;
	margin: 25px 10px 0;
}
.boxThere{
	width: 520px;
	height: auto;
	margin: 25px 10px 0;
	float: left;
}
.boxFour{
	margin: 0 10px;
	padding-top: 25px;
}
/*标题*/
.title{
	width: 100%;
	height: 34px;
	background: url(../img/title.png) 4px 0 no-repeat;
	margin-bottom: 20px;
}
.title1{
	background: url(../img/title1.png) 4px 0 no-repeat;
}
.title2{
	background: url(../img/title2.png) 4px 0 no-repeat;
}
.title3{
	background: url(../img/title3.png) 4px 0 no-repeat;
}
.title4{
	background: url(../img/title4.png) 4px 0 no-repeat;
}
.title5{
	background: url(../img/title5.png) 4px 0 no-repeat;
}
.title6{
	background: url(../img/title6.png) 4px 0 no-repeat;
}
.title7{
	background: url(../img/title7.png) 4px 0 no-repeat;
}
.title8{
	background: url(../img/title8.png) 4px 0 no-repeat;
}
.title9{
	background: url(../img/title9.png) 4px 0 no-repeat;
}
.title10{
	background: url(../img/title10.png) 4px 0 no-repeat;
}
.title11{
	background: url(../img/title11.png) 4px 0 no-repeat;
}
.title12{
	background: url(../img/title12.png) 4px 0 no-repeat;
}
.title13{
	background: url(../img/title13.png) 4px 0 no-repeat;
}
.title14{
	background: url(../img/title14.png) 4px 0 no-repeat;
}
.title15{
	background: url(../img/title15.png) 4px 0 no-repeat;
}
.title16{
	background: url(../img/title16.png) 4px 0 no-repeat;
}
.title17{
	background: url(../img/title17.png) 4px 0 no-repeat;
}
.title18{
	background: url(../img/title18.png) 4px 0 no-repeat;
}
.title19{
	background: url(../img/title19.png) 4px 0 no-repeat;
}
.title h2{
	float: left;
	margin-top: 1px;
	width: 112px;
	height: 28px;
	padding-left: 32px;
	background: #b61e83 url(../img/ico5.png) 8px 7px no-repeat;
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}
.title1 h2{
	background: #fb9031 url(../img/ico5.png) 8px 7px no-repeat;
}
.title2 h2{
	background: #2ce3cb url(../img/ico5.png) 8px 7px no-repeat;
}
.title3 h2{
	background: #8ded1c url(../img/ico5.png) 8px 7px no-repeat;
}
.title4 h2{
	background: #2ba7ee url(../img/ico5.png) 8px 7px no-repeat;
}
.title5 h2{
	background: #a05deb url(../img/ico5.png) 8px 7px no-repeat;
}
.title6 h2{
	background: #00a569 url(../img/ico5.png) 8px 7px no-repeat;
}
.title7 h2{
	background: #f9bc01 url(../img/ico5.png) 8px 7px no-repeat;
}
.title8 h2{
	background: #f16999 url(../img/ico5.png) 8px 7px no-repeat;
}
.title9 h2{
	background: #ee6c51 url(../img/ico5.png) 8px 7px no-repeat;
}
.title10 h2{
	background: #a288b8 url(../img/ico5.png) 8px 7px no-repeat;
}
.title11 h2{
	background: #51cfee url(../img/ico5.png) 8px 7px no-repeat;
}
.title12 h2{
	background: #6f4c90 url(../img/ico5.png) 8px 7px no-repeat;
}
.title13 h2{
	background: #5785c0 url(../img/ico5.png) 8px 7px no-repeat;
}
.title14 h2{
	background: #f74562 url(../img/ico5.png) 8px 7px no-repeat;
}
.title15 h2{
	background: #24e332 url(../img/ico5.png) 8px 7px no-repeat;
}
.title16 h2{
	background: #f8cd00 url(../img/ico5.png) 8px 7px no-repeat;
}
.title17 h2{
	background: #94eb0b url(../img/ico5.png) 8px 7px no-repeat;
}
.title18 h2{
	background: #b61e83 url(../img/ico5.png) 8px 7px no-repeat;
}
.title19 h2{
	background: #f9bc01 url(../img/ico5.png) 8px 7px no-repeat;
}
.title a{
	display: block;
	float: right;
	margin-top: 6px;
	width: 48px;
	height: 20px;
	background: #b61e83 url(../img/more.png) center center no-repeat;
	border-radius: 50px;
}
.title1 a{
	background: #fb9031 url(../img/more.png) center center no-repeat;
}
.title2 a{
	background: #2ce3cb url(../img/more.png) center center no-repeat;
}
.title3 a{
	background: #8ded1c url(../img/more.png) center center no-repeat;
}
.title4 a{
	background: #2ba7ee url(../img/more.png) center center no-repeat;
}
.title5 a{
	background: #a05deb url(../img/more.png) center center no-repeat;
}
.title6 a{
	background: #00a569 url(../img/more.png) center center no-repeat;
}
.title7 a{
	background: #f9bc01 url(../img/more.png) center center no-repeat;
}
.title8 a{
	background: #f16999 url(../img/more.png) center center no-repeat;
}
.title9 a{
	background: #ee6c51 url(../img/more.png) center center no-repeat;
}
.title10 a{
	background: #a288b8 url(../img/more.png) center center no-repeat;
}
.title11 a{
	background: #51cfee url(../img/more.png) center center no-repeat;
}
.title12 a{
	background: #6f4c90 url(../img/more.png) center center no-repeat;
}
.title13 a{
	background: #5785c0 url(../img/more.png) center center no-repeat;
}
.title14 a{
	background: #f74562 url(../img/more.png) center center no-repeat;
}
.title15 a{
	background: #24e332 url(../img/more.png) center center no-repeat;
}
.title16 a{
	background: #f8cd00 url(../img/more.png) center center no-repeat;
}
.title17 a{
	background: #94eb0b url(../img/more.png) center center no-repeat;
}
/*校园动态*/
.Focus{
	float: left;
	width: 340px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.Focus .hd {
	height: 14px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 1;
}
.Focus .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.Focus .hd ul li {
	float: left;
	margin: 0 4px;
	width: 14px;
	height: 14px;
	background: url(../img/ico6.png) no-repeat;
	cursor: pointer;
}
.Focus .hd ul li.on {
	background:url(../img/ico6_hov.png) no-repeat
}
.Focus .bd {
	position: relative;
	z-index: 100%;
	margin: 0 auto;
}
.Focus .bd li {
	position: relative;
	zoom: 1;
	vertical-align: middle;
}
.Focus .bd img {
	width: 100%;
	
	display: block;
}
.Focus .bd ul li p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 214px;
	padding: 0 100px 0 26px;
	height: 38px;
	background: url(../img/ico4_50_000.png) repeat;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
}
.dynList{
	width: 340px;
	float: right;
	margin-top: -10px;
}
.dynList li,
.searchList li{
	width: 100%;
	height: 31px;
	float: left;
}
.dynList li a,
.searchList li a{
	display: block;
	float: left;
	padding-left: 15px;
	background: url(../img/ico7.png) 0 center no-repeat;
	width: 265px;
	height: 31px;
	line-height: 29px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}
.dynList li a:hover,
.searchList li a:hover{
	color: #b61e83;
}
.dynList li span,
.searchList li span{
	
	width: 50px;
	text-align: right;
	height: 31px;
	line-height: 33px;
	
	color: #333;
}
/*通知公告*/
.noList li a{
	background: url(../img/ico8.png) 0 center no-repeat;
}
.noList li a:hover{
	color: #fb9031;
}
/*学生天地*/
.Focus1{
	width: 100%;
}
.Focus1 .hd {
	bottom: 14px;
}
.Focus1 .hd li{
	width: 20px !important;
	height: 14px;
	margin: 0 3px !important;
	background: #6a6a6a !important;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 14px;
}
.Focus1 .hd li.on{
	background: #2ce3cb !important;
}
.Focus1 .bd ul li p{
	height: 42px;
	line-height: 42px;
	width: 524px;
	padding-right: 150px;
}
/*德育之窗*/
.moral{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: -15px;
}
.moral li{
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px dashed #eee;
	padding: 16px 0;
}
.moral li .moImg{
	width: 121px;
	height: 86px;
	overflow: hidden;
	float: left;
}
.moral li .moImg img{
	display: block;
	width: 100%;
}
.moral li .moTxt{
	position: relative;
	width: 210px;
	height: 86px;
	overflow: hidden;
	float: right;
}
.moral li .moTxt h2{
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	font-size: 16px;
}
.moral li .moTxt h2 a{
	color: #666;
}
.moral li .moTxt h2 a:hover{
	color: #79df02;
}
.moral li .moTxt p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	overflow: hidden;
	line-height: 18px;
	font-size: 14px;
	color: #999;
}
.moral li .moTxt p a{
	color: #b61e83;
}
.moral li .moTxt p a:hover{
	color: #79df02;
}
/*教学科研*/
.teach{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #eeeeee;
}
.teach li{
	width: 224px;
	height: auto;
	float: left;
	margin-right: 14px;
}
.teach li a{
	display: block;
	color: #666;
}
.teach li img{
	display: block;
	width: 100%;
	height: 156px;
}
.teach li p{
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 14px;
}
.teach li a:hover{
	color: #028ede;
}
.teach1 {
    width: 100%;
    float: left;
    margin-top:8px;
}
.teach1 li a{
	width: 620px;
	background: url(../img/ico9.png) 0 center no-repeat;
}
.teach1 li a:hover{
	color: #028ede;
}
/*精彩视讯*/
.video{
	width: 100%;
	height: auto;
}
.video embed{
	width: 100%;
	height: 242px;
}
.video a{
	display: block;
	margin-top: 24px;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.video a:hover{
	color: #7e1deb;
}
/*广告*/
.adver{
	padding: 0 15px;
	height: auto;
}
.adver a{
	display: block;
	padding: 20px 10px 0;
}
.adver a img{
	display: block;
	width: 100%;
}
/*图片新闻  缩略图切换*/
.picFocus {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd {
	width: 100%;
	overflow: hidden;
	margin-top: 13px;
}
.picFocus .hd ul {
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd ul li {
	float: left;
	text-align: center;
}
.picFocus .hd ul li img {
	width: 100px;
	height: 56px;
	border: 2px solid #fff;
	cursor: pointer;
	margin-right: 14px;
}
.picFocus .hd ul li.cur img{
	margin-right: 0;
}
.picFocus .hd ul li.on img {
	border-color: #00a569;
}
.picFocus .bd li {
	width: 100%;
	height: 197px;
	overflow: hidden;
	vertical-align: middle;
}
.picFocus .bd img {
	width: 100%;
	display: block;
}
/*新闻动态*/
.new li a{
	background: url(../img/ico10.png) 0 center no-repeat;
}
.new li a:hover{
	color: #e9b002;
}
/*新闻资讯*/
.consult{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.consult li{
	width: 162px;
	height: auto;
	float: left;
}
.consult li a{
	display: block;
	color: #666;
}
.consult li img{
	display: block;
	width: 100%;
	height: 114px;
}
.consult li p{
	margin-top: 17px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.consult li h2{
	width: 100%;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	font-size: 12px;
	color: #cecece;
}
.consult1{
	margin-top: 8px;
}
.consult1 li a{
	background: url(../img/ico11.png) 0 center no-repeat;
}
.consult1 li a:hover{
	color: #ef427f;
}
/*学院简介*/
.intro{
	width: 100%;
	height: auto;
}
.intro img{
	display: block;
	width: 100%;
	height: 132px;
}
.intro p{
	height: 96px;
	overflow: hidden;
	margin-top: 12px;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	text-align: justify;
	text-indent: 2em;
}
.intro p a{
	color: #b61e83;
}
.intro p a:hover{
	color: #ec411e;
}
/*校园新闻*/
.campus{
	width: 100%;
	height: auto;
}
.campus h2{
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}
.campus h2 a{
	display: block;
	width: 100%;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	color: #a288b8;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.campus p{
	width: 100%;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	text-align: justify;
}
.campus p a{
	color: #a288b8;
}
.campus p a:hover,
.campus h2 a:hover{
	color: #854db5;
}
.campus1{
	margin-top: 8px;
	border-top: 1px dashed #eee;
}
.campus1 li a{
	background: url(../img/ico12.png) 0 center no-repeat;
}
.campus1 li a:hover{
	color: #854db5;
}
/*学院师资*/
.teacher{
	width: 100%;
	height: auto;
}
.teacher ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.teacher ul li{
	width: 160px;
	height: auto;
	float: left;
}
.teacher ul li a{
	display: block;
	font-size: 16px;
	color: #666666;
}
.teacher ul li img{
	display: block;
	width: 100%;
	height: 180px;
}
.teacher ul li p{
	width: 100%;
	height: 24px;
	margin-top: 10px;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
}
.teacher ul li h2{
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.teacher ul li a:hover{
	color: #1cc2eb;
}
/*中心公告*/
.affiche{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.affiche .affImg{
	width: 122px;
	height: 88px;
	overflow: hidden;
}
.affiche .affImg img{
	display: block;
	width: 100%;
}
.affiche .affTxt{
	width: 380px;
	height: 88px;
	position: relative;
}
.affiche .affTxt h2{
	width: 100%;
	height: auto;
}
.affiche .affTxt h2 a{
	display: block;
	width: 100%;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.affiche .affTxt p{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
}
.affiche .affTxt p a{
	color: #6f4c90;
}
.affiche .affTxt p a:hover,
.affiche .affTxt h2 a:hover{
	color: #59258b;
}
.affiche1{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 8px;
}
.affiche1 li a{
	width: 410px;
	background: url(../img/ico13.png) 0 center no-repeat;
}
.affiche1 li a:hover{
	color: #6f4c90;
}
/*德育之窗*/
.moralUl{
	width: 100%;
	height: auto;
	margin-top: -12px;
}
.moralUl li{
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #eee;
	padding: 12px 0;
}
.moralUl li h2{
	width: 100%;
	height: auto;
}
.moralUl li h2 a{
	display: block;
	width: 100%;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.moralUl li p{
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	height: 48px;
	line-height: 24px;
	text-indent: 2em;
	font-size: 14px;
	color: #999;
}
.moralUl li p a{
	color: #5785c0;
}
.moralUl li h2 a:hover,
.moralUl li p a:hover{
	color: #2869bd;
}
/*在线咨询*/
.online{
	width: 100%;
	height: auto;
}
.online ul{
	width: 100%;
	height: auto;
	margin-top: -15px;
}
.online ul li{
	width: 100%;
	height: auto;
	padding: 15px 0;
	border-bottom: 1px dashed #eee;
}
.online ul li h2{
	width: 480px;
	padding-left: 40px;
	height: 28px;
	background: url(../img/ico14.png) no-repeat;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.online ul li p{
	margin-top: 11px;
	width: 480px;
	padding-left: 40px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	background: url(../img/ico15.png) 0 6px no-repeat;
	font-size: 14px;
	color: #999999;
}
.online ul li p a{
	color: #5785c0;
}
.online ul li p a:hover{
	color: #f61e41;
}
/*图片新闻*/
.picNew{
	width: 520px;
}
.picNew .hd li.on{
	background: #24e332 !important;
}
.picNew .bd ul li p{
	width: 344px;
}
/*教学园地*/
.garden{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.garden li{
	width: 200px;
	height: auto;
	float: left;
	margin-right: 15px;
}
.garden li a{
	display: block;
	color: #666666;
}
.garden li img{
	display: block;
	width: 100%;
	height: 140px;
}
.garden li p{
	margin-top: 12px;
	width: 100%;
	height: 18px;
	overflow: hidden;
	line-height: 18px;
	font-size: 14px;
}
.garden li a:hover{
	color: #e8c001;
}
/*校园动态*/
.schoolWrap{
	padding-bottom: 30px;
}
.school{
	width: 520px;
	height: auto;
}
.school h2{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.school h2 a{
	display: block;
	width: 100%;
	height: 21px;
	line-height: 21px;
	font-size: 16px;
	color: #94eb0b;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.school p{
	width: 100%;
	height: 48px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #eeeeee;
	line-height: 24px;
	overflow: hidden;
	text-indent: 2em;
	font-size: 14px;
	color: #999999;
}
.school p a{
	color: #94eb0b;
}
.school p a:hover,
.school h2 a:hover{
	color: #77bf06;
}
.school .schoolUl li a{
	background: url(../img/ico16.png) 0 center no-repeat;
}
.school .schoolUl li a:hover{
	color: #77bf06;
}
/*友情链接*/
.link{
	width: 1060px;
	padding:22px 25px;
	margin: 20px auto 0;
	background: #f9f4fa;
}
.link1{
	margin-top: 0px;
}
.link .linkUl{
	width: 100%;
	height: auto;
}
.link .linkUl li{
	width: 202px;
	height: auto;
	float: left;
	margin-right: 12px;
}
.link .linkUl li a{
	display: block;
	width: 200px;
	height: 62px;
	border: 1px solid #eee;
}
.link .linkUl li a:hover{
	box-shadow: 0 0 5px #ccc;
}
.link .linkUl li a img{
	display: block;
	width: 100%;
	height: 62px;
}
/*下拉选框*/
.choiceW{
    width: 100%;
    height: 34px;
    
}
.choice{
	width: 224px;
	height: 34px;
	position:relative;
	float:left;
	margin-right: 54px;
}
.select dt{
	height:32px;
	display:inline-block;
	border:1px solid #eee;
	background:#fff url(../img/ico17.png) no-repeat right center;
	line-height:32px;
	font-size: 14px;
	cursor:pointer;
	text-indent: 5px;
	width:222px;
	color: #999;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	position:relative;
	z-index:99;
}
.select dt.set{
	background:#fff url(../img/ico17_hov.png) no-repeat right center;
}
.select dd{
	position:absolute;
	left:0;
	top:33px;
	border:1px solid #eee;
	background:#fff;
	display:none;
	font-size: 14px;
	z-index: 100;
}
.select dd ul{
	width:222px;
	height: auto;
}
.select dd ul li a{
	line-height:28px;
	display:block;
	padding:0 8px;
    color: #999;
}
.select dd ul li a:hover{
	background:#f3f3f3;
}
/*footer*/
.footerWrap{
	width: 100%;
	height: auto;
	background: #b61e83;
	margin-top: 70px;
}
.footerWrap1{
	margin-top: 15px;
}
.footer {
	width: 1060px;
	height: auto;
	padding: 0 25px;
	margin: 0 auto;
	overflow: hidden;
}
.footer h2{
	float: left;
	width: 60%;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	font-size: 14px;
	color: #ffffff;
}
.footer h2 a{
	position: relative;
	top: 16px;
	margin-left: 5px;
	*top: 3px;
}
.footer h3{
	width: 40%;
	float: right;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	font-size: 14px;
	color: #ffffff;
	text-align: right;
}
.footerWrap1 .footer{
	padding: 20px 0;
}
.footer ul{
	width: 689px;
	height: auto;
	float: left;
	margin-top: 8px;
	margin-left: 78px;
}
.footer ul li{
	float: left;
	width: 70px;
	height: 84px;
	overflow: hidden;
	padding: 0 22px;
	border-right: 1px solid #db8fc1;
	
}
.footer ul li a{
	display: block;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	font-size: 14px;
	color: #fac2cb;
}
.footer ul li a:hover{
	color: #fff;
}
.footer i{
	display: block;
	width: 97px;
	height: 97px;
	float: right;
	margin-right: 100px;
}
.footer i img{
	display: block;
	width: 100%;
}
.footerWrap2{
	width: 100%;
	height: auto;
	background: #fff;
}
.footerWrap2 .footer{
	padding: 12px 0;
}
.footerWrap2 .footer h3,
.footerWrap2 .footer h2{
	width: 100%;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #999999;
}
.footerWrap2 .footer h2 a{
	top: 6px;
}
/*简介页*/
.mainWrap{
	width: 100%;
	height: auto;
}
.mainWrap .mainTop{
	width: 1060px;
	margin: 0 auto;
	padding: 18px 25px 16px;
	background: #fff;
}
.mainWrap .mainTop h2{
	height: 20px;
	line-height: 18px;
	padding-left: 22px;
	background: url(../img/ico18.png) no-repeat;
}
.mainWrap .mainTop h2 a{
	display: block;
	float: left;
	font-size: 14px;
	color: #999;
}
.mainWrap .mainTop h2 a:hover,
.mainWrap .mainTop h2 a.cur{
	color: #b61e83;
}
.mainWrap .mainTop h2 em{
	display: block;
	float: left;
	margin: 0 7px;
	font: 400 16px/18px consolas;
	font-size: 14px;
	color: #999;
}
.main{
	height: auto;
}
.main .mainL{
	width: 260px;
	height: auto;
	margin: 0 10px;
	float: left;
}
.main .mainL ul{
	width: 100%;
	height: auto;
}
.main .mainL ul li{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.main .mainL ul li h2{
	width: 100%;
	background: #b61e83;
	height: 54px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	color: #fcfcfc;
}
.main .mainL ul li a{
	display: block;
	height: 50px;
	border-radius: 5px;
	background: #f5f6fa;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.main .mainL ul li.cur a{
	background: #cbb600;
	color: #fff;
}
.main .mainL ul li.cur a:hover{
	color: #fff;
}
.main .mainL ul li a:hover{
	color: #b61e83;
}
.main .mainR{
	width: 780px;
	height: auto;
	margin: 0 10px;
	float: left;
	padding-bottom: 26px;
}
.main .mainR h2{
	width: 100%;
	height: 34px;
	margin-bottom: 20px;
	background: url(../img/title20.png) no-repeat;
}
.main .mainR h2 em{
	display: block;
	float: left;
	margin-top: 1px;
	width: 112px;
	height: 28px;
	padding-left: 32px;
	background: #b61e83 url(../img/ico5.png) 8px 7px no-repeat;
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}
.main .mainR p{
	width: 100%;
	font-size: 14px;
	line-height: 32px;
	color: #666;
	text-indent: 2em;
}
.main .mainR i{
	display: block;
	width: 100%;
	margin: 10px 0;
}
.main .mainR i img{
	display: block;
	width: 100%;
	border-radius: 5px;
}
/*列表页*/
.listTxt{
	margin-top: 0;
	width: 776px;
	height: auto;
	overflow: hidden;
	float:initial;
}
.listTxt li a{
	width: 650px;
}
/*分页*/
.page{
	width: 444px;
	overflow: hidden;
	margin: 50px auto 22px;
}
.page .prev{
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	border: 1px solid #eee;
	background: url(../img/prev.png) 0 0 no-repeat;
	margin-right: 6px;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
}
.page .next{
	background-position: right 0;
	margin-right: 18px;
}
.page .prev:hover{
	background-position: 0 bottom;
	border: 1px solid #b61e83;
}
.page .next:hover{
	background-position: right bottom;
}
.page .cur{
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin-left: -1px;
	border: 1px solid #eee;
	font-size: 18px;
	color: #666666;
	text-align: center;
}
.page .cur1{
	color: #fff;
	background: #b61e83;
	border: 1px solid #b61e83;
}
.page .cur:hover{
	color: #b61e83;
}
.page .cur1:hover{
	color: #fff;
}
.page span{
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.page .pageTxt{
	width: 52px;
	height: 34px;
	border: 1px solid #eee;
	float: left;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 34px;
}
.page .pageBut{
	width: 36px;
	height: 36px;
	border: 1px solid #eee;
	float: left;
	margin-left: 10px;
	font-size: 16px;
	color: #666666;
	background: #fff;
	cursor: pointer;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.page .pageBut:hover{
	color: #fff;
	background: #b61e83;
	border: 1px solid #b61e83;
}
/*内容页*/
.content{
	width: 1060px;
	height: auto;
	padding: 0 25px 40px;
	margin: 0 auto;
	background: #fff;
}
.content h2{
	width: 100%;
	height: 31px;
	background: url(../img/title21.png) no-repeat;
}
.content h1{
	width: 100%;
	line-height: 54px;
	text-align: center;
	font-size: 24px;
	color: #333333;
}
.content h3{
	width: 100%;
	height: 36px;
	margin-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	line-height: 36px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.content p{
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	text-indent: 2em;
	text-align: justify;
	color: #666;
}
.content i{
	display: block;
	width: 100%;
	overflow: hidden;
}
.content i img{
	display: block;
	border-radius: 5px;
	margin: 15px auto;
}
.content1{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 12px 15px;
	background: #fbfbfb;
}
.content1 h2{
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
}
.content1 h2 a{
	color: #666;
}
.content1 h2 a:hover{
	color: #b61e83;
}
/*搜索结果页*/
.searchList{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.searchList li a{
	width: 920px;
}
.searchList li a em{
	color: #b61e83;
}
/*图片列表页*/
.picList{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.picList li{
	width: 178px;
	height: auto;
	float: left;
	margin-bottom: 12px;
	padding: 7px;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.picList li a{
	display: block;
}
.picList li:hover{
	border: 1px solid #eee;
}
.picList li:hover span{
	color: #b61e83;
}
.picList li span{
	width: 100%;
	display: block;
	height: 20px;
	margin-top: 14px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}