.banner {
	width: 100%;
	height: 450px;
	overflow: hidden;
}

#slideshow{position:relative;height:450px;width:1200px;margin:0 auto;}
#slideshow a{float:left;display:inline;}
#slideshow .img{position:absolute;width:1200px;height:450px;overflow:hidden}
#slideshow .img span{position:absolute;width:19999px;display:block}
#slideshow .btns{z-index:10;position:absolute;width:1200px}
#slideshow .btns b {
	position:absolute;
	width:150px;
	display:block;
	height:14px;
	overflow:hidden;
	top:420px;
	left:50%;
}
#slideshow .btns b i{
	width:10px;
	background:#fff;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity:0.7;
	float:left;
	height:10px;
	font-size:0px;
	overflow:hidden;
	cursor:pointer;
	margin-right:6px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
#slideshow .btns b i:hover{background:#a7a7a6;}
#slideshow .btns b i.on{background:#8c0607;cursor:default}
#slideshow .btns b i.on:hover{background:#8c0607;cursor:default}
#slideshow .btns s{
	position:absolute;
	width:60px;
	display:none;
	height:80px;
	overflow:hidden;
	top:180px;
	cursor:pointer;
}
#slideshow .btns s i{
	position:absolute;
	width:60px;
	background:url(../image/btn_slideshow.png);
	height:160px;_filter:progid:dximagetransform.microsoft.alphaimageloader(enabled=true, sizingmethod=scale, src="../image/btn_slideshow.png");_background:none;}
