.header{
	width:1000px;
	height:40px;
	margin: 0 auto;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.topLeft{
	line-height: 35px;
}
.topLeft a{
	outline: none;
}
.logo{
	vertical-align: middle;
}
.nav ul li{
	float: left;
	font-size: 14px;
}
.nav ul li a{
	color:#333;
	line-height: 40px;
	outline: none;
}
.nav ul li i{
	margin:0 10px;
	font-style: normal;
	color: #333;
}
.banner{
	width:100%;
	height:700px;
	background:url(/i1../img/banner.jpg) no-repeat center top;
	background-size: 100% 100%;
	overflow: hidden;
}
.banner dl{
	text-align: center;
	margin: 200px auto 0;
}
.banner dl dt a{
	display: block;
}
.banner dl dd{
	font-size: 36px;
	font-family: '黑体';
	margin-top: 115px;
	color: #fff;
}
/* .banner dl dd a{
	color: #fff;
} */
.container{
	width:100%;
/* 	height:940px; */
	overflow: hidden;
	border-bottom: 18px solid #eeeeee;
	padding:75px 0 30px;
}
#addr{
	width:100%;
	height: 110px;
	background:#fff;
	position: relative;
}
.addr{
	width:1200px;
	/*width: 480px;*/
	height: 110px;
	margin:0 auto;
	background:#fff;
}
.addr ul{
	background: url(/i1../img/points.png) no-repeat center;
	overflow: hidden;
}
.addr ul li{
	width:120px;
	float: left;
	border-radius: 5px;
	font-size:30px;
	line-height: 48px;
	text-align: center;
	/*margin-right:60px;*/
	margin: 0 140px;
}
.addr ul li.last{
	margin-right:0;
}
.addr ul li a{
	display: block;
	height:68px;
	background: #f3f3f3;
	color:#333;
	font-family: '微软雅黑';
	outline: none;
}
.addr ul li a.active{
	background: #ee5b3f;
	color:#fff;
}
.addr .month{
	position: relative;
}
.addr ol{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: -20px;
}
.addr ol li{
	width:90px;
	height:90px;
	background:#fff;
	float: left;
	text-align: center;
	border-radius: 50%;
	border: 8px solid #e1e1e1;
	line-height: 75px;
	font-size: 18px;
	/* margin:0 75px 0 15px; */
	margin:0 155px;
}
.addr ol li.last{
	margin-right:0;
}
.addr ol li.act{
	border: 8px solid #ee5b3f;
}
.addr ol li a{
	color:#333;
	outline: none;
}
.list{
	overflow: hidden;
	padding-top:45px;
}
.list_t{
	width:760px;
	margin: 0 auto;
	overflow: hidden;
}
.list_t ul li{
	width:192px;
	height: 127px;
	line-height: 120px;
	text-align: center;
	float: left;
	background: url(/i1../img/themebg.png) no-repeat;
	margin-right:90px;
}
.list_t ul li.last{
	margin-right:0;
}
.list_t ul li a{
	color:#fff;
	font-size: 24px;
	outline: none;
}
.content{
	width:1088px;
	height:514px;
	margin:0 auto;
	background:#f2f2f2;
	overflow: hidden;
	padding:18px 20px 0;
}
.summary{
	width:1046px;
	min-height:88px;
	height:88px;
	background:#fff;
	padding:15px 18px 0;
	margin-bottom:20px;
}
.summary p{
	line-height:30px;
	font-family:'微软雅黑';
	font-size: 16px;
}
.summary p span{
	font-size: 20px;
}
.content dl dt{
	width:580px;
	height:340px;
	overflow: hidden;
}
.content dl dd{
	margin-left: 15px;
}
.content ul li{
	width:450px;
	font-family: '微软雅黑';
	font-size:20px;
	line-height: 60px;
	/* padding: 10px 0 35px; */
	border-bottom:1px solid #fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.content ul li:not(:last-child){
	margin-bottom:8px;
}
.content ul li a{
	color: #333;
	outline: none;
}
.content ul li a:hover{
	color: #ee5b3f;
}
.content ul li a.col{
	color: #ee5b3f;
}
.swiper-container{
	width:580px;
	height:340px;
}
.swiper-container a{
	display: block;
}

