
/*合作案例分类  */
.topical-nav-box {
  width: 100%;
	background: #FFFFFF;
  text-align: center;
  font-size: 0;
}
.pc .topical-nav-box{position:absolute;top:3.1rem;left:0;background-color: rgba(255,255,255,.3);z-index:1}
.phone .topical-nav-box{
	padding: .25rem 0 .54rem;
}

.topical-header-nav>li {
	display: inline-block;
	font-size: 0.18rem;
	padding: 0 10px;
	width: 2.7rem;
	position: relative;
}

/* .topical-header-nav>li+li {
	margin-left: .15rem;
} */

.topical-header-nav>li>a{
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.pc .topical-header-nav>li>a{
	height: .5rem;
	line-height: .5rem;
}

.topical-nav-box .topical-header-nav>li.active{background: #019df3;}
.topical-nav-box .topical-header-nav>li:hover {background: #019ddf;
}

/* .pc .topical-nav-box .topical-header-nav>li.active::after {
	content: ' ';
	display: block;
	height: 0px;
	width: 0;
	position: absolute;
	border-top: 10px solid #4171ba;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom: -10px;
	left: calc(50% - 7px);
} */

.topical-nav-box .topical-header-nav>li.active a,
.topical-nav-box .topical-header-nav>li:hover a {
	color: #FFFFFF;
}

/* .topical-header-nav>li:nth-child(1),
.topical-header-nav>li:nth-child(2),
.topical-header-nav>li:nth-child(3) {
  border-right: 1px solid #e4e4e4;
} */

  /* 合作客户 */
.cooperate-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* padding-top: .8rem; */
  width: 100%;
  height: 3.6rem;
  text-align: center;
}
.pc .cooperate-banner{
  background: url(../image/cooperateCase/banner.jpg) center center no-repeat;
  background-size: 100% 100%
}
.school-list{
  width: 75.4%;
  margin:.64rem auto 0;
}
.swiper-container-cooperate{
  padding-bottom:.42rem;
  width:100%;
  /* height: 65.824%; */
}

.swiper-container-cooperate .swiper-wrapper {
  background-color: #fff;
  width: 100%;
  height: 6rem;
}

.school-list .cooperate-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

.school-list .cooperate-title::before {
  content: '';
  display: block;
  width: 6px;
  height: 40px;
  border-radius: 2px;
  margin-right: 8px;
  background-color: #4171ba;
}

.school-list .cooperate-title > p {
  position: absolute;
  right: 0;
  font-size: .1rem;
  color: #C0C0C0;
}

.school-list .cooperate-title .en-title {
  color: #4171ba;
  font-size: .123rem;
  opacity: 0.5;
}


.swiper-container-cooperate .swiper-slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}


.swiper-container-cooperate .swiper-slide .customer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 16.566%;
  height: 33.33%;
  /* border: 1px solid #e4e4e4; */
}

