锘緻charset "utf-8";
.border-box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* 鍥剧墖鏀惧ぇ */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
}
.img_scale:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.main-tit {
  text-align: center;
  padding-top: 4%;
  padding-bottom: 4%;
}
.main-tit .line {
  width: 60px;
  height: 1px;
  position: relative;
  margin: 20px auto 0;
}
.main-tit .line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  margin-left: -30px;
  top: 0;
  background: #999999;
  display: block;
}
.main-tit .tit1 {
  color: #999;
  font-size: 40px;
  font-family: 'Didot';
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.main-tit .tit2 {
  font-size: 18px;
  color: #444444;
  line-height: 28px;
}
.main-tit .tit3 {
  font-size: 28px;
  font-weight:bold;
  color: #333;
  line-height: 28px;
  margin-bottom: 10px;
}
.main-tit .tit4 {
  font-size: 18px;
  color: #444444;
  line-height: 24px;
  padding-top:30px;
}
.course {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1%;
  background-color:#FFFFFF;
}
.course .container {
  width: 96%;
  padding:0 2%;
  margin: 0 auto;
}
.course-list ul {
  margin-left: -11px;
  margin-right: -11px;
}
.course-list ul li {
  float: left;
  width: 25%;
  padding-left: 11px;
  padding-right: 11px;
  transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  position: relative;
  margin-bottom: 30px;
  border-radius: 4px;
}
.course-list a {
  display: block;
  overflow: hidden;
  /*  &:after{
           content: "";
           width: 100%;
           height: 0;
           background-color: rgba(0, 0, 0, 0.85);
           position: absolute;
           top: 0px;
           opacity: 0;
           transition: all 0.3s ease 0s;
           z-index: 9;
       } */
}
.course-list .course-img {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.course-list .course-img img {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  max-width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.course-list .course-img:after {
  content: "";
  width: 100%;
  height: 0;
  /*background-color: rgba(0, 0, 0, 0.85);*/
  position: absolute;
  top: 0px;
  opacity: 0;
  transition: all 0.3s ease 0s;
  z-index: 9;
}
.course-list .course-img .course-mask {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10;
}
.course-list .course-img .course-mask .txt1 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  text-align: center;
  padding-left: 8%;
  padding-right: 8%;
  opacity: 0;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.course-list .course-img .course-mask .txt2 {
  margin-top: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.course-list .course-info {
  position: relative;
}
.course-list .course-info > div {
  padding: 25px 20px 35px 10px;
  transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.course-list .course-info .title {
  font-size: 16px;
  line-height: 1;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #222222;
  text-align: left;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.course-list .course-info .subtitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #999999;
  font-size: 14px;
  margin-top: 13px;
  line-height: 24px;
  position: relative;
  transition: all 0.6s ease 0s;
  height: 48px;
}
.course-list ul li:hover a {
  box-shadow: 0px 12px 64px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 64px rgba(0, 0, 0, 0.1);
}
.course-list ul li:hover .course-img img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.course-list ul li:hover .course-img:after {
  height: 100%;
  opacity: 1;
}
.course-list ul li:hover .course-info > div {
  margin-left: 15px;
}
.course-list ul li:hover .course-mask .txt1 {
  transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  opacity: 1;
}
.course-list ul li:hover .course-mask .txt2 {
  transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  opacity: 1;
}
.guanggao{ width:100%; height:130px;  line-height:130px; text-align:center; font-size:28px; color:#FFFFFF; position: absolute; z-index: 100;}
canvas{
  display:block;
  vertical-align:bottom;
}

.videoindex{ background: #f8f8f8; overflow: hidden; padding: 30px 0;}

#video {
	width: 92%;
	height: auto;
	margin: 0 auto;
	position: relative;
	float: left;  margin: 0 4% 0 4%;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
}

#video2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	float: left; width: 44%; margin: 0 2% 0 4%;
}

#video2 video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn2 {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
}



.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */
#particles-js{
  width: 100%;
  height: 130px;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background:#000000;
}


.graduates-menu {
  text-align: right;
  margin-bottom: 20px;
  display: block;
}
.graduates-menu a {
  margin-left: 35px;
  color: #999999;
  font-size: 14px;
  padding: 0 2.5px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.graduates-menu a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #ff0000;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.graduates-menu a.cur,
.graduates-menu a:hover {
  color: #333333;
}
.graduates-menu a.cur:after,
.graduates-menu a:hover:after {
  width: 100%;
}
.graduates {
  padding-bottom:2%; overflow:hidden; background:#fff;
}
.graduates .container {
  width: 96%;
  padding:0 2%;
  margin: 0 auto;
}
.graduates .swiper-slide {
  padding: 10px;
  /*position: relative;*/
  width:25%;
  float:left;
  cursor: pointer;
  margin-bottom:20px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.graduates .header {
  margin-top: 40px;
}
.graduates .graduates-info {
  font-size: 0;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}
.graduates .graduates-info > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.graduates .graduates-info > div .name {
  font-size: 20px;
  color: #333333;
  line-height: 1;
}
.graduates .graduates-info > div .name-en {
  color: #999999;
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}
.graduates .summary {
  padding: 20px 20px 30px 20px;
  background-color: #f2f2f2;
  transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  top: 0px;
  position: relative;
  border-radius: 4px;
}
.graduates .summary:after {
  content: '';
  position: absolute;

  /*left: 36px;
  width: 0;
  height: 0;
  border-top: 10px solid #efefef;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  transition: all 0.36s ease;*/
}
.graduates .summary .title {
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
  line-height: 20px;
  text-align:center;
}
.graduates .summary .subtitle {
  font-size: 14px;
  color: #333333;
  line-height:24px;
}
.graduates .summary .subtitle img { width:100%;}
.graduates .summary .subtitle2{
  height: 48px;
  line-height: 24px;
  margin-top: 5px;
}
.graduates .summary .description {
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  line-height: 24px;
  max-height:96px;
}
.graduates .swiper-slide:hover .summary {
  background: #dddddd;
  position: relative;
  /*transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);*/
}
.graduates .swiper-slide:hover .summary:after {
  /*border-top: 10px solid  #f8c80f;*/
}
.graduates .swiper-slide:hover .graduates-info {
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}
.graduates .swiper-slide:hover .description {
  color: #7b7458;
}
.graduates .swiper-pagination {
  position: relative;
  text-align: center;
}
.graduates .swiper-pagination span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-top: 60px;
  position: relative;
}
.graduates .swiper-pagination span:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #999999;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-left: -2px;
  margin-top: -2px;
}
.graduates .swiper-pagination span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #f8c80f;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.graduates .swiper-pagination span.swiper-active-switch:before,
.graduates .swiper-pagination span:hover:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background: transparent;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.swiper-button-prev span,
.swiper-button-next span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
}
.swiper-button-prev span img,
.swiper-button-next span img {
  vertical-align: top;
}
.swiper-button-prev {
  left: -80px;
}
.swiper-button-next {
  right: -80px;
}
.swiper-button-prev span:hover {
  animation: prev_hover 0.6s ease;
  -webkit-animation: prev_hover 0.6s ease;
  -moz-animation: prev_hover 0.6s ease;
  -o-animation: prev_hover 0.6s ease;
}
.swiper-button-next span:hover {
  animation: next_hover 0.6s ease;
  -webkit-animation: next_hover 0.6s ease;
  -moz-animation: next_hover 0.6s ease;
  -o-animation: next_hover 0.6s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #f8c80f;
  border: 1px solid #f8c80f;
}
.news {
  padding-top: 4%;
  padding-bottom: 4%;
  background: #f2f2f2;
}
.news .container{
  width:96%;
  padding:0 2%;
}
.news-left {
  width: 360px;
  float: left;
}
.news-left .line {
  width: 60px;
  background: #999999;
  height: 1px;
  margin-bottom: 35px;
}
.news-left .news-tit1 {
  font-size: 0;
  color: #999999;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Didot";
}
.news-left .news-tit1 span {
  font-size: 90px;
  opacity: 0;
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  will-change: opacity;
  transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
  -ms-transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
  -o-transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
  -webkit-transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
  -moz-transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
}
.news-left .news-tit2 {
  font-size: 0;
  color: #999999;
  line-height: 1;
  font-family: "Didot";
}
.news-left .news-tit2 span {
  font-size: 42px;
  opacity: 0;
  will-change: opacity;
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
  -ms-transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
  -o-transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
  -webkit-transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
  -moz-transition: opacity cubic-bezier(0.57, 0.1, 0.18, 1.03) 0.8s;
}
.news-left .news-tit3 {
  color: #333333;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  width: 120px;
  height: 40px;
}
.news-left .news-tit3 span {
  position: absolute;
}
.news-left .sign {
  margin: 0;
}

.news-right {
  float: left;
  width: calc(100% - 360px);
}
.news-right ul li {
  margin-bottom: 30px;
  float:left;
  overflow: hidden;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  padding:20px 0;
  border-bottom:1px solid #dedede;
  width:46%;
  margin:5px 2%;
}

.news-right ul li a > div {
  display: inline-block;
  vertical-align: middle;
}
.news-right ul li .news-img {
  width: 268px;
  height: 147px;
  overflow: hidden;
  /*border-radius: 6px;*/
}
.news-right ul li .news-img img {
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.news-right ul li .news-info {
  width: 100%;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.news-right ul li .tit {
  font-size: 18px;
  color: #221f1b;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.time4{ color:#666666; margin-bottom:10px;}
.news-right ul li .summary {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-right ul li .news-btn {
  width: 70px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.news-right ul li .time {
  font-size: 20px;
  color: #3b3936;
  line-height: 1;
  margin-bottom: 15px;
}
.news-right ul li .more {
  border-left: 1px solid #bababa;
  padding-left: 20px;
}
.news-right ul li:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-bottom:1px solid #FFFFFF;
}
.news-right ul li:hover .news-info,
.news-right ul li:hover .news-btn {
  transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
}
.news-right ul li:hover .news-img img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.news-right ul li:hover .more img {
  animation: next_hover2 0.6s ease;
  -webkit-animation: next_hover2 0.6s ease;
  -moz-animation: next_hover2 0.6s ease;
  -o-animation: next_hover2 0.6s ease;
}
.cooper {
  padding: 10px 0 45px 0;
  position: relative;
  text-align: center;
  background-color:#fff;
}
.cooper .container { width:96%; padding:0 2%;}
.cooper .container a{ margin-right:20px; }
.cooper .container a img{ max-width:360px; border:2px solid #f2f2f2; margin-top:10px;}
.cooper .container a img:hover{ 
border:2px solid #f9be00;
transition: all 0.3s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
}

.cooper .swiper-slide {
  padding: 15px; margin:0 1%;
}
.cooper .swiper-slide > div {
  height: 100px;
  line-height: 100px;
  position: relative;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.cooper .swiper-slide img{ width:200px; height:100px;}
.cooper .swiper-slide > div:hover {
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);*/
}
.cooper .swiper-button-next,
.cooper .swiper-button-prev {
  top: 50%;
}
.adv {
  width: 100%;
  padding: 1% 2% 5% 2%;
  background:#f2f2f2;
}
.ib-middle{width: 100%;}
.adv-list {
  float:left;
  width: 18%;
  margin: 1%;
}
.adv-list .desc {
  background:#FFFFFF;
}
.adv-list:hover .desc {
  background:#FFFFFF;
}
.adv-list:hover .desc h3 {
  color: #f8c80f;
  margin-left: 10px;
}

.adv-list:hover .img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.adv-list .pro {
  width: 100%;
  height: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.adv-list .img {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.adv-list .desc {
  padding:20px;
  border: 1px solid #e1e1e1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  z-index: 0;
  top: -1px;
  transition: border 0.4s;
  -ms-transition: border 0.4s;
  -o-transition: border 0.4s;
  -webkit-transition: border 0.4s;
  -moz-transition: border 0.4s;
  line-height: 24px;
  height:135px;
}
.adv-list .desc h3 {
  font-size: 24px;
  margin: 0px 0 20px;
  color: #333;
  font-weight: normal;
  transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.adv-list .desc p {
  font-size: 13px;
  line-height: 24px;
  color: #999;
  transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.adv-list .desc p  a{
   color: #999;
}


.service{
  width: 100%;
  padding: 1% 2% 6% 2%;
  text-align:center;
  background-color:#333;
}

.serv-list {
  display: inline-block;
  width: 20%;
  background:#FFFFFF;
  border-radius: 10px;
  overflow:hidden;
  margin:0 2%;
}

.serv-list:hover .desc h3 {
  color: #0075c2;
}

.serv-list:hover .img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.serv-list .pro {
  width: 100%;
  height: 170px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.serv-list .img {
  text-align:center;
  padding-top:10px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.serv-list .desc {
  padding: 30px 5%;
  position: relative;
  z-index: 0;
  transition: border 0.4s;
  -ms-transition: border 0.4s;
  -o-transition: border 0.4s;
  -webkit-transition: border 0.4s;
  -moz-transition: border 0.4s;
}
.serv-list .desc h3 {
  font-size: 24px;
  text-align:center;
  margin: 0px 0 20px;
  color: #333;
  font-weight: normal;
  transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.serv-list .desc p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 50px;
  text-align:center;
}
.serv-list .desc p  a{
   color: #999;
}
.map {
  width: 100%;
  height: 649px;
  position: relative;
}
.map .desc {
  padding-top: 150px;
  padding-left: 2%;
}
.map .num {
  text-align: center;
}
.map .area {
  text-align: center;
  font-size: 0;
}
.map .sign {
  width: 225px;
  height: 47px;
  line-height: 47px;
  position: relative;
  display: inline-block;
  padding-left: 43px;
  margin-right: 90px;
  margin-top: 162px;
}
.map .sign:hover:nth-child(2) i:before {
  opacity: 1;
}
.map .sign:hover:nth-child(3) i:before {
  opacity: 1;
}
.map .sign:after {
  background: #fff;
}
.map .sign:nth-child(2) i {
  top: -21px;
}
.map .sign:nth-child(2) i:after {
  top: 33px;
}
.map .sign:nth-child(2) i:before {
  content: '';
  background: url('../images/icon2-c.png') no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .4s;
}
.map .sign:last-child {
  margin-right: 0;
}
.map .sign:last-child i {
  top: -20px;
}
.map .sign:last-child i:after {
  top: 31px;
}
.map .sign:last-child i:before {
  content: '';
  background: url('../images/icon3-c.png') no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .4s;
}
.map .sign i {
  position: absolute;
  left: 13px;
  top: -11px;
  width: 37px;
  height: 60px;
}
.map .sign i:after {
  content: '';
  width: 1px;
  background: #deb30e;
  height: 24px;
  position: absolute;
  right: -22px;
  top: 20px;
}
.map .sign span {
  top: 21px;
  left: 134px;
}
.num-list {
  display: inline-block;
  margin-right: 11.32%;
}
.num-list:last-child {
  margin-right: 0;
}
.num-list p {
  display: inline-block;
  font-size: 120px;
  color: #fff;
  font-family: 'arialnb';
  line-height: 1;
  letter-spacing: -3px;
}
.num-list span {
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 4px;
}
.point-list {
  position: absolute;
}
.point-list.animate span {
  animation: pointShow 1.6s 1 alternate forwards;
  -webkit-animation: pointShow 1.6s 1 alternate forwards;
  -moz-animation: pointShow 1.6s 1 alternate forwards;
  -o-animation: pointShow 1.6s 1 alternate forwards;
}
.point-list.animate .point_name {
  opacity: 1;
}
.point-list span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  transform: scale(0);
}
.point-list span:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: -50%;
  left: 50%;
  margin-left: -6px;
  margin-right: -6px;
  background: rgba(248, 200, 15, 0.2);
  animation: wave 3s ease infinite;
  -webkit-animation: wave 3s ease infinite;
  -moz-animation: wave 3s ease infinite;
  -o-animation: wave 3s ease infinite;
  border-radius: 50%;
}
.point-list .point_name {
  position: absolute;
  font-size: 14px;
  color: #959393;
  left: -36px;
  top: 3px;
  width: 30px;
  font-style: normal;
  transition: .6s;
}
.point_1 {
  top: 220px;
  left: 295px;
}
.point_1 span {
  animation-delay: 2600ms!important;
}
.point_2 {
  top: 232px;
  left: 301px;
}
.point_2 span {
  animation-delay: 2600ms!important;
}
.point_3 {
  top: 319px;
  left: 466px;
}
.point_3 span {
  animation-delay: 2900ms!important;
}
.point_4 {
  top: 285px;
  left: 622px;
}
.point_4 span {
  animation-delay: 2900ms!important;
}
.point_5 {
  top: 293px;
  left: 637px;
}
.point_5 span {
  animation-delay: 2600ms!important;
}
.point_6 {
  top: 310px;
  left: 610px;
}
.point_6 span {
  animation-delay: 2600ms!important;
}
.point_7 {
  top: 349px;
  left: 627px;
}
.point_7 span {
  animation-delay: 2600ms!important;
}
.point_8 {
  top: 362px;
  left: 640px;
}
.point_8 span {
  animation-delay: 2300ms!important;
}
.point_9 {
  top: 381px;
  left: 639px;
}
.point_9 span {
  animation-delay: 2300ms!important;
}
.point_10 {
  top: 398px;
  left: 655px;
}
.point_10 span {
  animation-delay: 2300ms!important;
}
.point_11 {
  top: 157px;
  left: 770px;
}
.point_11 span {
  animation-delay: 2000ms!important;
}
.point_12 {
  top: 229px;
  left: 848px;
}
.point_12 span {
  animation-delay: 1500ms!important;
}
.point_13 {
  top: 245px;
  left: 834px;
}
.point_13 span {
  animation-delay: 300ms!important;
}
.point_13 .point_name {
  opacity: 0;
  transition-delay: 300ms;
}
.point_14 {
  top: 246px;
  left: 853px;
}
.point_14 span {
  animation-delay: 1800ms!important;
}
.point_15 {
  top: 285px;
  left: 812px;
}
.point_15 span {
  animation-delay: 1500ms!important;
}
.point_16 {
  top: 284px;
  left: 850px;
}
.point_16 span {
  animation-delay: 1200ms!important;
}
.point_17 {
  top: 287px;
  left: 870px;
}
.point_17 span {
  animation-delay: 600ms!important;
}
.point_17 .point_name {
  top: 19px;
  left: -5px;
  opacity: 0;
  transition-delay: 600ms;
}
.point_18 {
  top: 314px;
  left: 854px;
}
.point_18 span {
  animation-delay: 900ms!important;
}
.point_18 .point_name {
  opacity: 0;
  transition-delay: 900ms;
}
.point_19 {
  top: 323px;
  left: 865px;
}
.point_19 span {
  animation-delay: 1200ms!important;
}
.point_20 {
  top: 370px;
  left: 771px;
}
.point_20 span {
  animation-delay: 1200ms!important;
}
.point_21 {
  top: 384px;
  left: 815px;
}
.point_21 span {
  animation-delay: 1200ms!important;
}
.point_22 {
  top: 399px;
  left: 929px;
}
.point_22 span {
  animation-delay: 1500ms!important;
}
.point_23 {
  top: 403px;
  left: 780px;
}
.point_23 span {
  animation-delay: 1500ms!important;
}
.point_24 {
  top: 422px;
  left: 747px;
}
.point_24 span {
  animation-delay: 1800ms!important;
}
.point_25 {
  top: 420px;
  left: 791px;
}
.point_25 span {
  animation-delay: 1800ms!important;
}
.point_26 {
  top: 429px;
  left: 805px;
}
.point_26 span {
  animation-delay: 1800ms!important;
}
.point_27 {
  top: 450px;
  left: 916px;
}
.point_27 span {
  animation-delay: 2100ms!important;
}
.point_28 {
  top: 468px;
  left: 819px;
}
.point_28 span {
  animation-delay: 2100ms!important;
}
.point_29 {
  top: 482px;
  left: 876px;
}
.point_29 span {
  animation-delay: 2100ms!important;
}




@media (max-width: 1680px) {
  .news-left .news-tit1 span {
    font-size: 78px;
  }
  
  .news-left .news-tit2 span {
    font-size: 38px;
  }
 

.cooper .container a{ margin-right:20px;}
.cooper .container a img{ max-width:320px;}
  
}
@media (max-width: 1440px) {
 
  .main-tit .tit1 {
    font-size: 36px;
  }
  .main-tit .tit2 {
    font-size: 24px;
  }
 
  .news-left .news-tit1 span {
    font-size: 68px;
  }
 
  .news-left .news-tit2 span {
    font-size: 32px;
  }
 

  .graduates-list .swiper-button-next {
    right: -55px;
  }
  .graduates-list .swiper-button-prev {
    left: -55px;
  }
  .cooper .swiper-button-next {
    right: -25px;
  }
  .cooper .swiper-button-prev {
    left: -25px;
  }
  .adv .sign{
    width: 140px;
  }
  .news-left .sign{
    width: 120px;
  }
  .news-left .news-tit3 {
    margin-top: 30px;
  }
 
 
  
  .serv-list {
  
  display: inline-block;
  width: 20%;
  background:#FFFFFF;
  border-radius: 10px;
  overflow:hidden;
  margin:0 2%;
}

.cooper .container a{ margin-right:20px;}
.cooper .container a img{ max-width:280px;}

}
@media (max-width: 1366px) {
  .graduates .swiper-slide{
  margin-bottom:30px;
  }
  .environment .environment-tit .txt .txt2{
    font-size: 64px;
  }
  
  .course .container {
    width: 1200px;
  }
  .course-list .course-info .title {
    font-size: 16px;
  }
  .news-left .news-tit1 span,

  .sign {
    font-size: 16px;
  }
 
/*  .graduates .container {
    width: 1140px;
  }*/
  .graduates-menu {
    width: 1080px;
    margin: 0 auto;
    padding-right: 10px;
  }
  .news-left {
    width: 300px;
  }
  .news-right {
    width:calc(100% - 300px);
  }
  .news-right ul li {
  margin-bottom: 30px;
  float:left;
  overflow: hidden;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  padding:20px 0;
  border-bottom:1px solid #dedede;
  width:46%;
  margin:0 2%;
}

  .news-right ul li .news-img {
    width: 200px;
    height: auto;
  }
  .news-right ul li .news-img img {
    max-width: 100%;
    height: auto;
  }
  .news-right ul li .news-info {
    margin-right: 30px;
    margin-left: 20px;
    width: 460px;
  }
  .news-right ul li .tit {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .news-right ul li .time {
    font-size: 18px;
  }
  .news-right ul li .more img {
    width: 16px;
    height: auto;
  }
  .adv .left h3 {
    font-size: 64px;
  }
  .adv .right {
    margin-left: 50px;
    width: calc(100% - 361px);
  }
  .num-list p {
    font-size: 64px;
  }
  .teacher .desc {
    width: 320px;
    left: 80%;
    padding: 10px 15px;
  }
  .teacher .desc span {
    width: 100%;
  }
  .teacher .desc p {
    width: 100%;
  }
  .adv-list .desc {
    padding: 20px 15px;
  }
  .adv-list .desc h3 {
    margin-bottom: 15px;
  }
  .graduates .summary .title {
    font-size: 18px;
  }
  .graduates .header {
    top: 25px;
  }
  .graduates .summary {
    padding: 15px;
  }

  .graduates-list {
    margin-top: 3%;
  }
  
  .serv-list {
  display: inline-block;
  width: 20%;
  margin:0 2.1%;
  background:#FFFFFF;
  border-radius: 10px;
}
.cooper .container a{ margin-right:20px;}
.cooper .container a img{ max-width:250px;}

}

@media (max-width: 1200px) {
  .map .sign{
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .map .sign:hover{
    padding-right: 20px;
  }
  .map .sign:hover span {
  
    transform: translateX(10px);
 }
  .map .sign i:after{
    right: -12px
  }
  .map .sign span{
    top: 18px;
  }
  .course .container,.graduates .container{
    width: 90%;
  }
 
  .news-left .news-tit1 span, .teacher-con .tit1-2 span{
    font-size: 56px;
  }
  
  /*.graduates .summary{
    padding:30px 25px 20px 25px;
  }*/
  .graduates .summary .title{
    font-size: 16px;
  }
  .subtitle{
    
  }
  .graduates .header{
    margin-top: 30px;
  }
  .news-left{
    width: 180px;
  }
  .news-right {
    width:calc(100% - 180px);
  }
  .news-right ul li {
  margin-bottom: 30px;
  float:left;
  overflow: hidden;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  padding:20px 0;
  border-bottom:1px solid #dedede;
  width:46%;
  margin:0 2%;
}

  .news-con{
    margin-top: 4%;
  }
  .main-tit .tit1{
    font-size: 30px;
  }

  
  .slide-img img{
    max-width: 100%;
    height: auto;
  }
  .adv .left h3{
    font-size: 54px;
  }
  .adv .left span{
    font-size: 36px;
  }
  .adv .left .line{
    margin-bottom: 25px;
  }
  .adv .left p{
    font-size: 24px;
    margin:20px 0;
  }
  .adv .right {
    margin-left: 0px;
    padding-left: 5%;
    width: calc(100% - 263px);
    width: -webkit-calc(100% - 263px);
  }
  .adv{
    padding: 7% 0 7%;
  }
  .map{
    background: url(../images/map-index.jpg) no-repeat center/cover !important;
    height: auto !important;
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }
  .map-point{
    display: none;
  }
  .map .desc{
    padding-top: 0 !important;
  }
  .num-list p{
    font-size: 56px;
  }
 
  .graduates-menu{
    width: 100%;
  }
  .graduates .swiper-slide{
  margin-bottom:30px;
  }
  .graduates-list .swiper-button-prev{
    left: -50px;
  }
  .graduates-list .swiper-button-next{
    right: -50px;
  }
 
.cooper .container a{ margin-right:20px;}
.cooper .container a img{ max-width:200px;}
 
}

@media (max-width: 992px) {
  .num-list p{
    font-size: 48px;
  }
  .graduates .swiper-slide {
  padding: 5px;
  /*position: relative;*/
  width:50%;
  float:left;
  cursor: pointer;
  margin-bottom:20px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

  .graduates .summary .title{
    font-size: 14px;
  }
  .swiper-button-prev, .swiper-button-next,.swiper-button-prev span img, .swiper-button-next span img{
    width: 40px;
    height: 40px;
  }
  .graduates-list .swiper-button-prev{
    left: -35px;
  }
  .graduates-list .swiper-button-next{
    right: -35px;
  }
  .subtitle{
   
  }
  .adv .left h3{
    font-size: 36px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
  }
  .adv .left .line{
    margin:0 auto 15px;
  }
  .adv .left p{
    margin-top: 5px;
  }
  .adv .left span{
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
  }
 
  .course .container, .graduates .container{
    width: 100%;
	background-color:#FFFFFF;
  }
  .course-list ul li{
    width: 50%;
    margin-bottom: 20px;
  }
  .course-list .course-info .title{
    font-size: 16px;
  }
.cooper .container a{ margin-right:20px;}
.cooper .container a img{ max-width:200px;}
}
@media (max-width: 768px) {
  #video {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	float: left; width: 100%; margin: 0 0 2% 0;
}
	
	#video2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	float: left; width: 100%; margin: 0 0 2% 0;
}
	
  .adv{ display:none;}
  .adv .left h3,.adv .left span{
    font-size: 24px;
    display: none;
  }
  .sign:hover{
    padding-left: 0;
    span{
      display: none;
    }
  }
  .adv .left p{
    font-size: 18px;
  }
  .adv .left{
    margin-bottom: 7%;
  }
  .map .sign{
    margin:0 3%;
  }
  .num-list p{
    font-size: 36px;
  }
  .num-list span{
    font-size: 14px;
  }
  .map .sign{
    padding:0;
    width: 120px;
    margin-top: 7% !important;
  }
  .map .sign i,.map .sign span{
    display: none;
  }
  .course{ padding-top:4%; background:#FFFFFF;}
  
  .course-list .course-info .title{
    font-size: 16px;
  }
  .course-list .course-info .subtitle{
    display:none;
    font-size: 13px;
    line-height: 22px;
  }
  .course-list .course-info > div{
    padding:15px 10px 20px 10px;
  }
  .main-tit .line{
    margin-bottom: 10px;
  }
  .main-tit .tit1{
    font-size: 22px;
    margin-bottom: 5px;
  }
  .main-tit .tit2{
    font-size: 16px;
  }
 
  .rectLeft2{
    display: none;
  }
  
/*.graduates .swiper-slide {
  width:100%;
  float:left;
  cursor: pointer;
  margin-bottom:20px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}*/

.news { display:none;}

  .news-right,.news-left{
    width: 100%;
    padding:0;
  }
  .news-left{
    text-align: center;

  }
  .news-left{
    margin-bottom: 7%;
  }
  .news-right{
    padding-bottom: 10%;
  }
    .news-right ul li {
  margin-bottom: 30px;
  float:left;
  overflow: hidden;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  padding:20px 0;
  border-bottom:1px solid #dedede;
  width:100%;
}
  .graduates-menu{
    display: none;
  }
  .news-left .line{
      margin:0 auto 15px;
  }
  .news-left .news-tit3{
    text-align: center;
    margin:-5px auto 0;
    width: auto;
    height: auto;
  }
  .loading {
    display: none;
  }
  .news-left .news-tit3 span{
    font-size: 18px;
    opacity: 1;position: relative;
  }
 
  .news-left .news-tit1 span,.news-left .news-tit2 span{
    font-size: 36px;
   
    opacity: 1;
  }
  .news-left .news-tit1{
    display: inline-block;
    vertical-align: bottom;
    
  }
  .news-left .news-tit2{
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    margin-left: 10px;
  }
  .news-left .sign{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
  }
 
  .guanggao{ width:100%; height:130px;  line-height:36px; padding:30px 10px 10px 10px; text-align:center; font-size:16px; color:#FFFFFF;}
  .adv-list{
    width: 100%;
    margin-bottom: 5%;
  }
  .adv-list .desc p{
    height: auto;
    text-align: left;
  }
  
.service{ display:none;}
  .serv-list {
  display: inline-block;
  width: 45%;
  margin:2%;
  background:#FFFFFF;
  border-radius: 10px;
}
  .teacher .teacher-con{
    width: 100%;
  }
  .teacher-con .tit1-1,.teacher-con .tit1-2{
    opacity: 0.1;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .adv-list .desc h3{
    font-size: 16px;
    margin-bottom: 10px;
  }

 
  .sign{
    width: 100px;
    margin-top: 15px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }
  .adv .left .sign{
    margin-left: -50px;
  }
  .adv .right{
    padding-bottom: 65px;
  }
   
  .graduates .summary{
    padding:5px;
	background-color: #efefef;
  }
  
  .graduates .summary:after{
    border-top: 0;
  }
  .graduates .graduates-info{
    margin-left: 40px;
  }
  .graduates .graduates-info > div .name{
    font-size: 16px;
  }
  .graduates-list .swiper-button-prev{
    left: 0px;
  }
  .graduates-list .swiper-button-next{
    right: 0px
  }
  .index-photo{
    width: 80px;

  }
  .map .desc{
    padding-left: 0;
  }
  

.cooper .container a{ margin-right:20px;}
.cooper .container a img{ max-width:160px;}

}

@media (max-width: 480px) {
  .main-tit .tit1{
    font-size: 18px;
  }
  
  .map .sign{
    margin:7% 2% 0 2%;
  }
  .main-tit{
    margin-top: 8%;
    margin-bottom: 4%;
  }
  /*.course-list ul{
    margin-left: -5px;
    margin-right: -5px;
  }
  .course-list ul li{
    width: 100%;
    margin-bottom: 2%;
  }
  .course-list .course-info .subtitle{
    margin-top: 8px;
  }*/
  .graduates .swiper-slide{
  margin-bottom:10px;
  }
  

  .course-list ul li{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 12px;
  }
  .course-list .course-img .course-mask{
    display: none;
  }
  .map .sign{
    width: 100px;
  }
  .news-right ul li .news-img{
    text-align: center;
  }
  .news-right ul li .news-img,.news-right ul li .news-info{
    width: 100%;
  }
  .news-right ul li .tit{
    font-size: 16px;
    margin-top: 5%;
  }
  .news-left .news-tit1 span, .news-left .news-tit2 span{
    font-size: 20px;
  }
  .news-left .news-tit3{
    font-size: 0;
  }
  .news-left .news-tit3 span{
    font-size: 14px;
  }
  .cooper .container{
    width: 84%;
  }
  .graduates .summary .title{
    margin-bottom: 10px;
  }  
  .subtitle{
    height: auto;
    margin-bottom: 8px;
  }
  .news-right ul li:hover .news-info, .news-right ul li:hover .news-btn{
    .transform(none);
  }
  .news-right ul li{
    background: #fff;
    padding: 5% 2% 5% 0;
    margin-bottom: 10px;
	padding-right:30px;
	width:98%;
  }
 
  .adv .right{
    padding-bottom: 45px;
  }
  
    .serv-list {
  display: inline-block;
  width: 90%;
  margin:2% 5%;
  background:#FFFFFF;
  border-radius: 10px;
}
.cooper {background:#FFFFFF;}
.cooper .container a{ margin-right:10px;}
.cooper .container a:nth-child(2n){ margin-right:0;}
.cooper .container a img{ max-width:130px;}
}