.swiper-slide{
	position:relative;
}
.swiper-slide img{
	width:580px;
	height:340px;
}
.swiper-slide h3{
	width:100%;
	height:50px;
	line-height:50px;
	position:absolute;
	bottom:0;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);   
	-moz-opacity:0.8;   
/* 	background:rgba(0,0,0,.5); */
	color:#fff;
	font-size:18px;
	padding-left:10px;
}
.pagination,.pagination1{
	position: absolute;
	right:16px;
	bottom:15px;
}
.pagination4{
	position: absolute;
	right:16px;
	bottom:15px;
}
.swiper-pagination-switch {
    width:10px;
	height:10px;
	border-radius: 50%;
	background: #c6c6c6;
	display: inline-block;
	margin: 0 4px;
}
.swiper-active-switch {
    background:#e83b4f;
}
.leftBtn,.leftBtn1{
	width:35px;
	height:75px;
	background:#000 url(/i1../img/leftbtn.png) no-repeat center;
	opacity:0.8;
	filter:alpha(opacity=80);   
	-moz-opacity:0.8;  
	position:absolute;
	left:0;
	top:50%;
	margin-top:-37px;
	cursor: pointer;
}
.rightBtn,.rightBtn1{
	width:35px;
	height:75px;
	/* background:rgba(0,0,0,.5) url(/i1../img/rightbtn.png) no-repeat center; */
	background:#000 url(/i1../img/rightbtn.png) no-repeat center;
	opacity:0.8;
	filter:alpha(opacity=80);   
	-moz-opacity:0.8;  
	position:absolute;
	right:0;
	top:50%;
	margin-top:-37px;
	cursor: pointer;
}
.activity{
	width:100%;
	height:480px;
	background:url(/i1../img/midbg.png) no-repeat center top;
	background-size:100% 100%;
	border-bottom:18px solid #eeeeee;
}
.main{
	width:1200px;
	margin:0 auto;	
	padding-top:60px;
	overflow:hidden;
}
.main h1{
	text-align:center;
	font-size:42px;
	font-weight:normal;
	color:#ee5b3f;
	margin-bottom:70px;
}
.main h1.back-title{
	margin-bottom:55px;
}
.main h1 span{
	width:27px;
	height:31px;
	display:inline-block;
}
.main h1 span.leftBar{
	background:url(/i1../img/chat2.png) no-repeat;
	margin-right:22px;
}
.main h1 span.rightBar{
	background:url(/i1../img/chat.png) no-repeat;
	margin-left:22px;
}
/* 北京站 */
.exhibition{
	width:100%;
	background: url(/i1../img/bg.jpg) repeat-y center top;
	background-size:100%;
	border-bottom:18px solid #eeeeee;
}
.act-introduce{
	overflow: hidden;
	margin-bottom: 55px;
}

.act-introduce ul li{
	font-size:22px;
	margin-bottom: 30px;
	padding-left: 35px;
}
.act-introduce ul li.last{
	margin-bottom:0;
}
.act-introduce ul li span{
	display:inline-block;
	width: 56px;
	height:56px;
	line-height: 50px;
	background:#ee5b3f;
	border-radius:5px;
	text-align: center;
	margin-right: 12px;
}
.act-introduce ul li a{
	display: inline-block;
	width: 410px;
	color:#333;
	vertical-align: middle;
	line-height:36px;
	outline: none;
}
.act-introduce ul li span img{
	vertical-align: middle;
}
.main h3.item{
	text-align:center;
	font-size:36px;
	font-weight:normal;
	color:#ee5b3f;
	margin-bottom: 45px;
}
.main h3.item span{
	width:38px;
	height:6px;
	display:inline-block;
	vertical-align: middle;
}
.main h3.item span.leftBar{
	background:url(/i1../img/orthogo.png) no-repeat;
	margin-right:15px;
}
.main h3.item span.rightBar{
	background:url(/i1../img/orthogo.png) no-repeat;
	margin-left:15px;
}

