/*侧边导航*/
.sideMenu {
	position: fixed;
	top: 0;
	right: -34%;
	width: 34%;
	height: 100%;
	background: #242e30;
	z-index: 201;
}

.sideMenu h3 {
	width: 100%;
	font-size: 1.282em;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	text-align: center;
	height: 2em;
	line-height: 2em;
}

.sideMenu h3 em {
	float: right;
	display: block;
	width: 40px;
	height: 32px;
	background: url(images/icoAdd.png) 16px 12px no-repeat;
}

.sideMenu h3.on em {
	background-position: 16px -57px;
}

.sideMenuul {
	padding: 8px 25px;
	color: #999;
	display: none;
}

.sideMenu ul{
	width: 100%;
	display: none;
	background: #161c1d;
	padding: 0.5em 0 0.7em;
}

.sideMenu ul li{
	width: 100%;
	text-align: center;
	line-height: 2em;
	font-size: 1.1965em;
}

.sideMenu ul li a{
	display: block;
	color: #fff;
}
/*header*/
.headerWrap{
	position: relative;
	width: 100%;
	height: 3em;
	background: #f0f0f0;
	position: relative;
	font-size: 1.4102em;
	line-height: 2.7879em;
}
.headerWrap h2{
	text-align: center;
	font-size: 1.0265em;
	color: #fff;
}
/*logo*/
.logo{
	position: absolute;
	top: 0;
	left: 3%;
	width: 60%;
	height: auto;
	padding-top: 0.5em;
	position: absolute;
	left: 3%;
	top: 0;
}

.logo img{
	display: block;
	width: auto; height:2em;
}

.headerR{
	position: absolute;
	right: 3%;
	top: 0;
	height: auto;
	padding: 0.5em 0;
}

.headerR a{
	float: left;
	display: inline-block;
	width: 1.8182em;
	height: 1.8182em;
	margin-left: 0.5em;
}

.headerR a.telBtn{
	background: url(../img/ico_btn1.png) no-repeat;
	background-size: 100%;
}

.headerR a.topMnu{
	background: url(../img/ico_btn2_hov.png) no-repeat;
	background-size: 100%;
}

.headerR a.topMnu1{
	background: url(../img/ico_btn2.png) no-repeat;
	background-size: 100%;
}
.divBoxWrap{
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	right: 0;
	z-index: 100;
}
.divBox{
	max-width: 750px;
	min-width: 320px;
	height: auto;
	margin: 0 auto;
	background: #f5f5f5;
	padding-bottom: 1.2em;
	overflow: hidden;
}


/*banner*/
.bannerWrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.bann {
    height: auto;
    position: relative;
}

.swiper-pagination{
	position: absolute;
	left: 0;
	bottom:0.5em;
	width: 100%;
	height:auto;
	z-index: 10;
	text-align: center;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 0.5982em;
  height: 0.5982em;
  border-radius:50px;
  background: #e8e8e8;
  margin: 0 0.5128em;
}

.swiper-pagination-bullet-active {
  background: #fe3c24;
}
.swiper-slide img{
	display: block;
	width: 100%;
}
/*分类导航*/
.navWrap{
	width: 100%;
	height: auto;
	background: #f5f5f5;
	padding: 1.282em 0;
}

.navWrap ul{
	width: 94%;
	height: auto;
	margin: 0 auto;
}

.navWrap ul li {
    float: left;
    width: 25%;
    height: auto;
    text-align: center;
}

.navWrap ul li i{
	display: inline-block;
	height: auto;
	width: 51.07%;
}

.navWrap ul li img{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.navWrap ul li h2{
	width: 100%;
	margin-top: 0.64em;
	color: #3c3c3c;
	font-size: 1.1965em;
}
/*头条*/
.headlines{
	width: 94%;
	height: auto;
	padding: 0 3%;
	background: #fff;
}

.headlines .headlinesL{
	width: 21%;
	height: auto;
	padding-top: 1.069em;
}

.headlines .headlinesL img{
	display: block;
	width:100%;
}
.txtScroll-top{
	width: 78%;
	margin:0 auto;  
	height: auto; 
	overflow:hidden; 
	position:relative;
	padding: 0.8333em 0; 
}
		
.txtScroll-top .bd{ 
	height: auto;	
}

.txtScroll-top .infoList li{
	zoom:1;
	font-size: 1.3em;
	color: #3c3c3c;
	line-height: 1.5em;
}

/*年级*/
.myGrade{
	width: 100%;
	height: auto;
	background: #f5f5f5;
	padding: 1.282em 0;
}

.myGrade .grade{
	width: 100%;
	height: auto;
}

.myGrade .grade li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	height: auto;
}

.myGrade .grade li:last-child{
	margin-right: 0;
}

.myGrade .grade li a{
	display: inline-block;
	width: 100%;
	padding-top: 1.1111em;
}

.myGrade .grade li a.gra1{
	background: url(../img/bg-block-1.jpg) no-repeat;
	background-size: 100%;
}

.myGrade .grade li a.gra2{
	background: url(../img/bg-block-2.jpg) no-repeat;
	background-size: 100%;
}

.myGrade .grade li a.gra3{
	background: url(../img/bg-block-3.jpg) no-repeat;
	background-size: 100%;
}

.myGrade .grade li a h2{
	width: 73%;
	background: rgba(0,0,0,0.4);
	border-top-right-radius: 50px;
	-webkit-border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	font-size: 1.1965em;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
}

.myGrade .grade li a p{
	width: 88%;
	margin: 1em auto;
	color: #fefefe;
	font-size: 1.0256em;
	line-height: 1.7em;
}

.myGrade .grade1{
	width: 100%;
	height: auto;
	margin-top: 1em;
}

.myGrade .grade1 li{
	float: left;
	width: 48%;
}

.myGrade .grade1 li:last-child{
	float: right;
}

.myGrade .grade1 li a{
	display: block;
	width: 100%;
	padding: 1.1111em 0;
}