#slideshow .btns s.prev{left:0px}
#slideshow .btns s.prev i{top:-80px}
#slideshow .btns s.next{right:0px}
.paging{opacity:0.6;filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity:0.6;height:450px;position:absolute;background:#000;overflow:hidden}


.content {
	width: 1200px;
	height: 680px;
	margin: auto;
	padding-top: 5px;
}
.content .news {
	width: 800px;
	height: 340px;
	float: left;
}
.news_title {
	width: 800px;
	height: 40px;
	padding-top: 10px;
}
.news_img {
	float: left;
}
.news_title .news_title_text {
	float: left;
	font-size: 18px;
	color: #8c0607;
	margin-left: 10px;
	font-weight: bold;
	letter-spacing:2px;
}
.news_title .news_more {
	float: right;
	line-height: 22px;
	width: 60px;
	height: 25px;
	border: 1px solid #c2c2c4;
	text-align: center;
	color: #a7a7a8;
}
.news_main {
	width: 800px;
	height: 250px;
}
.news_main_left {
	float: left;
	width: 400px;
}
.news_main_left li {
	height: 122px;
	margin-top: 15px;
}
.news_main_left_img {
	width: 160px;
	height: 110px;
	float: left;
}
.news_main_left_img img {
	width: 100%;
	height: 100%;
}
.news_main_left h1 {
	float: left;
	width: 220px;
	margin-left: 10px;
	height: 55px;
          line-height:25px;
	font-size: 17px; 
}
.news_main_left p {
	float: left;
	width: 220px;
	height: 50px;
	line-height: 25px;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news_main_right {
	float: left;
	width: 400px;
}
.news_main_right li {
	height: 30px;
	line-height: 25px;
	margin-left: 10px;
	background-image: url('../image/list.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 5px;
	overflow:hidden;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
.notice {
	width: 370px;
	height: 300px;
	float: left;
	margin-left: 20px;
}
.notice_title {
	width: 370px;
	height: 40px;
	padding-top: 10px;
}
.news_title_text {
	float: left;
	font-size: 18px;
	color: #8c0607;
	margin-left: 10px;
	font-weight: bold;
	letter-spacing:2px;
}
.news_more {
	float: right;
	line-height: 22px;
	width: 60px;
	height: 25px;
	border: 1px solid #c2c2c4;
	text-align: center;
	color: #a7a7a8;
}
.notice_main li {
	height: 80px;
	width: 370px;
	margin-top: 10px;
}
.notice_main .time {
	width: 70px;
	height: 70px;
	background: #8c0607;
	float: left;
	border-radius: 10px;
}
.month {
	height: 35px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 35px;
}
.day {
	height: 35px;
	background-color: #fff;
	border: 1px #8c0607 solid;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
	line-height: 35px;
}
.notice_main h1 {
	float: left;
	margin-left: 15px;
	font-size: 17px;
	width: 280px;
}
.notice_main p {
	float: left;
	width: 280px;
	height: 40px;
	margin-left: 15px;
	margin-top: 7px;
	overflow: hidden;
	line-height: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}




.bottom {
	width:1200px;
	height:150px;
	margin:10px auto 0 auto;
	}
.bottom_logo {
	float:left;
	width: 150px;
	height:150px;
	text-align:center;
	}
.bottom_logo img {
	margin-top:10px;
	}
.bottom_center {
	float:left;
	width: 850px;
	
    margin-top: 2px;
	}
.bottom_center_lxfs {
	width:710px;
	height:50px;
	}
.bottom_center_lxfs  span {
	float:left;
	font-size:16px;
	font-weight: bold;
	height:40px;
           width:80px;
	}
.bottom_center_lxfs  ul li {
	float:left;
	font-size:13px;
	float: left;
	width:205px;
	height: 25px;
	}
.bottom_center_ {
	width:710px;
	height:70px;
	}
.bottom_center_kx span {
	float:left;
	font-size:16px;
	font-weight: bold;
	height:60px;
           width:80px;
	}
.bottom_center_kx ul li {
	float:left;
	font-size:13px;
	float: left;
	width:205px;
	height: 23px;
	}
.bottom_center_lxwm {
	width:710px;
	height:26px;
	}
.bottom_center_lxwm ul span {
	float:left;
	font-size:16px;
	font-weight: bold;
	height:26px;
           width:80px;
	}
.bottom_center_lxwm ul li {
	float:left;
	font-size:13px;
	float: left;
	width:205px;
	height: 25px;
	}

.bottom_center_aqxc{
	width:840px;
	height:46px;
        position: relative;
        overflow:hidden;
}
.bottom_center_aqxc .span_aqxc {
	float:left;
	font-size:16px;
	font-weight: bold;
	height:30px;
        width:152px;
}
.bottom_center_aqxc ul{
        float:left;
    width: 688px;
}
.bottom_center_aqxc ul li {
    float: left;
    font-size: 13px;
    height: 25px;
    margin-right: 15px;
    width: 214px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
.bottom_center_aqxc .more{
    position: absolute;
    bottom: 0;
    right: 12px;
    line-height: 22px;
    width: 60px;
    height: 25px;
    text-align: center;
    color: #a7a7a8;
    font-size: 12px;
}




























.bottom_right {
	float:right;
	margin-top:30px;
	margin-right:20px;
	}
.bottom_right ul li {
	float:left;
	text-align:center;
	}
.footer_flex li:hover span { display: block; }
.footer_flex li:hover .img-n { display: none; }
.footer_flex li .img-n { padding-top: 10px; }
.footer_flex li { width: 65px; height: 60px; font-size:12px; margin-left:15px; float: left; text-align: center; cursor: pointer; position: relative; z-index: 10; }
.footer_flex li:hover .flex-footerc { display: block; }
.footer_flex li .flex-footerc {
               box-shadow:3px 3px 6px rgba(0,0,0,0.15); 
               width: 110px; 
               height: 110px; 
               position: absolute; 
               left:-40pxpx; 
               top: -120px; 
               text-align: center; 
               padding-top: 8px; 
               background: url() 1px top no-repeat; 
               display: none;
z-index:10;
 }

.demo {
	width: 390px;
	height: 260px;
	float: left;
}
.demo {	width: 390px; height: 260px;font-size: 14px; position:relative;}
.demo a.control {
	position:absolute;
	display: block;
	top: 50%;
	margin-top: -78px;
	width: 76px;
	height: 112px;
	cursor: pointer;
	z-index: 2;
	background: url(../image/buttons.png) no-repeat;
}
.demo a.prev {
	left: 0;
	background-position: 0 0;
}
.demo a.next {
	right: 0;
	background-position: -76px 0;
}
.demo a.prev:hover {
	background-position: 0 -112px;
}
.demo a.next:hover {
	background-position: -76px -112px;
}

.slider {display: none}
.enrollment_work_text {
	width: 380px;
	float: left;
	margin-left: 15px;
}
.enrollment_work_text li {
	height: 30px;
	width: 375px;
	line-height: 25px;
	background-image: url('../image/list.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 5px;
	overflow:hidden;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}

.passageway {
	float: left;
	width: 370px;
	height: 300px;
	float: left;
	margin-left: 10px;
}
.passageway_title {
	background-image: url(../image/bg_03.png);
	background-repeat: no-repeat;
	background-position: 10px;
	width: 370px;
	height: 40px;
	font-size: 18px;
	color: #8c0607;
	text-align: center;
	font-weight: bold;
	letter-spacing:2px;
}
.passageway ul li {
	height: 101px;
	width: 101px;
	margin-left: 20px;
	margin-top: 25px;
	float: left;
	border: 1px #8c0607 solid;
	border-radius:10px;
	text-align: center;
}
.passageway ul li img {
	margin-top: 15px;
}
.passageway ul li p {
	line-height: 30px;
	color: #8c0607;
    font-weight: bold;
}
.footer_flex clearfix_text {
margin-left:3px;
background-color: green;
}


.college {
	width: 1200px;
	height: 145px;
	margin: auto;
	background-color: #f4ebeb;
}
.college ul li {
height: 126px;
    width: 126px;
    margin-left: 6px;
    margin-top: 10px;
    float: left;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    font-size: 10px;
}
.college ul li img {
	margin-top: 10px;
width:70%;
height:70%;
}
.college ul li p {
	line-height: 10px;
	color: #8c0607;
 font-size: 12px;
}