.swiper-container-cooperate .swiper-slide .top {
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.swiper-container-cooperate .swiper-slide .top-right {
  border-bottom: 1px solid #e4e4e4;
}

.swiper-container-cooperate .swiper-slide .center {
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.swiper-container-cooperate .swiper-slide .customer-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(33.132% + 2px);
  height: 33.33%;
  background-color: #007CD8;
}

.swiper-container-cooperate .swiper-slide .center-right {
  border-bottom: 1px solid #e4e4e4;
}

.swiper-container-cooperate .swiper-slide .bottom {
  border-right: 1px solid #e4e4e4;
}

.swiper-container-cooperate .swiper-slide .customer-count .number {
  color: #FFFFFF;
  font-size: .6rem;
}

.swiper-container-cooperate .swiper-slide .customer-count .unit {
  color: #FFFFFF;
  font-size: .1rem;
}

/* .swiper-container-cooperate .swiper-slide .customer-container:hover .customer {
  -webkit-animation: flipInY 1s ease 0s 1 both;
  -o-animation: flipInY 1s ease 0s 1 both;
  -moz-animation: flipInY 1s ease 0s 1 both;
  animation: flipInY 1s ease 0s 1 both;
} */
.swiper-container-cooperate .swiper-slide .customer-container:hover .customer {
  -webkit-animation: jello 1s ease 0s 1 both;
  -o-animation: jello 1s ease 0s 1 both;
  -moz-animation: jello 1s ease 0s 1 both;
  animation: jello 1s ease 0s 1 both;
}
.swiper-container-cooperate .customer {
  width: 80%;
  height: 75%;
}

.swiper-container-cooperate .customer1 {
  background: url(../image/index/cooperation/down1.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer2 { 
  background: url(../image/index/cooperation/down2.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer3 { 
  background: url(../image/index/cooperation/down3.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer4 { 
  background: url(../image/index/cooperation/down4.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer5 { 
  background: url(../image/index/cooperation/down5.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer6 { 
  background: url(../image/index/cooperation/down6.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer7 { 
  background: url(../image/index/cooperation/down7.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer8 { 
  background: url(../image/index/cooperation/down8.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer9 { 
  background: url(../image/index/cooperation/down9.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer10 {
  background: url(../image/index/cooperation/down10.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer11 {
  background: url(../image/index/cooperation/down11.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer12 {
  background: url(../image/index/cooperation/down12.png) center center no-repeat;
  background-size: contain;
}


.swiper-container-cooperate .customer13 {
  background: url(../image/index/cooperation/down13.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer14 {
  background: url(../image/index/cooperation/down14.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer15 {
  background: url(../image/index/cooperation/down15.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer16 {
  background: url(../image/index/cooperation/down16.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate .customer17 {
  background: url(../image/index/cooperation/down17.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate .customer18 {
  background: url(../image/index/cooperation/down18.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer19 {
  background: url(../image/index/cooperation/down19.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer20 {
  background: url(../image/index/cooperation/down20.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer21 {
  background: url(../image/index/cooperation/down21.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer22 {
  background: url(../image/index/cooperation/down22.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer23 {
  background: url(../image/index/cooperation/down23.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer24 {
  background: url(../image/index/cooperation/down24.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate  .customer25 {
  background: url(../image/index/cooperation/down25.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate  .customer26 {
  background: url(../image/index/cooperation/down26.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate  .customer27 {
  background: url(../image/index/cooperation/down27.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer28 {
  background: url(../image/index/cooperation/down28.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer29 {
  background: url(../image/index/cooperation/down29.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer30 {
  background: url(../image/index/cooperation/down30.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer31 {
  background: url(../image/index/cooperation/down31.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer32 {
  background: url(../image/index/cooperation/down32.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer33 {
  background: url(../image/index/cooperation/down33.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer34 {
  background: url(../image/index/cooperation/down34.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate  .customer35 {
  background: url(../image/index/cooperation/down35.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate  .customer36 {
  background: url(../image/index/cooperation/down36.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer37 {
  background: url(../image/index/cooperation/down37.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer38 {
  background: url(../image/index/cooperation/down38.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-cooperate  .customer39 {
  background: url(../image/index/cooperation/down39.png) center center no-repeat;
  background-size: contain;
}

.swiper-container-cooperate  .customer40 {
  background: url(../image/index/cooperation/down40.png) center center no-repeat;
  background-size: contain;
}
.swiper-button-next {
  position: absolute;
  top: 97%;
  right: 2%;
  display: block;
  border: 1px solid #76a4c9;
  border-radius: 50%;
  width: 2vw;
  height: 2vw;
}

.swiper-button-prev {
  position: absolute;
  top: 97%;
  left: 91%;
  display: block;
  border: 1px solid #76a4c9;
  color: #e4e4e4;
  border-radius: 50%;
  width: 2vw;
  height: 2vw;
}

.swiper-button-next button{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #76a4c9;
  border-radius: 50%;
  outline: none;
  border: 0;
}

.swiper-button-prev button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #76a4c9;
  border-radius: 50%;
  outline: none;
  border: 0;
}

.swiper-button-next:hover {
  border: 1px solid #4171ba;
}

.swiper-button-prev:hover {
  border: 1px solid #4171ba;
}

.swiper-container-cooperate .swiper-button-next button:hover {
  color: #4171ba
}

.swiper-container-cooperate .swiper-button-prev button:hover {
  color: #4171ba
}


/* 合作案例 */
.cooperate-case {
  margin: .6rem  auto 0 auto;
  width: 76.0416%;
}
.cooperate-case .cooperate-case-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:wrap;
  -webkit-box-lines:multiple;
  -moz-flex-wrap:wrap;
  flex-wrap:wrap;
  /* margin-top: .54rem; */
  width: 100%;
}

.cooperate-case .cooperate-item {
  position: relative;
  /* width: 4.67rem;
  height: 3.38rem; */
  width: 31.998%;
  /* height: 31.296vh; */
  margin-bottom: .555rem;
  margin-left: .114rem;
  background-color: #fff;
}
.cooperate-case .cooperate-item.national{
  width: 23.998%;
}
.cooperate-case .cooperate-item.national{
  box-shadow:1px 0 7px 2px rgba(0,0,0,.13);
}
.pc .cooperate-case .cooperate-item .cooperate-school:first-child{
	display: none;	
}

.cooperate-case .picture-outer {
  position: relative;
  width: 100%;
  padding-bottom: 55.833%;
}

.cooperate-case .cooperate-picture {
  /* width: 100%;
  height: 2.68rem; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-size 200ms ease-out;
  -moz-transition: background-size 200ms ease-out; /* Firefox 4 */
  -webkit-transition: background-size 200ms ease-out; /* Safari and Chrome */
  -o-transition: background-size 200ms ease-out; /* Opera */
  overflow:hidden;
}
.cooperate-case .cooperate-picture img{
	width:100%;
	height:100%;
	transition: transform 200ms ease-out;
  	-moz-transition: transform 200ms ease-out; /* Firefox 4 */
  	-webkit-transition:transform 200ms ease-out; /* Safari and Chrome */
  	-o-transition:transform 200ms ease-out; /* Opera */
}
/* 合作案例背景图hover放大 */
/* .pc .cooperate-case .cooperate-item:hover .cooperate-picture {
  background-size: 110%;
} */
.pc .cooperate-case .cooperate-item:hover .cooperate-picture img{
  transform:scale(1.1);
  transition:transform 200ms ease-in ;
}
.cooperate-case .cooperate-item .cooperate-content:first-child{
	display: none;
}
.cooperate-evaluate{
  position:relative;
  padding:0 .2rem;
  margin:.2rem auto;
}
.cooperate-evaluate>span{
  font-size:.2rem;
  color:#ffb129;
}
.cooperate-evaluate>.national-icon{
  position:absolute;
  top: -.44rem;
  right: .2rem;
  width: .69rem;
  height: .69rem;
  background: url(../image/cooperateCase/national.png) no-repeat center center;
  background-size: 100%;
}
/* 合作案例背景图 */
/* .cooperate-case .cooperate-picture1 {
  background: url(../image/cooperateCase/2.png)center center no-repeat;
  background-size: 100%;
}

.cooperate-case .cooperate-picture2 {
  background: url(../image/cooperateCase/3.png)center center no-repeat;
  background-size: 100%;
}

.cooperate-case .cooperate-picture3 {
  background: url(../image/cooperateCase/4.png)center center no-repeat;
  background-size: 100%;
}

.cooperate-case .cooperate-picture4 {
  background: url(../image/cooperateCase/5.png)center center no-repeat;
  background-size: 100%;
}

.cooperate-case .cooperate-picture5 {
  background: url(../image/cooperateCase/6.png)center center no-repeat;
  background-size: 100%;
}

.cooperate-case .cooperate-picture6 {
  background: url(../image/cooperateCase/7.png)center center no-repeat;
  background-size: 100%;
} */

.cooperate-case .cooperate-school {
  margin-top: .1rem;
  width: 100%;
  text-align: center;
  font-size: .16rem;
  font-weight:400;
  line-height: .30rem;
  color:rgba(51,51,51,1);
}
.national .cooperate-school{border-top:1px solid #e7e7e7}
.national .cooperate-school>img{width:100%}
.cooperate-case .cooperate-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  font-size: .16rem;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height: .30rem;
}
.cooperate-case .national .cooperate-content{
  padding:0 .2rem;
  margin-bottom:.2rem;
  font-size:.24rem;
  line-height: .32rem;
  height:.64rem;
  text-align: left;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cooperate-case .cooperation-back {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
}
.pc .cooperate-item:hover .cooperation-back {
  opacity: 1;
  height:1.4rem;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
}

.cooperate-case .cooperation-back .level {
  width: 100%;
  height: 50%;
  text-align: center;
  line-height: .7rem;
  vertical-align: middle;
  font-size: .18rem;
  font-weight: 400;
  color: rgba(51,51,51,1);
  background:rgba(255,255,255,1);
  opacity:0.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.cooperate-case .cooperation-back .detail {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  height: 50%;
  text-align: center;
  line-height: .7rem;
  background:#007cd8;
  font-size: .16rem;
  font-weight: 400;
  color:rgba(255,255,255,1);
}

/* 分页 */
.cooperate-case .layui-laypage-molv {
  width: 100%;
  text-align: center;
}

.cooperate-case .layui-laypage-molv > a {
  margin-left: .12rem!important;
}

.cooperate-case .layui-laypage-molv > a:hover {
  color:#007CD8!important;
}

.cooperate-case .layui-laypage input:focus,
.cooperate-case .layui-laypage select:focus {
  border-color: #007CD8!important;
}


.cooperate-case .layui-laypage-molv > .layui-laypage-curr,
.cooperate-case .layui-laypage-molv > .layui-laypage-spr {
  margin-left: .12rem;
}
/* 手机端banner */
.phone .swiper-container-body {
	padding-top:0;
	height:3.6rem;
}
.phone .cooperate-banner {
	background: url(../image/cooperateCase/banner-phone.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.phone .course-banner .course-banner-text{
	background: url(../image/cooperateCase/banner-text-phone.png) center center no-repeat;
    background-size: 100% 100%;
}
/* 手机端隐藏面包屑 */
.phone .bread-cont {
	display: none;
}
.customer-count-p{
	display: none;
}

.phone .customer-count-p{
	display: block;
	text-align: center;
	padding:.33rem 0 0;
}
.phone .customer-count-p .number{
	color: #007CD8;
	font-size: .85rem;
	line-height: .85rem;
}
.phone .customer-count-p .unit{
	color: #333333;
	font-size: .28rem;
	line-height: .28rem;
	margin-top:.15rem
}
.phone .topical-nav-box .topical-header-nav{
  border-bottom:1px solid #DCE1E7;
  font-size:0;
  white-space: nowrap;
}
.phone .topical-nav-box .topical-header-nav>li{
  padding:0;
	height: .86rem;
	font-size: .36rem;
  line-height: .86rem;
  max-width:30%;
  width:auto;
  border:0;
  background-color: transparent;
  position:relative
}
.phone .topical-nav-box .topical-header-nav>li:after{
  content:'';
  position:absolute;
  bottom:0;
  width:0;
  border-bottom:.05rem solid #2C60B5;
  left:50%;
  transition: all .3s ease-in-out;
}
.phone .topical-nav-box .topical-header-nav>li+li {
	margin-left: 5%;
}
.phone .topical-header-nav>li.active, .phone .topical-header-nav>li:hover{
  background:transparent;
  border:0;
}
.phone .topical-header-nav>li.active:after,.phone  .topical-header-nav>li:hover:after{
  width:100%;
  left:0;
  transition: all .3s ease-in-out;
}
.phone .topical-header-nav>li>a{
  font-size:.24rem;
  color:#1A2A45;
}
.phone .topical-header-nav>li.active a, .phone .topical-header-nav>li:hover a{
  color:#2C60B5;
}
.phone .main-scroll {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
 	-webkit-overflow-scrolling:touch;
}
.phone .main-scroll.is-top .topical-nav-box{
	position: fixed;
	top: 0rem;
	padding-top: 1.05rem;
	z-index: 10;
}
.phone .main-scroll.is-top .customer-count-p {
	display: none;
}
/* .phone .main-scroll.is-top .cooperate-case {
	margin-top: 4.5rem;
} */

.phone .main-scroll.noscroll {
	overflow-y: hidden;
}

.phone .content-view {
	margin: .33rem 0 0;
	width: 100%;
}

.phone .content-view.scroll-view {
	overflow-y: scroll;
	overflow-x: hidden;
}

.phone .content-view #pictureNews{
	margin-top: .5rem;
}
.phone .cooperate-case{
	margin: 0 auto;
	width: 100% !important;
}

.phone .cooperate-case .cooperate-item{
	width: 90%;
	margin: 0 5%;
	padding-bottom: .3rem;
	border-bottom: 1px solid rgba(24,24,24,0.21);
	/* box-shadow:0px 1px 1px 0px rgba(24,24,24,0.21); */
}
.phone .cooperate-case .cooperate-item+.cooperate-item{
	margin-top: .35rem;
}
.phone .cooperate-case .cooperate-item.national{
  width:45%;
  margin:.35rem 2.5% 0;
}
.phone .cooperate-case .cooperate-item .cooperate-school{
	display: none;
}
.phone .cooperate-case .cooperate-item .cooperation-back{
	display: none;
}
.phone .cooperate-case .cooperate-item .cooperate-content{
	margin-top: .2rem;
	text-align: left;
	font-size: .28rem;
	line-height:.28rem
}
.phone .cooperate-case .cooperate-item .cooperate-school:first-child{
	display: block;
	text-align: left;
	width: 90%;
	padding-left: 10px;
	position: relative;
	font-size: .34rem;
	line-height: .55rem;
	color: #007CD8;
	margin-bottom: .18rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.phone .cooperate-case .cooperate-item .cooperate-school:first-child::before{
	content: ' ';
	display: inline-block;
	position: absolute;
	width: 3px;
	height: .55rem;
	left: 0;
	background: #007CD8;
}

/* .phone #cooperate-nav-box{
	display: none;
} */
#cooperate-nav-box .layui-laypage a:not([class]){
	display: none;
}
#cooperate-nav-box .layui-laypage .layui-laypage-curr{
	display: inline-block;
	width: .68rem;
	height: .68rem;
	padding: 0;
	border: 0;
	background: #CCCCCC;
	border-radius: 50%;
	margin: 0 .8rem;
}
#cooperate-nav-box .layui-laypage .layui-laypage-curr em{
	color: #989898;
	cursor: default;
}
#cooperate-nav-box .layui-laypage .layui-laypage-curr em.curr-em{
	color: #007CD8;
}
#cooperate-nav-box .layui-laypage .layui-laypage-curr>em{
	background: #ffffff;
	width: calc(.68rem - 4px);
	height: calc(.68rem - 4px);
	line-height: calc(.68rem - 12px);
	padding: 4px;
	box-sizing: border-box;
	font-size: .19rem;
	display: inline-block;
	margin-top: 2px;
	border-radius: 50%;
	color: #989898;
}
#cooperate-nav-box .layui-laypage .layui-laypage-curr div{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: .68rem;
	height: .68rem;
	box-sizing: border-box;
	border-radius: 50%;
}
#cooperate-nav-box .layui-laypage .layui-laypage-curr div.left-ring,
#cooperate-nav-box .layui-laypage .layui-laypage-curr div.ringL{
	clip: rect(auto, .34rem, auto, auto);
}
/* #cooperate-nav-box .layui-laypage .layui-laypage-curr div.ringR{
	transition: transform 5s;
}
#cooperate-nav-box .layui-laypage .layui-laypage-curr div.ringL{
	transition: transform 5s;
	transition-delay: 1s;
} */
#cooperate-nav-box .layui-laypage .layui-laypage-curr div.ringR,
#cooperate-nav-box .layui-laypage .layui-laypage-curr div.right-ring{
	clip: rect(0,auto, auto, .34rem);
}
#cooperate-nav-box .layui-laypage .layui-laypage-curr>div>div{
	content: ' ';
	transform: rotate(-180deg);
	background: #007CD8;
}
#cooperate-nav-box .layui-laypage-prev,#cooperate-nav-box .layui-laypage-next{
	border: 0;
	border-radius: 0;
	position: relative;
	padding: 0;
	width: .26rem;
}
#cooperate-nav-box .layui-laypage-prev>em,#cooperate-nav-box .layui-laypage-next>em{
	opacity: 0;
}
#cooperate-nav-box .layui-laypage-prev::before,
#cooperate-nav-box .layui-laypage-next::before{
	content: ' ';
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	width: .26rem;
	height: 2px;
	background: #989898;
}
#cooperate-nav-box .layui-laypage-prev::after,
#cooperate-nav-box .layui-laypage-next::after{
	content: ' ';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: calc(50% - 5px);
	border-left: 2px solid #989898;
	border-top: 2px solid #989898;
}
#cooperate-nav-box .layui-disabled::after{
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
}
#cooperate-nav-box .layui-disabled::before{
	background-color: #CCCCCC;
}
#cooperate-nav-box .layui-laypage-prev::after{
	transform: rotate(-45deg);
	left: 0;
}
#cooperate-nav-box .layui-laypage-next::after{
	transform: rotate(135deg);
	right: 0;
}

.phone .cooperate-footer{
	margin-top: .8rem;
}

.phone .school-list{
	display: none;
}

.phone .cont-footer {
	height: auto;
}

/* .to-top{
	display: none;
}
.phone .to-top {
	position: absolute;
	z-index: 99;
	bottom: .4rem;
	margin: 0 .4rem auto;
	text-align: right;
	right: -.2rem;
}

.phone .to-top.is-show {
	display: block;
}

.phone .to-top a {
	display: inline-block;
	width: .6rem;
	height: .6rem;
	font-weight: 600;
	font-size: .24rem;
	line-height: .6rem;
	text-align: center;
	border: 2px solid #4889BD;
	color: #4889BD;
	border-radius: 50%;
	background-color: rgba(255,255,255,.7);
} */


/* 媒体查询 */

@media screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
  .swiper-container-cooperate {
    width: 80.4%;
  }

  .cooperate-case {
    width: 81.0416%;
  }

  .cooperate-case .cooperation-back {
    height: 1rem;
  }
  
  .cooperate-case .cooperation-back .level {
    line-height: .5rem;
    font-size: .14rem;
  }
  
  .cooperate-case .cooperation-back .detail {
    line-height: .5rem;
    font-size: .12rem;
  }

  .cooperate-case .cooperate-school {
    margin-top: .1rem;
    font-size: .14rem;
    line-height: .20rem;
  }
  
  .cooperate-case .cooperate-content {
    font-size: .14rem;
    line-height: .20rem;
  }
}

@media screen and (max-width: 1440px) {
  .swiper-container-cooperate {
    width: 85.4%;
  }

  .cooperate-case {
    width: 86.0416%;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width:750px) {
	html {
		font-size: 13.33vw;
	}
} 


@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:1}
40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}
80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}
100%{-webkit-transform:perspective(400px);transform:perspective(400px)}
}
@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:1}
40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}
80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}
100%{-webkit-transform:perspective(400px);transform:perspective(400px)}
}
@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}
@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}