.manInfor dl{
	width: 100%;
	height: 300px;
	position: relative;
	/* margin-bottom: 65px; */
	/* overflow: hidden; */
}
.manInfor dl.last{
	margin-bottom: 55px;
}
.manInfor dl.changebor dd{
	border-width: 18px 0 15px 24px;
}
.manInfor dl dt{
	width: 300px;
	height:300px;
	position: absolute;
	top: -28px;
}
.manInfor dl dt.lg{
	left: 0;
}
.manInfor dl dt.rg{
	right: 0;
} 
.manInfor dl dd{
	width: 900px;
	border-width: 18px 24px 15px 0;
	border-style:solid;
	border-color:#eb755f;
	padding:30px 105px 20px;
	background: #fff;
	vertical-align: middle;
}
.manInfor dl dd h3{
	text-align: left;
	font-size: 24px;
	color: #333;
	line-height: 28px;
	margin-bottom: 25px;
}
.manInfor dl dd p{
	width: 640px;
	font-size: 18px;
	line-height: 22px;
	color: #666666;
}
.manInfor dl dd span{
	font-size: 24px;
	line-height: 42px;
	color: #eb755f;
	float: right;
}
.swiper-banner-wrap{
	width:1200px;
	height:380px;
	position: relative;
}
.swiper-banner-wrap .swiper-container{
	width:1140px;
	height: 380px;
}
.swiper-banner-wrap span{
	width:25px;
	height:39px;
	display: block;
	line-height: 300px;
	position: absolute;
	top: 50%;
	margin-top:-33px;
	cursor: pointer;
}
.swiper-banner-wrap span.arrow-left{
	left:0;
}
.swiper-banner-wrap span.arrow-right{
	right:0;
}
.swiper-view{
	width:235px!important;
	height:300px;
	margin:0 25px;
	text-align: center;
	font-size: 19px;
	line-height: 49px;
	float: left;
}
.swiper-view img{
	width:235px;
	height: 235px;
}
.swiper-slide p{
	margin-top: 15px;
	height: 130px;
	line-height: 35px;
	color: #333;
	font-size: 16px;
}
#swiper3 .swiper-slide{
	/*width:235px!important;*/
	width:1140px!important;
	height:400px;
	margin:0 0;
	float: left;
}

#swiper3  a{
	display: inline-block;
	width:235px ;
	margin: 0 20px;
	vertical-align: top;
	float:left;
}
#swiper3 .swiper-slide p{
	margin-top: 15px;
	height: 130px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

/*参展院校*/
.school{
	margin-top:40px;
	text-align: center;
}
.publice-school{
	overflow: hidden;
	margin-bottom: 50px;
}
.publice-school a.sheader{
	display: block;
	margin-bottom: 30px;
	font-size:30px;
	line-height: 28px;
	color: #ee5b3f;
	text-decoration:underline;
	outline: none;
}
.publice-school dl{
	width:276px;
	/*height:344px;*/
	height: 320px;
	float:left;
	border:1px solid #dddddd;
	margin-right:30px;
	margin-bottom: 20px;
	background: #fff;
}
.publice-school dl.last{
	margin-right:0;
}
.publice-school dl dt{
	width:274px;
	height:265px;
	position: relative;
	/*overflow: hidden;*/
}
.publice-school dl dt img{
	width: 100%;
	height: 220px;
}
.publice-school dl dt p{
	/*position: absolute;*/
	width:274px;
	/*background: #f17c65;*/
	color: #f56355;
	font-size: 18px;
	text-align: center;
	margin-top: 8px;  
	/*line-height: 50px;*/
	/*bottom: 0;*/
}
.publice-school dl dd{
	overflow: hidden;
	padding: 15px 24px 0;
	background: #fff;
}
.publice-school dl dd a{
	color:#333;
	font-size: 18px;
	margin-bottom: 10px;
	/*float: left;*/
	outline:none;
}
.publice-school dl dd a.marVal{
	margin-right: 24px;
}
.publice-school dl dd a span{
	margin-right: 8px;
}
.publice-school dl dd a span img{
	vertical-align: middle;
}