.myGrade .grade1 li a.gra1{
	background: url(../img/bg-block-4.jpg) no-repeat;
	background-size: 100%;
}

.myGrade .grade1 li a.gra2{
	background: url(../img/bg-block-5.jpg) no-repeat;
	background-size: 100%;
}

.myGrade .grade1 li a h2{
	width: 93%;
	margin: 0 auto;
	font-size: 1.5611em;
	color: #fefefe;
}

.myGrade .grade1 li a p{
	width: 93%;
	margin: 1.0265em auto 0.45em;
	font-size: 1.1111em;
	color: #fefefe;
}
/*优秀学员展示*/
.abroad1{
	margin-top: 1.282em;
}
.abroad .taba{
	width:100%;
}
.abroad .taba .tab_menua{
	width: 100%;
	z-index: 1;
}
.abroad .taba .tab_menua li{
	float: left;
	width: 50%;
	height: 2.9665em;
	text-align: center;
	font-size: 1.282em;
	color: #828282;
	line-height: 2.9665em;
	border-bottom: 1px solid #d0d0d0;
}
.abroad .taba .tab_boxa {
	width: 100%;
	height: auto;
	clear: both;
	background-color: #FF0;
}
.abroad .taba .tab_menua .selecteda{
	border-bottom: 2px solid #fe3c24;
	height: 2.9332em;
	line-height: 2.9665em;
	color: #fe3c24;
}
.abroad .hidea {
	display: none;
}
.abroad .tab_boxa>div {
	width: 94%;
	padding: 1.282em 3% ;
	background: #fff;
}
.abroad .tab_boxa .salarie{
	position: relative;
	width: 100%;
	height: auto;
}
.abroad .tab_boxa .salarie h2{
	width: 100%;
	height: 2.3212em;
	line-height: 2.3212em;
	font-size: 1.1965em;
	background: #3e87e9;
	margin-bottom: 0.3569em;
}
.abroad .tab_boxa .salarie h2:nth-child(2){
	margin-bottom: 0;
}
.abroad .tab_boxa .salarie h2 a{
	color: #fff;
}
.abroad .tab_boxa .salarie h2 a.saA{
	float: left;
	margin-left: 11%;
}
.abroad .tab_boxa .salarie h2 a.saA1{
	float: right;
	margin-right: 11%;
}
.abroad .tab_boxa .salarie h3{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2.99145em;
	width: 5.9829em;
}
.abroad .tab_boxa .salarie h3 img{
	display: block;
	width: 100%;
}
/*点击测试*/
.clicktest{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 1.282em;
}
.clicktest img{
	display: block;
	width: 100%;
}
.clicktest a{
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -2.52135em;
	display: block;
	width: 5.0427em;
	height: 5.0427em;
}
/*空乘专业全国重点名校招生*/
.abroad{
	width: 100%;
	height: auto;
	background: #fff;
}
.abroad .abroadTitle{
	width: 100%;
	height: auto;
	margin-top: 1.282em;
}
.abroad .abroadTitle h2,
.employ h3{
	height: 2.501em;
	line-height: 2.501em;
	font-size: 1.538em;
	color: #fff;
	background: #f25947;
	text-align: center;
}
/*全国航空十大名校*/
.colleges{
	margin-top: 1.282em;
	padding-bottom: 1.282em;
}
.colleges .tab {
	width: 100%;
	background: #fff;
	position: relative;
}
.colleges .tab .tab_ul{
	width: 100%;
	height: auto;
}
.colleges .tab h1{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #d0d0d0;
	position: absolute;
	top: 3.65em;
	left: 0;
}
.colleges .tab .tab_div{
	float: left;
	width: auto;
	height: 2.8em;
	line-height: 2.8em;
	margin-right: 5%;
	padding: 0 1.5%;
	margin-left: 3%;
	color: #828282;
	font-size: 1.282em;
	text-align: center;
}
.colleges .tab .selectedl{
	color: #fe3d25;
	border-bottom: 2px solid #fe3d25;
}
.tab .tab_box {
	width: 100%;
	height: auto;
	clear: both;
}
.colleges .hide {
	display: none;
}
.tab_box>div {
	width: 100%;
	height: auto;
} 
.news-list{
	width: 94%;
	height: auto;
	padding: 0.5982em 3% 0;
}
.news-list li{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #efefef;
	padding: 1.0256em 0 1.282em;
}
.news-list li a{
	display: inline-block;
	width: 100%;
	background: url(../img/ico_btn10.png) right center no-repeat;
	background-size: 2.9%;
}
.news-list li h2{
	width: 100%;
	height: auto;
}
.news-list li h2 em.hot{
	display: block;
	width: 1.4em;
	height: 1.3845em;
	float: left;
	background: #fe3c24;
	font-size: 1.1111em;
	color: #fff;
	border-radius: 0.2em;
	line-height: 1.3845em;
	text-align: center;
}
.news-list li h2 em.hot1{
	background: #ff8b20;
}
.news-list li h2 span{
	display: inline-block;
	float: left;
	height: 1.125em;
	margin-left: 0.3em;
	font-size: 1.3675em;
	color: #2a2a2a;
	line-height: 1.125em;
}
.news-list li h2 b.listB{
	display: inline-block;
	float: left;
	margin-left: 0.3em;
	font-weight: normal;
	color: #23cd77;
	font-size: 1.1111em;
	border: 1px solid #23cd77;
	border-radius: 0.2em;
	padding: 0 0.4em;
	height: 1.308em;
	line-height: 1.308em;
}
.news-list li h2 b.listB1{
	border: 1px solid #fe3c24;
	color: #fe3c24;
}
.news-list li h3{
	width: 90%;
	padding-right: 10%;
	margin-top: 0.9401em;
	font-size: 1.0256em;
	/*height: 1.2em;*/
	color: #c1c1c1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.showMore {
	clear: both;
	padding: 0 15px;
	width: 94%;
	margin: 1.7094em auto 0.4274em;
	
}
.showMore span {
	display: block;
	line-height: 2.4em;
	font-size: 1.282em;
	color: #6d6d6d;
	border: 1px solid #cecece;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
/*入学签订就业协议  高薪工作等着你*/
.employ{
	width: 100%;
	height: auto;
	margin-top: 1.282em;
}
.employ h3{
	background: #3e87e9;
}
.employ .employM{
	width: 100%;
	height: auto;
	background: #fff;
}
.employ .employM ul{
	float: left;
	width: 100%;
	height: auto;
}
.employ .employM ul li{
	float: left;
	width: 33.3333%;
}
.employ .employM ul li .emploLi{
	height: 6.4529em;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	text-align: center;
}
.employ .employM ul li:nth-child(2) .emploLi,
.employ .employM ul li:nth-child(8) .emploLi{
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
.employ .employM ul li:nth-child(7) .emploLi{
	background: url(../temp/img8.jpg) no-repeat;
	background-size: 100%;
}
.employ .employM ul li:nth-child(9) .emploLi{
	background: url(../temp/img9.jpg) no-repeat;
	background-size: 100%;
}
.employ .employM ul li .emploLi img{
	display: block;
	width: 100%;
}
.employ .employM ul li .emploLi h2{
	font-size: 1.3675em;
	color: #3e3e3e;
	margin-top: 1em;
}
.employ .employM ul li .emploLi p{
	font-size: 0.9401em;
	color: #fe3c24;
	margin-top: 1em;
}
.employ .employM ul li .emploLi a{
	display: inline-block;
	padding: 0 0.45em;
	font-size: 1.1111em;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0.2em;
	height: 1.85em;
	line-height: 1.85em;
	margin-top: 1.8em;
}
/*招生热点问答*/
.admiss .abroadTitle h2{
	background: #a367d8;
}
.admiss .swiAdmiss{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 2.2649em;
}
.admiss .swiAdmiss .bann{
	padding-bottom: 1.7094em;
}
.admiss .swiAdmiss .swiper-pagination{
	bottom: 0;
}
.admiss .swiAdmiss .swiper-button-next, 
.admiss .swiAdmiss .swiper-button-prev{
	top: 0;
	margin-top: 0;
	width: 8%;
	height: 100%;
	background:#fff url(../img/next.png) 33% 40% no-repeat;
	background-size: 53%;
}
.admiss .swiAdmiss .swiper-button-next{
	background:#fff url(../img/next1.png) 67% 40% no-repeat;
	background-size: 53%;
	left: auto;
	right: 0;
}
.admiss .swiAdmiss .swiper-slide{
	width: 82%;
	margin: 0 9%;
	overflow: hidden;
}
.admiss .swiAdmiss .swiper-slide h3{
	width: 100%;
	font-size: 1.3675em;
	color: #2a2a2a;
	height: 1.2em;
	line-height: 1.1em;
}
.admiss .swiAdmiss .swiper-slide h3 em{
	display: inline-block;
	width: 1.3em;
	margin-right: 2%;
	height: 100%;
	background: #fe3c24;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	text-indent: 0.1em;
}
.admiss .swiAdmiss .swiper-slide p{
	margin-top: 0.5em;
	font-size: 1.0256em;
	color: #a6a6a6;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.abrBox{
	background: #fff;
	padding-top: 1.282em;
}
.abrBox .news-list{
	padding: 0;
	margin: 0 3%;
}
.abrBox .news-list{
	border-top: 1px solid #efefef;
}
.abrBox{
	padding-bottom: 1.282em;
}
/*优秀学员展示*/
.abroad .taba .tab_menua li.tabT{
	background: url(../img/icon18.png) 18% center no-repeat;
	text-align: left;
	text-indent: 17%;
	background-size: 11%;
}
.abroad .taba .tab_menua li.tabT.selecteda{
	background: url(../img/icon18_h.png) 18% center no-repeat;
	text-align: left;
	background-size: 11%;
}
.abroad .taba .tab_menua li.tabT1{
	background: url(../img/icon19.png) 18% center no-repeat;
	text-align: left;
	text-indent: 17%;
	background-size: 11%;
}
.abroad .taba .tab_menua li.tabT1.selecteda{
	background: url(../img/icon19_h.png) 18% center no-repeat;
	text-align: left;
	background-size: 11%;
}
.abroad .tab_boxa .good{
	width: 100%;
	height: auto;
}
.abroad .tab_boxa .good ol{
	width: 100%;
	height: auto;
	float: left;
}
.abroad .tab_boxa .good ol li{
	width: 100%;
	height: auto;
	float: left;
}
.abroad .tab_boxa .good ol li .goodLi{
	position: relative;
	width: 49%;
	height: auto;
}
.abroad .tab_boxa .good ol li .goodLi a,
.abroad .tab_boxa .good ol li .goodLi img{
	display: block;
	width: 100%;
}
.abroad .tab_boxa .good ol li .goodLi p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	padding-bottom: 0.5em;
	padding-top: 0.3em;
}
.abroad .tab_boxa .good ol li .goodLi p em{
	display: block;
	font-size: 1.1111em;
	line-height: 1.5em;
}
.abroad .tab_boxa .good ol li .goodLi p span{
	display: block;
	font-size: 0.8547em;
}
.abroad .tab_boxa .good ol li .goodLi .goodLiM{
	width: 100%;
	height: auto;
}
.abroad .tab_boxa .good ol li .goodLi .goodLiM1{
	margin-top: 0.6em;
}
.abroad .tab_boxa .good ol li .goodLi .goodLiM .goodML{
	position: relative;
	width: 48%;
	height: auto;
}
.abroad .tab_boxa .good ol li .goodLi .goodLiM .goodML p{
	padding: 0.3em 0;
}
.abroad .tab_boxa .good ol li .goodLi .goodLiM .goodML p em,
.abroad .tab_boxa .good ol li .goodLi .goodLiM .goodML p span{
	font-size: 0.6em;
	height: 1.3em;
	line-height: 1.3em;	
}
.abroad .tab_boxa .good ol li .goodLi .goodLiM .goodML p span{
	overflow: hidden;
}
.abroad .tab_boxa .good ol li .goodLi1{
	margin-top: 0.6em;
}
.abroad .tab_boxa .good ol li .goodLi1 p{
	padding: 0.3em 0;
}
.abroad .tab_boxa .good ol li .goodLi1 p em{
	margin-right: 0.8em;
}
.abroad .tab_boxa .good ol li .goodLi1 p em,
.abroad .tab_boxa .good ol li .goodLi1 p span{
	display: inline-block;
	font-size: 0.6837em;
}
/*精彩专题推荐*/
.abroad .tab_boxa .good1{
	width: 100%;
	height: auto;
}
.abroad .tab_boxa .good1 ol{
	float: left;
	width: 100%;
}
.abroad .tab_boxa .good1 ol li{
	float: left;
	width: 100%;
	padding: 1.1111em 0;
	border-bottom: 1px solid #efefef;
}
.abroad .tab_boxa .good1 ol li .goolL{
	width: 22.55%;
	height: auto;
}
.abroad .tab_boxa .good1 ol li .goolL img{
	display: block;
	width: 100%;
}
.abroad .tab_boxa .good1 ol li .goolR{
	width: 74.5%;
	height: auto;
	background: url(../img/ico_btn10.png) right center no-repeat;
	background-size: 3%;
}
.abroad .tab_boxa .good1 ol li .goolR h4{
	width: 90%;
	height: 1.282em;
	font-size: 1.3675em;
	color: #2a2a2a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.abroad .tab_boxa .good1 ol li .goolR p{
	width: 90%;
	height: 3em;
	margin-top: 0.5em;
	font-size: 0.9401em;
	color: #c1c1c1;
	line-height: 1.5em;
	overflow: hidden;
}
/*广告*/
.adver{
	position: relative;
	left: -3%;
	width: 106%;
	margin-top: 1.282em;
	background: #fff;
}
.adver img{
	display: block;
	width: 100%;
}
/*底部表单*/
.fooForm{
	width: 94%;
	padding: 0.6em 3%;
	height: auto;
	background: #f25947;
}
.fooForm .formTxt{
	float: left;
	width: 28%;
	background: #fff;
	border-radius: 0.2em;
	font-size: 1.1111em;
	color: #c4c4c4;
	margin-right: 2%;
	text-indent: 0.5em;
	padding: 0.5em 0;
}
.fooForm .formTxt1{
	width: 43%;
}
.fooForm a{
	display: inline-block;
	float: right;
	width: 25%;
	font-size: 1.1111em;
	color: #fff;
	background: #ffba00;
	padding: 0.673em 0;
	border-radius: 0.2em;
	text-align: center;
}
/*底部菜单*/
.footerMenu{
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.footerM{
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
	height: auto;
	background: #fff;
	padding-top: 0.5em;
	border-top: 1px solid #efefef;
}
.footerM ul{
	width: 100%;
	height: auto;
	background: #fff;
}
.footerM ul li{
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
}
.footerM ul li i{
	display: inline-block;
	width: 2.1367em;
	height: 2.094em;
	position: relative;
}
.footerM ul li i.ico{
	background: url(../img/ico-b-nav-1.png) no-repeat;
	background-size: 100%;
}
.footerM ul li i.ico1{
	background: url(../img/ico-b-nav-2.png) no-repeat;
	background-size: 100%;
}
.footerM ul li i.ico2{
	background: url(../img/ico-b-nav-3.png) no-repeat;
	background-size: 100%;
}
.footerM ul li i.ico3{
	background: url(../img/ico-b-nav-4.png) no-repeat;
	background-size: 100%;
}
.footerM ul li.cur i.ico{
	background: url(../img/ico-b-nav-1-on.png) no-repeat;
	background-size: 100%;
}
.footerM ul li.cur i.ico1{
	background: url(../img/ico-b-nav-2-on.png) no-repeat;
	background-size: 100%;
}
.footerM ul li.cur i.ico2{
	background: url(../img/ico-b-nav-3-on.png) no-repeat;
	background-size: 100%;
}
.footerM ul li.cur i.ico3{
	background: url(../img/ico-b-nav-4-on.png) no-repeat;
	background-size: 100%;
}
.footerM ul li.cur p{
	color: #fe3c24;
}
.footerM ul li i em{
	display: inline-block;
	position: absolute;
	top: -0.5em;
	right: -0.8em;
	font-size: 0.641em;
	color: #fff;
	width: 1.867em;
	height: 1.867em;
	line-height: 1.867em;
	background: #fe3c24;
	border-radius: 50px;
}
.footerM ul li p{
	font-size: 0.9401em;
	color: #919191;
	margin: 0.7em 0;
}
/*动画按钮*/
.animation{
	width: auto;
	height: auto;
	position: fixed;
	bottom: 8.9em;
	left: 0.8%;
	z-index: 100;
}
.animation .PathMain{
	float: left;
	width: 4.53em;
	height: 4.658em;
	background: url(../img/ico_btn22.png) no-repeat;
	background-size: 100%;
	position: relative;
	z-index: 100;
}
.animation .PathMain1{
	background: url(../img/ico_btn23.png) no-repeat;
	background-size: 100%;
}
.animation .PathItem{
	float: left;
	width: 3.2905em;
	height: 3.2905em;
	position: absolute;
	left: 0.6em;
	top: 0.7em;
	z-index: 10;
}
.animation .PathItem a{
	display: block;
	width: 100%;
	height: 100%;
}
.animation .PathItem a.link1{
	background: url(../img/ico-zw-1.png) no-repeat;
	background-size: 100%;
}
.animation .PathItem a.link2{
	background: url(../img/ico-zw-2.png) no-repeat;
	background-size: 100%;
}
.animation .PathItem a.link3{
	background: url(../img/ico-zw-3.png) no-repeat;
	background-size: 100%;
}
.animation .PathItem a.link4{
	background: url(../img/ico-zw-4.png) no-repeat;
	background-size: 100%;
}
.animation .PathItem a.link5{
	background: url(../img/ico-zw-5.png) no-repeat;
	background-size: 100%;
}
/*弹出层*/
.Pop_up{
	width: 3.2478em;
	height: auto;
	position: fixed;
	right: 0;
	bottom: 8.9em;
	z-index: 200;
}
.Pop_up img{
	display: block;
	width: 100%;
}
#TB_overlayBG{
	position:absolute;
	z-index:101;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa000000',endColorstr='#aa000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa000000', endColorstr='#aa000000')";      /*IE8*/ 
}
.PopLayer{
	width: 26.4102em;
	height: 21.0256em;
	background: url(../img/back_btn4.gif) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -13.2051em;
	z-index: 3000;
	display: none;
}
.PopLayer .popM{
	width: 80%;
	height: auto;
	margin: 13em auto 0;
}
.PopLayer .popM a{
display: block;
	position: relative;

	background: #ffec6d;
	border-radius: 0.2em; float:left;
}
.PopLayer .popM a em{
	position: absolute;
	right: -0.9725em;
	top: -0.9725em;
	display: inline-block;
	width: 1.945em;
	height: 1.945em;
	line-height: 1.945em;
	border-radius: 50px;
	background: #f53429;
	border: 1px solid #fff;
	font-size: 0.4em;
	color: #fff;
	text-align: center;
}
.PopLayer .popM #test{
	width: 56%;
	padding: 0.45em 1% 0.45em 2%;
	background: #fff;
	font-size: 1.1965em;
	color: #c4c4c4;
	border-radius: 0.5em;
	float: left;
}
.PopLayer .popM .popBut{
	width: 35%;
	float: right;
	font-size: 1.452em;
	color: #fff;
	border-radius: 0.2em;
	background: #d51700;
	padding: 0.2499em 0;
}
.PopLayer .popclose,
.webchat .popclose{
	position: absolute;
	top: -1.1538em;
	right: -1.1538em;
	width: 2.3076em;
	height: 2.3076em;
	background: url(../img/ico_btn25.png) no-repeat;
	background-size: 100%;
}
/*微信弹出*/
.webchat{
	position: absolute;
	top: 0;
	width: 80%;
	height: auto;
	z-index: 120;
	display: none;
}
.webchat img{
	display: block;
	width: 100%;
}
/*留学无忧 人人都是名校生*/
.easy{
	width: 100%;
	height: auto;
	margin-top: 1.282em;
	background: #fff;
}

