.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-nav_mainNavWrap
{
    background: #fff;
    width: 1200px;
    position: relative;
    z-index: 1000;
    margin: 60px auto 0;
}


.main-nav_loginSearchArea{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 60px;
}


.main-nav_loginSearchArea .main-nav_left{
    display: flex;
    align-items: center;
}

.main-nav_logo1{
    cursor: pointer;
    width: 169px;
}

.main-nav_logo2 {
    width: 124px;
    cursor: pointer;
}

.head-nav-fix_headNavWrap{
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    z-index: 1003;
    transition: .3s;
    background: #fff;
}

.main-nav_cityName{
    font-size: 16px;
    color: #000;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 14px;
}

.main-nav_changeBtn{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #999;
    vertical-align: top;
    cursor: pointer;
    margin-right: 20px;
    transition: all .3s;
}


.login-btn-float_loginText{
    width: 87px;
    height: 28px;
    line-height: 28px;
    background: #1890FF;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    display: inline-block;
}


.main-nav_right, .main-nav_loginSearchArea .main-nav_right .main-nav_headImgDrop{
    display: flex;
    align-items: center;
}

.main-nav_headImgDrop{
    display: flex;
    align-items: center;
}


.main-nav_headImgDrop{
    display: flex;
    align-items: center;
}

.head-nav-fix_centerBox{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-nav_navItem{
    white-space: nowrap;
    cursor: pointer;
    color: #000;
    line-height: 80px;
    font-weight: 700;
    transition: all .3s;
    position: relative;
}


.nav_secondNavBox{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 61px;
    background: #fff;
    overflow: hidden;
    margin: 0;
    max-height: 0;
    transition: all .3s ease 0s;
    z-index: 100;
    padding: 0 8px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    border-radius: 4px;
}

.main-nav_secondNavBox li:first-child {
    margin-top: 8px;
}

.main-nav_secondNavBox li {
    width: 166px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    transition: all .3s;
    margin-bottom: 4px;
}

.iconfont {
    font-family: "iconfont"!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-nav_secondNavBox{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 61px;
    background: #fff;
    overflow: hidden;
    margin: 0;
    max-height: 0;
    transition: all .3s ease 0s;
    z-index: 100;
    padding: 0 8px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    border-radius: 4px;
}


.head-nav-fix_searchAndNav{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.head-nav-fix_searchBox{
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.head-nav-fix_searchBox input {
    border: 1px solid #eee;
    width: 200px;
    height: 40px;
    padding: 0 20px;
}


.head-nav-fix_searchBox button {
    width: 88px;
    height: 40px;
    background: #ff6500;
    border-radius: 0 6px 6px 0;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}


.main-nav_headImgDrop {
    display: flex;
    align-items: center;
}


.main-nav_logoBox {
    margin-right: 30px;
}

.main-nav_logo1 {
    cursor: pointer;
    width: 169px;
}

/* 导航 */
.main-nav_mainNav{
    padding: 0 26px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.main-nav_navBox{
    display: flex;
    justify-content: space-between;
    height: 60px;
}

.main-nav_navItem{
    white-space: nowrap;
    cursor: pointer;
    color: #000;
    line-height: 80px;
    font-weight: 700;
    transition: all .3s;
    position: relative;
}

.main-nav_title{
    position: relative;
    height: 100%;
    font-size: 18px;
}

img {
    border: 0;
    vertical-align: top;
}

.main-nav_line{
    width: 1px;
    height: 10px;
    margin: 0 9px;
    background: #b8b8b8;
    opacity: .4;
    display: inline-block;
}

.main-nav_logo2{
    width: 124px;
    cursor: pointer;
}

.main-nav_searchBox{
    height: 40px;
    margin-top: -20px;
}

.clearfix {
    zoom: 1;
}

.search_box {
    width: 400px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    position: relative;
    z-index: 399px;
}

.search_box .search_ipt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    text-indent: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #999;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
}

.search_box .search_icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #1890FF;
    width: 100px;
    border: none;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
}

.search_box .search_data_box {
    background: #fff;
    max-height: 458px;
    overflow-y: auto;
    border-radius: 4px;
    box-shadow: 0 5px 14px 0 rgba(0,0,0,.09);
    margin: 0;
    position: relative;
    z-index: 10;
}

ol, ul {
    list-style: none;
}


.container, .page-info, body, html {
	width: 100%;
	height: 100%;
	position: relative;
	background: #F7F7F7;
	margin: 0 auto!important;
}

.schoolintro-box .introduce_box .introduce_head {
	display: flex;
	margin-bottom: 35px;
}
.school-fengguang-wrap {
	position: relative;
	overflow: hidden;
	width: 460px;
	height: 259px;
	margin-left: 20px;
	border-radius: 12px;
}

.shcool-rank_introduceAndRank{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-height: 259px;
	margin: 0 20px;
	flex: 1 1;
}


.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}


.wrapper {
  margin: 0 auto;
  padding: 40px;
  max-width: 800px;
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 0 13px #e6e6e6;
  display: table;
}
@media screen and (max-width: 580px) {
  .table {
	display: block;
  }
}

.row {
  display: table-row;
  background: #f6f6f6;
}
.row:nth-of-type(odd) {
  background: #feffff;
}
.row.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}

.row.blue {
  background: #7abedc;
}
@media screen and (max-width: 580px) {
  .row {
	padding: 14px 0 7px;
	display: block;
  }
  .row.header {
	padding: 0;
	height: 6px;
  }
  .row.header .cell {
	display: none;
  }
  .row .cell {
	margin-bottom: 10px;
  }
  .row .cell:before {
	margin-bottom: 3px;
	content: attr(data-title);
	min-width: 98px;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #969696;
	display: block;
  }
}

.cell {
  padding: 20px 20px;
  display: table-cell;
}


.both_heigh_table th span{
	cursor: pointer;
	margin-right: 16px;
}

.both_heigh_table th span:hover {
	color:#f60!important
}



.school-gaikuang_bigTitle{
    height: 32px;
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.school-gaikuang_pics img {
    width: 236px;
    height: 164px;
    border-radius: 4px 4px 4px 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
/* footer */

.school-footer_footerBox{
    width: 1200px;
    padding: 0 0 20px;
    margin: 0 auto;
    background: hsla(0,0%,98%,.96);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.school-footer_leftIntroduce{
    padding: 18px;
}

.school-footer_useIntro {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.school-footer_leftIntroduce p {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    word-break: break-all;
}

.school-footer_leftIntroduce p {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    word-break: break-all;
}

.school-footer_friendChain a {
    margin-right: 15px;
    transition: all .3s;
}

.school-footer_rightCode{
    height: 182px;
    padding: 20px;
    background: hsla(0,0%,98%,.96);
}

.school-footer_leftIntroduce h3 {
    font-size: 20px;
    color: #000;
    margin: 0 20px 0 0;
}

.school-footer_useIntro img {
    width: 283px;
    position: relative;
    top: 1px;
}

.copyright {
    height: auto;
    padding: 10px 0 19px;
    color: #333;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    background: #fff;
    margin: auto;
}

.copyright .copyright-con {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.copyright .copyright-con .copy-first {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin: 10px auto 0;
}

.copyright .copyright-con .copy-first i, .copyright .copyright-con .copy-first span {
    padding: 0 10px;
    color: #000;
    font-size: 14px;
}

.copyright .copyright-con .copy-first {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin: 10px auto 0;
}