#guangzhou .publice-school dl dd{
	overflow: hidden;
	padding: 15px 20px 0;
	background: #fff;

}

#guangzhou .publice-school  dd .marVal{
	margin-right: 10px;
}
#guangzhou .publice-school dd a span{
	margin-right: 8px;
}
#guangzhou .publice-school  dd a span img{
	vertical-align: middle;
}

.activity-infor{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.activity-infor dl.act{
	width:240px;
	text-align:center;
	float:left;
}
.activity-infor dl.act dt{
	width:120px;
	height:120px;
	background:#ee5b3f;
	border-radius:50%;
	margin:0 auto;
}
.activity-infor dl dt img{
	vertical-align: middle;
}
.activity-infor dl dt span{
	width: 0;
	height: 100%;
	display: inline-block;
	background: #000;
	vertical-align: middle;
}
.activity-infor dl.act dd span{
	display:block;
	font-size:20px;
	font-family:'微软雅黑';
	margin:25px 0;
}
.activity-infor dl.act dd p{
	font-size:16px;
	font-family:'微软雅黑';
	color:#666;
}
.activity-infor dl.act2{
	width:274px;
	text-align:center;
	float:left;
	margin-right:34px;
	background:#fff;
}
.activity-infor dl.act2 a{
	display: block;
	color: #333;
}
.activity-infor dl.last{
	margin-right:0;
}
.activity-infor dl.act2 dt{
	margin-bottom:5px;
}
.activity-infor dl.act2 dd{
	font-size:24px;
}
.activity-infor dl.act2 dd span{
	line-height:36px;
}
.back-infor{
	width:100%;
	height:580px;
	border-bottom:18px solid #eeeeee;
}
.contact{
	width:100%;
	background:url(/i1../img/bottombg.png) no-repeat center top;
	background-size:100% 100%;
}
.method{
	width:1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 55px 30px;
}
.method h3{
	font-size:30px;
	line-height:24px;
	color:#fff;	
	margin-bottom:25px;
	font-weight:normal;
}
.method ul{
	margin-bottom:10px;
}
.method ul li{
	color:#fff;
	font-size:18px;
	line-height:30px;
}
.method p{
	color:#fff;
	font-size:18px;
	line-height:30px;
}
.method .fr{
	width:600px;
}
.footer{
	width:100%;
	height:260px;
}
.foot{
	width:1200px;
	height:260px;
	margin:0 auto; 
	font-size:14px;
	text-align:center;
	color:#333333;
	padding-top:40px;
	line-height:36px;
}
.foot a{
	color:#333333;
}
#erweima{
	width:200px;
	height:290px;
	background:#ee5b3f;
	color:#fff;
	position:absolute;
	border-radius:5px;
	text-align:center;
	left:0;
	top:262px;
	font-size:18px;
	padding:20px 0;
	z-index: 99;
}
#erweima p{
	line-height:24px;
	font-family:'微软雅黑';
}
#erweima img{
	margin:10px 0;
}
#goback{
	width:303;
	height:350;
	color:#fff;
	position:absolute;
	text-align:center;
	right:0;
	top:262px;
	z-index: 99;
}
#goback a#elevator{
	width:100%;
	display:block;
	text-align:center;
	position:absolute;
	bottom:13px;
	color:#fff;
	font-size:24px;
	line-height:24px;
}
#goback a#discount{
	width:100%;
	display:block;
	text-align:center;
	position:absolute;
	bottom:117px;
	color:#fff;
	font-size:24px;
	line-height:24px;
}




