@charset "utf-8";
/* CSS Document */
body {
	background:#f3f3f3;
}
body,ul,li,h1 {
	margin:0;
	padding:0;	
}
ul {list-style: none;}

.clearfix:after{
　　centent:"";
　　height:0;
　　line-height:0;
　　display:block;
　　visibility:hidden;
　　clear:both
}
.clearfix{
　　zoom:1;
}
/*首页index.shtml*/
.index { /*width:100%;height:100%;background:#ff9933;*/
	width:100%;
	height:100%;
}
.flexslider {
    margin: 0 0 8px;
    background: #fff;
    zoom: 1;
}
.flexslider ul li a{text-decoration: none;}
.flexslider ul li a p{
	text-align: center;
    font-size: 24px;
    color: #000;
}
.content {
	width:100%;
	height:70px;
	position:absolute;
	background:#000;
	opacity:0.5;
	bottom:0;
	left:0;	
	font-size:24px;
	z-index:99;
}
.content p {
	display:none;	
}
.content p.active{
	display:block;	
}
.logo {
	position:absolute;
	right:66px;
	top:53px;	
}

.flexslider {position: relative;clear: both}
.flex-caption {width: 100%;padding: 3px 0;position: absolute;bottom: 3px;color: #fff;text-align: right;font-size: 14px;line-height: 22px;height: 22px;max-width: 640px}
.flexslider {margin: 0;padding: 0}
.flexslider .slides>li {display: none;-webkit-backface-visibility: hidden;margin:0;padding:0}
.flexslider .slides img {width: 100%;display: block}
.flex-pauseplay span {text-transform: capitalize}
.slides:after {content: "\0020";display: block;clear: both;visibility: hidden;line-height: 0;height: 0}
html[xmlns] .slides {display: block}
* html .slides {height: 1%}
.no-js .slides>li:first-child {display: block}
.flex-viewport {max-height: 2000px;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease}
.loading .flex-viewport {max-height: 500px}
.flexslider .slides {zoom: 1}
.carousel li {margin-right: 5px}
.flex-direction-nav {*height: 0}
.flex-direction-nav a {display: block;width: 40px;height: 40px;margin: -20px 0 0;position: absolute;top: 50%;z-index: 10;overflow: hidden;opacity: 0;cursor: pointer;color: rgba(0,0,0,0.8);text-shadow: 1px 1px 0 rgba(255,255,255,0.3);-webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease}
.flex-direction-nav .flex-prev {left: -50px}
.flex-direction-nav .flex-next {right: -50px;text-align: right}
.flexslider:hover .flex-prev {opacity: .7;left: 10px}
.flexslider:hover .flex-next {opacity: .7;right: 10px}
.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {opacity: 1}
.flex-direction-nav .flex-disabled {opacity: 0!important;filter: alpha(opacity=0);cursor: default}
.flex-direction-nav a:before {font-family: "flexslider-icon";font-size: 40px;display: inline-block;content: '\f001'}
.flex-direction-nav a.flex-next:before {content: '\f002'}
.flex-pauseplay a {display: block;width: 20px;height: 20px;position: absolute;bottom: 5px;left: 10px;opacity: .8;z-index: 10;overflow: hidden;cursor: pointer;color: #000}
.flex-pauseplay a:before {font-family: "flexslider-icon";font-size: 20px;display: inline-block;content: '\f004'}
.flex-pauseplay a:hover {opacity: 1}
.flex-pauseplay a.flex-play:before {content: '\f003'}
.flex-control-nav {position: absolute;bottom: 20px;right:10px;margin: 0;text-align: center;border: 0 dashed red;z-index:100;}
.flex-control-nav li {margin: 0 6px;display: inline-block;zoom: 1;*display: inline}
.flex-control-paging li a {width: 13px;height: 13px;display: block;background: #fff;cursor: pointer;text-indent: -9999px;-webkit-border-radius: 20px;-moz-border-radius: 20px;-o-border-radius: 20px;border-radius: 20px;-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);box-shadow: inset 0 0 3px rgba(0,0,0,0.3)}
.flex-control-paging li a:hover {background: #333;background: rgba(0,0,0,0.7)}
.flex-control-paging li a.flex-active {background: #ff9933;cursor: default}
.flex-control-thumbs {margin: 5px 0 0;position: static;overflow: hidden}
.flex-control-thumbs li {width: 25%;float: left;margin: 0}
.flex-control-thumbs img {width: 100%;display: block;opacity: .7;cursor: pointer;width:15px;height:15px;}
.flex-control-thumbs img:hover {opacity: 1}
.flex-control-thumbs .flex-active {opacity: 1;cursor: default}

.footer {
	width:100%;
/*	height:239px;*/
	background:#ff9933 url(../images/footer-bg.png);
/*	position:absolute;
	top:800px;
	bottom:0;
	left:0;*/
}
.footer-content {
	width:76%;
	margin:0 auto;
}
.footer-content h1 {
	color: #fff;
    font-size: 60px;
    text-shadow: 5px 2px 2px #333;
    letter-spacing: 12px;
    text-align: center;
	padding-top: 20px;	
}
.footer-content .enter {
    width: 40%;
    height: 62px;
    margin: 0 auto;
    background: #2065c1;
    border-radius: 10px;
    margin-top: 30px;	
}
.footer-content .enter a {
    display: block;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    line-height: 62px;
    text-align: center;	
}
.footer-content .footer-icon {margin-top:20px;}

/*高校精选*/
.header {
	width:100%;
	height: 80px;
	background:#fff;
	margin-bottom: 20px;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
}
.header .title {
	font-size: 24px;
    color: #333;
    width: 50%;
    height: 80px;
    float: left;	
}
.header .title.active h1{
	color: #ff9933;
	border-bottom:3px solid #ff9933;	
}
.header .title h1 {
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: absolute;
}
.toggle {
	display:block;	
	margin-top:100px;
}
.item {
    width: 100%;
    margin-top: 30px;	
}
.item .title {
    width: 100%;
    height: 88px;	
}
.item .title img {
    display: inline-block;
    width: 88px;
    height: 88px;
    float: left;	
}
.item .title h1 {
    display: inline-block;
    font-size: 24px;
    float: left;
    line-height: 88px;	
}
.item .pic_ad {
	width: 100%;
}
.item .pic_ad li {
    width: 48.4375%;
    float: left;
}
.item .pic_ad li:nth-child(2n) {
	float:right;	
}
.item .pic_ad li a {
    display: block;
}
.item .pic_ad li p {
	font-size:20px;
    text-indent: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.maquee2{width: 100%; max-height: 330px; overflow: hidden; background: #fff; }
.maquee {width:100%;overflow:hidden;background:#fff;}
.maquee2 ul{ width:100%; max-height:330px;color: #666;margin-top:0;}
.maquee ul {width:100%;color:#666;}
.maquee li,.maquee2 li{ 
	width: 100%;
    height: 65px;
    background: #fff url(../images/c4-pic1.png) no-repeat 20px 0px;
    line-height: 45px;
    text-indent: 80px;
    font-size: 20px;
    border-bottom: 1px dashed #aaa;}
.maquee li a ,.maquee2 li a{ text-decoration:none;color:#333;display:block;line-height:65px;}
.quanjing .title img {    
	width: 77px;
    height: 77px;
    margin-left: 20px;
    margin-top: 8px;
}
.quanjing .title h1 {
	margin-left: 20px;
}
.hangpai .title img {    
	width: 77px;
    height: 77px;
    margin-left: 20px;
    margin-top: 3px;
}
.hangpai .title h1 {
	margin-left: 20px;
}
.toggle_footer { width:100%;height:80px;background:#ff9933;     margin-top: 30px;}
.toggle_footer .toggle_footer_container {
    width: 80%;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    text-align: center;
}
.toggle_footer .toggle_footer_container .footer_icon {
    display: inline-block;
    width: 179px;
    height: 80px;
    background: url(../images/footer.png) no-repeat center center;
    margin-left: -64px;
}
.toggle_footer .toggle_footer_container .line {
	display: inline-block;
    width: 1px;
    height: 20px;
    background: #333;
    margin: 33px 20px 27px;
}
.toggle_footer .toggle_footer_container .video {
    position: absolute;	
}
/*所属地区*/
.area {
    width: 100%;
    margin-top: 30px;	
	display:none;
	margin-top:120px;
}
.area_content {
	/*margin-bottom:100px;*/
	width: 90%;
    margin: 20px auto;
}
.main {
/*	width:90%;
	margin:0 auto;
	margin-top:30px;*/
}
.main li {
/*	width:20%;
	height:50px;
	background:#FFF;
	box-shadow:5px 5px 5px #999;
	-webkit-box-shadow:5px 5px 5px #999;
	border-radius:5px;
	display:inline-block;
	margin-right: 5%;*/
	width: 20%;
    height: 50px;
    margin: 2.5%;
    background: #FFF;
	box-shadow:5px 5px 5px #999;
	-webkit-box-shadow:5px 5px 5px #999;
	border-radius: 5px;
	float: left;
}
/*.main li:last-child {margin-right:0;}*/
.main li a {
	display:block;
    color: #2065c1;
    text-align: center;
    text-decoration: none;
    line-height: 50px;	
	font-size:20px;
	font-weight: bold;
}
.area_footer {
	position:fixed;
	bottom:0;
	left:0;
}
/*安徽*/
.top {width:100%;}
.top .top_title {width:100%;height:80px;background:#ff9933;position:fixed;top:0;left:0;    text-align: center;
    z-index:999;}
.top .top_title .back_icon {    background: url(../images/back.png) no-repeat;
    display: inline-block;
    width: 21px;
    height: 38px;
    position: absolute;
    left: 15px;
    top: 21px;}
.top .top_title h1 {    display: inline-block;
    line-height: 80px;
    color: #fff;}
.top .header {top:80px;height:60px;}
.top .header .title {height:60px;}
.top .prov .title {width:33.33%;}
.top .header .title h1 {height:60px;line-height:60px;}
.province .carousel {margin-top:160px;}
.province .item .title {    background: #fff;
    margin-bottom: 20px;}
.province .item .maquee {height:auto;}
.province .item .maquee ul {height:auto;}
.province .item .maquee li {background: url(../images/right.png) no-repeat 98% center;background-size: 14px 26px;text-indent:20px;}
.province .item .more {    width: 100%;
    text-align: center;
}
.province .item .more h1 {
	font-size: 24px;
    font-weight: normal;
    margin: 20px auto;
    color: #ff9933;
    background: url(../images/more.png) no-repeat 36% center;
    background-size: 50px;
}
.province .item .more_content {display:none;}
.province .item .more_content .packup {width: 100%;
    text-align: center;}
.province .item .more_content .packup h1{
	font-size: 24px;
    font-weight: normal;
    margin: 20px auto;
    color: #ff9933;
    background: url(../images/packup.png) no-repeat 40% center;
    background-size: 50px;	
}
.higher,.undergraduate {display:none;}

.choiceness {margin-top:20px;}
.choiceness .item .title {background:#fff;margin-bottom:20px;}
	
.box_swipe {overflow:hidden;position:relative;margin-top:180px;}
.box_swipe ul {-webkit-padding-start: 0px;}
.box_swipe ul li a {display:block;}
.box_swipe>ol {height:20px;position: relative;z-index:10;margin-top:-41px;text-align:right;padding-right:15px;background-color:rgba(0,0,0,0.3);}
.box_swipe>ol>li {display:inline-block;margin:5px 0;width:8px;height:8px;background-color:#757575;border-radius: 8px;}
.box_swipe>ol>li.on {background-color:#ffffff;}

.swiper-container {width: 100%;margin-top:20px;}
.swiper-slide a{display: inline-block;width: 100%;height: 100%;}
.swiper-slide img {width: 100%;}
.swiper-container .swiper-pagination {/*background-color: rgba(0,0,0,0.3);*/ text-align:right;bottom: 17%;}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin: 0 8px 0 0px;}
.swiper-pagination-bullet{background: #fff;opacity: 1;width:15px;height:15px;}
.swiper-pagination-bullet-active{background-color: #ff9933;}
.title_p{position: absolute;bottom:0px;color:#333;opacity: 1;height:50px;line-height: 50px;width:100%;font-size: 22px;
text-align: center;margin:0;}
.top{height:140px;}
.swiper-slide{height:352px;}

.jqqd {margin:50px;}