.easy h2{
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	font-size: 1.7094em;
	color: #646464;
	line-height: 2.75em;
	text-align: center;
}

.easy ul{
	width: 90%;
	height: auto;
	margin: 0 auto ;
	padding-bottom: 2.1367em;
}

.easy ul li{
	float: left;
	width: 50%;
	height: auto;
	margin-top: 2.1367em;
}

.easy ul li .easyL{
	width: 27.56%;
	height: auto;
}

.easy ul li .easyL img{
	display: block;
	width: 100%;
}

.easy ul li .easyR{
	width: 68%;
	height: auto;
}

.easy ul li .easyR h3{
	width: 100%;
	font-size: 1.7094em;
	color: #fe3c24;
	line-height: 1.2em;
}

.easy ul li .easyR p{
	font-size: 1.1111em;
	color: #8b8b8b;
	line-height: 1.7em;
}
/*专题页*/
/*分类导航*/
.navWrap1{padding:0.46em 0 0.46em 0;background: #fff;}
.navWrap1 ul{width: 93.3%;height: 2.5em;margin: 0 auto;}
.navWrap1 ul li{width: 25%;height:100%;border-left: 1px solid #d3d3d3;font-size: 0.75em;box-sizing: border-box;}
.navWrap1 ul li:nth-child(4){border-right: 1px solid #d3d3d3;}
.navWrap1 ul li a{display: block;width: 100%;height: 100%;position: relative;}
.navWrap1 ul li i{width: 1.375em;height:1.275em;}
.navWrap1 ul li:nth-child(1) i{
	background-image:url(../img/nav11.png);
	background:-webkit-image-set(url(../img/nav11.png) 1x,url(../img/nav1.png) 2x);
	background-repeat: no-repeat;background-position: center;
}
.navWrap1 ul li:nth-child(2) i{
	background-image:url(../img/nav22.png);
	background:-webkit-image-set(url(../img/nav22.png) 1x,url(../img/nav2.png) 2x);
	background-repeat: no-repeat;background-position: center;
}
.navWrap1 ul li:nth-child(3) i{
	background-image:url(../img/nav33.png);
	background:-webkit-image-set(url(../img/nav33.png) 1x,url(../img/nav3.png) 2x);
	background-repeat: no-repeat;background-position: center;
}
.navWrap1 ul li:nth-child(4) i{
	background-image:url(../img/nav44.png);
	background:-webkit-image-set(url(../img/nav44.png) 1x,url(../img/nav4.png) 2x);
	background-repeat: no-repeat;background-position: center;
}
.navWrap1 ul li a h3{position: absolute;bottom: 0;width: 100%;text-align: center;font-size: 1.3em;}
.contWarp{margin-top: 0.9381em;width: 100%;background-color: #fff;overflow: hidden;}
.cont{width: 100%;height: auto;overflow: hidden;width: 93.3%;margin: 0 auto;}
.title{height: 3.4em;line-height: 3.4em;border-bottom:  1px solid #d3d3d3;}
.title h2{width: 100%;height:100%;text-align: center;}
.title h2 span{font-size: 1.7910em;color: #40b2f0;text-align: center;width: 100%;}
.title_slide h2 span{margin-right: 0.309em;}
.title2 h2 span{color: #fff;}
.title img{
	margin-top: 1.217em;width: 3.2%;
	-webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
}
.title img.toggle_img{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*导语*/
.introd_cont{text-align: justify;padding: 0.35em 0;}
.introd_cont p{width: 100%;font-size: 1.25em;line-height: 1.71em;text-indent: 2.564em;}
/*空乘成长日记*/
.title2{background: #f35846 url(../img/back_136.png) no-repeat center;background-size: 100%;}
.growth_cont{width: 93.3%;margin: 0 auto;padding-top: 0.834em;padding-bottom: 1.334em;position: relative;}
.growth_cont div{position: absolute;width: 1px;height:37.5em;background: #ff7053;top: 5.584em;left: 50%;z-index: 10;}
.growth_cont div span{width: 0.875em;height:0.875em;display: block;background: url(../img/span_bac.png) no-repeat center;background-size: 100%;margin-left: -0.4em;margin-bottom:8.717em;margin-top:-0.292em;}
.growth_cont dl{width: 100%;height: auto;overflow: hidden;margin-top: 0.334em;z-index: 1;}
.growth_cont dl dt{float: left;width: 13.334em;height: 6.667em;border: 1px solid #fd8971;position: relative;box-sizing: border-box;margin-top:1.25em;}
.growth_cont dl dt:before{content: '';width: 0.209em;height:100%;background:#fd8971;position: absolute;left: 0px;top: 0;}
.growth_cont dl dt h3{font-size: 1.25em;color: #f4816a;margin-top: 1.502em;width: 100%;text-align: center;}
.growth_cont dl dt span{line-height:1.25em;color:#646464;font-size: 1em;width: 100%;text-align:center;display: inline-block;margin-top: 0.834em;}
.growth_cont dl dd{float: right;width: 13.334em;height:9em;overflow: hidden;}
.growth_cont dl dd ul li{width: 6.417em;height: 4.25em;float: left;margin-right: 0.5em;margin-bottom: 0.417em;}
.growth_cont dl dd ul li:nth-child(2n){margin-right: 0;}
.growth_cont dl dd ul li img{display: block;width: 100%;}
.growth_cont dl:nth-child(even) dt{float: right;}
.growth_cont dl:nth-child(even) dt:before{left: auto;right: 0;}
.growth_cont dl:nth-child(even) dd{float: left;}
.growth_cont dl:nth-child(4) dt{padding: 0 1em;}
.growth_cont dl:nth-child(4) dt h3{margin-top:0.8em;}
.growth_cont dl:nth-child(4) dt span{text-align: justify;margin-top: 0.6em;}
.growth_cont dl:nth-child(5) dt{padding: 0 0.5em;}
.growth_cont dl:nth-child(5) dt span{text-align: justify;margin-top: 0.6em;}
.growth_cont dl:nth-child(5) dt h3{margin-top:0.512em;}



/*<!--咨询报考条件、在线录取测评、免费邮寄简章-->*/
.advice_cont{width:100%;padding:1.279em 0 1.279em 0;margin: 0.9381em auto 0;}
.advice_cont ul{width: 93.3%;margin: 0 auto;}
.advice_cont ul li{width: 31.5%;float: left;height: 2.5112em;text-align: center;font-size: 1.365em;line-height: 2.5112em;margin-right: 0.6em;}
.advice_cont ul li a{color: #fff;}
.advice_cont ul li:nth-child(1){background: url(../img/img_08.jpg) no-repeat center;}
.advice_cont ul li:nth-child(2){background: url(../img/img_10.jpg) no-repeat center;}
.advice_cont ul li:nth-child(3){background: url(../img/img_12.jpg) no-repeat center;float: right;margin-right: 0;}
/*空乘职业生涯*/
.career .title{background:#3e87e9 url(../img/title_30.png) no-repeat center;background-size: 100% 100%;}
.career_cont{width: 100%;height: auto;overflow: hidden;}
.career_cont dt{width: 100%;height: auto;overflow: hidden;}
.career_cont dl{width: 100%;height: auto;overflow: hidden;}
.career_cont dt img{width: 100%;height: 11.6em;}
.career_cont dl dd{width: 93.3%;height: auto;overflow: hidden;margin: 0 auto;font-size: 1.25em;line-height: 1.639em;text-align: justify;margin-top: 0.615em;margin-bottom: 0.376em;color: #323232;}
.career_cont ul{width: 100%;height: auto;overflow: hidden;border-top: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;}
.career_cont ul li{width: 50%;box-sizing: border-box;float: left;height: 6.95em;}
.career_cont ul li:nth-child(1){border-bottom: 1px solid #D2D2D2;border-right: 1px solid #D2D2D2;}
.career_cont ul li:nth-child(2){border-bottom: 1px solid #D2D2D2;}
.career_cont ul li:nth-child(3){border-right: 1px solid #D2D2D2;}
.career_cont ul li span,.career_cont ul em{width: 100%;display: block;text-align: center;}
.career_cont ul li span{font-size: 1.167em;color: #323232;margin-top: 1.755em;}
.career_cont ul li em{font-size: 1em;color: #ff5860;margin-top: 0.834em;}
.career_cont ul li:nth-child(3) span{padding-left:2.377em;padding-right:2.377em;box-sizing: border-box;line-height:1.274em;margin-top:1.024em;}
.career_cont ul li:nth-child(3) em{margin-top: 0.634em;}
.career_cont ul li:nth-child(4) span{padding: 0 1.462em;box-sizing: border-box;line-height:1.294em;margin-top:1.024em;}
.career_cont ul li:nth-child(4) em{margin-top: 0.634em;}
/*空乘就业分析*/
.employment_analysis_cont{width: 100%;height:auto;overflow: hidden;padding-top: 0.25em;}
.employment_analysis_cont dl{width: 100%;height:auto;overflow: hidden;}
.employment_analysis_cont dl dt{color:#323232;width: 100%;height:2.800em;line-height: 2.596em;font-size:1.25em;position: relative;text-indent: 3.755em;}
.employment_analysis_cont dl:nth-child(1){background: #fff;}
.employment_analysis_cont dl:nth-child(1) dt{background: url(../img/sort_58.png) no-repeat center;background-size: 100% 100%;}
.employment_analysis_cont dl:nth-child(2) dt{background: url(../img/sort02.png) no-repeat center;background-size: 100% 100%;}
.employment_analysis_cont dl:nth-child(3) dt{background: url(../img/sort03.png) no-repeat center;background-size: 100% 100%;}
.employment_analysis_cont dl:nth-child(4) dt{background: url(../img/sort04.png) no-repeat center;background-size: 100% 100%;}
.employment_analysis_cont dl dd{position:relative;height: 10.334em;color: #ef9f4c;overflow: hidden;padding-top: 3.583em;box-sizing: border-box;}
.employment_analysis_cont dl dd span{width:100%;padding-left:4.58em;font-size: 1.25em;box-sizing: border-box;display: block;margin-bottom: 0.683em;}
.employment_analysis_cont dl:nth-child(even){background: #f9f9f9;}
.employment_analysis_cont dl dd img{position: absolute;}
.employment_analysis_cont dl:nth-child(1) dd img:nth-child(1){width: 3.167em;left: 1.75em;top: 1.25em;}
.employment_analysis_cont dl:nth-child(1) dd img:nth-child(4){width: 10.834em;right: 0em;bottom: 0em;}
.employment_analysis_cont dl:nth-child(2) dd img:nth-child(1){width: 4.375em;left: 1em;top: 1.667em;}
.employment_analysis_cont dl:nth-child(2) dd img:nth-child(4){width: 9.584em;right: 0em;bottom: 0em;}
.employment_analysis_cont dl:nth-child(2) dd span{color: #e55e63;}
.employment_analysis_cont dl:nth-child(3) dd img:nth-child(1){width: 3.625em;left: 1.875em;top: 1.417em;}
.employment_analysis_cont dl:nth-child(3) dd img:nth-child(4){width: 10.958em;right: 0em;bottom: 0em;}
.employment_analysis_cont dl:nth-child(3) dd span{color: #459ccb;}
.employment_analysis_cont dl:nth-child(4) dd img:nth-child(1){width: 2.708em;left: 1.917em;top: 1.25em;}
.employment_analysis_cont dl:nth-child(4) dd img:nth-child(4){width: 14.75em;right: 0em;bottom: 0em;}
.employment_analysis_cont dl:nth-child(4) dd span{color: #61798c;}
/*空乘专业全国名校招生*/
.recruit_students_cont .tab_top{width: 93.3%;height: 3.75em;border-bottom: 1px solid #d0d0d0;margin: 0 auto;}
.recruit_students_cont .tab_top ul{width: 100%;height: 100%;}
.recruit_students_cont .tab_top ul li{float: left;width: 4.097em;font-size: 1.25em;margin-right: 0.824em;text-align:center;line-height: 3.072em;position: relative;}
.recruit_students_cont .tab_top ul li:after{content: '';width: 100%;height: 2px;background: #fe3d25;position: absolute;bottom: -1px;left: 0;display: none;}
.recruit_students_cont .tab_top ul li:nth-last-child(1){margin-right: 0;float: right;}
.recruit_students_cont .tab_top ul li.current{color: #fe3d25;}
.recruit_students_cont .tab_top ul li.current:after{display: block;}
.recruit_students_cont .tab_cont{padding-bottom: 0.792em;width: 100%;}
.recruit_students_cont .tab_cont div.swiper-slide{width:100%;margin: 0 auto;}
.recruit_students_cont .tab_cont div.swiper-slide ul{width:96%;margin: 0 auto;overflow: hidden;height:30.417em;}
.recruit_students_cont .tab_cont div li{width: 100%;height: 5.956em;border-bottom: 1px solid #efefef;}
.recruit_students_cont .tab_cont div li a{width: 97.19%;margin: 0 auto;display: block;height: 100%;overflow: hidden;background: url(../img/icon_a.png) no-repeat center right;background-size: 0.833em;}
.recruit_students_cont .tab_cont div li a h3{height: 1.5em;margin-top: 1.042em;}
.tab_cont div li a h3 i{float: left;font-style: normal;font-size: 1.084em;width: 1.417em;height:100%;background: #fe3c24;color: #fff;text-align: center;line-height: 1.317em;}
.tab_cont div li a h3 span{margin-left: 0.384em;line-height: 1.1em;height: 100%;float: left;font-size: 1.333em;}
.tab_cont div li a h3 em{float: left;font-size: 1.084em;width: 3.857em;height: 100%;line-height: 1.317em;box-sizing:border-box;border: 1px solid #23cd77;border-radius: 0.204em;color: #23cd77;text-align: center;vertical-align: middle;margin-left: 0.788em;}
.tab_cont div li a h3 em.fulfill{color: #fe3c24;border-color: #fe3c24;}
.tab_cont div li a p{color: #969696;font-size: 1em;margin-top: 0.917em;}
.tab_cont div.showMore{padding:0;padding-top: 1.546em;width: 93.3%;margin: 0 auto;}
.tab_cont div.hide{display: none;}
/*.recruit_students .title h2{width: 100%;left: 0;text-indent: 6.25em;}*/
/*.recruit_students .title h2 span,.recruit_students .title h2 img{right: 0;}*/
/*入学签订就业协议*/
.advert h3{font-size: 1.667em;height: 2.560em;background: #72caf2;line-height:2.560em;color: #fff;text-align: center;}
/*招生热点问答*/
.response_question_con ul{width: 100%;height: auto;overflow: hidden;padding-bottom: 1.25em;}
.response_question_con ul li{width:93.3%;height: auto;padding-right: 3.35%;border-bottom: 1px solid #F2F2F2;margin-left:3.35%;}
.response_question_con ul li h2{padding-right:3.35%;font-size:1.25em;color: #169fde;padding-top:0.923em;padding-bottom: 1.024em;background:url(../img/h2_bac_2.png) no-repeat 22.87em center ;background-size: 0.645em;}
/*.response_question_con ul li h2.current{background:url(../img/icon_h2.png) no-repeat 22.87em center ;background-size: 0.645em;}*/
.response_question_con ul li p{display:none;color: #404040;font-size: 1.167em;line-height: 1.682em;padding-top: 0.260em;padding-bottom: 0.403em;text-align: justify;border-top: 1px solid #f2f2f2;}
.response_question_con ul li p a{color: #ff5757;}
.response_question_con ul li.current h2{background:url(../img/icon_h2.png) no-repeat 22.87em center ;background-size: 0.645em;}
.response_question_con ul li.current p{display: block;}
/*优秀学员展示、校园精彩生活*/
.show_life #tab_menua_life li{box-sizing: border-box;width:50%;border-bottom:1px solid #f3f3f3;font-size:1.334em;color: #404040;height:2.559em;line-height: 2.559em;text-align: center;float:left;}
.show_life #tab_menua_life li.current{background: #f3432d;color: #fff;border: none;}
.show_life_tabcon{width: 93.3%;margin: 0 auto;padding-top: 1.25em;padding-bottom: 1.25em;position: relative;}
.show_life_tabcon dl{width: 100%;overflow: hidden;margin-bottom: 0.834em;}
.show_life_tabcon dl dt{width: 14.167em;height:14.375em;float: left;}
.show_life_tabcon a{width: 100%;height:100%;display: block;position: relative;}
.show_life_tabcon p{position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,0.5);color: #fff;width: 100%;}
.show_life_tabcon dl dt p{font-size: 1.167em;height: 2.121em;line-height: 2.121em;text-indent: 0.417em;}
.show_life_tabcon dl dd p{font-size: 0.667em;width: 100%;height: 1.501em;line-height:1.501em;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-indent: 0.417em;}
.show_life_tabcon img{width: 100%;display: block;}
.show_life_tabcon dl dd{float: right;width:14.167em;}
.show_life_tabcon dl dd ul li{width: 6.667em;height:6.667em;float:left;margin-right:0.833em;margin-bottom:0.984em;}
.show_life_tabcon dl dd ul li:nth-child(even){margin-right: 0;}
.show_life_tabcon dl dd ul li:nth-child(3){margin-bottom: 0;}
.show_life_tabcon dl dd ul li:nth-child(4){margin-bottom: 0;}
.show_life_tabcon ul{width: 100%;height: auto;overflow: hidden;}
.show_life_tabcon ul.bottom_ul li{width: 14.167em;float: left;}
.show_life_tabcon ul.bottom_ul li:nth-child(2){float: right;}
.show_life_tabcon ul.bottom_ul li a p{font-size: 0.834em;height: 1.585em;line-height:1.585em;text-indent:0.534em;}
.show_life_tabcon div.hide{display: none;}



/*只需30秒查看录取结果*/
.result .title{background: #3e87e9;}
.result .title2 h2{text-align: center;text-indent: 0;background: none;}
.result_cont{position:relative;width: 93.3%;margin: 0 auto;padding-bottom: 2.167em;background-image: url(../img/form_bac.jpg);padding-right: 3.35%;padding-left: 3.35%;height:auto;overflow: hidden;}
.result_cont div{padding-top: 1.084em;padding-bottom: 1.084em;}
.result_cont p{font-size: 1.167em;line-height: 1.390em;margin-bottom: 0.439em;}
.result_cont p:nth-child(2){margin-bottom: 0;}
.result_cont p span{color: #dc353d;}
.result_cont form{width: 100%;height: auto;}
.result_cont form input[type=text]{width: 100%;font-size: 1.167em;color: #fff;height: 2.267em;line-height: 2.267em;background: url(../img/input_bac.png);margin-bottom: 0.732em;text-indent: 1.097em;}
.result_cont form input[type=submit]{display:block;width: 60.3%;margin: 0.342em auto 0;font-size: 1.25em;background: #f3432d;color: #fff;height:2.322em;border-radius: 0.25em;}
.result_cont form input[type=text]:focus{box-shadow: 0px 0px 1px #fff;}
/*页面底部*/
.easy2{margin-top: 0.9381em;}
.easy2 h2{font-size: 1.75em;height: 1.951em;line-height: 1.951em;color: #3a3a3a;}
.easy2 ul li:nth-child(odd){padding-left: 0.417em;box-sizing: border-box;}
.easy2 ul li:nth-child(even){padding-left: 2.084em;box-sizing: border-box;}
.employment_analysis .title2,.response_question .title2{background: #a366d9 url(../img/back_136.png) no-repeat center;}
.growth_cont div span.current {
	-webkit-animation: twinkling 1s infinite ease-in-out;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes twinkling {
	0% {opacity: 0.5;transform: scale(1.1,1.1);}
	100% {opacity: 1;transform: scale(1,1);}
}

@keyframes twinkling {
	0% {opacity: 0.5;}
	100% {opacity: 1;}
}
.success {
    -webkit-animation: fadeIn 01s ease 0.2s 1 both;
    animation: fadeIn 1s ease 0.2s 1 both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



/*新加css*/
.PopLayer .popM{width: 100%;height: auto;margin: 13em auto 0 auto; text-align:center;}

.popm-left{ width:60%; font-size: 1.252em; text-align:center;color:#fff; height:2em; margin-left:4.2em;}


.PopLayer a{display: block;
	position: relative;
	width:50%;
	height:2em;
	font-size:0.752em;
	color: #000;
	border-radius:0em;
	text-align: center;
	margin: 0em auto 0;
	line-height:1.5em;}
.popm-left a.popm-zxls1{background:none;}


.foohd {
    background: #ffba00 none repeat scroll 0 0;
    border-radius: 0.2em;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 1.1111em;
    padding: 0.5em 0;
    text-align: center;
    width: 25%;
}